|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginListener | |
---|---|
gcspy.vis | This package provides the major classes for the GCspy visualiser. |
gcspy.vis.plugins | This package provides the classes for the view plugin mechanism. |
gcspy.vis.plugins.histogram | This package provides the classes for the histogram view. |
gcspy.vis.plugins.history | This package provides the classes for the history view. |
gcspy.vis.plugins.text | This package provides the classes for the text table view. |
Uses of PluginListener in gcspy.vis |
---|
Methods in gcspy.vis that return types with arguments of type PluginListener | |
---|---|
java.util.List<PluginListener> |
SpaceManagerInterface.getPluginListeners()
Get the plugin's listeners for this space |
java.util.List<PluginListener> |
MainFrame.getPluginListeners()
|
Uses of PluginListener in gcspy.vis.plugins |
---|
Methods in gcspy.vis.plugins that return types with arguments of type PluginListener | |
---|---|
java.util.List<PluginListener> |
PluginManager.getListeners()
Get the listeners for all the plugins selected |
Uses of PluginListener in gcspy.vis.plugins.histogram |
---|
Subclasses of PluginListener in gcspy.vis.plugins.histogram | |
---|---|
class |
HistogramListener
A listener for the historam view plugin |
Uses of PluginListener in gcspy.vis.plugins.history |
---|
Subclasses of PluginListener in gcspy.vis.plugins.history | |
---|---|
class |
HistoryListener
A listener for the history view |
Uses of PluginListener in gcspy.vis.plugins.text |
---|
Subclasses of PluginListener in gcspy.vis.plugins.text | |
---|---|
class |
TextListener
A listener for the a simple text view of a space |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |