|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Box | |
---|---|
de.cau.cs.kieler.dataflow | Base package for the EMF model used by the simple dataflow diagram editor. |
de.cau.cs.kieler.dataflow.diagram.edit.commands | |
de.cau.cs.kieler.dataflow.impl | Internal implementation of the dataflow model. |
de.cau.cs.kieler.dataflow.util | Utility classes for the dataflow model. |
Uses of Box in de.cau.cs.kieler.dataflow |
---|
Methods in de.cau.cs.kieler.dataflow that return Box | |
---|---|
Box |
DataflowFactory.createBox()
Returns a new object of class 'Box'. |
Box |
InputPort.getParentBox()
Returns the value of the 'Parent Box' container reference. |
Box |
OutputPort.getParentBox()
Returns the value of the 'Parent Box' container reference. |
Methods in de.cau.cs.kieler.dataflow that return types with arguments of type Box | |
---|---|
EList<Box> |
DataflowModel.getBoxes()
Returns the value of the 'Boxes' containment reference list. |
Methods in de.cau.cs.kieler.dataflow with parameters of type Box | |
---|---|
void |
InputPort.setParentBox(Box value)
Sets the value of the ' Parent Box ' container reference. |
void |
OutputPort.setParentBox(Box value)
Sets the value of the ' Parent Box ' container reference. |
Uses of Box in de.cau.cs.kieler.dataflow.diagram.edit.commands |
---|
Methods in de.cau.cs.kieler.dataflow.diagram.edit.commands with parameters of type Box | |
---|---|
protected void |
Box2CreateCommand.doConfigure(Box newElement,
IProgressMonitor monitor,
IAdaptable info)
|
protected void |
BoxCreateCommand.doConfigure(Box newElement,
IProgressMonitor monitor,
IAdaptable info)
|
Uses of Box in de.cau.cs.kieler.dataflow.impl |
---|
Classes in de.cau.cs.kieler.dataflow.impl that implement Box | |
---|---|
class |
BoxImpl
An implementation of the model object 'Box'. |
Fields in de.cau.cs.kieler.dataflow.impl with type parameters of type Box | |
---|---|
protected EList<Box> |
DataflowModelImpl.boxes
The cached value of the ' Boxes ' containment reference list. |
Methods in de.cau.cs.kieler.dataflow.impl that return Box | |
---|---|
Box |
DataflowFactoryImpl.createBox()
|
Box |
InputPortImpl.getParentBox()
|
Box |
OutputPortImpl.getParentBox()
|
Methods in de.cau.cs.kieler.dataflow.impl that return types with arguments of type Box | |
---|---|
EList<Box> |
DataflowModelImpl.getBoxes()
|
Methods in de.cau.cs.kieler.dataflow.impl with parameters of type Box | |
---|---|
NotificationChain |
InputPortImpl.basicSetParentBox(Box newParentBox,
NotificationChain msgs)
|
NotificationChain |
OutputPortImpl.basicSetParentBox(Box newParentBox,
NotificationChain msgs)
|
void |
InputPortImpl.setParentBox(Box newParentBox)
|
void |
OutputPortImpl.setParentBox(Box newParentBox)
|
Uses of Box in de.cau.cs.kieler.dataflow.util |
---|
Methods in de.cau.cs.kieler.dataflow.util with parameters of type Box | |
---|---|
T |
DataflowSwitch.caseBox(Box object)
Returns the result of interpreting the object as an instance of 'Box'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |