org.openstreetmap.josm.gui.dialogs
Class MapPaintDialog.InfoAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.openstreetmap.josm.gui.dialogs.MapPaintDialog.InfoAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
Enclosing class:
MapPaintDialog

protected class MapPaintDialog.InfoAction
extends javax.swing.AbstractAction

See Also:
Serialized Form

Field Summary
(package private)  boolean errorsTabLoaded
           
(package private)  boolean sourceTabLoaded
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
MapPaintDialog.InfoAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
private  void buildErrorsPanel(StyleSource s, javax.swing.JPanel p)
           
private  javax.swing.JPanel buildInfoPanel(StyleSource s)
           
private  void buildSourcePanel(StyleSource s, javax.swing.JPanel p)
           
private  java.lang.String tableRow(java.lang.String firstColumn, java.lang.String secondColumn)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorsTabLoaded

boolean errorsTabLoaded

sourceTabLoaded

boolean sourceTabLoaded
Constructor Detail

MapPaintDialog.InfoAction

public MapPaintDialog.InfoAction()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

buildInfoPanel

private javax.swing.JPanel buildInfoPanel(StyleSource s)

tableRow

private java.lang.String tableRow(java.lang.String firstColumn,
                                  java.lang.String secondColumn)

buildSourcePanel

private void buildSourcePanel(StyleSource s,
                              javax.swing.JPanel p)

buildErrorsPanel

private void buildErrorsPanel(StyleSource s,
                              javax.swing.JPanel p)


JOSM