Constructor and Description |
---|
ExportTool()
Creates a new export tool.
|
Modifier and Type | Method and 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.PropertyChangeListener
public static void registerFormat(ExportFormat format)
public void send(Job job, Tool replyTo) throws java.rmi.RemoteException
Tool
public static ExportTool getTool()