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

    • PamSymbolSelector

      public PamSymbolSelector(Window parentFrame)
  • Method Details

    • setSymbol

      public void setSymbol()
    • getCurrentSymbol

      public PamSymbol getCurrentSymbol()
    • setCurrentSymbol

      public void setCurrentSymbol(PamSymbol currentSymbol)
    • setEnabled

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