Uses of Class
jmri.jmrit.logixng.tools.swing.TreeEditor.EnableClipboard
-
Packages that use TreeEditor.EnableClipboard Package Description jmri.jmrit.logixng.tools.swing -
-
Uses of TreeEditor.EnableClipboard in jmri.jmrit.logixng.tools.swing
Methods in jmri.jmrit.logixng.tools.swing that return TreeEditor.EnableClipboard Modifier and Type Method Description static TreeEditor.EnableClipboard
TreeEditor.EnableClipboard. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TreeEditor.EnableClipboard[]
TreeEditor.EnableClipboard. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jmri.jmrit.logixng.tools.swing with parameters of type TreeEditor.EnableClipboard Constructor Description TreeEditor(FemaleSocket femaleRootSocket, TreeEditor.EnableClipboard enableClipboard, TreeEditor.EnableRootRemoveCutCopy enableRootRemoveCutCopy, TreeEditor.EnableRootPopup enableRootPopup, TreeEditor.EnableExecuteEvaluate enableExecuteEvaluate)
Construct a TreeEditor.
-