com.ibm.dse.gui
Interface GUIComponent

All Known Implementing Classes:
SpButton, SpCheckBox, SpComboBox, SpLabel, SpPanel, SpPasswordField, SpRadioButton, SpTable, SpTextField, SpToggleButton, SpTabbedPane, SpList

public interface GUIComponent

The GUIComponent interface is implemented by any Framework visual bean.


Method Summary
 boolean getActivatedOkKey()
          Gets the activatedOkKey property (boolean) value.
 void keyPressed(java.awt.event.KeyEvent e)
          Handles events for the KeyListener interface.
 void setActivatedOkKey(boolean b)
          Sets the activatedOkKey property (boolean) value.
 

Method Detail

getActivatedOkKey

public boolean getActivatedOkKey()
Gets the activatedOkKey property (boolean) value.
Returns:
boolean - the activatedOkKey property value
See Also:
setActivatedOkKey(boolean)

keyPressed

public void keyPressed(java.awt.event.KeyEvent e)
Handles events for the KeyListener interface.
Parameters:
e - java.awt.event.KeyEvent, the event

setActivatedOkKey

public void setActivatedOkKey(boolean b)
Sets the activatedOkKey property (boolean) value.
Parameters:
activatedOkKey - boolean, the new value for the property
See Also:
getActivatedOkKey()