Class Summary |
AbstractDefiniteNotice |
|
AbstractInfoNotice |
|
AbstractLikelyNotice |
|
AbstractNotice |
Actually an abstract, not a default class. |
AbstractNotice.SeverityComparator |
|
AbstractPossibleNotice |
|
Analyzers |
MainFrame was getting too big, so all the analyzers that run in
the background are defined here. |
Analyzers.HumanSimilarityTester |
|
Analyzers.NameClashTester |
make sure all categories are uniquely named |
Analyzers.OutlyingGestureTester |
Test all training examples in all categories to see if any are
too far away from the centroid of their category. |
Analyzers.TrainingExampleTester |
|
CommandUtil |
This software is distributed under the
Berkeley Software License. |
CompositeGestureTree |
Manages two gesture trees, one for the training set and one for
the test sets. |
DisplayFactory |
Used to create the appropriate display for different gesture types
|
DuplicateNameNotice |
This software is distributed under the
Berkeley Software License. |
EnableListener |
This software is distributed under the
Berkeley Software License. |
FeatureNotice |
This software is distributed under the
Berkeley Software License. |
GestureCategoryPanel |
This software is distributed under the
Berkeley Software License. |
GestureCategoryThumbnailPanel |
Show a gestureCategory as a thumbnail. |
GestureContainerPanel |
This software is distributed under the
Berkeley Software License. |
GestureDesktop |
The gdt main "desktop" area that manages multiple views of gesture
sets, gesture groups, gestures, training/test examples, and error
messages. |
GestureFlavorFactory |
This software is distributed under the
Berkeley Software License. |
GestureGroupPanel |
This software is distributed under the
Berkeley Software License. |
GestureGroupThumbnailPanel |
Show a gestureGroup as a thumbnail. |
GestureIcon |
This software is distributed under the
Berkeley Software License. |
GestureObjectPanel |
This software is distributed under the
Berkeley Software License. |
GestureSetPanel |
This software is distributed under the
Berkeley Software License. |
GestureTransferable |
This software is distributed under the
Berkeley Software License. |
GestureTree |
This software is distributed under the
Berkeley Software License. |
GestureTreeModel |
This software is distributed under the
Berkeley Software License. |
GInternalFrame |
base class for all gdt internal frames
|
HowToManager |
Manages the display of How To information. |
HowToPanel |
A JPanel with a BorderLayout (by default) and that stores the
MainFrame it's associated with. |
HumanGoodness |
Computes how good the gesture set is for the Human
|
HumanSimilarityNotice |
This software is distributed under the
Berkeley Software License. |
MainFrame |
The main top-level window in gdt
|
MisrecognitionNotice |
This software is distributed under the
Berkeley Software License. |
MisrecognitionNotice.MisrecogGestureContainerPanel |
|
NoticeHandler |
In an attempt to keep MainFrame to a managable size, this part has
been broken out
|
NoticeHandler.MyPropChangeListener |
Monitor a GesturePackage for changes that involve or affect
Notices. |
OutlierNotice |
This software is distributed under the
Berkeley Software License. |
OutlyingGestureNotice |
This software is distributed under the
Berkeley Software License. |
Quill |
Gesture Design Tool. |
QuillClipboard |
This software is distributed under the
Berkeley Software License. |
QuillUtil |
Various utility functions that didn't really go anywhere else. |
RecognizerGoodness |
Computes how good the gesture set is for the recognizer
|
RecognizerSimilarityNotice |
This software is distributed under the
Berkeley Software License. |
RecognizerSimilarityTester |
This software is distributed under the
Berkeley Software License. |
ReferenceManager |
This software is distributed under the
Berkeley Software License. |
ShadowGestureContainer |
This class looks like a real GestureContainer, but its containees
have other parents (and not necessarily the same one). |
ShadowGestureSet |
like GestureSet, but the parent pointer in its children is not
changed
|
SimpleGestureObjectPanel |
This software is distributed under the
Berkeley Software License. |
SummaryLog |
A scrolling log. |
SummaryLog.SummaryConstants |
|
SwingWorker |
This is the 3rd version of SwingWorker (also known as
SwingWorker 3), an abstract class that you subclass to
perform GUI-related work in a dedicated thread. |
SwingWorker.ThreadVar |
Class to maintain reference to current worker thread
under separate synchronization control. |
TaskManager |
Manage background tasks. |
WindowManager |
Manage the top-level windows of this application. |