public abstract class IdePropertyModel extends oracle.bali.inspector.multi.MultiObjectModel implements Helpable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Object |
COLUMN_HELP
Column identification object for the column containing any help key for
usage in the help system.
|
static java.lang.Object |
COLUMN_ICON
Deprecated.
use PropertyModel#COLUMN_ICON instead
|
COLUMN_ACTIONS, COLUMN_CATEGORY, COLUMN_DEFAULT_DISPLAY_VALUE, COLUMN_DEFAULT_VALUE, COLUMN_DESCRIPTION, COLUMN_DISPLAY_NAME, COLUMN_DISPLAY_VALUE, COLUMN_EDITOR_FACTORY, COLUMN_EDITOR_FACTORY_2, COLUMN_GROUP, COLUMN_HOVER_PROVIDER, COLUMN_ICON_TOOLTIP, COLUMN_ID, COLUMN_IS_DRILLABLE, COLUMN_IS_EXPERT, COLUMN_IS_HIDDEN, COLUMN_IS_READABLE, COLUMN_IS_WRITABLE, COLUMN_LEVEL, COLUMN_MANDATORY, COLUMN_MODEL, COLUMN_NAME, COLUMN_VALIDATION_ISSUES, COLUMN_VALUE, COLUMN_VALUE_CLASS, DOES_NOT_EXIST, NONEXISTENT_COLUMN, PROPERTY_DISPLAY_NAME| Constructor and Description |
|---|
IdePropertyModel() |
| Modifier and Type | Method and Description |
|---|---|
HelpInfo |
getHelpInfo() |
abstract Subject[] |
getSubjects()
Get an array of Subject which are affected by any changes made to this
PropertyModel.
|
abstract void |
setContext(Context context)
Initialize this PropertyModel based on the selection of a given Context.
|
dispose, getColumnMapping, getHelpTopic, getMatchingId, getPropertyByID, getPropertyIDs, getRowCount, getSelectionModel, getTargetDisplayName, getValueAt, invalidateValueData, isCellEditable, isDataConflicting, isMatchingPropertyID, isPropertyCommon, isSettable, setLocale, setPropertyByID, setSelectionModel, setValueAt, startRead, stopReadaddPropertyChangeListener, addPropertyModelListener, equals, firePropertyChanged, firePropertyModelUpdate, getActionGroups, getBooleanData, getBooleanData, getCategoryLayoutId, getColumnCount, getColumnIndex, getData, getGlobalProperties, getGlobalProperty, getIcon, getIconToolTip, getLocale, getPropertyCategory, getPropertyDescription, getPropertyDisplayName, getPropertyDisplayName, getPropertyDisplayValue, getPropertyEditorFactory, getPropertyEditorFactory2, getPropertyGroup, getPropertyID, getPropertyIndex, getPropertyModel, getPropertyName, getPropertyValue, isMandatory, isPropertyDrillable, isPropertyReadable, isPropertyWritable, removePropertyChangeListener, removePropertyModelListener, setCategoryLayoutId, setData, setGlobalProperties, setGlobalProperty, setMandatory, setPropertyValue, throwIllegalArgumentException, useUnionaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListenerpublic static final java.lang.Object COLUMN_HELP
@Deprecated public static final java.lang.Object COLUMN_ICON
public abstract Subject[] getSubjects()
public abstract void setContext(Context context)
context - the Context from which to initialize.public HelpInfo getHelpInfo()
getHelpInfo in interface Helpable