net.officefloor.eclipse.common.editpolicies.open
Interface OpenHandlerContext<M extends Model>


public interface OpenHandlerContext<M extends Model>

Context for the OpenHandler.

Author:
Daniel Sagenschneider
See Also:
ExtensionUtil

Method Summary
 PropertyList createPropertyList()
           Creates a new PropertyList.
 AbstractOfficeFloorEditPart<M,?,?> getEditPart()
          Obtains the AbstractOfficeFloorEditPart for the Model.
 M getModel()
          Obtains the Model.
 

Method Detail

getModel

M getModel()
Obtains the Model.

Returns:
Model.

getEditPart

AbstractOfficeFloorEditPart<M,?,?> getEditPart()
Obtains the AbstractOfficeFloorEditPart for the Model.

Returns:
AbstractOfficeFloorEditPart for the Model.

createPropertyList

PropertyList createPropertyList()

Creates a new PropertyList.

This is useful to create the PropertyList for using the ExtensionUtil to open.

Returns:
New PropertyList.


Copyright © 2005-2013. All Rights Reserved.