|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
oracle.bali.inspector.PropertyModel
oracle.jdeveloper.cmt.CmtPropertyModel
oracle.jdeveloper.cmt.CmtEventModel
A model representation suitable for the Bali inspector based upon JDeveloper Cmt inputs.
Field Summary |
Fields inherited from class oracle.bali.inspector.PropertyModel |
COLUMN_DESCRIPTION, COLUMN_DISPLAY_NAME, COLUMN_DISPLAY_VALUE, COLUMN_EDITOR_FACTORY, COLUMN_GROUP, COLUMN_ID, COLUMN_IS_DRILLABLE, COLUMN_IS_EXPERT, COLUMN_IS_HIDDEN, COLUMN_IS_READABLE, COLUMN_IS_WRITABLE, COLUMN_LEVEL, COLUMN_MODEL, COLUMN_NAME, COLUMN_VALUE, COLUMN_VALUE_CLASS, DOES_NOT_EXIST, NONEXISTENT_COLUMN, PROPERTY_DISPLAY_NAME |
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Constructor Summary | |
CmtEventModel(CmtInspectable inspectable)
Creates a CmtEventModel returning the events of the inspectable passed in. |
Method Summary | |
protected oracle.bali.inspector.PropertyEditorAdapter |
_getPropertyEditorFactory(int index)
Get the property editor factory at the given index. |
protected java.util.Hashtable |
_getPropertyHashTable()
Returns the hashtable mapping propertyIDs to row indices, creating it if necessary. |
protected CmtPropertyID |
_getPropertyID(int index)
Get the property id at the given index. |
protected CmtPropertyState |
getPropertyState(int index)
Get the CmtPropertyState at the given index. |
int |
getRowCount()
Get the number of rows of properties for the current target object. |
void |
postProcess()
|
void |
setValueAt(java.lang.Object data,
int rowIndex,
int colIndex)
Sets the data of the specified cell to the values specified by data. |
Methods inherited from class oracle.jdeveloper.cmt.CmtPropertyModel |
getColumnCount, getColumnMapping, getHelpInfo, getPropertyByID, getPropertyIDs, getTargetDisplayName, getValueAt, invalidateValueData, setPropertyByID |
Methods inherited from class oracle.bali.inspector.PropertyModel |
addPropertyChangeListener, dispose, firePropertyChanged, getBooleanData, getBooleanData, getColumnIndex, getData, getLocale, getPropertyDescription, getPropertyDisplayName, getPropertyDisplayName, getPropertyDisplayValue, getPropertyEditorFactory, getPropertyGroup, getPropertyID, getPropertyIndex, getPropertyModel, getPropertyName, getPropertyValue, isCellEditable, isDataConflicting, isPropertyCommon, isPropertyDrillable, isPropertyReadable, isPropertyWritable, removePropertyChangeListener, setData, setLocale, setPropertyValue, throwIllegalArgumentException |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CmtEventModel(CmtInspectable inspectable)
inspectable
- The CmtInspectable Object to use when getting and
setting the events.Method Detail |
public int getRowCount()
getRowCount
in interface javax.swing.table.TableModel
getRowCount
in class CmtPropertyModel
public void setValueAt(java.lang.Object data, int rowIndex, int colIndex)
CmtPropertyModel
setValueAt
in interface javax.swing.table.TableModel
setValueAt
in class CmtPropertyModel
data
- the new datarowIndex
- the row index of the cellcolIndex
- the column index of the cellpublic void postProcess()
protected CmtPropertyState getPropertyState(int index)
getPropertyState
in class CmtPropertyModel
protected java.util.Hashtable _getPropertyHashTable()
_getPropertyHashTable
in class CmtPropertyModel
protected CmtPropertyID _getPropertyID(int index)
_getPropertyID
in class CmtPropertyModel
protected oracle.bali.inspector.PropertyEditorAdapter _getPropertyEditorFactory(int index)
_getPropertyEditorFactory
in class CmtPropertyModel
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.