Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.wizards
Class RPGCommonList

java.lang.Object
  extended by com.ibm.etools.iseries.edit.wizards.RPGCommonList
Direct Known Subclasses:
RPGKeywordList

public class RPGCommonList
extends Object


Field Summary
protected  Button change
           
protected  Object container
           
static String copyright
           
protected  List kList
           
protected  Vector selectedItems
           
protected  Shell shell
           
 
Constructor Summary
RPGCommonList(Shell shell, String label, Object container)
           
 
Method Summary
protected  void addTooltips()
           
 Control createContents(Composite parent)
           
 Object getOutputObject()
          Gets the output RPGDSpecKeywords object, override for subclass.
 void handleEvent(Event event)
           
protected  void setBtnTooltips()
           
protected  void updateButtons(RPGFieldType field, SystemMessage message)
           
 void widgetDefaultSelected(SelectionEvent e)
           
 void widgetSelected(SelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RPGCommonList

public RPGCommonList(Shell shell,
                     String label,
                     Object container)
Method Detail

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)

Rational Developer for Power Systems Software
V7.6

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.