Uses of Class
jmri.jmrit.display.palette.GlobalVariableItemPanel.Type
-
Packages that use GlobalVariableItemPanel.Type Package Description jmri.jmrit.display.palette Select from palette of items. -
-
Uses of GlobalVariableItemPanel.Type in jmri.jmrit.display.palette
Fields in jmri.jmrit.display.palette declared as GlobalVariableItemPanel.Type Modifier and Type Field Description (package private) GlobalVariableItemPanel.Type
GlobalVariableItemPanel.IconDragJComponent. _memType
Methods in jmri.jmrit.display.palette that return GlobalVariableItemPanel.Type Modifier and Type Method Description static GlobalVariableItemPanel.Type
GlobalVariableItemPanel.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GlobalVariableItemPanel.Type[]
GlobalVariableItemPanel.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.display.palette with parameters of type GlobalVariableItemPanel.Type Modifier and Type Method Description protected GlobalVariableItemPanel.IconDragJComponent
GlobalVariableItemPanel. getDragger(java.awt.datatransfer.DataFlavor flavor, GlobalVariableItemPanel.Type type, javax.swing.JComponent comp)
Constructors in jmri.jmrit.display.palette with parameters of type GlobalVariableItemPanel.Type Constructor Description IconDragJComponent(java.awt.datatransfer.DataFlavor flavor, GlobalVariableItemPanel.Type type, javax.swing.JComponent comp)
-