© 2006-2007 ETH Zurich

Serialized Form


Package hacks

Class hacks.JNote extends JLabel implements Serializable

Serialized Fields

bufferedImage

BufferedImage bufferedImage

graphic

Graphics graphic

lastPoint

org.sigtec.ink.Point lastPoint

scale

double scale

space

int[] space

translation

int[] translation

traceNumber

int traceNumber

initialSpaceWidth

int initialSpaceWidth

initialSpaceHeight

int initialSpaceHeight

locationBuffer

List<E> locationBuffer

freeze

boolean freeze

Package org.ximtec.igesture.algorithm

Class org.ximtec.igesture.algorithm.AlgorithmException extends Exception implements Serializable

Serialized Fields

exceptionType

AlgorithmException.ExceptionType exceptionType

Package org.ximtec.igesture.algorithm.feature

Class org.ximtec.igesture.algorithm.feature.FeatureException extends Exception implements Serializable


Package org.ximtec.igesture.algorithm.rubine3d.tools

Class org.ximtec.igesture.algorithm.rubine3d.tools.Gesture3DToolUI extends JFrame implements Serializable

Serialized Fields

setName

String setName

className

String className

currentSampleNumber

int currentSampleNumber

samples

List<E> samples

started

boolean started

gestureSetLabel

JLabel gestureSetLabel

gestureClassLabel

JLabel gestureClassLabel

gestureSampleLabel

JLabel gestureSampleLabel

gestureSetComboBox

JComboBox gestureSetComboBox

gestureClassComboBox

JComboBox gestureClassComboBox

removeSetButton

JButton removeSetButton

removeClassButton

JButton removeClassButton

samplePanel

WiiReaderPanel samplePanel

sampleBackButton

JButton sampleBackButton

sampleForwardButton

JButton sampleForwardButton

removeSampleButton

JButton removeSampleButton

addGestureSetTextField

JTextField addGestureSetTextField

addGestureSetButton

JButton addGestureSetButton

addGestureClassTextField

JTextField addGestureClassTextField

addGestureClassButton

JButton addGestureClassButton

addGestureSampleButton

JButton addGestureSampleButton

startWiiMoteButton

JButton startWiiMoteButton

stopWiiMoteButton

JButton stopWiiMoteButton

recogniseButton

JButton recogniseButton

resultTextArea

JTextArea resultTextArea

controller

Gesture3DTool controller

Class org.ximtec.igesture.algorithm.rubine3d.tools.WiiReaderPanel extends JPanel implements Serializable

Serialized Fields

reader

WiiReader reader

gs

GestureSample3D gs

Package org.ximtec.igesture.app.showcaseapp.descriptor

Class org.ximtec.igesture.app.showcaseapp.descriptor.ArrowDescriptor extends DigitalDescriptor implements Serializable

Class org.ximtec.igesture.app.showcaseapp.descriptor.LineDescriptor extends DigitalDescriptor implements Serializable

Class org.ximtec.igesture.app.showcaseapp.descriptor.RectangleDescriptor extends DigitalDescriptor implements Serializable

Class org.ximtec.igesture.app.showcaseapp.descriptor.TriangleDescriptor extends DigitalDescriptor implements Serializable


Package org.ximtec.igesture.batch.jdom

Class org.ximtec.igesture.batch.jdom.JdomBatchResult extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.batch.jdom.JdomBatchResultSet extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.batch.jdom.JdomClassStatistic extends org.jdom.Element implements Serializable


Package org.ximtec.igesture.configuration

Class org.ximtec.igesture.configuration.Configuration extends DefaultDataObject implements Serializable

Serialized Fields

gestureSets

List<E> gestureSets
The list of gesture sets which are selected for the recognition process.


name

String name
Name of the configuration.


algorithms

List<E> algorithms
A list of algorithms. The input is sent to each algorithm.


algorithmParameters

HashMap<K,V> algorithmParameters
Algorithm specific parameters. Each algorithm may have arbitrary parameters.


maxResultSetSize

int maxResultSetSize
The maximal size of the result set.


minAccuracy

double minAccuracy
The minimum Accuracy a result must have.


Package org.ximtec.igesture.configuration.jdom

Class org.ximtec.igesture.configuration.jdom.JdomConfiguration extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.configuration.jdom.JdomConfigurationParameter extends org.jdom.Element implements Serializable


Package org.ximtec.igesture.core

Class org.ximtec.igesture.core.DefaultDataObject extends DefaultPropertyChangeNotifier implements Serializable

Serialized Fields

objectID

String objectID

Class org.ximtec.igesture.core.DefaultDescriptor extends DefaultDataObject implements Serializable

Class org.ximtec.igesture.core.DefaultSampleDescriptor extends DefaultDescriptor implements Serializable

Serialized Fields

samples

List<E> samples

Class org.ximtec.igesture.core.DigitalDescriptor extends DefaultDescriptor implements Serializable

Class org.ximtec.igesture.core.GestureClass extends DefaultDataObject implements Serializable

Serialized Fields

descriptors

Map<K,V> descriptors

name

String name
The name of the gesture class (e.g. circle).

Class org.ximtec.igesture.core.GestureSample extends DefaultDataObject implements Serializable

Serialized Fields

gesture

org.sigtec.ink.Note gesture

name

String name

source

GestureDevice<E,F> source

Class org.ximtec.igesture.core.GestureSample3D extends DefaultDataObject implements Serializable

Serialized Fields

gesture

RecordedGesture3D gesture

name

String name

source

GestureDevice<E,F> source

Class org.ximtec.igesture.core.GestureSet extends DefaultDataObject implements Serializable

Serialized Fields

gestureClasses

List<E> gestureClasses

name

String name

Class org.ximtec.igesture.core.IconDescriptor extends DefaultDescriptor implements Serializable

Serialized Fields

path

String path

Class org.ximtec.igesture.core.SampleDescriptor extends DefaultSampleDescriptor<org.sigtec.ink.Note> implements Serializable

Class org.ximtec.igesture.core.SampleDescriptor3D extends DefaultSampleDescriptor<RecordedGesture3D> implements Serializable

Class org.ximtec.igesture.core.TestClass extends DefaultDataObject implements Serializable

Serialized Fields

gestures

ArrayList<E> gestures

name

String name

Class org.ximtec.igesture.core.TestSet extends DefaultDataObject implements Serializable

Serialized Fields

testClasses

List<E> testClasses

name

String name

Class org.ximtec.igesture.core.TextDescriptor extends DefaultDescriptor implements Serializable

Serialized Fields

text

String text

Package org.ximtec.igesture.core.composite

Class org.ximtec.igesture.core.composite.CardinalityConstraint extends IntervalConstraint implements Serializable

Class org.ximtec.igesture.core.composite.CardinalityDeviceConstraint extends IntervalConstraint implements Serializable

Serialized Fields

minGestures

int minGestures

maxGestures

int maxGestures

Class org.ximtec.igesture.core.composite.CardinalityUserConstraint extends CardinalityDeviceConstraint implements Serializable

Class org.ximtec.igesture.core.composite.CompositeDescriptor extends DefaultDescriptor implements Serializable

Serialized Fields

constraint

Constraint constraint

Class org.ximtec.igesture.core.composite.ConcurrencyConstraint extends DefaultConstraint implements Serializable

Class org.ximtec.igesture.core.composite.DefaultConstraint extends DefaultDataObject implements Serializable

Serialized Fields

DEFAULT_CONFIGURATION

Map<K,V> DEFAULT_CONFIGURATION

setterMapping

Map<K,V> setterMapping

gestures

List<E> gestures

df

SimpleDateFormat df

gestureTime

Calendar gestureTime

processingTime

Calendar processingTime

Class org.ximtec.igesture.core.composite.DefaultConstraintEntry extends DefaultDataObject implements Serializable

Serialized Fields

gesture

String gesture

user

int user

deviceType

String deviceType

devices

Set<E> devices

Class org.ximtec.igesture.core.composite.IllegalUserArgumentException extends IllegalArgumentException implements Serializable

Class org.ximtec.igesture.core.composite.IntervalConstraint extends DefaultConstraint implements Serializable

Serialized Fields

duration

Calendar duration

Class org.ximtec.igesture.core.composite.ProximityConcurrencyConstraint extends ConcurrencyConstraint implements Serializable

Serialized Fields

minDistance

double minDistance

maxDistance

double maxDistance

distanceUnit

String distanceUnit

Class org.ximtec.igesture.core.composite.ProximityConstraint extends DefaultConstraint implements Serializable

Class org.ximtec.igesture.core.composite.ProximitySequenceConstraint extends SequenceConstraint implements Serializable

Serialized Fields

minDistance

double minDistance

maxDistance

double maxDistance

distanceUnit

String distanceUnit

Class org.ximtec.igesture.core.composite.SequenceConstraint extends DefaultConstraint implements Serializable

Serialized Fields

minTime

Calendar minTime

maxTime

Calendar maxTime

Package org.ximtec.igesture.core.jdom

Class org.ximtec.igesture.core.jdom.JdomGestureClass extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.core.jdom.JdomGestureSample extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.core.jdom.JdomGestureSample3D extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.core.jdom.JdomGestureSet extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.core.jdom.JdomIconDescriptor extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.core.jdom.JdomSampleDescriptor extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.core.jdom.JdomSampleDescriptor3D extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.core.jdom.JdomTestClass extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.core.jdom.JdomTestSet extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.core.jdom.JdomTextDescriptor extends org.jdom.Element implements Serializable


Package org.ximtec.igesture.geco.dialog

Class org.ximtec.igesture.geco.dialog.AboutDialog extends org.sigtec.graphix.widget.BasicDialog implements Serializable

Class org.ximtec.igesture.geco.dialog.MappingDialog extends org.sigtec.graphix.widget.BasicDialog implements Serializable

Serialized Fields

gestureClass

GestureClass gestureClass

gestureMapping

GestureToActionMapping gestureMapping

view

MainView view

tabbedPane

JTabbedPane tabbedPane

gestureLabel

JLabel gestureLabel

addButton

JButton addButton

textField

JTextField textField

DIALOG_WIDTH

int DIALOG_WIDTH

DIALOG_HEIGHT

int DIALOG_HEIGHT

hotkeyView

HotKeyView hotkeyView

commandView

CommandView commandView

HOTKEY

int HOTKEY

COMMAND

int COMMAND

OPEN_FILE

int OPEN_FILE

Class org.ximtec.igesture.geco.dialog.NewProjectDialog extends org.sigtec.graphix.widget.BasicDialog implements Serializable

Serialized Fields

view

MainView view

fileTextField

org.sigtec.graphix.widget.BasicTextField fileTextField

projectTextField

org.sigtec.graphix.widget.BasicTextField projectTextField

createButton

JButton createButton

filePath

String filePath

Class org.ximtec.igesture.geco.dialog.OptionsDialog extends org.sigtec.graphix.widget.BasicDialog implements Serializable

Serialized Fields

view

MainView view

configuration

Configuration configuration

INPUTDEVICE

int INPUTDEVICE

STARTUP

int STARTUP

buttons

Map<K,V> buttons

group

ButtonGroup group

startupBox

JCheckBox startupBox

tabbedPane

JTabbedPane tabbedPane

Package org.ximtec.igesture.geco.gui

Class org.ximtec.igesture.geco.gui.CommandView extends JPanel implements Serializable

Serialized Fields

textField

JTextPane textField

Class org.ximtec.igesture.geco.gui.HotKeyView extends JPanel implements Serializable

Serialized Fields

keys

String keys

view

MappingDialog view

ALT

String ALT

CTRL

String CTRL

SHIFT

String SHIFT

ctrlCheckBox

JCheckBox ctrlCheckBox

shiftCheckBox

JCheckBox shiftCheckBox

altCheckBox

JCheckBox altCheckBox

comboBox

JComboBox comboBox

buttonLabel

JTextField buttonLabel

update

boolean update

Class org.ximtec.igesture.geco.gui.MainView extends JFrame implements Serializable

Serialized Fields

model

MainModel model

handler

ActionHandler handler

compHandler

ComponentHandler compHandler

initialized

boolean initialized

WINDOW_HEIGHT

int WINDOW_HEIGHT

WINDOW_WIDTH

int WINDOW_WIDTH

leftPanel

JPanel leftPanel

rightPanel

JPanel rightPanel

contentPanel

JPanel contentPanel

gestureList

ScrollableList gestureList

mappingList

ScrollableList mappingList

mapButton

JButton mapButton

saveButton

JButton saveButton

exitButton

JButton exitButton

editButton

JButton editButton

removeButton

JButton removeButton

saveMenuItem

JMenuItem saveMenuItem

first

boolean first

Package org.ximtec.igesture.geco.gui.action

Class org.ximtec.igesture.geco.gui.action.AboutAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

dialog

AboutDialog dialog

Class org.ximtec.igesture.geco.gui.action.AddMappingAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

mainView

MainView mainView

currentGesture

GestureClass currentGesture

Class org.ximtec.igesture.geco.gui.action.EditMappingAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

mainView

MainView mainView

currentMapping

GestureToActionMapping currentMapping

Class org.ximtec.igesture.geco.gui.action.ExitApplicationAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

mainView

MainView mainView

Class org.ximtec.igesture.geco.gui.action.LoadGestureSetAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

mainView

MainView mainView

Class org.ximtec.igesture.geco.gui.action.MinimizeAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

mainView

MainView mainView

Class org.ximtec.igesture.geco.gui.action.NewProjectAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

mainView

MainView mainView

Class org.ximtec.igesture.geco.gui.action.OpenProjectAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

mainView

MainView mainView

Class org.ximtec.igesture.geco.gui.action.OptionsAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

mainView

MainView mainView

Class org.ximtec.igesture.geco.gui.action.RemoveMappingAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

mainView

MainView mainView

Class org.ximtec.igesture.geco.gui.action.SaveProjectAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

mainView

MainView mainView

Class org.ximtec.igesture.geco.gui.action.SaveProjectAsAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

mainView

MainView mainView

Package org.ximtec.igesture.geco.util

Class org.ximtec.igesture.geco.util.SortedListModel extends AbstractListModel implements Serializable

Serialized Fields

model

SortedSet<E> model

Package org.ximtec.igesture.geco.xml

Class org.ximtec.igesture.geco.xml.JdomCommandElement extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.geco.xml.JdomDeviceElement extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.geco.xml.JdomGestureElement extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.geco.xml.JdomGestureMapping extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.geco.xml.JdomGestureSetName extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.geco.xml.JdomInputDevicesElement extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.geco.xml.JdomKeyElement extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.geco.xml.JdomLastProjectElement extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.geco.xml.JdomMinimizeElement extends org.jdom.Element implements Serializable


Package org.ximtec.igesture.graphics

Class org.ximtec.igesture.graphics.ScrollableList extends JScrollPane implements Serializable

Serialized Fields

list

JList list

Package org.ximtec.igesture.io

Class org.ximtec.igesture.io.DeviceUserAssociation extends DefaultDataObject implements Serializable

Serialized Fields

device

AbstractGestureDevice<E,F> device

user

IUser user

Class org.ximtec.igesture.io.GestureDevicePanel extends JPanel implements Serializable

Class org.ximtec.igesture.io.User extends DefaultDataObject implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

initials

String initials

Package org.ximtec.igesture.io.mouseclient

Class org.ximtec.igesture.io.mouseclient.SwingMouseReaderPanel extends GestureDevicePanel implements Serializable

Serialized Fields

reader

SwingMouseReader reader

Package org.ximtec.igesture.io.tuio

Class org.ximtec.igesture.io.tuio.TuioReaderPanel extends GestureDevicePanel implements Serializable

Serialized Fields

reader

ITuioReader reader

gestureSample

GestureSample gestureSample

gestureSample3D

GestureSample3D gestureSample3D

type

int type

Package org.ximtec.igesture.io.wiimote

Class org.ximtec.igesture.io.wiimote.WiiReaderPanel extends GestureDevicePanel implements Serializable

Serialized Fields

reader

WiiReader reader

gs

GestureSample3D gs

Package org.ximtec.igesture.io.win32

Class org.ximtec.igesture.io.win32.W32API.LONG_PTR extends com.sun.jna.IntegerType implements Serializable

Class org.ximtec.igesture.io.win32.W32API.LPARAM extends com.sun.jna.IntegerType implements Serializable

Class org.ximtec.igesture.io.win32.W32API.LRESULT extends W32API.LONG_PTR implements Serializable

Class org.ximtec.igesture.io.win32.W32API.ULONG_PTR extends com.sun.jna.IntegerType implements Serializable

Class org.ximtec.igesture.io.win32.W32API.WPARAM extends com.sun.jna.IntegerType implements Serializable


Package org.ximtec.igesture.tool.core

Class org.ximtec.igesture.tool.core.DefaultSplitPane extends JSplitPane implements Serializable

Serialized Fields

controller

Controller controller

Class org.ximtec.igesture.tool.core.DefaultView extends JFrame implements Serializable

Serialized Fields

controller

Controller controller

Class org.ximtec.igesture.tool.core.GenericLocateableAction extends LocateableAction implements Serializable

Serialized Fields

controller

Controller controller

commandString

String commandString

Class org.ximtec.igesture.tool.core.LocateableAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

locator

Locator locator

Class org.ximtec.igesture.tool.core.TreePathAction extends LocateableAction implements Serializable

Serialized Fields

treePath

TreePath treePath

controller

Controller controller

Package org.ximtec.igesture.tool.explorer

Class org.ximtec.igesture.tool.explorer.DefaultExplorerTreeView extends ExplorerTreeView implements Serializable

Class org.ximtec.igesture.tool.explorer.ExplorerNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

userObject

Object userObject

Class org.ximtec.igesture.tool.explorer.ExplorerTree extends JTree implements Serializable

Class org.ximtec.igesture.tool.explorer.NodeInfoImplJdom extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.tool.explorer.NodeRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

nodeInfos

Map<K,V> nodeInfos
A Map of NodeInfo. Node Info contains information about a specific node.

Class org.ximtec.igesture.tool.explorer.SeparatorAction extends org.sigtec.graphix.widget.BasicAction implements Serializable


Package org.ximtec.igesture.tool.explorer.core

Class org.ximtec.igesture.tool.explorer.core.ExplorerTreeView extends JPanel implements Serializable


Package org.ximtec.igesture.tool.gesturevisualisation

Class org.ximtec.igesture.tool.gesturevisualisation.InputComponentPanel extends JPanel implements Serializable

Serialized Fields

devicePanel

GestureDevicePanel devicePanel

Package org.ximtec.igesture.tool.util

Class org.ximtec.igesture.tool.util.HtmlPanel extends JPanel implements Serializable

Serialized Fields

htmlArea

JEditorPane htmlArea

Package org.ximtec.igesture.tool.view

Class org.ximtec.igesture.tool.view.AboutDialog extends org.sigtec.graphix.widget.BasicDialog implements Serializable

serialVersionUID: -515194690000914377L

Class org.ximtec.igesture.tool.view.AbstractPanel extends DefaultExplorerTreeView implements Serializable

Serialized Fields

centerPane

JScrollPane centerPane

controller

Controller controller

Class org.ximtec.igesture.tool.view.DatabaseSelector extends JDialog implements Serializable

Serialized Fields

panel

JPanel panel

Class org.ximtec.igesture.tool.view.DeviceListPanel extends JPanel implements Serializable

Serialized Fields

listeners

List<E> listeners

list

JList list

Class org.ximtec.igesture.tool.view.MainView extends DefaultView implements Serializable

Serialized Fields

tabbedPane

JTabbedPane tabbedPane

menuBar

JMenuBar menuBar

titlePrefix

String titlePrefix

Package org.ximtec.igesture.tool.view.admin

Class org.ximtec.igesture.tool.view.admin.AdminView extends DefaultSplitPane implements Serializable

Serialized Fields

scrollPaneLeft

JScrollPane scrollPaneLeft

Package org.ximtec.igesture.tool.view.admin.action

Class org.ximtec.igesture.tool.view.admin.action.AddCompositeDescriptorAction extends TreePathAction implements Serializable

Serialized Fields

constraintsMapping

Map<K,V> constraintsMapping

controller

Controller controller

Class org.ximtec.igesture.tool.view.admin.action.AddGestureClassAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.admin.action.AddGestureClassToConstraintAction extends LocateableAction implements Serializable

Serialized Fields

panel

CompositeDescriptorPanel panel

Class org.ximtec.igesture.tool.view.admin.action.AddGestureSampleAction extends LocateableAction implements Serializable

Serialized Fields

descriptor

DefaultSampleDescriptor<T> descriptor

gestureDevice

GestureDevice<E,F> gestureDevice

Class org.ximtec.igesture.tool.view.admin.action.AddGestureSetAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.admin.action.AddSampleDescriptor3DAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.admin.action.AddSampleDescriptorAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.admin.action.AddTextDescriptorAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.admin.action.ClearGestureSampleAction extends LocateableAction implements Serializable

Serialized Fields

reader

GestureDevice<E,F> reader

Class org.ximtec.igesture.tool.view.admin.action.CreateTestSetStructureAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.admin.action.ExportGestureSetAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.admin.action.ExportPDFGestureSetAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.admin.action.ImportGestureSetAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.admin.action.RemoveAllGestureClassesFromConstraintAction extends LocateableAction implements Serializable

Serialized Fields

panel

CompositeDescriptorPanel panel

Class org.ximtec.igesture.tool.view.admin.action.RemoveDescriptorAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.admin.action.RemoveGestureClassAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.admin.action.RemoveGestureClassFromConstraintAction extends LocateableAction implements Serializable

Serialized Fields

panel

CompositeDescriptorPanel panel

Class org.ximtec.igesture.tool.view.admin.action.RemoveGestureSampleAction extends LocateableAction implements Serializable

Serialized Fields

descriptor

DefaultSampleDescriptor<T> descriptor

sample

Gesture<T> sample

Class org.ximtec.igesture.tool.view.admin.action.RemoveGestureSetAction extends TreePathAction implements Serializable


Package org.ximtec.igesture.tool.view.admin.panel

Class org.ximtec.igesture.tool.view.admin.panel.CompositeDescriptorPanel extends DefaultDescriptorPanel<CompositeDescriptor> implements Serializable

Serialized Fields

cmbSets

JComboBox cmbSets

cmbGestures

JComboBox cmbGestures

cmbDevices

JComboBox cmbDevices

chkUser

JCheckBox chkUser

chkDevices

JCheckBox chkDevices

spinUser

JSpinner spinUser

devicesList

JList devicesList

gestureList

JList gestureList

btnRemove

JButton btnRemove

btnClear

JButton btnClear

btnAdd

JButton btnAdd

deviceManager

IDeviceManager deviceManager

deviceMapping

Map<K,V> deviceMapping

constraint

Constraint constraint

Class org.ximtec.igesture.tool.view.admin.panel.DefaultDescriptorPanel extends AbstractPanel implements Serializable

Serialized Fields

descriptor

DefaultDescriptor descriptor

Class org.ximtec.igesture.tool.view.admin.panel.DefaultPanel extends AbstractPanel implements Serializable

Class org.ximtec.igesture.tool.view.admin.panel.GestureClassPanel extends AbstractPanel implements Serializable

Serialized Fields

gestureClass

GestureClass gestureClass

Class org.ximtec.igesture.tool.view.admin.panel.GestureSetPanel extends AbstractPanel implements Serializable

Serialized Fields

gestureSet

GestureSet gestureSet

Class org.ximtec.igesture.tool.view.admin.panel.GestureSetsPanel extends AbstractPanel implements Serializable

Serialized Fields

rootSet

GestureSetList rootSet

Class org.ximtec.igesture.tool.view.admin.panel.SampleDescriptor3DPanel extends DefaultDescriptorPanel<SampleDescriptor3D> implements Serializable

Serialized Fields

gestureDevice

GestureDevice<E,F> gestureDevice

currentDevice

GestureDevice<E,F> currentDevice

sampleCache

Map<K,V> sampleCache

devicePanel

DeviceListPanel devicePanel

cardPanel

JPanel cardPanel

panelMapping

Map<K,V> panelMapping

Class org.ximtec.igesture.tool.view.admin.panel.SampleDescriptorPanel extends DefaultDescriptorPanel<SampleDescriptor> implements Serializable

Serialized Fields

gestureDevice

GestureDevice<E,F> gestureDevice

currentDevice

GestureDevice<E,F> currentDevice

sampleCache

Map<K,V> sampleCache

devicePanel

DeviceListPanel devicePanel

cardPanel

JPanel cardPanel

panelMapping

Map<K,V> panelMapping

Class org.ximtec.igesture.tool.view.admin.panel.TextDescriptorPanel extends DefaultDescriptorPanel<TextDescriptor> implements Serializable


Package org.ximtec.igesture.tool.view.batch

Class org.ximtec.igesture.tool.view.batch.BatchView extends AbstractPanel implements Serializable

Serialized Fields

gestureSet

GestureSet gestureSet

testSet

TestSet testSet

configFileTextField

JTextField configFileTextField

outDirTextField

JTextField outDirTextField

progressBar

JProgressBar progressBar

resultPanel

HtmlPanel resultPanel

runBatchAction

Action runBatchAction

cancelBatchAction

Action cancelBatchAction

Package org.ximtec.igesture.tool.view.batch.action

Class org.ximtec.igesture.tool.view.batch.action.CancelBatchAction extends LocateableAction implements Serializable

Serialized Fields

controller

Controller controller

Class org.ximtec.igesture.tool.view.batch.action.RunBatchAction extends LocateableAction implements Serializable

Serialized Fields

controller

Controller controller

Class org.ximtec.igesture.tool.view.batch.action.SelectConfigFileAction extends LocateableAction implements Serializable

Serialized Fields

view

BatchView view

Class org.ximtec.igesture.tool.view.batch.action.SelectOutputDirAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

view

BatchView view

Package org.ximtec.igesture.tool.view.composite

Class org.ximtec.igesture.tool.view.composite.CompositeView extends AbstractPanel implements Serializable

Serialized Fields

algMapping

Map<K,V> algMapping

deviceManager

IDeviceManager deviceManager

mmrecogniser

MultimodalGestureRecogniser mmrecogniser

mmmanager

MultimodalGestureManager mmmanager

recognisers

List<E> recognisers

connectors

List<E> connectors

addRecogniserButton

JButton addRecogniserButton

btnRecognise

JButton btnRecognise

btnReset

JButton btnReset

cmbSets

JComboBox cmbSets

deviceList

JList deviceList

resultList

JList resultList

algList

JList algList

setList

JList setList

Package org.ximtec.igesture.tool.view.composite.action

Class org.ximtec.igesture.tool.view.composite.action.AddRecogniserAction extends LocateableAction implements Serializable

Serialized Fields

controller

Controller controller

Class org.ximtec.igesture.tool.view.composite.action.RecogniseAction extends LocateableAction implements Serializable

Serialized Fields

controller

Controller controller

Class org.ximtec.igesture.tool.view.composite.action.ResetAction extends LocateableAction implements Serializable

Serialized Fields

controller

Controller controller

Package org.ximtec.igesture.tool.view.databaseselector

Class org.ximtec.igesture.tool.view.databaseselector.BrowseAction extends AbstractAction implements Serializable

Serialized Fields

field

JTextField field

Package org.ximtec.igesture.tool.view.devicemanager

Class org.ximtec.igesture.tool.view.devicemanager.BasicTable extends JTable implements Serializable

Serialized Fields

mapping

ArrayList<E> mapping

Class org.ximtec.igesture.tool.view.devicemanager.DeviceManagerView extends org.sigtec.graphix.widget.BasicDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

deviceManagerController

DeviceManagerController deviceManagerController

userTable

BasicTable<T> userTable

deviceTable

BasicTable<T> deviceTable

Package org.ximtec.igesture.tool.view.devicemanager.action

Class org.ximtec.igesture.tool.view.devicemanager.action.AddDeviceAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

controller

DeviceManagerController controller

Class org.ximtec.igesture.tool.view.devicemanager.action.AddUserAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

controller

DeviceManagerController controller

Class org.ximtec.igesture.tool.view.devicemanager.action.AssociateUserAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

serialVersionUID: 1L

Serialized Fields

controller

DeviceManagerController controller

view

DeviceManagerView view

Class org.ximtec.igesture.tool.view.devicemanager.action.DisconnectDeviceAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

view

DeviceManagerView view

actions

ArrayList<E> actions

Class org.ximtec.igesture.tool.view.devicemanager.action.LoadDeviceConfigurationAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

controller

DeviceManagerController controller

Class org.ximtec.igesture.tool.view.devicemanager.action.ReconnectDeviceAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

serialVersionUID: 1L

Serialized Fields

view

DeviceManagerView view

actions

ArrayList<E> actions

Class org.ximtec.igesture.tool.view.devicemanager.action.RemoveDeviceAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

controller

DeviceManagerController controller

view

DeviceManagerView view

Class org.ximtec.igesture.tool.view.devicemanager.action.RemoveUserAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

controller

DeviceManagerController controller

view

DeviceManagerView view

Class org.ximtec.igesture.tool.view.devicemanager.action.SaveDeviceConfigurationAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

controller

DeviceManagerController controller

Package org.ximtec.igesture.tool.view.devicemanager.discoveryservice

Class org.ximtec.igesture.tool.view.devicemanager.discoveryservice.BlueToothDeviceConverter extends Object implements Serializable

Class org.ximtec.igesture.tool.view.devicemanager.discoveryservice.BlueToothDeviceConverter$1 extends Object implements Serializable

Class org.ximtec.igesture.tool.view.devicemanager.discoveryservice.BlueToothDeviceConverter$BTDeviceClass extends Object implements Serializable

Class org.ximtec.igesture.tool.view.devicemanager.discoveryservice.BlueToothDeviceDiscoveryService extends Object implements Serializable


Package org.ximtec.igesture.tool.view.testbench

Class org.ximtec.igesture.tool.view.testbench.TestbenchView extends DefaultSplitPane implements Serializable

Serialized Fields

scrollPaneLeft

JScrollPane scrollPaneLeft

Package org.ximtec.igesture.tool.view.testbench.action

Class org.ximtec.igesture.tool.view.testbench.action.AddConfigurationAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.testbench.action.ExportConfigurationAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.testbench.action.RecogniseAction extends org.sigtec.graphix.widget.BasicAction implements Serializable

Serialized Fields

configuration

Configuration configuration

controller

Controller controller

Class org.ximtec.igesture.tool.view.testbench.action.RemoveConfigurationAction extends TreePathAction implements Serializable


Package org.ximtec.igesture.tool.view.testbench.panel

Class org.ximtec.igesture.tool.view.testbench.panel.AlgorithmListPanel extends AbstractPanel implements Serializable

Class org.ximtec.igesture.tool.view.testbench.panel.AlgorithmWrapperPanel extends AbstractPanel implements Serializable

Class org.ximtec.igesture.tool.view.testbench.panel.ConfigurationPanel extends AbstractPanel implements Serializable

Serialized Fields

configuration

Configuration configuration

algorithm

Algorithm algorithm

gestureDevice

GestureDevice<E,F> gestureDevice

currentDevice

GestureDevice<E,F> currentDevice

resultList

JScrollPane resultList

recogniseAction

RecogniseAction recogniseAction

devicePanel

DeviceListPanel devicePanel

cardPanel

JPanel cardPanel

panelMapping

Map<K,V> panelMapping

controller

Controller controller

Package org.ximtec.igesture.tool.view.testset

Class org.ximtec.igesture.tool.view.testset.TestSetView extends DefaultSplitPane implements Serializable

Serialized Fields

scrollPaneLeft

JScrollPane scrollPaneLeft

Package org.ximtec.igesture.tool.view.testset.action

Class org.ximtec.igesture.tool.view.testset.action.AddSampleAction extends LocateableAction implements Serializable

Serialized Fields

testClass

TestClass testClass

controller

Controller controller

gestureDevice

GestureDevice<E,F> gestureDevice

Class org.ximtec.igesture.tool.view.testset.action.AddTestClassAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.testset.action.ConvertGestureSetAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.testset.action.DeleteTestClassAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.testset.action.DeleteTestSetAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.testset.action.ExportTestSetAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.testset.action.ImportTestSetAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.testset.action.NewTestSetAction extends TreePathAction implements Serializable

Class org.ximtec.igesture.tool.view.testset.action.RemoveSampleAction extends LocateableAction implements Serializable

Serialized Fields

testSet

TestClass testSet

sample

Gesture<T> sample

Package org.ximtec.igesture.tool.view.testset.panel

Class org.ximtec.igesture.tool.view.testset.panel.TestClassPanel extends AbstractPanel implements Serializable

Serialized Fields

gestureDevice

GestureDevice<E,F> gestureDevice

currentDevice

GestureDevice<E,F> currentDevice

sampleCache

Map<K,V> sampleCache

testClass

TestClass testClass

devicePanel

DeviceListPanel devicePanel

cardPanel

JPanel cardPanel

panelMapping

Map<K,V> panelMapping

Class org.ximtec.igesture.tool.view.testset.panel.TestSetPanel extends AbstractPanel implements Serializable

Serialized Fields

testSet

TestSet testSet

Class org.ximtec.igesture.tool.view.testset.panel.TestSetsPanel extends AbstractPanel implements Serializable


Package org.ximtec.igesture.tool.view.welcome

Class org.ximtec.igesture.tool.view.welcome.WelcomeView extends AbstractPanel implements Serializable


Package org.ximtec.igesture.util

Class org.ximtec.igesture.util.BigDecimalVector extends ArrayList<BigDecimal> implements Serializable

Class org.ximtec.igesture.util.DoubleVector extends ArrayList<Double> implements Serializable


Package org.ximtec.igesture.util.additions3d.jdom

Class org.ximtec.igesture.util.additions3d.jdom.JdomAccelerations extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.util.additions3d.jdom.JdomAccelerationSample extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.util.additions3d.jdom.JdomNote3D extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.util.additions3d.jdom.JdomPoint3D extends org.jdom.Element implements Serializable

Class org.ximtec.igesture.util.additions3d.jdom.JdomRecordedGesture3D extends org.jdom.Element implements Serializable


© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.