Uses of Class
net.officefloor.activity.model.ActivityModel.ActivityEvent
-
Packages that use ActivityModel.ActivityEvent Package Description net.officefloor.activity.model net.officefloor.eclipse.ide.activity net.officefloor.gef.activity net.officefloor.gef.activity.test -
-
Uses of ActivityModel.ActivityEvent in net.officefloor.activity.model
Methods in net.officefloor.activity.model that return ActivityModel.ActivityEvent Modifier and Type Method Description static ActivityModel.ActivityEvent
ActivityModel.ActivityEvent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActivityModel.ActivityEvent[]
ActivityModel.ActivityEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ActivityModel.ActivityEvent in net.officefloor.eclipse.ide.activity
Methods in net.officefloor.eclipse.ide.activity that return types with arguments of type ActivityModel.ActivityEvent Modifier and Type Method Description AbstractAdaptedIdeEditor<ActivityModel,ActivityModel.ActivityEvent,ActivityChanges>
ActivityEditPart. createEditor(EnvironmentBridge envBridge)
-
Uses of ActivityModel.ActivityEvent in net.officefloor.gef.activity
Method parameters in net.officefloor.gef.activity with type arguments of type ActivityModel.ActivityEvent Modifier and Type Method Description protected void
ActivityEditor. loadParents(java.util.List<AbstractConfigurableItem<ActivityModel,ActivityModel.ActivityEvent,ActivityChanges,?,?,?>> parents)
-
Uses of ActivityModel.ActivityEvent in net.officefloor.gef.activity.test
Methods in net.officefloor.gef.activity.test that return types with arguments of type ActivityModel.ActivityEvent Modifier and Type Method Description protected AbstractAdaptedIdeEditor<ActivityModel,ActivityModel.ActivityEvent,ActivityChanges>
ActivityIdeTestApplication. createEditor(EnvironmentBridge envBridge)
-