|
||||||||||
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.console.ui.views.runtime.ServiceMgmtPanel.ServiceMgmtCellRenderer
public final class ServiceMgmtPanel.ServiceMgmtCellRenderer
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 | |
---|---|
ServiceMgmtPanel.ServiceMgmtCellRenderer()
|
Method Summary | |
---|---|
java.awt.Component |
getTableCellRendererComponent(javax.swing.JTable theTable,
java.lang.Object theValue,
boolean theSelectedFlag,
boolean theHasFocusFlag,
int theRow,
int theColumn)
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 ServiceMgmtPanel.ServiceMgmtCellRenderer()
Method Detail |
---|
public java.awt.Component getTableCellRendererComponent(javax.swing.JTable theTable, java.lang.Object theValue, boolean theSelectedFlag, boolean theHasFocusFlag, int theRow, int theColumn)
DefaultTableCellRenderer
getTableCellRendererComponent
in interface javax.swing.table.TableCellRenderer
getTableCellRendererComponent
in class DefaultTableCellRenderer
theTable
- The table containing the valuetheValue
- The valuetheSelectedFlag
- True if the cell containing the value is currently selectedtheHasFocusFlag
- True if the cell containing the value currently has focustheRow
- The row index of the cell containing the valuetheColumn
- 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 |