| |
|
| java.lang.Object javax.swing.tree.DefaultMutableTreeNode org.columba.core.gui.plugin.PluginNode
PluginNode | public class PluginNode extends DefaultMutableTreeNode (Code) | | author: frd author: To change the template for this generated type comment go to author: Window>Preferences>Java>Code Generation>Code and Comments |
category | boolean category(Code) | | |
hasInfo | Boolean hasInfo(Code) | | Lazily created Boolean stating if the plugin has info or not, can be null.
|
PluginNode | public PluginNode()(Code) | | |
PluginNode | public PluginNode(Object arg0)(Code) | | Parameters: arg0 - |
debug | public void debug()(Code) | | |
hasInfo | public boolean hasInfo()(Code) | | Returns true if the plugin has information about the plugin.
This attribute is created lazily, and may take a while since it
has to check for files on the file system. (Using the PluginManager .)
true if the plugin has info files; false if it doesnt have an info file. |
isCategory | public boolean isCategory()(Code) | | |
isEnabled | public boolean isEnabled()(Code) | | |
setCategory | public void setCategory(boolean b)(Code) | | Parameters: b - |
setEnabled | public void setEnabled(boolean b)(Code) | | Parameters: b - |
setId | public void setId(String string)(Code) | | Parameters: string - |
setTooltip | public void setTooltip(String string)(Code) | | Parameters: string - |
setVersion | public void setVersion(String string)(Code) | | Parameters: string - |
|
|
|