com.ibm.etools.iseries.edit.wizards
Class RPGCommonList
java.lang.Object
com.ibm.etools.iseries.edit.wizards.RPGCommonList
- Direct Known Subclasses:
- RPGKeywordList
public class RPGCommonList
- extends Object
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
change
protected Button change
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(RPGFieldType field,
SystemMessage message)
handleEvent
public void handleEvent(Event event)
setBtnTooltips
protected void setBtnTooltips()
widgetSelected
public void widgetSelected(SelectionEvent e)
widgetDefaultSelected
public void widgetDefaultSelected(SelectionEvent e)
Copyright © 2011 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.