Uses of Package
com.tensegrity.generic.util

Packages that use com.tensegrity.generic.util
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
com.tensegrity.composite.coordinate Provides interfaces and classes for creating and dealing with coordinate systems. 
com.tensegrity.composite.geometry Provides interfaces and classes for defining and dealing with geometries and styles for composites. 
com.tensegrity.composite.style Styles are used to define the visual appearance of an element.  
com.tensegrity.composite.style.persistence Provides classes for making style attributes persistent. 
com.tensegrity.generic.attribute Contains interfaces that define the attribute framework and its associated exceptions. 
com.tensegrity.generic.constraint Includes the default constraints, associated exceptions and the constraint parser.  
com.tensegrity.generic.math Math related code (e.g. matrices, transforms, algorithms).  
com.tensegrity.generic.persistence Holds classes and interfaces useful to make instances of objects of the Tensegrity-API persistent.  
com.tensegrity.generic.util Core classes for tensegrity-software packages.  
com.tensegrity.generic.util.metric   
com.tensegrity.generic.util.prefs Contains interfaces and classes that is helpful for dealing with persistent application settings. 
com.tensegrity.graph.controller Graph Controller specification.  
com.tensegrity.graph.layout Contains the layout algorithms and their dependent utility classes.  
com.tensegrity.graph.layout.controller The controller package contains several concrete implementations of abstract class LayoutController which can be used in many common applications.  
com.tensegrity.graph.model Contains the graph model interface.  
com.tensegrity.graph.persistence GraphPersistence package.  
com.tensegrity.graph.rule The rule package contains the code for rules that are used throughout the graph packages.  
com.tensegrity.graph.view Contains the graph view interface.  
com.tensegrity.graphics Contains basic classes and interfaces of the Tensegrity graphics framework.  
com.tensegrity.gui This package contains all i18n related classes such as UIManager, GUIItem and various type of list implementations which are responsible for the dynamic switch of the language during runtime.  
com.tensegrity.gui.document Contains the interfaces for document types and the framework which maintains such documents.  
com.tensegrity.gui.formatitems   
com.tensegrity.gui.graphdocument This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents.  
com.tensegrity.gui.swing The package is the container for all swing-related gui classes and interfaces.  
com.tensegrity.gui.swing.control This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton.  
com.tensegrity.gui.swing.control.slidepanel This package contains our SlidePanel implementation. 
com.tensegrity.gui.swing.customattribute This package demonstrates how to implement a CustomAttribute.  
com.tensegrity.gui.swing.dialog.graphtools   
com.tensegrity.gui.swing.document This package contains all of the current document implementations for use in a swing-based environment.  
com.tensegrity.gui.swing.graph The graph package contains the two panels required for the SwingGraphDocument, a NavigatorPanel and several components for the inplace editing supported by the SwingGraphPanel.  
com.tensegrity.gui.swt This package contains classes for a swt-based GraphApplication.  
com.tensegrity.gui.swt.document   
com.tensegrity.gui.swt.graph   
com.tensegrity.gui.template   
com.tensegrity.skeleton.commands The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. 
com.tensegrity.skeleton.container.swing The swing implementations of all currently available ToolContainer types. 
com.tensegrity.skeleton.container.swt   
com.tensegrity.skeleton.swing The Swing based implementation of the skeleton framework. 
com.tensegrity.skeleton.swt   
com.tensegrity.skeleton.swt.commands   
 

Classes in com.tensegrity.generic.util used by com.tensegrity.composite
ArrayListInt
          ArrayListInt implements a java.util.List alike container for efficient storing of a single primitive java-type, avoiding the overhead of storing wrapper objects.
KeyStroke
           Class KeyStroke represents a key action (after pressing or releasing a keyboard button) on the keyboard.
Observable
           This interface specifies a role for objects that are capable of being observed.
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.composite.coordinate
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.composite.geometry
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.composite.style
CanonicalDescribable
          This interface represents an alternative to the built-in equals mechanism in the standard Java API to compare objects.
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.composite.style.persistence
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.generic.attribute
DynamicException
          DynamicException is the root-class for all runtime exceptions thrown by the tensegrity code.
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.generic.constraint
DynamicException
          DynamicException is the root-class for all runtime exceptions thrown by the tensegrity code.
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.generic.math
ArrayListDouble
          ArrayListDouble implements a java.util.List alike container for efficient storing of a single primitive java-type, avoiding the overhead of storing wrapper objects.
DynamicException
          DynamicException is the root-class for all runtime exceptions thrown by the tensegrity code.
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.generic.persistence
DynamicException
          DynamicException is the root-class for all runtime exceptions thrown by the tensegrity code.
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.generic.util
ArrayListByte
          ArrayListByte implements a java.util.List alike container for efficient storing of a single primitive java-type, avoiding the overhead of storing wrapper objects.
ArrayListByte.Iterator
          ArrayListByte.Iterator provides a simple forware iterator with basic versioning.
ArrayListByte.ListIterator
          ArrayListByte.ListIterator is a bidirectional iterator with basic versioning.
ArrayListChar
          ArrayListChar implements a java.util.List alike container for efficient storing of a single primitive java-type, avoiding the overhead of storing wrapper objects.
ArrayListChar.Iterator
          ArrayListChar.Iterator provides a simple forware iterator with basic versioning.
ArrayListChar.ListIterator
          ArrayListChar.ListIterator is a bidirectional iterator with basic versioning.
ArrayListDouble
          ArrayListDouble implements a java.util.List alike container for efficient storing of a single primitive java-type, avoiding the overhead of storing wrapper objects.
ArrayListDouble.Iterator
          ArrayListDouble.Iterator provides a simple forware iterator with basic versioning.
ArrayListDouble.ListIterator
          ArrayListDouble.ListIterator is a bidirectional iterator with basic versioning.
ArrayListFloat
          ArrayListFloat implements a java.util.List alike container for efficient storing of a single primitive java-type, avoiding the overhead of storing wrapper objects.
ArrayListFloat.Iterator
          ArrayListFloat.Iterator provides a simple forware iterator with basic versioning.
ArrayListFloat.ListIterator
          ArrayListFloat.ListIterator is a bidirectional iterator with basic versioning.
ArrayListInt
          ArrayListInt implements a java.util.List alike container for efficient storing of a single primitive java-type, avoiding the overhead of storing wrapper objects.
ArrayListInt.Iterator
          ArrayListInt.Iterator provides a simple forware iterator with basic versioning.
ArrayListInt.ListIterator
          ArrayListInt.ListIterator is a bidirectional iterator with basic versioning.
ArrayListLong
          ArrayListLong implements a java.util.List alike container for efficient storing of a single primitive java-type, avoiding the overhead of storing wrapper objects.
ArrayListLong.Iterator
          ArrayListLong.Iterator provides a simple forware iterator with basic versioning.
ArrayListLong.ListIterator
          ArrayListLong.ListIterator is a bidirectional iterator with basic versioning.
ArrayListShort
          ArrayListShort implements a java.util.List alike container for efficient storing of a single primitive java-type, avoiding the overhead of storing wrapper objects.
ArrayListShort.Iterator
          ArrayListShort.Iterator provides a simple forware iterator with basic versioning.
ArrayListShort.ListIterator
          ArrayListShort.ListIterator is a bidirectional iterator with basic versioning.
CommandLinePossibleValues
          Structure to hold the possible value and description for all parameters that can be passed as command line arguments or applet parameters to an application
DynamicException
          DynamicException is the root-class for all runtime exceptions thrown by the tensegrity code.
InvalidArgumentException
           Thrown whenever an invalid argument is passed to a method, including constructors.
KeyStroke
           Class KeyStroke represents a key action (after pressing or releasing a keyboard button) on the keyboard.
LinkedListInt.Iterator
          LinkedList iterator class
MapReverseNotPossibleException
          A MapReverseNotPossibleException exception indicates that a map cannot be reversed, because it contains the same value more than once.
ModifierConfig.OperationKey
          A singleton class representing the keys for the modifier configuration
Observable
           This interface specifies a role for objects that are capable of being observed.
Observer
          This class is a clone of the standard's api observer.
PropertiesFactory
          The PropertiesFactory is a factory implementation to obtain property files (*.properties) for an application.
PropertiesFactoryException
          A PropertiesFactoryException to be used whenever something fails while processing calls to the PropertiesFactory.
PropertiesFile
          The PropertiesFile interface represents a Properties alike behavior for persistent properties for a component, class or system, which needs persistent properties.
StableHashMap
          This version of a HashMap keeps the order of its elements.
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
VersionNumber
           As the name implies the VersionNumber class represents a version number and follows the rules of the most commonly used numeric software versioning scheme.
VersionNumberParseException
          The FileVersionParseException is thrown whenever an error occurs during the file-version parsing.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.generic.util.metric
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.generic.util.prefs
DynamicException
          DynamicException is the root-class for all runtime exceptions thrown by the tensegrity code.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.graph.controller
Observable
           This interface specifies a role for objects that are capable of being observed.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.graph.layout
ProgressListener
          This listener can be used if the progress of a long time process should be observed.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.graph.layout.controller
Observable
           This interface specifies a role for objects that are capable of being observed.
Observer
          This class is a clone of the standard's api observer.
ProgressListener
          This listener can be used if the progress of a long time process should be observed.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.graph.model
DynamicException
          DynamicException is the root-class for all runtime exceptions thrown by the tensegrity code.
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.graph.persistence
VersionNumber
           As the name implies the VersionNumber class represents a version number and follows the rules of the most commonly used numeric software versioning scheme.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.graph.rule
DynamicException
          DynamicException is the root-class for all runtime exceptions thrown by the tensegrity code.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.graph.view
DynamicException
          DynamicException is the root-class for all runtime exceptions thrown by the tensegrity code.
KeyStroke
           Class KeyStroke represents a key action (after pressing or releasing a keyboard button) on the keyboard.
Observable
           This interface specifies a role for objects that are capable of being observed.
StableHashMap
          This version of a HashMap keeps the order of its elements.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.graphics
ArrayListInt
          ArrayListInt implements a java.util.List alike container for efficient storing of a single primitive java-type, avoiding the overhead of storing wrapper objects.
InvalidKeyException
           The InvalidKeyException is thrown whenever an object should be put into a pool but the given key is not valid.
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui
KeyStroke
           Class KeyStroke represents a key action (after pressing or releasing a keyboard button) on the keyboard.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui.document
Observable
           This interface specifies a role for objects that are capable of being observed.
Observer
          This class is a clone of the standard's api observer.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui.formatitems
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui.graphdocument
Observable
           This interface specifies a role for objects that are capable of being observed.
Observer
          This class is a clone of the standard's api observer.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui.swing
KeyStroke
           Class KeyStroke represents a key action (after pressing or releasing a keyboard button) on the keyboard.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui.swing.control
ProgressListener
          This listener can be used if the progress of a long time process should be observed.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui.swing.control.slidepanel
Observable
           This interface specifies a role for objects that are capable of being observed.
Observer
          This class is a clone of the standard's api observer.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui.swing.customattribute
StaticException
           Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui.swing.dialog.graphtools
Observable
           This interface specifies a role for objects that are capable of being observed.
Observer
          This class is a clone of the standard's api observer.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui.swing.document
Observable
           This interface specifies a role for objects that are capable of being observed.
Observer
          This class is a clone of the standard's api observer.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui.swing.graph
Observable
           This interface specifies a role for objects that are capable of being observed.
Observer
          This class is a clone of the standard's api observer.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui.swt
KeyStroke
           Class KeyStroke represents a key action (after pressing or releasing a keyboard button) on the keyboard.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui.swt.document
Observable
           This interface specifies a role for objects that are capable of being observed.
Observer
          This class is a clone of the standard's api observer.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui.swt.graph
KeyStroke
           Class KeyStroke represents a key action (after pressing or releasing a keyboard button) on the keyboard.
Observable
           This interface specifies a role for objects that are capable of being observed.
Observer
          This class is a clone of the standard's api observer.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.gui.template
Observer
          This class is a clone of the standard's api observer.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.skeleton.commands
Observer
          This class is a clone of the standard's api observer.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.skeleton.container.swing
Observable
           This interface specifies a role for objects that are capable of being observed.
Observer
          This class is a clone of the standard's api observer.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.skeleton.container.swt
Observable
           This interface specifies a role for objects that are capable of being observed.
Observer
          This class is a clone of the standard's api observer.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.skeleton.swing
Observable
           This interface specifies a role for objects that are capable of being observed.
Observer
          This class is a clone of the standard's api observer.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.skeleton.swt
Observable
           This interface specifies a role for objects that are capable of being observed.
Observer
          This class is a clone of the standard's api observer.
 

Classes in com.tensegrity.generic.util used by com.tensegrity.skeleton.swt.commands
Observer
          This class is a clone of the standard's api observer.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.