Class ColourPanel

java.lang.Object
loggerForms.formdesign.propertypanels.PropertyPanel
loggerForms.formdesign.propertypanels.ColourPanel

public class ColourPanel extends PropertyPanel
  • Constructor Details

  • Method Details

    • selectColour

      protected void selectColour()
    • propertyEnable

      public void propertyEnable(boolean enabled)
      Specified by:
      propertyEnable in class PropertyPanel
    • pushProperty

      public void pushProperty(ItemInformation itemInformation)
      Description copied from class: PropertyPanel
      Set the control content on the display
      Overrides:
      pushProperty in class PropertyPanel
      Parameters:
      itemInformation -
    • fetchProperty

      public ItemInformation fetchProperty(ItemInformation itemInformation)
      Description copied from class: PropertyPanel
      Fetch properties and put them back into the Hash table in the form editor.
      Overrides:
      fetchProperty in class PropertyPanel
      Parameters:
      itemInformation -
      Returns:
      true if successful, false if inconsistent or missing data.