Uses of Enum
jmri.util.swing.WindowInterface.Hint
Packages that use WindowInterface.Hint
Package
Description
Contains various utilities classes that are
useful across the entire
JMRI library structure.
Tools and utilities for doing a systematic reworking of the JMRI GUI.
Tools and utilities for providing a multi-document interface
for a JMRI application.
Tools and utilities for providing a multi-pane interface
for a JMRI application.
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.HintModifier and TypeMethodDescriptionvoidJmriJFrame.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.HintMethods in jmri.util.swing that return WindowInterface.HintModifier and TypeMethodDescriptionstatic WindowInterface.HintReturns 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.HintModifier and TypeMethodDescriptionJmriAbstractAction.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.HintModifier and TypeMethodDescriptionvoidJmriJInternalFrameInterface.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.HintModifier and TypeMethodDescriptionvoidPanedInterface.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.HintModifier and TypeMethodDescriptionvoidJmriJFrameInterface.show(JmriPanel child, JmriAbstractAction act, WindowInterface.Hint hint)