Class MenuEntryNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
ch.cern.eam.wshub.core.services.administration.entities.MenuEntryNode
- All Implemented Interfaces:
Serializable,Cloneable,MutableTreeNode,TreeNode
- See Also:
-
Field Summary
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject -
Constructor Summary
ConstructorsConstructorDescriptionMenuEntryNode(net.datastream.schemas.mp_entities.extmenus_001.ExtMenus entryAdded) MenuEntryNode(net.datastream.schemas.mp_fields.FOLDER_Type folder) MenuEntryNode(net.datastream.schemas.mp_fields.FUNCTION_Type function) MenuEntryNode(net.datastream.schemas.mp_fields.MENU_Type menu) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()longbooleanbooleanbooleanisHidden()booleanbooleanvoidsetCreationAllowed(boolean creationAllowed) voidsetDeleteAllowed(boolean deleteAllowed) voidsetDescription(String description) voidsetFunctionId(String functionId) voidsetHidden(boolean hidden) voidsetReadAllowed(boolean readAllowed) voidsetSystemFunctionId(String systemFunctionId) voidsetUpdateAllowed(boolean updateAllowed) 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
-
Constructor Details
-
MenuEntryNode
public MenuEntryNode(net.datastream.schemas.mp_fields.FOLDER_Type folder) -
MenuEntryNode
public MenuEntryNode(net.datastream.schemas.mp_fields.MENU_Type menu) -
MenuEntryNode
public MenuEntryNode(net.datastream.schemas.mp_fields.FUNCTION_Type function) -
MenuEntryNode
public MenuEntryNode()
-
-
Method Details
-
getChildren
-
equals
-
getId
-
getDescription
-
getFunctionId
-
getSequenceNumber
public long getSequenceNumber() -
getParentMenuEntry
-
isReadAllowed
public boolean isReadAllowed() -
setReadAllowed
public void setReadAllowed(boolean readAllowed) -
isCreationAllowed
public boolean isCreationAllowed() -
setCreationAllowed
public void setCreationAllowed(boolean creationAllowed) -
isDeleteAllowed
public boolean isDeleteAllowed() -
setDeleteAllowed
public void setDeleteAllowed(boolean deleteAllowed) -
isUpdateAllowed
public boolean isUpdateAllowed() -
setUpdateAllowed
public void setUpdateAllowed(boolean updateAllowed) -
setDescription
-
setFunctionId
-
getSystemFunctionId
-
setSystemFunctionId
-
isHidden
public boolean isHidden() -
setHidden
public void setHidden(boolean hidden)
-