Interface ILcdOkCancelButtonPanel

All Known Implementing Classes:
TLcdOkCancelButtonPanel, TLcdOkCancelButtonPanelSW

public interface ILcdOkCancelButtonPanel
Deprecated.
use JOptionPane or another GUI toolkit equivalent instead
  • Method Details

    • getComponent

      Component getComponent()
      Deprecated.
      Returns the Component.
    • getApplyButton

      Component getApplyButton()
      Deprecated.
      Returns the Apply Component.
    • getOkButton

      Component getOkButton()
      Deprecated.
      Returns the OK Component.
    • getCancelButton

      Component getCancelButton()
      Deprecated.
      Returns the Cancel Component.
    • getHelpButton

      Component getHelpButton()
      Deprecated.
      Returns the Help Component.
    • getHelpIDString

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

      void setHelpIDString(String aHelpID)
      Deprecated.
      Sets the help id for the button. 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 currently help id's. The presence of the help button depends on whether a help id is set or not.
      Parameters:
      aHelpID - The help id for the help button.
    • setWindowToDispose

      void setWindowToDispose(Window aWindow)
      Deprecated.
      Sets a Window to dispose with OK or Cancel button.
    • addActionListener

      void addActionListener(ActionListener aActionListener)
      Deprecated.
      Add aActionListener to all the buttons.
    • removeActionListener

      void removeActionListener(ActionListener aActionListener)
      Deprecated.
      Remove aActionListener to all the buttons.