Interface OfficeBindings
-
- All Known Implementing Classes:
OfficeBindingsImpl
public interface OfficeBindings
Bindings to theOffice
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
buildInputManagedObjectIntoOffice(InputManagedObjectNode inputManagedObjectNode)
Builds theInputManagedObjectNode
into theOffice
.void
buildManagedFunctionIntoOffice(ManagedFunctionNode managedFunctionNode)
Builds theManagedFunctionNode
into theOffice
.void
buildManagedObjectIntoOffice(BoundManagedObjectNode managedObjectNode)
Builds theBoundManagedObjectNode
into theOffice
.void
buildManagedObjectSourceIntoOffice(ManagedObjectSourceNode managedObjectSourceNode)
Builds theManagedObjectSourceNode
into theOffice
.
-
-
-
Method Detail
-
buildManagedObjectSourceIntoOffice
void buildManagedObjectSourceIntoOffice(ManagedObjectSourceNode managedObjectSourceNode)
Builds theManagedObjectSourceNode
into theOffice
.- Parameters:
managedObjectSourceNode
-ManagedObjectSourceNode
.
-
buildManagedObjectIntoOffice
void buildManagedObjectIntoOffice(BoundManagedObjectNode managedObjectNode)
Builds theBoundManagedObjectNode
into theOffice
.- Parameters:
managedObjectNode
-BoundManagedObjectNode
.
-
buildInputManagedObjectIntoOffice
void buildInputManagedObjectIntoOffice(InputManagedObjectNode inputManagedObjectNode)
Builds theInputManagedObjectNode
into theOffice
.- Parameters:
inputManagedObjectNode
-InputManagedObjectNode
.
-
buildManagedFunctionIntoOffice
void buildManagedFunctionIntoOffice(ManagedFunctionNode managedFunctionNode)
Builds theManagedFunctionNode
into theOffice
.- Parameters:
managedFunctionNode
-ManagedFunctionNode
.
-
-