org.ChinaVO.FITSManager.MainFrame
Interface ConfigurationListener
public interface ConfigurationListener
Plugins which wants to show in configuration frame, should implement this
interface.
- Version:
- v1.0.0 2010-3-27 ÏÂÎç08:16:23
- Author:
- Fany
Method Summary |
javax.swing.tree.MutableTreeNode |
getConfigurationNode()
get configuraion node from ConfigurationListener. |
javax.swing.JComponent |
getConfigurationView(javax.swing.event.TreeSelectionEvent e)
|
getConfigurationNode
javax.swing.tree.MutableTreeNode getConfigurationNode()
- get configuraion node from ConfigurationListener.
- Returns:
- a tree node, this tree node can contain sub tree nodes.
getConfigurationView
javax.swing.JComponent getConfigurationView(javax.swing.event.TreeSelectionEvent e)