|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.tree.DefaultMutableTreeNode org.xnap.gui.plugin.PluginNode
public class PluginNode
Field Summary | |
---|---|
static int |
STATE_INSTALL
|
static int |
STATE_KEEP
|
static int |
STATE_REMOVE
|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
PluginNode(PackageInfo packageInfo)
|
Method Summary | |
---|---|
java.lang.String |
getAction()
The selected action. |
PackageInfo |
getPackageInfo()
Returns the package that is to be changed. |
PluginInfo |
getPluginInfo()
Returns the plugin info that corresponds to the package. |
boolean |
isActionChanged()
|
boolean |
isMarked()
|
boolean |
isUpdateAvailable()
|
void |
setAction(java.lang.String action)
|
void |
setMarked(boolean marked)
|
void |
setPackageInfo(PackageInfo packageInfo)
|
void |
setPluginInfo(PluginInfo pluginInfo)
|
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int STATE_KEEP
public static final int STATE_INSTALL
public static final int STATE_REMOVE
Constructor Detail |
---|
public PluginNode(PackageInfo packageInfo)
Method Detail |
---|
public java.lang.String getAction()
public PluginInfo getPluginInfo()
public PackageInfo getPackageInfo()
public boolean isActionChanged()
public boolean isMarked()
public boolean isUpdateAvailable()
public void setAction(java.lang.String action)
public void setMarked(boolean marked)
public void setPackageInfo(PackageInfo packageInfo)
public void setPluginInfo(PluginInfo pluginInfo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |