org.eclipse.tigerstripe.plugins.pluggable
Interface ITablePPluginProperty

All Superinterfaces:
IPluggablePluginProperty

public interface ITablePPluginProperty
extends IPluggablePluginProperty


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

Method Detail

getColumnDefs

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

makeRow

ITablePPluginProperty.TablePropertyRow makeRow()