java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.app.project.documents.view.legend.gui.AbstractThemeManagerPage
org.gvsig.hyperlink.app.extension.config.gui.ConfigTab
All Implemented Interfaces:
ActionListener, ItemListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, org.gvsig.andami.ui.mdiManager.IWindow, org.gvsig.propertypage.PropertiesPage, org.gvsig.tools.swing.api.Component

public class ConfigTab extends org.gvsig.app.project.documents.view.legend.gui.AbstractThemeManagerPage implements org.gvsig.andami.ui.mdiManager.IWindow, ActionListener, ItemListener
See Also:
  • Constructor Details

    • ConfigTab

      public ConfigTab()
  • Method Details

    • acceptAction

      public void acceptAction()
      Specified by:
      acceptAction in class org.gvsig.app.project.documents.view.legend.gui.AbstractThemeManagerPage
    • applyAction

      public void applyAction()
      Specified by:
      applyAction in class org.gvsig.app.project.documents.view.legend.gui.AbstractThemeManagerPage
    • cancelAction

      public void cancelAction()
      Specified by:
      cancelAction in class org.gvsig.app.project.documents.view.legend.gui.AbstractThemeManagerPage
    • getName

      public String getName()
      Specified by:
      getName in class org.gvsig.app.project.documents.view.legend.gui.AbstractThemeManagerPage
    • setModel

      public void setModel(org.gvsig.fmap.mapcontext.layers.FLayer layer)
      Specified by:
      setModel in class org.gvsig.app.project.documents.view.legend.gui.AbstractThemeManagerPage
    • getAddRemoveActionsPanel

      protected JPanel getAddRemoveActionsPanel()
    • addRow

      protected LinkRow addRow()
    • removeBottomRow

      protected boolean removeBottomRow()
    • getAddActionButton

      protected JButton getAddActionButton()
    • getRemoveActionButton

      protected JButton getRemoveActionButton()
    • getWindowInfo

      public org.gvsig.andami.ui.mdiManager.WindowInfo getWindowInfo()
      Specified by:
      getWindowInfo in interface org.gvsig.andami.ui.mdiManager.IWindow
    • getAcceptButton

      protected JButton getAcceptButton()
    • getCancelButton

      protected JButton getCancelButton()
    • getEnabledCheckBox

      protected JCheckBox getEnabledCheckBox()
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • setListEnabled

      protected void setListEnabled(boolean enabled)
    • setLinkEnabled

      protected void setLinkEnabled(boolean enabled)
    • itemStateChanged

      public void itemStateChanged(ItemEvent e)
      Specified by:
      itemStateChanged in interface ItemListener
    • getWindowProfile

      public Object getWindowProfile()
      Specified by:
      getWindowProfile in interface org.gvsig.andami.ui.mdiManager.IWindow