Uses of Interface
org.eclipse.tigerstripe.workbench.plugins.IPluginProperty

Packages that use IPluginProperty
org.eclipse.tigerstripe.workbench.plugins This package contains the interfaces to be implemented in relation with implementing TS templates, and more generally all interfaces as seen by the user when implementing a Tigerstripe plugin. 
org.eclipse.tigerstripe.workbench.project This package contains interfaces tigerstripe projects and other objects associated with navigating and generating projects. 
 

Uses of IPluginProperty in org.eclipse.tigerstripe.workbench.plugins
 

Subinterfaces of IPluginProperty in org.eclipse.tigerstripe.workbench.plugins
 interface IBooleanPluginProperty
           
 interface IStringPluginProperty
           
 interface ITablePluginProperty
           
 

Methods in org.eclipse.tigerstripe.workbench.plugins with parameters of type IPluginProperty
 void IPluggablePluginPropertyListener.storeProperty(IPluginProperty property, java.lang.Object value)
          Stores the current value of the IPluggablePluginProperty
 

Uses of IPluginProperty in org.eclipse.tigerstripe.workbench.project
 

Methods in org.eclipse.tigerstripe.workbench.project with type parameters of type IPluginProperty
<T extends IPluginProperty>
java.lang.Class<T>[]
ITigerstripeGeneratorProject.getSupportedProperties()
           
<T extends IPluginProperty>
IPluginProperty
ITigerstripeGeneratorProject.makeProperty(java.lang.Class<T> propertyType)
          Factory method for Plugin properties
 

Methods in org.eclipse.tigerstripe.workbench.project that return IPluginProperty
 IPluginProperty[] ITigerstripeGeneratorProject.getGlobalProperties()
           
<T extends IPluginProperty>
IPluginProperty
ITigerstripeGeneratorProject.makeProperty(java.lang.Class<T> propertyType)
          Factory method for Plugin properties
 

Methods in org.eclipse.tigerstripe.workbench.project with parameters of type IPluginProperty
 void ITigerstripeGeneratorProject.addGlobalProperties(IPluginProperty[] properties)
           
 void ITigerstripeGeneratorProject.addGlobalProperty(IPluginProperty property)
           
 void ITigerstripeGeneratorProject.removeGlobalProperties(IPluginProperty[] properties)
           
 void ITigerstripeGeneratorProject.removeGlobalProperty(IPluginProperty property)
           
 void ITigerstripeGeneratorProject.setGlobalProperties(IPluginProperty[] properties)