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.NotShowAgain
ConditionalOptionPaneUtil.MessagePanel. getNotShowAgain()
static ConditionalOptionPaneUtil.NotShowAgain
ConditionalOptionPaneUtil.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.
-