|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IData | |
|---|---|
| de.ukn.hci.squidy.designer.util | |
| de.ukn.hci.squidy.designer.zoom.impl | Squidy Interaction Library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. |
| de.ukn.hci.squidy.manager | |
| de.ukn.hci.squidy.manager.data | Squidy Interaction Library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. |
| de.ukn.hci.squidy.manager.data.impl | |
| de.ukn.hci.squidy.manager.model | Squidy Interaction Library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. |
| de.ukn.hci.squidy.manager.util | |
| Uses of IData in de.ukn.hci.squidy.designer.util |
|---|
| Methods in de.ukn.hci.squidy.designer.util with parameters of type IData | |
|---|---|
static void |
VisualDebugUtils.drawData(IData data,
edu.umd.cs.piccolo.util.PPaintContext paintContext,
double xPosition,
double maxHeight)
TODO: DOCUMENT ME!!! |
| Uses of IData in de.ukn.hci.squidy.designer.zoom.impl |
|---|
| Methods in de.ukn.hci.squidy.designer.zoom.impl with parameters of type IData | |
|---|---|
void |
VisualizationShape.feedback(IData... data)
|
| Constructor parameters in de.ukn.hci.squidy.designer.zoom.impl with type arguments of type IData | |
|---|---|
DataTypeShape(Collection<Class<? extends IData>> dataTypes)
|
|
| Uses of IData in de.ukn.hci.squidy.manager |
|---|
| Methods in de.ukn.hci.squidy.manager that return IData | |
|---|---|
IData |
ProcessException.getData()
Returns the data object if the process exception has been caused within a data process. |
| Methods in de.ukn.hci.squidy.manager with parameters of type IData | |
|---|---|
void |
ProcessingFeedback.feedback(IData... data)
|
void |
IProcessable.publish(IData... data)
Publishs data objects to connected processables. |
| Constructors in de.ukn.hci.squidy.manager with parameters of type IData | |
|---|---|
ProcessException(String message,
IData data)
|
|
ProcessException(String message,
Throwable cause,
IData data)
|
|
| Uses of IData in de.ukn.hci.squidy.manager.data |
|---|
| Classes in de.ukn.hci.squidy.manager.data that implement IData | |
|---|---|
class |
AbstractData
AbstractData. |
| Methods in de.ukn.hci.squidy.manager.data that return IData | |
|---|---|
IData |
IData.getClone()
|
IData[] |
IDataContainer.getData()
|
| Methods in de.ukn.hci.squidy.manager.data with parameters of type IData | |
|---|---|
void |
IDataContainer.setData(IData[] data)
|
void |
IDataVisitor.visit(IProcessable<?> processable,
IData data)
|
| Uses of IData in de.ukn.hci.squidy.manager.data.impl |
|---|
| Classes in de.ukn.hci.squidy.manager.data.impl that implement IData | |
|---|---|
class |
DataAnalog
DataAnalog. |
class |
DataBlob
DataBlob. |
class |
DataButton
DataButton. |
class |
DataDigital
DataDigital. |
class |
DataFinger
DataFinger. |
class |
DataGesture
DataGesture. |
class |
DataGlove
DataGlove. |
class |
DataHand
DataHand. |
class |
DataInertial
DataInertial. |
class |
DataKey
DataKey. |
class |
DataObject
DataObject. |
class |
DataPosition2D
DataPosition2D. |
class |
DataPosition3D
DataPosition3D. |
class |
DataPosition6D
DataPosition6D. |
class |
DataString
DataString. |
class |
DataToken
DataToken. |
| Methods in de.ukn.hci.squidy.manager.data.impl that return IData | |
|---|---|
IData[] |
DefaultDataContainer.getData()
|
| Methods in de.ukn.hci.squidy.manager.data.impl with parameters of type IData | |
|---|---|
void |
DefaultDataContainer.setData(IData[] data)
|
void |
DataTestVisitor.visit(IProcessable<?> processable,
IData data)
|
| Constructors in de.ukn.hci.squidy.manager.data.impl with parameters of type IData | |
|---|---|
DefaultDataContainer(IData[] data)
|
|
| Uses of IData in de.ukn.hci.squidy.manager.model |
|---|
| Methods in de.ukn.hci.squidy.manager.model that return types with arguments of type IData | |
|---|---|
Collection<Class<? extends IData>> |
Pipe.getInputTypes()
|
Collection<Class<? extends IData>> |
Pipe.getOutputTypes()
|
| Methods in de.ukn.hci.squidy.manager.model with parameters of type IData | |
|---|---|
void |
Workspace.publish(IData... data)
|
void |
Pipeline.publish(IData... data)
|
void |
Pipe.publish(IData... data)
|
void |
AbstractNode.publish(IData... data)
Publishes data objects to all outgoing connected processables. |
| Method parameters in de.ukn.hci.squidy.manager.model with type arguments of type IData | |
|---|---|
void |
AbstractNode.publish(Collection<? extends IData> data)
Publishes data objects to all outgoing connected processables. |
void |
Pipe.setInputTypes(Collection<Class<? extends IData>> inputTypes)
|
void |
Pipe.setOutputTypes(Collection<Class<? extends IData>> outputTypes)
|
| Uses of IData in de.ukn.hci.squidy.manager.util |
|---|
| Fields in de.ukn.hci.squidy.manager.util with type parameters of type IData | |
|---|---|
static Collection<Class<? extends IData>> |
DataUtility.ALL_DATA_TYPES
|
| Methods in de.ukn.hci.squidy.manager.util with type parameters of type IData | ||
|---|---|---|
static
|
DataUtility.getDataOfType(Class<T> type,
IDataContainer container)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||