|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KOption | |
---|---|
de.cau.cs.kieler.kiml.layout.klayoutdata | Base package for the KLayoutData structure, which is an extension of KGraph to store layout data in a graph model. |
de.cau.cs.kieler.kiml.layout.klayoutdata.impl | Internal implementation of the layout data extension. |
de.cau.cs.kieler.kiml.layout.klayoutdata.util | Utility classes for the layout data extension. |
de.cau.cs.kieler.kiml.layout.util | Utility classes for automatic layout using KIML. |
de.cau.cs.kieler.kiml.ui.layout | Classes with generic implementations to apply layout to GMF diagrams. |
de.cau.cs.kieler.kiml.ui.layout.layoutoptions | Base package for the LayoutOptions data structure with its public API and implementation. |
Uses of KOption in de.cau.cs.kieler.kiml.layout.klayoutdata |
---|
Subinterfaces of KOption in de.cau.cs.kieler.kiml.layout.klayoutdata | |
---|---|
interface |
KBooleanOption
A representation of the model object 'KBoolean Option'. |
interface |
KFloatOption
A representation of the model object 'KFloat Option'. |
interface |
KIntOption
A representation of the model object 'KInt Option'. |
interface |
KObjectOption
A representation of the model object 'KObject Option'. |
interface |
KStringOption
A representation of the model object 'KString Option'. |
Methods in de.cau.cs.kieler.kiml.layout.klayoutdata that return KOption | |
---|---|
KOption |
KLayoutData.getOption(String key)
Retrieves the first option of given key in the list of layout options. |
Methods in de.cau.cs.kieler.kiml.layout.klayoutdata that return types with arguments of type KOption | |
---|---|
EList<KOption> |
KLayoutData.getOptions()
Returns the value of the 'Options' containment reference list. |
Uses of KOption in de.cau.cs.kieler.kiml.layout.klayoutdata.impl |
---|
Classes in de.cau.cs.kieler.kiml.layout.klayoutdata.impl that implement KOption | |
---|---|
class |
KBooleanOptionImpl
An implementation of the model object 'KBoolean Option'. |
class |
KFloatOptionImpl
An implementation of the model object 'KFloat Option'. |
class |
KIntOptionImpl
An implementation of the model object 'KInt Option'. |
class |
KObjectOptionImpl
An implementation of the model object 'KObject Option'. |
class |
KOptionImpl
An implementation of the model object 'KOption'. |
class |
KStringOptionImpl
An implementation of the model object 'KString Option'. |
Fields in de.cau.cs.kieler.kiml.layout.klayoutdata.impl with type parameters of type KOption | |
---|---|
protected EList<KOption> |
KLayoutDataImpl.options
The cached value of the ' Options ' containment reference list. |
Methods in de.cau.cs.kieler.kiml.layout.klayoutdata.impl that return KOption | |
---|---|
KOption |
KLayoutDataImpl.getOption(String key)
|
Methods in de.cau.cs.kieler.kiml.layout.klayoutdata.impl that return types with arguments of type KOption | |
---|---|
EList<KOption> |
KLayoutDataImpl.getOptions()
|
Uses of KOption in de.cau.cs.kieler.kiml.layout.klayoutdata.util |
---|
Methods in de.cau.cs.kieler.kiml.layout.klayoutdata.util with parameters of type KOption | |
---|---|
T |
KLayoutDataSwitch.caseKOption(KOption object)
Returns the result of interpreting the object as an instance of 'KOption'. |
Uses of KOption in de.cau.cs.kieler.kiml.layout.util |
---|
Methods in de.cau.cs.kieler.kiml.layout.util with parameters of type KOption | |
---|---|
static Object |
KimlLayoutUtil.getValue(KOption koption,
LayoutOptionData optionData)
Returns the value of the given KOption as an Object . |
static void |
KimlLayoutUtil.setValue(KOption koption,
LayoutOptionData optionData,
Object value)
Sets the value of the given KOption . |
Uses of KOption in de.cau.cs.kieler.kiml.ui.layout |
---|
Methods in de.cau.cs.kieler.kiml.ui.layout that return KOption | |
---|---|
static KOption |
KimlUiUtil.addKOption(LayoutOptionStyle optionStyle,
LayoutOptionData optionData)
Adds a KOption to the given layout option style. |
static KOption |
KimlUiUtil.getKOption(org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart editPart,
String optionId)
Returns the KOption with given key that is stored for the edit part. |
Uses of KOption in de.cau.cs.kieler.kiml.ui.layout.layoutoptions |
---|
Fields in de.cau.cs.kieler.kiml.ui.layout.layoutoptions with type parameters of type KOption | |
---|---|
protected EList<KOption> |
LayoutOptionStyleImpl.options
The cached value of the ' Options ' containment reference list. |
Methods in de.cau.cs.kieler.kiml.ui.layout.layoutoptions that return types with arguments of type KOption | |
---|---|
EList<KOption> |
LayoutOptionStyle.getOptions()
Returns the value of the 'Options' containment reference list. |
EList<KOption> |
LayoutOptionStyleImpl.getOptions()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |