Class JTreeHpr<T extends JTree>
java.lang.Object
com.inductiveautomation.snap.ui.UIHelper<T>
com.inductiveautomation.snap.swing.SwingHelper<T>
com.inductiveautomation.snap.swing.helpers.JComponentHpr<T>
com.inductiveautomation.snap.swing.helpers.JTreeHpr<T>
This class is a simple JTree subclass to support Ribs archival and to support Ribs unified accessor model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidIf expand is true, expands all nodes in the tree.protected static ListfindTreeObjectPath(TreeModel aModel, Object aNode, Object aValue) Finds a tree object.intgetChildCount(T anObj) Override to suppress children.getRibsModel(JTree aTree) Returns a Ribs tree model for a given tree, if available.intgetSelectedIndex(T aTree) Returns the selected index property of given object.getSelectedItem(T aTree) Returns the selected object property of given object.protected static ObjectgetTreeNodeObject(Object aNode) Returns a value for a tree node.Returns a component's value as a string.voidOverride to install TreeSelectionListener.static voidreloadTree(JTree aTree, boolean doPreserveSelection, boolean doPreserveExpanded) Reloads tree.voidsetSelectedIndex(T aTree, int aValue) Sets the selected index property of given object to given value.voidsetSelectedItem(T aTree, Object aValue) Sets the selected object property of given object to given value.Methods inherited from class com.inductiveautomation.snap.swing.helpers.JComponentHpr
addBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getChild, getConstraints, getEventAdapter, getName, getOwner, getParent, getPropertyNamesImpl, getSendActionOnFocusLost, getSendActionOnFocusLostDefault, isEnabled, removeBinding, setConstraints, setEnabled, setOwner, setSendActionOnFocusLostMethods inherited from class com.inductiveautomation.snap.swing.SwingHelper
getHelper, getSwingHelper, getSwingHelperMethods inherited from class com.inductiveautomation.snap.ui.UIHelper
enableEvents, getAction, getBinding, getChild, getItemDisplayKey, getItems, getKeyValue, getPropertyNameMapped, getPropertyNames, getSelectedIndexes, getSelectedIndexs, getText, initUIDeep, isEnabled, isPropertyName, isValueAdjusting, removeBinding, setAction, setEnabled, setItemDisplayKey, setItems, setItems, setKeyValue, setSelectedIndexes, setText, setValue
-
Constructor Details
-
JTreeHpr
public JTreeHpr()
-
-
Method Details
-
getChildCount
Override to suppress children.- Overrides:
getChildCountin classJComponentHpr<T extends JTree>
-
initUI
Override to install TreeSelectionListener.- Overrides:
initUIin classJComponentHpr<T extends JTree>
-
getValue
Returns a component's value as a string. -
getRibsModel
Returns a Ribs tree model for a given tree, if available. -
reloadTree
Reloads tree. -
expandAll
If expand is true, expands all nodes in the tree. Otherwise, collapses all nodes in the tree. -
getSelectedIndex
Returns the selected index property of given object.- Overrides:
getSelectedIndexin classUIHelper<T extends JTree>
-
setSelectedIndex
Sets the selected index property of given object to given value.- Overrides:
setSelectedIndexin classUIHelper<T extends JTree>
-
getSelectedItem
Returns the selected object property of given object.- Overrides:
getSelectedItemin classUIHelper<T extends JTree>
-
setSelectedItem
Sets the selected object property of given object to given value.- Overrides:
setSelectedItemin classUIHelper<T extends JTree>
-
findTreeObjectPath
Finds a tree object. -
getTreeNodeObject
Returns a value for a tree node.
-