Public Member Functions | |
TableViewColumnProperty (String propertyName, String displayName, Class propertyType) | |
TableViewColumnProperty (PropertyDescriptor prop) | |
boolean | canRead () |
boolean | canWrite () |
Object | getValue () throws IllegalAccessException, InvocationTargetException |
void | setValue (Object obj) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException |
Instances of this class are used in the NodeTableModel.getPropertyFor() method
org.openide.explorer.view.NodeTableModel#getPropertyFor()
|
|
|
|
|
|
|
|
|
|
|
|