com.ibm.etools.iseries.editor.wizards
Class RPGCommonList
java.lang.Object
com.ibm.etools.iseries.editor.wizards.RPGCommonList
- All Implemented Interfaces:
- EventListener, Listener, SelectionListener, SWTEventListener
- Direct Known Subclasses:
- RPGKeywordList
- public class RPGCommonList
- extends Object
- implements Listener, SelectionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final String copyright
- See Also:
- Constant Field Values
container
protected Object container
shell
protected Shell shell
selectedItems
protected Vector selectedItems
kList
protected List kList
add
protected Button add
change
protected Button change
remove
protected Button remove
RPGCommonList
public RPGCommonList(Shell shell,
String label,
Object container)
createContents
public Control createContents(Composite parent)
addTooltips
protected void addTooltips()
getOutputObject
public Object getOutputObject()
- Gets the output RPGDSpecKeywords object, override for subclass.
- Returns:
- a RPGDSpecKeywords object
updateButtons
protected void updateButtons()
handleEvent
public void handleEvent(Event event)
- Specified by:
handleEvent
in interface Listener
setBtnTooltips
protected void setBtnTooltips()
widgetSelected
public void widgetSelected(SelectionEvent e)
- Specified by:
widgetSelected
in interface SelectionListener
widgetDefaultSelected
public void widgetDefaultSelected(SelectionEvent e)
- Specified by:
widgetDefaultSelected
in interface SelectionListener
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.