|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.toolbox.ui.widget.table.DefaultTableCellRenderer
com.metamatrix.toolbox.ui.widget.property.PropertiedObjectTableCellRenderer
public class PropertiedObjectTableCellRenderer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.metamatrix.toolbox.ui.widget.table.DefaultTableCellRenderer |
---|
DefaultTableCellRenderer.DefaultBooleanComponent, DefaultTableCellRenderer.DefaultTextComponent |
Field Summary |
---|
Fields inherited from class com.metamatrix.toolbox.ui.widget.table.DefaultTableCellRenderer |
---|
checkBoxBorder, noFocusBorder |
Fields inherited from interface javax.swing.SwingConstants |
---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Constructor Summary | |
---|---|
PropertiedObjectTableCellRenderer()
|
Method Summary | |
---|---|
java.awt.Component |
getTableCellRendererComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
boolean hasFocus,
int rowIndex,
int columnIndex)
Returns the appropriate Component to render the value in the specified table at the specified row and column indexes. |
Methods inherited from class com.metamatrix.toolbox.ui.widget.table.DefaultTableCellRenderer |
---|
initializeComponent, setBooleanComponent, setTextComponent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertiedObjectTableCellRenderer()
Method Detail |
---|
public java.awt.Component getTableCellRendererComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, boolean hasFocus, int rowIndex, int columnIndex)
DefaultTableCellRenderer
getTableCellRendererComponent
in interface javax.swing.table.TableCellRenderer
getTableCellRendererComponent
in class DefaultTableCellRenderer
table
- The table containing the valuevalue
- The valueisSelected
- True if the cell containing the value is currently selectedhasFocus
- True if the cell containing the value currently has focusrowIndex
- The row index of the cell containing the valuecolumnIndex
- The column index of the cell containing the value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |