Uses of Class
org.openstreetmap.josm.gui.SideButton

Packages that use SideButton
org.openstreetmap.josm.gui.actionsupport   
org.openstreetmap.josm.gui.conflict.tags   
org.openstreetmap.josm.gui.dialogs   
org.openstreetmap.josm.gui.dialogs.properties   
org.openstreetmap.josm.gui.download   
org.openstreetmap.josm.gui.io   
org.openstreetmap.josm.gui.preferences.server   
 

Uses of SideButton in org.openstreetmap.josm.gui.actionsupport
 

Fields in org.openstreetmap.josm.gui.actionsupport declared as SideButton
private  SideButton DeleteFromRelationConfirmationDialog.btnOK
           
 

Uses of SideButton in org.openstreetmap.josm.gui.conflict.tags
 

Fields in org.openstreetmap.josm.gui.conflict.tags declared as SideButton
private  SideButton CombinePrimitiveResolverDialog.btnApply
          the apply button
 

Uses of SideButton in org.openstreetmap.josm.gui.dialogs
 

Fields in org.openstreetmap.josm.gui.dialogs declared as SideButton
private  SideButton FilterDialog.addButton
           
private  SideButton FilterDialog.deleteButton
           
private  SideButton FilterDialog.downButton
           
private  SideButton FilterDialog.editButton
           
private  SideButton ValidatorDialog.fixButton
          The fix button
private  SideButton ValidatorDialog.ignoreButton
          The ignore button
private  SideButton LayerListDialog.opacityButton
           
private  SideButton ValidatorDialog.selectButton
          The select button
private  SideButton FilterDialog.upButton
           
 

Method parameters in org.openstreetmap.josm.gui.dialogs with type arguments of type SideButton
protected  java.awt.Component ToggleDialog.createLayout(java.awt.Component data, boolean scroll, java.util.Collection<SideButton> buttons)
           
protected  java.awt.Component ToggleDialog.createLayout(java.awt.Component data, boolean scroll, java.util.Collection<SideButton> firstButtons, java.util.Collection<SideButton>... nextButtons)
           
 

Uses of SideButton in org.openstreetmap.josm.gui.dialogs.properties
 

Fields in org.openstreetmap.josm.gui.dialogs.properties declared as SideButton
private  SideButton PropertiesDialog.btnAdd
          The Add button (needed to be able to disable it)
private  SideButton PropertiesDialog.btnDel
          The Delete button (needed to be able to disable it)
private  SideButton PropertiesDialog.btnEdit
          The Edit button (needed to be able to disable it)
 

Uses of SideButton in org.openstreetmap.josm.gui.download
 

Fields in org.openstreetmap.josm.gui.download declared as SideButton
protected  SideButton DownloadDialog.btnDownload
           
 

Uses of SideButton in org.openstreetmap.josm.gui.io
 

Fields in org.openstreetmap.josm.gui.io declared as SideButton
private  SideButton CloseChangesetDialog.btnCloseChangesets
           
private  SideButton UploadSelectionDialog.btnContinue
           
 

Uses of SideButton in org.openstreetmap.josm.gui.preferences.server
 

Fields in org.openstreetmap.josm.gui.preferences.server declared as SideButton
private  SideButton OsmApiUrlInputPanel.btnTest
           
 



JOSM