Uses of Class
jmri.util.swing.WindowInterface.Hint
-
Packages that use WindowInterface.Hint Package Description jmri.util Contains various utilities classes that are useful across the entire JMRI library structure.jmri.util.swing Tools and utilities for doing a systematic reworking of the JMRI GUI.jmri.util.swing.mdi Tools and utilities for providing a multi-document interface for a JMRI application.jmri.util.swing.multipane Tools and utilities for providing a multi-pane interface for a JMRI application.jmri.util.swing.sdi Tools and utilities for providing the traditional "single document" interface for a JMRI application. -
-
Uses of WindowInterface.Hint in jmri.util
Methods in jmri.util with parameters of type WindowInterface.Hint Modifier and Type Method Description void
JmriJFrame. show(JmriPanel child, JmriAbstractAction action, WindowInterface.Hint hint)
Show, in whatever way is appropriate, a specific JmriPanel, in a hinted location -
Uses of WindowInterface.Hint in jmri.util.swing
Fields in jmri.util.swing declared as WindowInterface.Hint Modifier and Type Field Description protected WindowInterface.Hint
JmriAbstractAction. hint
Methods in jmri.util.swing that return WindowInterface.Hint Modifier and Type Method Description static WindowInterface.Hint
WindowInterface.Hint. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WindowInterface.Hint[]
WindowInterface.Hint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.util.swing with parameters of type WindowInterface.Hint Modifier and Type Method Description JmriAbstractAction
JmriAbstractAction. setHint(WindowInterface.Hint hint)
void
JFrameInterface. show(JmriPanel child, JmriAbstractAction action, WindowInterface.Hint hint)
void
WindowInterface. show(JmriPanel child, JmriAbstractAction action, WindowInterface.Hint hint)
Show, in whatever way is appropriate, a specific JmriPanel, in a hinted location -
Uses of WindowInterface.Hint in jmri.util.swing.mdi
Methods in jmri.util.swing.mdi with parameters of type WindowInterface.Hint Modifier and Type Method Description void
JmriJInternalFrameInterface. show(JmriPanel child, JmriAbstractAction act, WindowInterface.Hint hint)
-
Uses of WindowInterface.Hint in jmri.util.swing.multipane
Methods in jmri.util.swing.multipane with parameters of type WindowInterface.Hint Modifier and Type Method Description void
PanedInterface. show(JmriPanel child, JmriAbstractAction act, WindowInterface.Hint hint)
-
Uses of WindowInterface.Hint in jmri.util.swing.sdi
Methods in jmri.util.swing.sdi with parameters of type WindowInterface.Hint Modifier and Type Method Description void
JmriJFrameInterface. show(JmriPanel child, JmriAbstractAction act, WindowInterface.Hint hint)
-