Interface ILcdOkCancelButtonPanel

All Known Implementing Classes:
TLcdOkCancelButtonPanel, TLcdOkCancelButtonPanelSW

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

    • getComponent Link icon

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

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

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

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

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

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

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

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

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

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