Interface ILcdPropertySheet

All Superinterfaces:
ILcdBeanEditor
All Known Implementing Classes:
ALcdBeanCustomizerSW, TLcdPropertySheetAWT, TLcdPropertySheetSW

@Deprecated public interface ILcdPropertySheet extends ILcdBeanEditor
Deprecated.
Use a UI builder (e.g. Swing) or binding framework instead.
  • Method Details

    • getComponent

      Component getComponent()
      Deprecated.
    • addPropertyChangeListener

      void addPropertyChangeListener(PropertyChangeListener aPropertyChangeListener)
      Deprecated.
    • removePropertyChangeListener

      void removePropertyChangeListener(PropertyChangeListener aPropertyChangeListener)
      Deprecated.
    • isButtonPanelVisible

      boolean isButtonPanelVisible()
      Deprecated.
    • setButtonPanelVisible

      void setButtonPanelVisible(boolean aVisible)
      Deprecated.
    • getHelpIDString

      String getHelpIDString()
      Deprecated.
      Returns:
      The help id string associated with this panel, default is null.
    • setHelpIDString

      void setHelpIDString(String aHelpID)
      Deprecated.
      Sets the help id for this panel. Pressing the help button will have the effect that the help item for the given help id will be displayed. Setting null means to remove the current help id. The help button is only present when help id is set and the button panel is set visible and a valid help action factory is set.
      Parameters:
      aHelpID - The help id for this panel.