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 voidJmriJFrame. 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.HintJmriAbstractAction. hintMethods in jmri.util.swing that return WindowInterface.Hint Modifier and Type Method Description static WindowInterface.HintWindowInterface.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 JmriAbstractActionJmriAbstractAction. setHint(WindowInterface.Hint hint)voidJFrameInterface. show(JmriPanel child, JmriAbstractAction action, WindowInterface.Hint hint)voidWindowInterface. 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 voidJmriJInternalFrameInterface. 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 voidPanedInterface. 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 voidJmriJFrameInterface. show(JmriPanel child, JmriAbstractAction act, WindowInterface.Hint hint)
-