net.officefloor.eclipse.extension.util
Interface SourceExtensionUtil.GenericSourceExtensionContext

Enclosing class:
SourceExtensionUtil

protected static interface SourceExtensionUtil.GenericSourceExtensionContext

Generic source extension context.


Method Summary
 org.eclipse.core.resources.IProject getProject()
          Obtains the IProject.
 PropertyList getPropertyList()
          Obtains the PropertyList.
 void notifyPropertiesChanged()
          Notifies the properties have changed.
 

Method Detail

getProject

org.eclipse.core.resources.IProject getProject()
Obtains the IProject.

Returns:
IProject.

getPropertyList

PropertyList getPropertyList()
Obtains the PropertyList.

Returns:
PropertyList.

notifyPropertiesChanged

void notifyPropertiesChanged()
Notifies the properties have changed.



Copyright © 2005-2013. All Rights Reserved.