Uses of Class
adams.gui.core.OneTouchPanel.Location
-
Packages that use OneTouchPanel.Location Package Description adams.gui.core -
-
Uses of OneTouchPanel.Location in adams.gui.core
Fields in adams.gui.core declared as OneTouchPanel.Location Modifier and Type Field Description protected OneTouchPanel.Location
OneTouchPanel. m_Location
the location of the button when hidden.Methods in adams.gui.core that return OneTouchPanel.Location Modifier and Type Method Description static OneTouchPanel.Location
OneTouchPanel.Location. valueOf(String name)
Returns the enum constant of this type with the specified name.static OneTouchPanel.Location[]
OneTouchPanel.Location. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in adams.gui.core with parameters of type OneTouchPanel.Location Constructor Description OneTouchPanel(OneTouchPanel.Location location)
Initializes the panel.
-