Class ThemeManagerWindowNew

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.app.project.documents.view.legend.gui.ThemeManagerWindowNew
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, org.gvsig.andami.ui.mdiManager.IWindow

public final class ThemeManagerWindowNew extends JPanel implements org.gvsig.andami.ui.mdiManager.IWindow, ActionListener
See Also:
  • Constructor Details

    • ThemeManagerWindowNew

      public ThemeManagerWindowNew(org.gvsig.fmap.mapcontext.layers.FLayer l)
      Sobrecarga del constructor. Este se utiliza cuando se llama a este diálogo desde la barra de comandos.
  • Method Details

    • actionPerformed

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

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

      public static void addPage(Class<? extends AbstractThemeManagerPage> themeManagerPageClass)
    • setTabEnabledForLayer

      public static void setTabEnabledForLayer(Class<? extends AbstractThemeManagerPage> abstractThemeManagerPageClass, Class<? extends org.gvsig.fmap.mapcontext.layers.FLayer> fLayerClazz, boolean enabled)
    • isTabEnabledForLayer

      public static boolean isTabEnabledForLayer(AbstractThemeManagerPage page, org.gvsig.fmap.mapcontext.layers.FLayer layer)
    • getWindowProfile

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