org.eclipse.tigerstripe.workbench.plugins
Class ITablePluginProperty.TablePropertyRow
java.lang.Object
org.eclipse.tigerstripe.workbench.internal.AbstractContainedObject
org.eclipse.tigerstripe.workbench.plugins.ITablePluginProperty.TablePropertyRow
- All Implemented Interfaces:
- org.eclipse.tigerstripe.workbench.internal.IContainedObject
- Enclosing interface:
- ITablePluginProperty
public static class ITablePluginProperty.TablePropertyRow
- extends org.eclipse.tigerstripe.workbench.internal.AbstractContainedObject
- implements org.eclipse.tigerstripe.workbench.internal.IContainedObject
|
Method Summary |
java.lang.String[] |
getColumnNames()
|
java.lang.String |
getValue(java.lang.String columnName)
|
java.lang.String[] |
getValues()
|
int |
indexOf(java.lang.String columnName)
|
void |
setValue(java.lang.String columnName,
java.lang.String value)
|
| Methods inherited from class org.eclipse.tigerstripe.workbench.internal.AbstractContainedObject |
clearDirty, getContainer, isDirty, setContainer |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.tigerstripe.workbench.internal.IContainedObject |
clearDirty, getContainer, isDirty, setContainer |
ITablePluginProperty.TablePropertyRow
public ITablePluginProperty.TablePropertyRow(ITablePluginProperty parentProperty)
setValue
public void setValue(java.lang.String columnName,
java.lang.String value)
getValue
public java.lang.String getValue(java.lang.String columnName)
getValues
public java.lang.String[] getValues()
getColumnNames
public java.lang.String[] getColumnNames()
indexOf
public int indexOf(java.lang.String columnName)