iSeries Remote Systems
v6.0.1

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

java.lang.Object
  extended bycom.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


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, com.ibm.etools.systems.core.messages.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,
                             com.ibm.etools.systems.core.messages.SystemMessage message)

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

iSeries Remote Systems
v6.0.1

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.