Class AbstractTileConfigEditorPanel

    • Constructor Detail

      • AbstractTileConfigEditorPanel

        public AbstractTileConfigEditorPanel(LayoutManager manager)
        Parameters:
        manager - the LayoutManager to use.
    • Method Detail

      • paintComponent

        public void paintComponent(Graphics g)
      • isSelected

        public boolean isSelected()
        Specified by:
        isSelected in interface  Selectable
        Returns:
        whether this component is currently selected;
      • setSelected

        public void setSelected(boolean state)
        Description copied from interface: Selectable
        Set whether this component is currently selected;
        Specified by:
        setSelected in interface  Selectable
        Parameters:
        state - selected or not selected
      • focusGained

        public void focusGained(FocusEvent e)
      • addSelectionListener

        public void addSelectionListener(SelectionListener listener)
        Description copied from interface: Selectable
        Add a new listener that informs you about selection changes.
        Specified by:
        addSelectionListener in interface  Selectable
        Parameters:
        listener - the listener to add.
      • removeSelectionListener

        public void removeSelectionListener(SelectionListener listener)
        Description copied from interface: Selectable
        Remove the denoted listener from the list of listeners.
        Specified by:
        removeSelectionListener in interface  Selectable
        Parameters:
        listener - the listener to remove.