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 Link icon

    • getComponent Link icon

      Component getComponent()
      Deprecated.
    • addPropertyChangeListener Link icon

      void addPropertyChangeListener(PropertyChangeListener aPropertyChangeListener)
      Deprecated.
    • removePropertyChangeListener Link icon

      void removePropertyChangeListener(PropertyChangeListener aPropertyChangeListener)
      Deprecated.
    • isButtonPanelVisible Link icon

      boolean isButtonPanelVisible()
      Deprecated.
    • setButtonPanelVisible Link icon

      void setButtonPanelVisible(boolean aVisible)
      Deprecated.
    • getHelpIDString Link icon

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

      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.