Modifier and Type | Class and Description |
---|---|
private static class | |
private static class | |
private static class | |
private static class |
Modifier and Type | Field and Description |
---|---|
private final String[] | |
private JPanel | |
private JTable | |
private static TableCellEditor | |
private JPanel | |
private JTable | |
private static final Color | |
private final int | |
private static XMBeanInfo. | |
private final int |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
private void | |
public void | |
private void | |
public void | |
public void | |
public void | |
private void | |
public void | |
public void |
columnNames | back to summary |
---|---|
private final String[] columnNames |
descBorderPanel | back to summary |
---|---|
private JPanel descBorderPanel |
descTable | back to summary |
---|---|
private JTable descTable |
editor | back to summary |
---|---|
private static TableCellEditor editor |
infoBorderPanel | back to summary |
---|---|
private JPanel infoBorderPanel |
infoTable | back to summary |
---|---|
private JTable infoTable |
lightYellow | back to summary |
---|---|
private static final Color lightYellow |
NAME_COLUMN | back to summary |
---|---|
private final int NAME_COLUMN |
renderer | back to summary |
---|---|
private static XMBeanInfo. |
VALUE_COLUMN | back to summary |
---|---|
private final int VALUE_COLUMN |
XMBeanInfo | back to summary |
---|---|
public XMBeanInfo() |
addDescriptor | back to summary |
---|---|
private void addDescriptor(Descriptor desc, String text) |
addMBeanAttributeInfo | back to summary |
---|---|
public void addMBeanAttributeInfo(MBeanAttributeInfo mbai) |
addMBeanConstructorInfo | back to summary |
---|---|
private void addMBeanConstructorInfo(MBeanConstructorInfo mbci, String text) |
addMBeanInfo | back to summary |
---|---|
public void addMBeanInfo(XMBean mbean, MBeanInfo mbeanInfo) |
addMBeanNotificationInfo | back to summary |
---|---|
public void addMBeanNotificationInfo(MBeanNotificationInfo mbni) |
addMBeanOperationInfo | back to summary |
---|---|
public void addMBeanOperationInfo(MBeanOperationInfo mboi) |
addMBeanParameterInfo | back to summary |
---|---|
private void addMBeanParameterInfo(MBeanParameterInfo mbpi, String text) |
emptyDescTable | back to summary |
---|---|
public void emptyDescTable() |
emptyInfoTable | back to summary |
---|---|
public void emptyInfoTable() |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Component | getTableCellEditorComponent(JTable
the table, Object JTable that is asking the
editor to edit; can be null the value of the cell to be edited; it is
up to the specific editor to interpret
and draw the value. For example, if value is
the string "true", it could be rendered as a
string or it could be rendered as a check
box that is checked. value, boolean null
is a valid valuetrue if the cell is to be rendered with
highlighting isSelected, int the row of the cell being edited row, int the column of the cell being edited column)Overrides javax. Implements javax. TableCellEditor interface.
|
MBeanInfoTableCellEditor | back to summary |
---|---|
public MBeanInfoTableCellEditor(JTextField tf) |
getTableCellEditorComponent | back to summary |
---|---|
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) Overrides javax. Implements javax. Doc from javax. Implements the
|
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public Component | getTableCellRendererComponent(JTable
the table, Object JTable the value to assign to the cell at
value, boolean [row, column] true if cell is selected isSelected, boolean true if cell has focus hasFocus, int the row of the cell to render row, int the column of the cell to render column)Overrides javax. Implements javax. |
MBeanInfoTableCellRenderer | back to summary |
---|---|
private MBeanInfoTableCellRenderer() |
getTableCellRendererComponent | back to summary |
---|---|
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) Overrides javax. Implements javax. Doc from javax. Returns the default table cell renderer.
During a printing operation, this method will be called with
|
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public void | setValueAt(Object
the new value; this can be null value, int the row whose value is to be changed row, int the column whose value is to be changed col)Overrides javax. Implements javax. column and
row .
|
ReadOnlyDefaultTableModel | back to summary |
---|---|
private ReadOnlyDefaultTableModel() |
setValueAt | back to summary |
---|---|
public void setValueAt(Object value, int row, int col) Overrides javax. Implements javax. Doc from javax. Sets the object value for the cell at |
Modifier and Type | Field and Description |
---|---|
private String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String |
tableRowDividerText | back to summary |
---|---|
private String tableRowDividerText |
TableRowDivider | back to summary |
---|---|
public TableRowDivider(String tableRowDividerText) |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object. |