|
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 FieldEditor com.ibm.etools.iseries.edit.preferences.sql.SQLAutoFormattingFieldEditor
public class SQLAutoFormattingFieldEditor
This class is used to manage the SQL formatting preferenes
Field Summary | |
---|---|
static int |
AFTER_IDX
|
static String |
AUTO_FORMATTING_PREF_BASE_SUFFIX
|
static String |
AUTO_FORMATTING_PREF_COMMENTS_SUFFIX
|
static String |
AUTO_FORMATTING_PREF_ONANDOR_SUFFIX
|
static String |
AUTO_FORMATTING_PREF_ONCASE_SUFFIX
|
static String |
AUTO_FORMATTING_PREF_ONCOMMA_SUFFIX
|
static int |
BEFORE_IDX
|
static String |
Copyright
|
static int |
EOL_IDX
|
static int |
IGNORE_IDX
|
static int |
MOVE_TO_BOTTOM_IDX
|
static int |
MOVE_TO_TOP_IDX
|
Constructor Summary | |
---|---|
SQLAutoFormattingFieldEditor(String name,
Composite parent)
The constructor for this class |
Method Summary | |
---|---|
protected void |
adjustForNumColumns(int numColumns)
|
protected void |
doFillIntoGrid(Composite parent,
int numColumns)
|
protected void |
doLoad()
|
protected void |
doLoadDefault()
|
protected void |
doStore()
|
int |
getNumberOfControls()
|
void |
setPreviewFieldEditor(LpexPreviewFieldEditor preview)
Sets the preview area for this field editor. |
void |
store()
Override the default so that we always store the value. |
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 |
---|
public static final String Copyright
public static final String AUTO_FORMATTING_PREF_BASE_SUFFIX
public static final String AUTO_FORMATTING_PREF_ONCOMMA_SUFFIX
public static final String AUTO_FORMATTING_PREF_ONANDOR_SUFFIX
public static final String AUTO_FORMATTING_PREF_ONCASE_SUFFIX
public static final String AUTO_FORMATTING_PREF_COMMENTS_SUFFIX
public static final int AFTER_IDX
public static final int BEFORE_IDX
public static final int EOL_IDX
public static final int MOVE_TO_TOP_IDX
public static final int MOVE_TO_BOTTOM_IDX
public static final int IGNORE_IDX
Constructor Detail |
---|
public SQLAutoFormattingFieldEditor(String name, Composite parent)
name
- The preference key nameparent
- The parent compositeMethod Detail |
---|
protected void adjustForNumColumns(int numColumns)
protected void doFillIntoGrid(Composite parent, int numColumns)
protected void doLoad()
protected void doLoadDefault()
protected void doStore()
public int getNumberOfControls()
public void widgetDefaultSelected(SelectionEvent e)
public void widgetSelected(SelectionEvent e)
public void setPreviewFieldEditor(LpexPreviewFieldEditor preview)
_preview
- the preview field editorpublic 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 |