org.eclipse.tigerstripe.workbench.plugins
Interface ITablePluginProperty

All Superinterfaces:
IPluginProperty

public interface ITablePluginProperty
extends IPluginProperty


Nested Class Summary
static class ITablePluginProperty.ColumnDef
           
static class ITablePluginProperty.TablePropertyRow
           
 
Method Summary
 java.util.List<ITablePluginProperty.ColumnDef> getColumnDefs()
           
 ITablePluginProperty.TablePropertyRow makeRow()
           
 
Methods inherited from interface org.eclipse.tigerstripe.workbench.plugins.IPluginProperty
buildBodyFromNode, clone, deSerialize, getBodyAsNode, getDefaultValue, getLabel, getName, getTipToolText, getType, serialize, setDefaultValue, setName, setTipToolText
 

Method Detail

getColumnDefs

java.util.List<ITablePluginProperty.ColumnDef> getColumnDefs()

makeRow

ITablePluginProperty.TablePropertyRow makeRow()