Uses of Class
org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec
-
Packages that use HelpAwareOptionPane.ButtonSpec Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of HelpAwareOptionPane.ButtonSpec in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that return HelpAwareOptionPane.ButtonSpec Modifier and Type Method Description static HelpAwareOptionPane.ButtonSpec[]
RestartAction. getButtonSpecs()
Returns defaultButtonSpec
instances for this action (Restart/Cancel).static HelpAwareOptionPane.ButtonSpec
RestartAction. getCancelButtonSpec()
Returns a newButtonSpec
instance that do not perform this action.static HelpAwareOptionPane.ButtonSpec
RestartAction. getRestartButtonSpec()
Returns a newButtonSpec
instance that performs this action. -
Uses of HelpAwareOptionPane.ButtonSpec in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui with parameters of type HelpAwareOptionPane.ButtonSpec Modifier and Type Method Description private static List<JButton>
HelpAwareOptionPane. createOptionButtons(HelpAwareOptionPane.ButtonSpec[] options, String helpTopic)
Creates the list buttons to be displayed in the option pane dialog.private static void
HelpAwareOptionPane. doShowOptionDialog(Component parentComponent, String title, HelpAwareOptionPane.ButtonSpec[] options, HelpAwareOptionPane.ButtonSpec defaultOption, String helpTopic, List<JButton> buttons, JOptionPane pane)
static int
HelpAwareOptionPane. showOptionDialog(Component parentComponent, Object msg, String title, int messageType, Icon icon, HelpAwareOptionPane.ButtonSpec[] options, HelpAwareOptionPane.ButtonSpec defaultOption, String helpTopic)
Displays an option dialog which is aware of a help context.
-