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