Class PropertyPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PropertyPanel extends JPanel
The PropertyPanel is a panel for the configuration of one module. Properties and values are arranged in a table.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • createComponent

      protected Component createComponent(Property property)
    • format

      protected String format(Property property, String value)
    • fillComponentsMap

      protected void fillComponentsMap()
    • updatePropertyPanel

      protected void updatePropertyPanel()
    • update

      protected void update()
    • getModule

      public PropertyModule getModule()
      Returns the instance of the PropertyModule.
      Returns:
      the instance of the property module
    • getIndent

      protected int getIndent(Property property)