IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.gui
Interface GUIComponent

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

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.

See Also:
getActivatedOkKey()

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005