Interface ActiveLayersManager

  • All Superinterfaces:
    javax.swing.Action, java.awt.event.ActionListener, java.util.EventListener, Feature, Initializable, java.beans.PropertyChangeListener
    All Known Implementing Classes:
    ActiveLayersPanel

    public interface ActiveLayersManager
    extends Feature
    • Field Summary

      • 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
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isIncludeInternalLayers()
      Indicates whether to show internal layers, those whose attribute-value list contains Constants.INTERNAL_LAYER.
      void setIncludeInternalLayers​(boolean includeInternalLayers)
      Specifies whether to show internal layers.
      void updateLayerList​(LayerList layerList)
      Replace the contents of the model with the contents of a specified [@link LayerList}.
      • Methods inherited from interface javax.swing.Action

        accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
      • Methods inherited from interface java.awt.event.ActionListener

        actionPerformed
      • Methods inherited from interface java.beans.PropertyChangeListener

        propertyChange
    • Method Detail

      • isIncludeInternalLayers

        boolean isIncludeInternalLayers()
        Indicates whether to show internal layers, those whose attribute-value list contains Constants.INTERNAL_LAYER.
        Returns:
        true if internal layers are shown, otherwise false.
      • setIncludeInternalLayers

        void setIncludeInternalLayers​(boolean includeInternalLayers)
        Specifies whether to show internal layers.
        Parameters:
        includeInternalLayers - true for internal layers to be shown, otherwise false.
      • updateLayerList

        void updateLayerList​(LayerList layerList)
        Replace the contents of the model with the contents of a specified [@link LayerList}.
        Parameters:
        layerList - the layer list to display.