Package | Description |
---|---|
net.officefloor.eclipse.woof.editparts | |
net.officefloor.model.woof |
Modifier and Type | Method and Description |
---|---|
protected void |
WoofExceptionEditPart.populateOfficeFloorOpenEditPolicy(OfficeFloorOpenEditPolicy<WoofExceptionModel> policy) |
Modifier and Type | Method and Description |
---|---|
WoofExceptionModel |
WoofExceptionToWoofTemplateModel.getWoofException() |
WoofExceptionModel |
WoofExceptionToWoofSectionInputModel.getWoofException() |
WoofExceptionModel |
WoofExceptionToWoofResourceModel.getWoofException() |
Modifier and Type | Method and Description |
---|---|
Change<WoofExceptionModel> |
WoofChangesImpl.addException(String exceptionClassName) |
Change<WoofExceptionModel> |
WoofChanges.addException(String exceptionClassName)
Adds a
WoofExceptionModel . |
List<WoofExceptionModel> |
WoofModel.getWoofExceptions() |
Change<WoofExceptionModel> |
WoofChangesImpl.refactorException(WoofExceptionModel exception,
String exceptionClassName) |
Change<WoofExceptionModel> |
WoofChanges.refactorException(WoofExceptionModel exception,
String exceptionClassName)
Refactors a
WoofExceptionModel . |
RemoveConnectionsAction<WoofExceptionModel> |
WoofExceptionModel.removeConnections()
Remove Connections.
|
Change<WoofExceptionModel> |
WoofChangesImpl.removeException(WoofExceptionModel exception) |
Change<WoofExceptionModel> |
WoofChanges.removeException(WoofExceptionModel exception)
Removes the
WoofExceptionModel . |
Constructor and Description |
---|
WoofExceptionToWoofResourceModel(String resourceName,
WoofExceptionModel woofException,
WoofResourceModel woofResource)
Convenience constructor.
|
WoofExceptionToWoofResourceModel(String resourceName,
WoofExceptionModel woofException,
WoofResourceModel woofResource,
int x,
int y)
Convenience constructor allowing XY initialising.
|
WoofExceptionToWoofSectionInputModel(String sectionName,
String inputName,
WoofExceptionModel woofException,
WoofSectionInputModel woofSectionInput)
Convenience constructor.
|
WoofExceptionToWoofSectionInputModel(String sectionName,
String inputName,
WoofExceptionModel woofException,
WoofSectionInputModel woofSectionInput,
int x,
int y)
Convenience constructor allowing XY initialising.
|
WoofExceptionToWoofTemplateModel(String templateName,
WoofExceptionModel woofException,
WoofTemplateModel woofTemplate)
Convenience constructor.
|
WoofExceptionToWoofTemplateModel(String templateName,
WoofExceptionModel woofException,
WoofTemplateModel woofTemplate,
int x,
int y)
Convenience constructor allowing XY initialising.
|
WoofModel(WoofAccessModel woofAccess,
WoofTemplateModel[] woofTemplate,
WoofSectionModel[] woofSection,
WoofGovernanceModel[] woofGovernance,
WoofResourceModel[] woofResource,
WoofExceptionModel[] woofException,
WoofStartModel[] woofStart)
Convenience constructor.
|
WoofModel(WoofAccessModel woofAccess,
WoofTemplateModel[] woofTemplate,
WoofSectionModel[] woofSection,
WoofGovernanceModel[] woofGovernance,
WoofResourceModel[] woofResource,
WoofExceptionModel[] woofException,
WoofStartModel[] woofStart,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Copyright © 2005–2016. All rights reserved.