Package | Description |
---|---|
net.officefloor.eclipse.desk | |
net.officefloor.eclipse.desk.editparts | |
net.officefloor.model.desk | |
net.officefloor.model.impl.desk |
Modifier and Type | Method and Description |
---|---|
protected DeskModel |
DeskEditor.retrieveModel(ConfigurationItem configuration) |
Modifier and Type | Method and Description |
---|---|
protected DeskChanges |
DeskEditor.createModelChanges(DeskModel model) |
protected void |
DeskEditor.storeModel(DeskModel model,
ConfigurationItem configuration) |
Modifier and Type | Method and Description |
---|---|
static DeskModel |
TaskEditPart.getDesk(AbstractOfficeFloorEditPart<?,?,?> editPart)
|
Modifier and Type | Method and Description |
---|---|
static WorkModel |
WorkTaskEditPart.getWork(WorkTaskModel workTask,
DeskModel desk)
Obtains the
Work that contains the WorkTaskModel . |
Modifier and Type | Method and Description |
---|---|
DeskModel |
DeskRepository.retrieveDesk(ConfigurationItem configuration)
Retrieves the
DeskModel from the ConfigurationItem . |
Modifier and Type | Method and Description |
---|---|
RemoveConnectionsAction<DeskModel> |
DeskModel.removeConnections()
Remove Connections.
|
Modifier and Type | Method and Description |
---|---|
void |
DeskRepository.storeDesk(DeskModel desk,
ConfigurationItem configuration)
Stores the
DeskModel into the ConfigurationItem . |
Modifier and Type | Method and Description |
---|---|
DeskModel |
DeskRepositoryImpl.retrieveDesk(ConfigurationItem configuration) |
Modifier and Type | Method and Description |
---|---|
void |
DeskRepositoryImpl.storeDesk(DeskModel desk,
ConfigurationItem configuration) |
Constructor and Description |
---|
DeskChangesImpl(DeskModel desk)
Initiate.
|
Copyright © 2005–2016. All rights reserved.