Class JideNodeTreeNode
- java.lang.Object
-
- com.jidesoft.grid.AbstractNode
-
- com.jidesoft.grid.AbstractExpandable
-
- com.jidesoft.grid.DefaultExpandable
-
- com.jidesoft.grid.DefaultExpandableRow
-
- org.bidib.wizard.mvc.main.view.panel.nodetree.JideNodeTreeNode
-
- All Implemented Interfaces:
com.jidesoft.grid.Expandable,com.jidesoft.grid.ExpandableRow,com.jidesoft.grid.Node,com.jidesoft.grid.Row
public class JideNodeTreeNode extends com.jidesoft.grid.DefaultExpandableRow
-
-
Constructor Summary
Constructors Constructor Description JideNodeTreeNode(org.bidib.wizard.api.model.NodeInterface node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bidib.jbidibc.messages.enums.SysErrorEnumgetErrorState()org.bidib.jbidibc.messages.enums.IdentifyStategetIdentifyState()org.bidib.wizard.api.model.NodeInterfacegetNode()ObjectgetValueAt(int column)-
Methods inherited from class com.jidesoft.grid.DefaultExpandableRow
cellUpdated, getCellClassAt, getConverterContextAt, getEditorContextAt, isCellEditable, notifyCellUpdated, rowUpdated, setValueAt
-
Methods inherited from class com.jidesoft.grid.DefaultExpandable
breadthFirstEnumeration, depthFirstEnumeration, getChildren, postorderEnumeration, preorderEnumeration, setChildren
-
Methods inherited from class com.jidesoft.grid.AbstractExpandable
addChild, addChild, addChildren, getAllChildrenCount, getAllVisibleChildrenCount, getChildAt, getChildIndex, getChildrenCount, getExpandableTreeTableModel, getNumberOfVisibleChildren, getNumberOfVisibleExpandable, getTreeTableModel, hasChildren, hasVisibleChildren, isAdjusting, isExpandable, isExpanded, moveDownChild, moveUpChild, notifyChildDeleted, notifyChildInserted, notifyChildrenDeleted, notifyChildrenInserted, notifyChildrenUpdated, notifyChildUpdated, removeAllChildren, removeChild, removeChildren, setAdjusting, setExpandable, setExpanded
-
Methods inherited from class com.jidesoft.grid.AbstractNode
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getLevel, getNextSibling, getParent, getPreviousSibling, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.jidesoft.grid.Expandable
addChild, addChild, addChildren, getAllVisibleChildrenCount, getChildAt, getChildIndex, getChildren, getChildrenCount, getNumberOfVisibleExpandable, hasChildren, isExpandable, isExpanded, moveDownChild, moveUpChild, notifyChildDeleted, notifyChildInserted, notifyChildrenDeleted, notifyChildrenInserted, notifyChildrenUpdated, notifyChildUpdated, removeAllChildren, removeChild, removeChildren, setChildren, setExpandable, setExpanded
-
-
-
-
Method Detail
-
getNode
public org.bidib.wizard.api.model.NodeInterface getNode()
-
getIdentifyState
public org.bidib.jbidibc.messages.enums.IdentifyState getIdentifyState()
- Returns:
- the identifyState
-
getErrorState
public org.bidib.jbidibc.messages.enums.SysErrorEnum getErrorState()
- Returns:
- the error state
-
getValueAt
public Object getValueAt(int column)
-
-