| Constructor | Description |
|---|---|
ExportTool() |
Creates a new export tool.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
public ExportTool()
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
Toolpublic static ExportTool getTool()