com.eviware.soapui.support.components
Class JPropertiesTable.PropertyDescriptor
java.lang.Object
com.eviware.soapui.support.components.JPropertiesTable.PropertyDescriptor
- Enclosing class:
- JPropertiesTable<T>
public static class JPropertiesTable.PropertyDescriptor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPropertiesTable.PropertyDescriptor
public JPropertiesTable.PropertyDescriptor(java.lang.String caption,
java.lang.String name,
boolean editable,
JPropertiesTable.PropertyFormatter formatter)
JPropertiesTable.PropertyDescriptor
public JPropertiesTable.PropertyDescriptor(java.lang.String caption,
java.lang.String name,
java.lang.Object[] options)
setFormatter
public void setFormatter(JPropertiesTable.PropertyFormatter formatter)
getFormatter
public JPropertiesTable.PropertyFormatter getFormatter()
getCaption
public java.lang.String getCaption()
isEditable
public boolean isEditable()
getOptions
public java.lang.Object[] getOptions()
hasOptions
public boolean hasOptions()
getName
public java.lang.String getName()
getCellEditor
public javax.swing.table.TableCellEditor getCellEditor()
Copyright © 2005-2007 eviware.com. All Rights Reserved.