|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opensourcephysics.tools.ExportTool
public class ExportTool
An export tool which launches a Save dialog
Constructor Summary | |
---|---|
ExportTool()
Creates a new export tool. |
Method Summary | |
---|---|
static ExportTool |
getTool()
Gets the shared Tool. |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
|
static void |
registerFormat(ExportFormat format)
Register a new export format. |
void |
send(Job job,
Tool replyTo)
Sends a job to this tool and specifies a tool to reply to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportTool()
Method Detail |
---|
public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
public static void registerFormat(ExportFormat format)
public void send(Job job, Tool replyTo) throws java.rmi.RemoteException
Tool
send
in interface Tool
job
- the JobreplyTo
- the tool to notify when the job is complete (may be null)
java.rmi.RemoteException
public static ExportTool getTool()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |