Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by SystemBaseForm
      extended by com.ibm.etools.iseries.edit.wizards.RPGFieldTypeBaseForm
          extended by com.ibm.etools.iseries.edit.wizards.RPGDSpecSubFieldForm

public class RPGDSpecSubFieldForm
extends RPGFieldTypeBaseForm


Nested Class Summary
protected  class RPGDSpecSubFieldForm.RPGDSpecSubFieldTableContentProvider
           
 
Field Summary
static String copyright
           
 
Fields inherited from class com.ibm.etools.iseries.edit.wizards.RPGFieldTypeBaseForm
addBtn, canDuplicate, changeBtn, container, dupBtn, fieldNames, fields, fieldTable, fieldTableViewer, formLabel, formTooltip, invalidNameChars, isExternal, moveDownBtn, moveUpBtn, provider, removeBtn, selectedObject, shell
 
Constructor Summary
RPGDSpecSubFieldForm(Shell shell, ISystemMessageLine msgLine, Object container)
           
 
Method Summary
 int getCurrentPosition()
           
 boolean getDim()
          indicates whether or not DIM is set
 String getDsName()
           
 int getMaxLength()
           
 boolean isBase()
           
 boolean isDads()
           
 boolean isPsds()
           
 void mouseDoubleClick(MouseEvent e)
           
 Control prepareComposite(Composite composite)
           
 void setAligned(boolean aligned)
           
 void setBase(boolean b)
           
protected  void setBtnTooltips()
           
 void setCurrentPosition(int i)
           
 void setCurrentProcedure(boolean isCurProc)
           
 void setDads(boolean b)
           
 void setDim(boolean dim)
           
 void setDsName(String string)
           
protected  void setInput(TableViewer fieldTableViewer)
           
 void setMaxLength(int i)
           
 void setPsds(boolean b)
           
 void updateViewer(int idx)
           
protected  void validateContainer()
           
 void widgetDefaultSelected(SelectionEvent e)
           
 void widgetSelected(SelectionEvent e)
           
 
Methods inherited from class com.ibm.etools.iseries.edit.wizards.RPGFieldTypeBaseForm
createContents, getFieldNames, getFields, mouseDown, mouseUp, setExternal, setFields
 
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
Constructor Detail

RPGDSpecSubFieldForm

public RPGDSpecSubFieldForm(Shell shell,
                            ISystemMessageLine msgLine,
                            Object container)
Method Detail

prepareComposite

public Control prepareComposite(Composite composite)
Overrides:
prepareComposite in class RPGFieldTypeBaseForm

setBtnTooltips

protected void setBtnTooltips()
Overrides:
setBtnTooltips in class RPGFieldTypeBaseForm

setInput

protected void setInput(TableViewer fieldTableViewer)
Overrides:
setInput in class RPGFieldTypeBaseForm

mouseDoubleClick

public void mouseDoubleClick(MouseEvent e)
Overrides:
mouseDoubleClick in class RPGFieldTypeBaseForm

widgetSelected

public void widgetSelected(SelectionEvent e)
Overrides:
widgetSelected in class RPGFieldTypeBaseForm

updateViewer

public void updateViewer(int idx)
Overrides:
updateViewer in class RPGFieldTypeBaseForm

validateContainer

protected void validateContainer()

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)
Overrides:
widgetDefaultSelected in class RPGFieldTypeBaseForm

isBase

public boolean isBase()
Returns:

isDads

public boolean isDads()
Returns:

isPsds

public boolean isPsds()
Returns:

setBase

public void setBase(boolean b)
Parameters:
b -

setDads

public void setDads(boolean b)
Parameters:
b -

setPsds

public void setPsds(boolean b)
Parameters:
b -

setDim

public void setDim(boolean dim)
Parameters:
dim -

getCurrentPosition

public int getCurrentPosition()
Returns:

getMaxLength

public int getMaxLength()
Returns:

setCurrentPosition

public void setCurrentPosition(int i)
Parameters:
i -

setMaxLength

public void setMaxLength(int i)
Parameters:
i -

getDsName

public String getDsName()
Returns:

setDsName

public void setDsName(String string)
Parameters:
string -

setAligned

public void setAligned(boolean aligned)
Parameters:
aligned -

setCurrentProcedure

public void setCurrentProcedure(boolean isCurProc)
Parameters:
isCurProc -

getDim

public boolean getDim()
indicates whether or not DIM is set

Returns:
true if DIM is set, false otherwise 52848A

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.