|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
com.essbase.eas.ui.tree.StandardTreeNode
com.essbase.eas.essbase.ui.outline.settings.SettingsTreeNode
public class SettingsTreeNode
Field Summary |
---|
Fields inherited from class com.essbase.eas.ui.tree.StandardTreeNode |
---|
editable, editorComponent, editStartPosition, icon, labelOnly, labelText, modified, valueText |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
SettingsTreeNode() |
|
SettingsTreeNode(java.lang.Object userObject) |
|
SettingsTreeNode(java.lang.Object userObject, boolean allowsChildren) |
|
SettingsTreeNode(java.lang.Object userObject, java.lang.String labelKey, java.lang.String text, boolean allowsChildren) |
|
SettingsTreeNode(java.lang.String labelKey, java.lang.String text, boolean allowsChildren) |
Method Summary | |
---|---|
void |
activeAliasTableChanged(RepresentationEvent e) this event gets broadcast when the active alias table is changed. |
void |
eventTaken(RepresentationEvent e) this event gets broadcast an event is added to the outline's representation. |
void |
eventUndone(RepresentationEvent e) this event gets broadcast when an event is undone. |
java.awt.Component[] |
getContextMenuItems() |
SettingsTreeModel |
getModel() |
SettingsTree |
getTree() |
Representation |
getUserObjectAsRepresentation() |
Settings |
getUserObjectAsSettings() |
void |
setParent(javax.swing.tree.MutableTreeNode newParent) |
Methods inherited from class com.essbase.eas.ui.tree.StandardTreeNode |
---|
editingCanceled, editingStopped, getEditable, getEditStartPosition, getIcon, getLabelText, getTreeCellEditorComponent, getTreeCellRendererComponent, getUserObjectAs, getValueText, isEditable, isLabelOnly, isModified, labelTextNeeded, release, setEditable, setEditStartPosition, setIcon, setLabelOnly, setLabelText, setModified, setValueText |
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, setUserObject, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SettingsTreeNode()
public SettingsTreeNode(java.lang.Object userObject)
public SettingsTreeNode(java.lang.Object userObject, boolean allowsChildren)
public SettingsTreeNode(java.lang.String labelKey, java.lang.String text, boolean allowsChildren)
public SettingsTreeNode(java.lang.Object userObject, java.lang.String labelKey, java.lang.String text, boolean allowsChildren)
Method Detail |
---|
public java.awt.Component[] getContextMenuItems()
public Settings getUserObjectAsSettings()
public Representation getUserObjectAsRepresentation()
public SettingsTreeModel getModel()
public void eventTaken(RepresentationEvent e)
RepresentationListener
eventTaken
in interface RepresentationListener
public void activeAliasTableChanged(RepresentationEvent e)
RepresentationListener
activeAliasTableChanged
in interface RepresentationListener
public void eventUndone(RepresentationEvent e)
RepresentationListener
eventUndone
in interface RepresentationListener
public void setParent(javax.swing.tree.MutableTreeNode newParent)
setParent
in interface javax.swing.tree.MutableTreeNode
setParent
in class javax.swing.tree.DefaultMutableTreeNode
public SettingsTree getTree()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |