List of all members.
Classes |
| class | ActionButton |
Public Member Functions |
| | PluginTrackManagerProcessor () |
| abstract void | Close () |
| abstract void | Compute () |
| JPanel | getPanel () |
|
final void | setTrackPool (TrackPool trackPool) |
Protected Member Functions |
|
void | setName (String name) |
|
boolean | isEnabled () |
|
void | finalize () throws Throwable |
|
void | setPanelHeight (int height) |
Protected Attributes |
| JPanel | panel = new JPanel() |
|
TrackPool | trackPool |
|
JCheckBox | enabledCheckBox = new JCheckBox("Enable") |
|
JButton | closeButton = new JButton("close") |
|
JButton | moveUpButton = new JButton("Move Up") |
|
JButton | moveDownButton = new JButton("Move Down") |
Package Attributes |
|
ActionButton | actionButton = new ActionButton() |
Constructor & Destructor Documentation
| icy.plugin.abstract_.PluginTrackManagerProcessor.PluginTrackManagerProcessor |
( |
| ) |
|
Constructor called by the trackEditor
Member Function Documentation
| abstract void icy.plugin.abstract_.PluginTrackManagerProcessor.Close |
( |
| ) |
[pure virtual] |
Override this function to perform special action before destroying the TrackProcessor.
| abstract void icy.plugin.abstract_.PluginTrackManagerProcessor.Compute |
( |
| ) |
[pure virtual] |
Override this to affect data on detection (color (...) )
| JPanel icy.plugin.abstract_.PluginTrackManagerProcessor.getPanel |
( |
| ) |
|
Return the Panel Control of this TrackProcessor
Member Data Documentation
Panel to used by herited class to display data
The documentation for this class was generated from the following file:
- C:/Documents and Settings/Administrator/quia2/ICY Kernel/icy/plugin/abstract_/PluginTrackManagerProcessor.java