Package PamView

Class PamSymbolSelector

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PamSymbolSelector extends JPanel
Component for including in dialogs. The PmSymbolSelector has a small square window in which the current selected symbol is displayed and a button you can press to change it.
Author:
Douglas Gillespie
See Also:
  • Constructor Details Link icon

    • PamSymbolSelector Link icon

      public PamSymbolSelector(Window parentFrame)
  • Method Details Link icon

    • setSymbol Link icon

      public void setSymbol()
    • getCurrentSymbol Link icon

      public PamSymbol getCurrentSymbol()
    • setCurrentSymbol Link icon

      public void setCurrentSymbol(PamSymbol currentSymbol)
    • setEnabled Link icon

      public void setEnabled(boolean enabled)
      Overrides:
      setEnabled in class JComponent