|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.classpath |
|---|
| Methods in net.officefloor.eclipse.classpath with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
static void |
ClasspathUtil.attemptAddExtensionClasspathProvidersToOfficeFloorClasspath(AbstractOfficeFloorEditPart<?,?,?> editPart,
org.eclipse.core.runtime.IProgressMonitor monitor,
String... extensionClassNames)
Attempts to add the ExtensionClasspathProvider instances to the
class path of the IJavaProject for the edit part. |
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.common.editparts |
|---|
| Subclasses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.common.editparts | |
|---|---|
class |
AbstractOfficeFloorDiagramEditPart<M extends Model>
Abstract EditPart for a diagram. |
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.common.editpolicies.layout |
|---|
| Fields in net.officefloor.eclipse.common.editpolicies.layout declared as AbstractOfficeFloorEditPart | |
|---|---|
protected AbstractOfficeFloorEditPart<?,?,?> |
MovePositionalModelCommand.editPart
Edit part to be moved. |
| Constructors in net.officefloor.eclipse.common.editpolicies.layout with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
MovePositionalModelCommand(AbstractOfficeFloorEditPart<?,?,?> editPart,
org.eclipse.draw2d.geometry.Point location)
Initiate to move a position model. |
|
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.common.editpolicies.open |
|---|
| Methods in net.officefloor.eclipse.common.editpolicies.open that return AbstractOfficeFloorEditPart | |
|---|---|
AbstractOfficeFloorEditPart<M,?,?> |
OpenHandlerContext.getEditPart()
Obtains the AbstractOfficeFloorEditPart for the Model. |
| Methods in net.officefloor.eclipse.common.editpolicies.open with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
void |
OfficeFloorOpenEditPolicy.doOpen(AbstractOfficeFloorEditPart<M,?,?> editPart)
Does the open for the AbstractOfficeFloorEditPart. |
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.conform.editparts |
|---|
| Subclasses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.conform.editparts | |
|---|---|
class |
ConformEditPart
EditPart for the ConformModel. |
class |
ExistingItemEditPart
EditPart for an ExistingItemModel. |
class |
ExistingModelEditPart
EditPart for the ExistingModel. |
class |
TargetItemEditPart
EditPart for the TargetItemModel. |
class |
TargetModelEditPart
EditPart for the TargetModel. |
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.desk.editparts |
|---|
| Subclasses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.desk.editparts | |
|---|---|
class |
DeskEditPart
EditPart for the DeskModel. |
class |
DeskManagedObjectDependencyEditPart
EditPart for the ManagedObjectDependencyModel. |
class |
DeskManagedObjectEditPart
EditPart for the DeskManagedObjectModel. |
class |
DeskManagedObjectSourceEditPart
EditPart for the DeskManagedObjectSourceModel. |
class |
DeskManagedObjectSourceFlowEditPart
EditPart for the DeskManagedObjectSourceFlowModel. |
class |
ExternalFlowEditPart
EditPart for the ExternalFlowModel. |
class |
ExternalManagedObjectEditPart
EditPart for the ExternalManagedObjectModel. |
class |
TaskEditPart
EditPart for the TaskModel. |
class |
TaskEscalationEditPart
EditPart for the TaskEscalationModel. |
class |
TaskFlowEditPart
EditPart for the TaskFlowModel. |
class |
WorkEditPart
EditPart for the WorkModel. |
class |
WorkTaskEditPart
EditPart for the WorkTaskModel. |
class |
WorkTaskObjectEditPart
EditPart for the WorkTaskObjectModel. |
| Methods in net.officefloor.eclipse.desk.editparts with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
static DeskModel |
TaskEditPart.getDesk(AbstractOfficeFloorEditPart<?,?,?> editPart)
Obtains the DeskModel for the TaskModel. |
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.office.editparts |
|---|
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.officefloor.editparts |
|---|
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.repository.project |
|---|
| Methods in net.officefloor.eclipse.repository.project with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
static org.eclipse.core.resources.IFile |
FileConfigurationItem.getFile(AbstractOfficeFloorEditPart<?,?,?> editPart)
Convenience method to obtain the IFile for the
AbstractOfficeFloorEditPart. |
static org.eclipse.core.resources.IProject |
FileConfigurationItem.getProject(AbstractOfficeFloorEditPart<?,?,?> editPart)
Convenience method to obtain the IProject for the
AbstractOfficeFloorEditPart. |
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.section.editparts |
|---|
| Subclasses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.section.editparts | |
|---|---|
class |
SectionEditPart
EditPart for the SectionModel. |
class |
SectionManagedObjectDependencyEditPart
EditPart for the ManagedObjectDependencyModel. |
class |
SectionManagedObjectEditPart
EditPart for the SectionManagedObjectModel. |
class |
SectionManagedObjectSourceEditPart
EditPart for the SectionManagedObjectSourceModel. |
class |
SectionManagedObjectSourceFlowEditPart
EditPart for the SectionManagedObjectSourceFlowModel. |
class |
SubSectionEditPart
EditPart for the SubSectionModel. |
class |
SubSectionInputEditPart
EditPart for the SubSectionInputModel. |
class |
SubSectionObjectEditPart
EditPart for the SubSectionObjectModel. |
class |
SubSectionOutputEditPart
EditPart for the SubSectionOutputModel. |
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.util |
|---|
| Methods in net.officefloor.eclipse.util with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
static org.eclipse.jdt.core.IType[] |
JavaUtil.getSubTypes(AbstractOfficeFloorEditPart<?,?,?> editPart,
String typeName)
Convenience method. |
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.wizard |
|---|
| Methods in net.officefloor.eclipse.wizard with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
static boolean |
WizardUtil.runWizard(org.eclipse.jface.wizard.IWizard wizard,
AbstractOfficeFloorEditPart<?,?,?> editPart)
Runs the IWizard. |
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.wizard.administratorsource |
|---|
| Methods in net.officefloor.eclipse.wizard.administratorsource with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
static AdministratorInstance |
AdministratorSourceWizard.getAdministratorInstance(AbstractOfficeFloorEditPart<?,?,?> editPart,
AdministratorInstance administratorInstance)
Facade method to obtain the AdministratorInstance. |
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.wizard.governancesource |
|---|
| Methods in net.officefloor.eclipse.wizard.governancesource with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
static GovernanceInstance |
GovernanceSourceWizard.getGovernanceInstance(AbstractOfficeFloorEditPart<?,?,?> editPart,
GovernanceInstance governanceInstance)
Facade method to obtain the GovernanceInstance. |
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.wizard.managedobjectsource |
|---|
| Methods in net.officefloor.eclipse.wizard.managedobjectsource with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
static ManagedObjectInstance |
ManagedObjectSourceWizard.getManagedObjectInstance(AbstractOfficeFloorEditPart<?,?,?> editPart,
ManagedObjectInstance managedObjectInstance)
Facade method to obtain the ManagedObjectInstance. |
| Constructors in net.officefloor.eclipse.wizard.managedobjectsource with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
ManagedObjectSourceWizard(AbstractOfficeFloorEditPart<?,?,?> editPart)
Initiate to create a new ManagedObjectInstance. |
|
ManagedObjectSourceWizard(AbstractOfficeFloorEditPart<?,?,?> editPart,
ManagedObjectInstance managedObjectInstance)
Initiate. |
|
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.wizard.officesource |
|---|
| Methods in net.officefloor.eclipse.wizard.officesource with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
static OfficeInstance |
OfficeSourceWizard.getOfficeInstance(AbstractOfficeFloorEditPart<?,?,?> editPart,
OfficeInstance officeInstance)
Facade method to obtain the OfficeInstance. |
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.wizard.sectionsource |
|---|
| Methods in net.officefloor.eclipse.wizard.sectionsource with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
static SectionInstance |
SectionSourceWizard.getSectionInstance(boolean isLoadType,
AbstractOfficeFloorEditPart<?,?,?> editPart,
SectionInstance sectionInstance,
boolean isAutoWire)
Facade method to obtain the SectionInstance. |
static SectionInstance |
SectionSourceWizard.loadOfficeSection(AbstractOfficeFloorEditPart<?,?,?> editPart,
SectionInstance sectionInstance,
boolean isAutoWire)
Facade method to obtain the SectionInstance containing the loaded
OfficeSection. |
static SectionInstance |
SectionSourceWizard.loadSectionType(AbstractOfficeFloorEditPart<?,?,?> editPart,
SectionInstance sectionInstance,
boolean isAutoWire)
Facade method to obtain the SectionInstance containing the loaded
SectionType. |
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.wizard.teamsource |
|---|
| Methods in net.officefloor.eclipse.wizard.teamsource with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
static TeamInstance |
TeamSourceWizard.getTeamInstance(AbstractOfficeFloorEditPart<?,?,?> editPart,
TeamInstance teamInstance)
Facade method to obtain the TeamInstance. |
| Uses of AbstractOfficeFloorEditPart in net.officefloor.eclipse.wizard.worksource |
|---|
| Methods in net.officefloor.eclipse.wizard.worksource with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
static WorkInstance |
WorkSourceWizard.getWorkInstance(AbstractOfficeFloorEditPart<?,?,?> editPart,
WorkInstance workInstance)
Facade method to obtain the WorkInstance. |
| Constructors in net.officefloor.eclipse.wizard.worksource with parameters of type AbstractOfficeFloorEditPart | |
|---|---|
WorkSourceWizard(AbstractOfficeFloorEditPart<?,?,?> editPart)
Initiate to create a new WorkInstance. |
|
WorkSourceWizard(AbstractOfficeFloorEditPart<?,?,?> editPart,
WorkInstance workInstance)
Initiate. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||