Uses of Class
org.openstreetmap.josm.gui.ConditionalOptionPaneUtil.NotShowAgain
-
Packages that use ConditionalOptionPaneUtil.NotShowAgain Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of ConditionalOptionPaneUtil.NotShowAgain in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui that return ConditionalOptionPaneUtil.NotShowAgain Modifier and Type Method Description (package private) ConditionalOptionPaneUtil.NotShowAgainConditionalOptionPaneUtil.MessagePanel. getNotShowAgain()static ConditionalOptionPaneUtil.NotShowAgainConditionalOptionPaneUtil.NotShowAgain. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConditionalOptionPaneUtil.NotShowAgain[]ConditionalOptionPaneUtil.NotShowAgain. values()Returns an array containing the constants of this enum type, in the order they are declared.
-