com.bigzip.plugin.support.ui
Interface FileQueueAccessory
- public interface FileQueueAccessory
This interface is implemented for adding an accessory to
a file queue.
Method Summary |
javax.swing.JComponent |
getComponent()
Retrieves the UI componenet of the accessory to display in
the file queue. |
java.lang.Object |
getOptions()
Retrieves a momento of the options for associating with files
added to the queue. |
getComponent
public javax.swing.JComponent getComponent()
- Retrieves the UI componenet of the accessory to display in
the file queue.
getOptions
public java.lang.Object getOptions()
- Retrieves a momento of the options for associating with files
added to the queue. This method is called before a file is
added, the momento object should reflect the state of the
options in the accessory's UI component at the time. The
file queue table will use the momento object's toString method
to display the options in the queue table.