Uses of Class
org.openstreetmap.josm.gui.dialogs.relation.actions.OKAction
-
Packages that use OKAction Package Description org.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them. -
-
Uses of OKAction in org.openstreetmap.josm.gui.dialogs.relation
Fields in org.openstreetmap.josm.gui.dialogs.relation declared as OKAction Modifier and Type Field Description private OKAction
GenericRelationEditor. okAction
Action for performing theOKAction
Methods in org.openstreetmap.josm.gui.dialogs.relation with parameters of type OKAction Modifier and Type Method Description protected static JPanel
GenericRelationEditor. buildOkCancelButtonPanel(OKAction okAction, CancelAction cancelAction)
builds the panel with the OK and the Cancel button
-