|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SystemIntegerFieldEditor com.ibm.etools.iseries.edit.ui.preferences.AutoIndentFieldEditor com.ibm.etools.iseries.edit.preferences.sql.SQLAutoIndentFieldEditor
public class SQLAutoIndentFieldEditor
The Auto-indent field editor for SQL. Supports updating the preview area
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from class com.ibm.etools.iseries.edit.ui.preferences.AutoIndentFieldEditor |
---|
copyright, indentCheckBox |
Constructor Summary | |
---|---|
SQLAutoIndentFieldEditor(String name,
Composite parent)
The constructor for this class |
Method Summary | |
---|---|
void |
setPreviewFieldEditor(LpexPreviewFieldEditor preview)
Sets the preview area for this field editor. |
void |
setValidRange(int min,
int max)
Sets the range of valid values for this field. |
void |
store()
Override the default so that we always store the value. |
Methods inherited from class com.ibm.etools.iseries.edit.ui.preferences.AutoIndentFieldEditor |
---|
adjustForNumColumns, doFillIntoGrid, doLoad, doLoadDefault, doStore, getNumberOfControls, setEnabled, setHelp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public SQLAutoIndentFieldEditor(String name, Composite parent)
name
- the name of the preferenceparent
- the parent composite for the field editorMethod Detail |
---|
public void setPreviewFieldEditor(LpexPreviewFieldEditor preview)
_preview
- the preview field editorpublic void setValidRange(int min, int max)
min
- the minimum allowed value (inclusive)max
- the maximum allowed value (inclusive)public void store()
FieldEditor
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |