Class CtrlColPanel

java.lang.Object
loggerForms.formdesign.itempanels.CtrlColPanel
Direct Known Subclasses:
BooleanCtrlColPanel, FloatCtrlColPanel, IntegerCtlrColPanel, LUTTopicPanel, NMEACtrlPanel, SubformTopicPanel, TextCtrlColPanel

public abstract class CtrlColPanel extends Object
  • Constructor Details

  • Method Details

    • getTitle

      public String getTitle()
    • getPanel

      public abstract Component getPanel()
      Get panel to display in larger ControlPropertySheet
      Returns:
      AWT component
    • pushProperty

      public abstract void pushProperty(ItemInformation itemDescription)
      Push properties from the item description onto the visible control
      Parameters:
      itemDescription -
    • fetchProperty

      public abstract boolean fetchProperty(ItemInformation itemDescription)
      Fetch properties from the visible control back into the item description.
      Parameters:
      itemDescription -
      Returns:
      true if sucessful, false if a problem.
    • getControlTitle

      public ControlTitle getControlTitle()
      Returns:
      the controlTitle