public class MenuEntryNode extends DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
MenuEntryNode() |
MenuEntryNode(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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<MenuEntryNode> |
getChildren() |
String |
getDescription() |
String |
getFunctionId() |
String |
getId() |
MenuEntryNode |
getParentMenuEntry() |
long |
getSequenceNumber() |
String |
getSystemFunctionId() |
boolean |
isCreationAllowed() |
boolean |
isDeleteAllowed() |
boolean |
isHidden() |
boolean |
isReadAllowed() |
boolean |
isUpdateAllowed() |
void |
setCreationAllowed(boolean creationAllowed) |
void |
setDeleteAllowed(boolean deleteAllowed) |
void |
setDescription(String description) |
void |
setFunctionId(String functionId) |
void |
setHidden(boolean hidden) |
void |
setReadAllowed(boolean readAllowed) |
void |
setSystemFunctionId(String systemFunctionId) |
void |
setUpdateAllowed(boolean updateAllowed) |
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, toStringpublic MenuEntryNode(net.datastream.schemas.mp_fields.FOLDER_Type folder)
public MenuEntryNode(net.datastream.schemas.mp_fields.MENU_Type menu)
public MenuEntryNode(net.datastream.schemas.mp_fields.FUNCTION_Type function)
public MenuEntryNode(net.datastream.schemas.mp_entities.extmenus_001.ExtMenus entryAdded)
public MenuEntryNode()
public List<MenuEntryNode> getChildren()
public String getId()
public String getDescription()
public String getFunctionId()
public long getSequenceNumber()
public MenuEntryNode getParentMenuEntry()
public boolean isReadAllowed()
public void setReadAllowed(boolean readAllowed)
public boolean isCreationAllowed()
public void setCreationAllowed(boolean creationAllowed)
public boolean isDeleteAllowed()
public void setDeleteAllowed(boolean deleteAllowed)
public boolean isUpdateAllowed()
public void setUpdateAllowed(boolean updateAllowed)
public void setDescription(String description)
public void setFunctionId(String functionId)
public String getSystemFunctionId()
public void setSystemFunctionId(String systemFunctionId)
public boolean isHidden()
public void setHidden(boolean hidden)
Copyright © 2022 CERN European Organization for Nuclear Research. All rights reserved.