Class SelectionStyllingOptionsPanel

All Implemented Interfaces:
OptionsPanel, ImageObserver, MenuContainer, Serializable, Accessible

public class SelectionStyllingOptionsPanel extends JPanel implements OptionsPanel
OptionsPanel for setting up the size, color and the from of selected features.
Author:
Matthias Scholz <ms@jammerhund.de>
See Also:
  • Field Details

    • BB_SELECTION_STYLE_COLOR

      public static final String BB_SELECTION_STYLE_COLOR
    • BB_SELECTION_STYLE_FILL_COLOR

      public static final String BB_SELECTION_STYLE_FILL_COLOR
    • BB_SELECTION_STYLE_FILL_OPACITY

      public static final String BB_SELECTION_STYLE_FILL_OPACITY
    • BB_SELECTION_STYLE_POINT_FORM

      public static final String BB_SELECTION_STYLE_POINT_FORM
    • BB_SELECTION_STYLE_POINT_SIZE

      public static final String BB_SELECTION_STYLE_POINT_SIZE
    • DEFAULT_SELECTION_STYLE_COLOR

      public static final Color DEFAULT_SELECTION_STYLE_COLOR
    • DEFAULT_SELECTION_STYLE_FILL_COLOR

      public static final Color DEFAULT_SELECTION_STYLE_FILL_COLOR
    • DEFAULT_SELECTION_STYLE_FILL_OPACITY

      public static final int DEFAULT_SELECTION_STYLE_FILL_OPACITY
      See Also:
    • DEFAULT_SELECTION_STYLE_POINT_FORM

      public static final String DEFAULT_SELECTION_STYLE_POINT_FORM
      See Also:
    • DEFAULT_SELECTION_STYLE_POINT_SIZE

      public static final Integer DEFAULT_SELECTION_STYLE_POINT_SIZE
  • Constructor Details

    • SelectionStyllingOptionsPanel

      public SelectionStyllingOptionsPanel(WorkbenchContext context)
  • Method Details

    • validateInput

      public String validateInput()
      Specified by:
      validateInput in interface OptionsPanel
      Returns:
      an error message if a field is not valid; otherwise, null
    • okPressed

      public void okPressed()
      Description copied from interface: OptionsPanel
      Notifies this panel that it should commit its entries to the system
      Specified by:
      okPressed in interface OptionsPanel
    • init

      public void init()
      Description copied from interface: OptionsPanel
      Notifies this panel that the OptionsDialog has been (re-)opened
      Specified by:
      init in interface OptionsPanel