|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensourcephysics.tools.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.PropertyChangeListenerpublic static void registerFormat(ExportFormat format)
public void send(Job job,
Tool replyTo)
throws java.rmi.RemoteException
Tool
send in interface Tooljob - the JobreplyTo - the tool to notify when the job is complete (may be null)
java.rmi.RemoteExceptionpublic static ExportTool getTool()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||