Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.view.objtable
Interface IObjectTableConstants

All Known Implementing Classes:
ISeriesAbstractTableViewFilter, ISeriesAbstractTableViewSubsetDialog, ISeriesDataTableView, ISeriesMbrTableViewFilter, ISeriesMbrTableViewSubsetDialog, ISeriesShowMbrTableViewAction, ISeriesShowObjTableViewAction, ISeriesTableViewChangeInputAction, ISeriesTableViewPreferencePage, ISeriesTableViewShowColumnsAction, ISeriesTableViewShowColumnsCascadingAction, ISeriesTableViewSubsetAction, ISeriesTableViewWorkWithAction, ObjectTableView, ObjectTableViewFilter, ObjectTableViewFilterExtra, ObjectTableViewProvider, ObjTableExportAction, ObjTableExtraSubsetDialog, ObjTablePrintAction, ObjTableSubsetDialog, ObjTableViewPositionToDialog, PDMTableView

public interface IObjectTableConstants

Constants used by Object Table View


Field Summary
static String ALL
           
static String ATTRIB_DATABASE
           
static String ATTRIB_DTA
           
static String ATTRIB_SRC
           
static ColumnLayoutData[] BASIC_COLUMN_LAYOUTS
           
static int[] BASIC_COLUMN_MAPPINGS
           
static int[] BASIC_COLUMN_WIDTHS
           
static int BASIC_DATA_COLUMNS
           
static String BLANK
           
static int COLUMN_ATTRIBUTE
           
static char COLUMN_ATTRIBUTE_CHAR
           
static int COLUMN_CREATEDATE
           
static char COLUMN_CREATEDATE_CHAR
           
static int COLUMN_MODIFIEDDATE
           
static char COLUMN_MODIFIEDDATE_CHAR
           
static int COLUMN_NAME
           
static char COLUMN_NAME_CHAR
           
static int COLUMN_NOT_DISPLAYED
           
static String[] COLUMN_PROPERTIES
           
static int COLUMN_SIZE
           
static char COLUMN_SIZE_CHAR
           
static int COLUMN_TEXT
           
static char COLUMN_TEXT_CHAR
           
static int COLUMN_TYPE
           
static char COLUMN_TYPE_CHAR
           
static String Copyright
           
static ColumnLayoutData[] EMPTY_COLUMN_LAYOUTS
           
static int[] EMPTY_COLUMN_MAPPINGS
           
static int[] EMPTY_COLUMN_WIDTHS
           
static int[] EXPORT_ACTION_COLUMN_WIDTHS
           
static String[] EXPORT_ACTION_HEADER_UNDERLINES
           
static String[] EXPORT_ACTION_SPACE_HOLDERS
           
static int INDEX_SUBSET_MBR_NAME_FILTER
           
static int INDEX_SUBSET_MBR_TEXT_FILTER
           
static int INDEX_SUBSET_MBR_TYPE_FILTER
           
static int INDEX_SUBSET_OBJ_ATTRIB_FILTER
           
static int INDEX_SUBSET_OBJ_FROM_SIZE_FILTER
           
static int INDEX_SUBSET_OBJ_NAME_FILTER
           
static int INDEX_SUBSET_OBJ_TEXT_FILTER
           
static int INDEX_SUBSET_OBJ_TO_SIZE_FILTER
           
static int INDEX_SUBSET_OBJ_TYPE_FILTER
           
static int MAX_NUMBER_MBR_ADD
           
static int MAX_NUMBER_OBJ_ADD
           
static ColumnLayoutData[] MBR_EXTRA_COLUMN_LAYOUTS
           
static int[] MBR_EXTRA_COLUMN_MAPPINGS
           
static int[] MBR_EXTRA_COLUMN_WIDTHS
           
static String NFS_ISERIES_TABLE_VIEW
           
static int NUMBER_OF_COLUMNS
           
static ColumnLayoutData[] OBJ_EXTRA_COLUMN_LAYOUTS
           
static int[] OBJ_EXTRA_COLUMN_MAPPINGS
           
static int[] OBJ_EXTRA_COLUMN_WIDTHS
           
static String PROP_ATTRIB
           
static String PROP_CREATED
           
static String PROP_MODIFIED
           
static String PROP_NAME
           
static String PROP_SIZE
           
static String PROP_TEXT
           
static String PROP_TYPE
           
static int SUBSET_ASTERISK_ALL
           
static int SUBSET_ASTERISK_BACK
           
static int SUBSET_ASTERISK_FRONT
           
static int SUBSET_ASTERISK_FRONT_AND_BACK
           
static int SUBSET_ASTERISK_MIDDLE
           
static int SUBSET_EXACT
           
static int SUBSET_INVALID
           
static int TABLE_VIEW_EMPTY
           
static int TABLE_VIEW_FILTER_MBR
           
static int TABLE_VIEW_FILTER_OBJ
           
static int TABLE_VIEW_FORMAT_ALL_MBR
           
static int TABLE_VIEW_FORMAT_ALL_OBJ
           
static int TABLE_VIEW_FORMAT_CUSTOMIZED_MBR
           
static int TABLE_VIEW_FORMAT_CUSTOMIZED_OBJ
           
static int TABLE_VIEW_FORMAT_DEFAULT
           
static int TABLE_VIEW_FORMAT_EMPTY
           
static int TABLE_VIEW_GO_BACKWARD
           
static int TABLE_VIEW_GO_DOWN
           
static int TABLE_VIEW_GO_FORWARD
           
static int TABLE_VIEW_GO_UP
           
static int TABLE_VIEW_MBR
           
static int TABLE_VIEW_OBJ
           
static String TABLE_VIEW_POSITION_TO_BOTTOM
           
static String TABLE_VIEW_POSITION_TO_TOP
           
static int TABLE_VIEW_SHOW_COLUMN_ALL
           
static int TABLE_VIEW_SHOW_COLUMN_CUSTOMIZED
           
static int TABLE_VIEW_SHOW_COLUMN_DEFAULT
           
static int TABLE_VIEW_SHOW_COLUMN_UNKNOWN
           
static int TABLE_VIEW_WORK_WITH_LIB
           
static int TABLE_VIEW_WORK_WITH_MBR
           
static int TABLE_VIEW_WORK_WITH_OBJ
           
static String TAG_TABLE_VIEW_CONNECTION
           
static String TAG_TABLE_VIEW_ELEMENT
           
static String TAG_TABLE_VIEW_FILTER_STR
           
static String TAG_TABLE_VIEW_SUBSET
           
static String TAG_TABLE_VIEW_TYPE
           
static String TAG_TABLE_VIEW_WORK_WITH
           
static String TAG_TABLE_VIEW_WW_ACTION
           
 

Field Detail

Copyright

static final String Copyright
See Also:
Constant Field Values

NUMBER_OF_COLUMNS

static final int NUMBER_OF_COLUMNS
See Also:
Constant Field Values

MAX_NUMBER_MBR_ADD

static final int MAX_NUMBER_MBR_ADD
See Also:
Constant Field Values

MAX_NUMBER_OBJ_ADD

static final int MAX_NUMBER_OBJ_ADD
See Also:
Constant Field Values

COLUMN_NAME

static final int COLUMN_NAME
See Also:
Constant Field Values

COLUMN_TYPE

static final int COLUMN_TYPE
See Also:
Constant Field Values

COLUMN_ATTRIBUTE

static final int COLUMN_ATTRIBUTE
See Also:
Constant Field Values

COLUMN_TEXT

static final int COLUMN_TEXT
See Also:
Constant Field Values

BASIC_DATA_COLUMNS

static final int BASIC_DATA_COLUMNS
See Also:
Constant Field Values

COLUMN_MODIFIEDDATE

static final int COLUMN_MODIFIEDDATE
See Also:
Constant Field Values

COLUMN_CREATEDATE

static final int COLUMN_CREATEDATE
See Also:
Constant Field Values

COLUMN_SIZE

static final int COLUMN_SIZE
See Also:
Constant Field Values

COLUMN_NOT_DISPLAYED

static final int COLUMN_NOT_DISPLAYED
See Also:
Constant Field Values

COLUMN_NAME_CHAR

static final char COLUMN_NAME_CHAR
See Also:
Constant Field Values

COLUMN_TYPE_CHAR

static final char COLUMN_TYPE_CHAR
See Also:
Constant Field Values

COLUMN_ATTRIBUTE_CHAR

static final char COLUMN_ATTRIBUTE_CHAR
See Also:
Constant Field Values

COLUMN_TEXT_CHAR

static final char COLUMN_TEXT_CHAR
See Also:
Constant Field Values

COLUMN_MODIFIEDDATE_CHAR

static final char COLUMN_MODIFIEDDATE_CHAR
See Also:
Constant Field Values

COLUMN_CREATEDATE_CHAR

static final char COLUMN_CREATEDATE_CHAR
See Also:
Constant Field Values

COLUMN_SIZE_CHAR

static final char COLUMN_SIZE_CHAR
See Also:
Constant Field Values

EXPORT_ACTION_COLUMN_WIDTHS

static final int[] EXPORT_ACTION_COLUMN_WIDTHS

EXPORT_ACTION_HEADER_UNDERLINES

static final String[] EXPORT_ACTION_HEADER_UNDERLINES

EXPORT_ACTION_SPACE_HOLDERS

static final String[] EXPORT_ACTION_SPACE_HOLDERS

EMPTY_COLUMN_MAPPINGS

static final int[] EMPTY_COLUMN_MAPPINGS

EMPTY_COLUMN_WIDTHS

static final int[] EMPTY_COLUMN_WIDTHS

EMPTY_COLUMN_LAYOUTS

static final ColumnLayoutData[] EMPTY_COLUMN_LAYOUTS

BASIC_COLUMN_MAPPINGS

static final int[] BASIC_COLUMN_MAPPINGS

BASIC_COLUMN_WIDTHS

static final int[] BASIC_COLUMN_WIDTHS

BASIC_COLUMN_LAYOUTS

static final ColumnLayoutData[] BASIC_COLUMN_LAYOUTS

OBJ_EXTRA_COLUMN_MAPPINGS

static final int[] OBJ_EXTRA_COLUMN_MAPPINGS

OBJ_EXTRA_COLUMN_WIDTHS

static final int[] OBJ_EXTRA_COLUMN_WIDTHS

OBJ_EXTRA_COLUMN_LAYOUTS

static final ColumnLayoutData[] OBJ_EXTRA_COLUMN_LAYOUTS

MBR_EXTRA_COLUMN_MAPPINGS

static final int[] MBR_EXTRA_COLUMN_MAPPINGS

MBR_EXTRA_COLUMN_WIDTHS

static final int[] MBR_EXTRA_COLUMN_WIDTHS

MBR_EXTRA_COLUMN_LAYOUTS

static final ColumnLayoutData[] MBR_EXTRA_COLUMN_LAYOUTS

TABLE_VIEW_FORMAT_EMPTY

static final int TABLE_VIEW_FORMAT_EMPTY
See Also:
Constant Field Values

TABLE_VIEW_FORMAT_DEFAULT

static final int TABLE_VIEW_FORMAT_DEFAULT
See Also:
Constant Field Values

TABLE_VIEW_FORMAT_ALL_MBR

static final int TABLE_VIEW_FORMAT_ALL_MBR
See Also:
Constant Field Values

TABLE_VIEW_FORMAT_ALL_OBJ

static final int TABLE_VIEW_FORMAT_ALL_OBJ
See Also:
Constant Field Values

TABLE_VIEW_FORMAT_CUSTOMIZED_MBR

static final int TABLE_VIEW_FORMAT_CUSTOMIZED_MBR
See Also:
Constant Field Values

TABLE_VIEW_FORMAT_CUSTOMIZED_OBJ

static final int TABLE_VIEW_FORMAT_CUSTOMIZED_OBJ
See Also:
Constant Field Values

TABLE_VIEW_WORK_WITH_LIB

static final int TABLE_VIEW_WORK_WITH_LIB
See Also:
Constant Field Values

TABLE_VIEW_WORK_WITH_OBJ

static final int TABLE_VIEW_WORK_WITH_OBJ
See Also:
Constant Field Values

TABLE_VIEW_WORK_WITH_MBR

static final int TABLE_VIEW_WORK_WITH_MBR
See Also:
Constant Field Values

TABLE_VIEW_SHOW_COLUMN_DEFAULT

static final int TABLE_VIEW_SHOW_COLUMN_DEFAULT
See Also:
Constant Field Values

TABLE_VIEW_SHOW_COLUMN_ALL

static final int TABLE_VIEW_SHOW_COLUMN_ALL
See Also:
Constant Field Values

TABLE_VIEW_SHOW_COLUMN_CUSTOMIZED

static final int TABLE_VIEW_SHOW_COLUMN_CUSTOMIZED
See Also:
Constant Field Values

TABLE_VIEW_SHOW_COLUMN_UNKNOWN

static final int TABLE_VIEW_SHOW_COLUMN_UNKNOWN
See Also:
Constant Field Values

TABLE_VIEW_EMPTY

static final int TABLE_VIEW_EMPTY
See Also:
Constant Field Values

TABLE_VIEW_OBJ

static final int TABLE_VIEW_OBJ
See Also:
Constant Field Values

TABLE_VIEW_MBR

static final int TABLE_VIEW_MBR
See Also:
Constant Field Values

TABLE_VIEW_FILTER_OBJ

static final int TABLE_VIEW_FILTER_OBJ
See Also:
Constant Field Values

TABLE_VIEW_FILTER_MBR

static final int TABLE_VIEW_FILTER_MBR
See Also:
Constant Field Values

PROP_NAME

static final String PROP_NAME
See Also:
Constant Field Values

PROP_TYPE

static final String PROP_TYPE
See Also:
Constant Field Values

PROP_ATTRIB

static final String PROP_ATTRIB
See Also:
Constant Field Values

PROP_TEXT

static final String PROP_TEXT
See Also:
Constant Field Values

PROP_MODIFIED

static final String PROP_MODIFIED
See Also:
Constant Field Values

PROP_CREATED

static final String PROP_CREATED
See Also:
Constant Field Values

PROP_SIZE

static final String PROP_SIZE
See Also:
Constant Field Values

COLUMN_PROPERTIES

static final String[] COLUMN_PROPERTIES

TABLE_VIEW_POSITION_TO_TOP

static final String TABLE_VIEW_POSITION_TO_TOP
See Also:
Constant Field Values

TABLE_VIEW_POSITION_TO_BOTTOM

static final String TABLE_VIEW_POSITION_TO_BOTTOM
See Also:
Constant Field Values

SUBSET_EXACT

static final int SUBSET_EXACT
See Also:
Constant Field Values

SUBSET_ASTERISK_FRONT_AND_BACK

static final int SUBSET_ASTERISK_FRONT_AND_BACK
See Also:
Constant Field Values

SUBSET_ASTERISK_FRONT

static final int SUBSET_ASTERISK_FRONT
See Also:
Constant Field Values

SUBSET_ASTERISK_BACK

static final int SUBSET_ASTERISK_BACK
See Also:
Constant Field Values

SUBSET_ASTERISK_MIDDLE

static final int SUBSET_ASTERISK_MIDDLE
See Also:
Constant Field Values

SUBSET_ASTERISK_ALL

static final int SUBSET_ASTERISK_ALL
See Also:
Constant Field Values

SUBSET_INVALID

static final int SUBSET_INVALID
See Also:
Constant Field Values

ALL

static final String ALL
See Also:
Constant Field Values

BLANK

static final String BLANK
See Also:
Constant Field Values

ATTRIB_DATABASE

static final String ATTRIB_DATABASE
See Also:
Constant Field Values

ATTRIB_SRC

static final String ATTRIB_SRC
See Also:
Constant Field Values

ATTRIB_DTA

static final String ATTRIB_DTA
See Also:
Constant Field Values

TAG_TABLE_VIEW_CONNECTION

static final String TAG_TABLE_VIEW_CONNECTION
See Also:
Constant Field Values

TAG_TABLE_VIEW_TYPE

static final String TAG_TABLE_VIEW_TYPE
See Also:
Constant Field Values

TAG_TABLE_VIEW_FILTER_STR

static final String TAG_TABLE_VIEW_FILTER_STR
See Also:
Constant Field Values

TAG_TABLE_VIEW_SUBSET

static final String TAG_TABLE_VIEW_SUBSET
See Also:
Constant Field Values

TAG_TABLE_VIEW_WORK_WITH

static final String TAG_TABLE_VIEW_WORK_WITH
See Also:
Constant Field Values

TAG_TABLE_VIEW_WW_ACTION

static final String TAG_TABLE_VIEW_WW_ACTION
See Also:
Constant Field Values

TAG_TABLE_VIEW_ELEMENT

static final String TAG_TABLE_VIEW_ELEMENT
See Also:
Constant Field Values

INDEX_SUBSET_OBJ_NAME_FILTER

static final int INDEX_SUBSET_OBJ_NAME_FILTER
See Also:
Constant Field Values

INDEX_SUBSET_OBJ_TYPE_FILTER

static final int INDEX_SUBSET_OBJ_TYPE_FILTER
See Also:
Constant Field Values

INDEX_SUBSET_OBJ_ATTRIB_FILTER

static final int INDEX_SUBSET_OBJ_ATTRIB_FILTER
See Also:
Constant Field Values

INDEX_SUBSET_OBJ_TEXT_FILTER

static final int INDEX_SUBSET_OBJ_TEXT_FILTER
See Also:
Constant Field Values

INDEX_SUBSET_OBJ_FROM_SIZE_FILTER

static final int INDEX_SUBSET_OBJ_FROM_SIZE_FILTER
See Also:
Constant Field Values

INDEX_SUBSET_OBJ_TO_SIZE_FILTER

static final int INDEX_SUBSET_OBJ_TO_SIZE_FILTER
See Also:
Constant Field Values

INDEX_SUBSET_MBR_NAME_FILTER

static final int INDEX_SUBSET_MBR_NAME_FILTER
See Also:
Constant Field Values

INDEX_SUBSET_MBR_TYPE_FILTER

static final int INDEX_SUBSET_MBR_TYPE_FILTER
See Also:
Constant Field Values

INDEX_SUBSET_MBR_TEXT_FILTER

static final int INDEX_SUBSET_MBR_TEXT_FILTER
See Also:
Constant Field Values

TABLE_VIEW_GO_BACKWARD

static final int TABLE_VIEW_GO_BACKWARD
See Also:
Constant Field Values

TABLE_VIEW_GO_FORWARD

static final int TABLE_VIEW_GO_FORWARD
See Also:
Constant Field Values

TABLE_VIEW_GO_UP

static final int TABLE_VIEW_GO_UP
See Also:
Constant Field Values

TABLE_VIEW_GO_DOWN

static final int TABLE_VIEW_GO_DOWN
See Also:
Constant Field Values

NFS_ISERIES_TABLE_VIEW

static final String NFS_ISERIES_TABLE_VIEW
See Also:
Constant Field Values

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.