public static class JPropertiesTable.PropertyDescriptor extends Object
Constructor and Description |
---|
PropertyDescriptor(String caption,
String name,
boolean editable)
For password field in table.
|
PropertyDescriptor(String caption,
String name,
boolean editable,
JPropertiesTable.PropertyFormatter formatter) |
PropertyDescriptor(String caption,
String name,
Object[] options) |
Modifier and Type | Method and Description |
---|---|
String |
getCaption() |
TableCellEditor |
getCellEditor() |
String |
getDescription() |
JPropertiesTable.PropertyFormatter |
getFormatter() |
String |
getName() |
Object[] |
getOptions() |
boolean |
hasOptions() |
boolean |
isEditable() |
void |
setDescription(String description) |
void |
setFormatter(JPropertiesTable.PropertyFormatter formatter) |
public PropertyDescriptor(String caption, String name, boolean editable, JPropertiesTable.PropertyFormatter formatter)
public void setFormatter(JPropertiesTable.PropertyFormatter formatter)
public JPropertiesTable.PropertyFormatter getFormatter()
public String getCaption()
public String getDescription()
public void setDescription(String description)
public boolean isEditable()
public Object[] getOptions()
public boolean hasOptions()
public String getName()
public TableCellEditor getCellEditor()
Copyright © 2019. All Rights Reserved.