|
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.ui.preferences.TabSettingFieldEditor
public class TabSettingFieldEditor
Field Summary | |
---|---|
static String |
copyright
|
static String |
defaultLabelTextSetting
the default label to use for the check box for this field editor |
static String |
defaultLabelTooltip
the default tooltip for the check box for this field editor |
static String |
defaultRulerSetting
A default commonly used ruler |
static String |
defaultTabSetting
A default commonly used tab setting |
static int |
USE_COMBO_BOX
displays the preference using a combo box to select the tab setting |
static int |
USE_DEFAULT
displays each tab setting individually |
Constructor Summary | |
---|---|
TabSettingFieldEditor(String name,
String[][] tabList,
Composite parent)
Method TabSettingFieldEditor. |
|
TabSettingFieldEditor(String name,
String labelText,
String[][] tabList,
Composite parent,
int style)
Method TabSettingFieldEditor. |
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()
|
boolean |
isValid()
|
protected void |
refreshValidState()
|
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 int USE_COMBO_BOX
public static int USE_DEFAULT
public static String defaultLabelTooltip
public static String defaultLabelTextSetting
public static String defaultTabSetting
public static String defaultRulerSetting
Constructor Detail |
---|
public TabSettingFieldEditor(String name, String[][] tabList, Composite parent)
name
- The name of the preference which indicated (true or false) that user defined tabs should be used by a parsertabList
- an array of tab settings. Each item in the array is itself an array containing
1) the preference name for the tab to store/retrieve from the preference store
2) the name of the tab setting (or ruler) to display
3) the ruler to display
4) the tooltip text (optional)
5) the help id (optional and can only be specified in conjunction with tooltip text)parent
- the parent control for this preferencepublic TabSettingFieldEditor(String name, String labelText, String[][] tabList, Composite parent, int style)
name
- The name of the preference which indicated (true or false) that user defined tabs should be used by a parserlabelText
- the text to override the default label for the check box for this preferencetabList
- an array of tab settings. Each item in the array is itself an array containing
1) the preference name for the tab to store/retrieve from the preference store
2) the name of the tab setting (or ruler) to display
3) the ruler to display
4) the tooltip text (optional)
5) the help id (optional and can only be specified in conjunction with tooltip text)parent
- the parent control for this preferencestyle
- the style to use (either USE_COMBO_BOX or USE_DEFAULT)Method Detail |
---|
protected void adjustForNumColumns(int numColumns)
FieldEditor
protected void doFillIntoGrid(Composite parent, int numColumns)
FieldEditor
protected void doLoad()
FieldEditor
protected void doLoadDefault()
FieldEditor
protected void doStore()
FieldEditor
public boolean isValid()
FieldEditor
public int getNumberOfControls()
FieldEditor
protected void refreshValidState()
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 |