Class LoggerSymbolManager

All Implemented Interfaces:
PamSettings, SettingsNameProvider

public class LoggerSymbolManager extends StandardSymbolManager
  • Constructor Details

    • LoggerSymbolManager

      public LoggerSymbolManager(FormsDataBlock pamDataBlock)
  • Method Details

    • getDefaultSymbol

      public SymbolData getDefaultSymbol()
      Overrides:
      getDefaultSymbol in class StandardSymbolManager
      Returns:
      the defaultSymbol
    • getFormSymbol

      public SymbolData getFormSymbol()
      Get the default symbol for the form. Might be null, though might have been set in the form properties.
      Returns:
    • addSymbolModifiers

      public void addSymbolModifiers(PamSymbolChooser psc)
      Description copied from class: PamSymbolManager
      Add a list of available (AVAILABLE, not used) symbol modifiers to the chooser when it is created. This get's called whenever a symbol chooser if created, but probably needs to be called again whenever a model is changes in case a module is added that contains an additional annotation modifier AFTER the first call to the display. One to worry about!
      Overrides:
      addSymbolModifiers in class PamSymbolManager<StandardSymbolChooser>