Class RegionGrid.Config

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
VASSAL.build.module.map.boardPicker.board.RegionGrid.Config
All Implemented Interfaces:
ActionListener, KeyListener, MouseListener, MouseMotionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants
Enclosing class:
RegionGrid

public static class RegionGrid.Config extends JFrame implements MouseListener, MouseMotionListener, ActionListener, KeyListener
See Also:
Serialized Form
  • Field Details

    • grid

      protected RegionGrid grid
    • board

      protected Board board
    • view

      protected JPanel view
    • scroll

      protected JScrollPane scroll
    • myPopup

      protected JPopupMenu myPopup
    • selectedRegions

      protected List<Region> selectedRegions
    • lastClickedRegion

      protected Region lastClickedRegion
    • lastClick

      protected Point lastClick
    • selectionRect

      protected Rectangle selectionRect
    • anchor

      protected Point anchor
    • saveRegions

      protected List<Region> saveRegions
    • dirty

      protected boolean dirty
    • ADD_REGION

      protected static final String ADD_REGION
    • DELETE_REGION

      protected static final String DELETE_REGION
    • PROPERTIES

      protected static final String PROPERTIES
  • Constructor Details

  • Method Details