public class JDebugPropertiesTable<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JDebugPropertiesTable.PropertiesTableModel<T> |
Modifier and Type | Field and Description |
---|---|
static Object[] |
BOOLEAN_OPTIONS |
Constructor and Description |
---|
JDebugPropertiesTable(T propertyObject) |
Modifier and Type | Method and Description |
---|---|
void |
addNotify() |
JPropertiesTable.PropertyDescriptor |
addProperty(String caption,
String name) |
JPropertiesTable.PropertyDescriptor |
addProperty(String caption,
String name,
boolean editable) |
JPropertiesTable.PropertyDescriptor |
addProperty(String caption,
String name,
boolean editable,
JPropertiesTable.PropertyFormatter formatter) |
JPropertiesTable.PropertyDescriptor |
addProperty(String caption,
String name,
Object[] options) |
JPropertiesTable.PropertyDescriptor |
addPropertyShadow(String caption,
String name,
boolean editable) |
JTable |
getTable() |
JDebugPropertiesTable.PropertiesTableModel<?> |
getTableModel() |
void |
removeNotify() |
void |
setPropertyObject(T propertyObject) |
public static final Object[] BOOLEAN_OPTIONS
public JDebugPropertiesTable(T propertyObject)
public void removeNotify()
public void addNotify()
public void setPropertyObject(T propertyObject)
public JDebugPropertiesTable.PropertiesTableModel<?> getTableModel()
public JPropertiesTable.PropertyDescriptor addProperty(String caption, String name)
public JPropertiesTable.PropertyDescriptor addProperty(String caption, String name, boolean editable)
public JPropertiesTable.PropertyDescriptor addProperty(String caption, String name, boolean editable, JPropertiesTable.PropertyFormatter formatter)
public JPropertiesTable.PropertyDescriptor addProperty(String caption, String name, Object[] options)
public JPropertiesTable.PropertyDescriptor addPropertyShadow(String caption, String name, boolean editable)
public JTable getTable()
Copyright © 2019. All Rights Reserved.