public interface ILcdOkCancelButtonPanel
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(java.awt.event.ActionListener aActionListener)
Deprecated.
Add aActionListener to all the buttons.
|
java.awt.Component |
getApplyButton()
Deprecated.
Returns the Apply Component.
|
java.awt.Component |
getCancelButton()
Deprecated.
Returns the Cancel Component.
|
java.awt.Component |
getComponent()
Deprecated.
Returns the Component.
|
java.awt.Component |
getHelpButton()
Deprecated.
Returns the Help Component.
|
java.lang.String |
getHelpIDString()
Deprecated.
|
java.awt.Component |
getOkButton()
Deprecated.
Returns the OK Component.
|
void |
removeActionListener(java.awt.event.ActionListener aActionListener)
Deprecated.
Remove aActionListener to all the buttons.
|
void |
setHelpIDString(java.lang.String aHelpID)
Deprecated.
Sets the help id for the button.
|
void |
setWindowToDispose(java.awt.Window aWindow)
Deprecated.
Sets a
Window to dispose with OK or Cancel button. |
java.awt.Component getComponent()
java.awt.Component getApplyButton()
java.awt.Component getOkButton()
java.awt.Component getCancelButton()
java.awt.Component getHelpButton()
java.lang.String getHelpIDString()
void setHelpIDString(java.lang.String aHelpID)
aHelpID
- The help id for the help button.void setWindowToDispose(java.awt.Window aWindow)
Window
to dispose with OK or Cancel button.void addActionListener(java.awt.event.ActionListener aActionListener)
void removeActionListener(java.awt.event.ActionListener aActionListener)