Wed Mar 26 2008 09:55:26 AM
| Name | Package | Description | |
|---|---|---|---|
| BarControl | com.teotiGraphix.barControls | Defines a control that will be used as a bar. | |
| BarEvent | com.teotiGraphix.barControls.events | The event used with barControl pacakge components. | |
| BarPlacement | com.teotiGraphix.barControls | This class symbolizes a general bar layout placement with 4 positions. | |
| BoundingBoxSkin | com.teotiGraphix.skins.teo.dockArea | The deafult skin for the DockAreaFX's bounding drop box. | |
| ButtonFX | com.teotiGraphix.controls | An abstract binding class for the framework. | |
| ChildPositionInfo | com.teotiGraphix.containers.utilityClasses | The class abstracts a child of a container saving it's position and size. | |
| CollapseType | com.teotiGraphix.containers.collapsiblePaneClasses | The constant class for a particular collapse type. | |
| CollapsiblePaneFX | com.teotiGraphix.containers | A collapsible pane that uses an isOpen property to control it's open and closed state. |
|
| DockAreaFX | com.teotiGraphix.containers | The DockAreaFX class is a container that accepts IDockAreaClients from a drag and drop operation. | |
| DockEvent | com.teotiGraphix.containers.events | The DockEvent class events are dispatched from the DockAreaFX and DockPaneFX components. | |
| DockPaneFX | com.teotiGraphix.containers | The DockPaneFX component is a container that implements the IDockAreaClient interface to allow seemless integration with the DockAreaFX component. | |
| DockPaneTitleBar | com.teotiGraphix.containers.dockPaneClasses | The default titleBar used with the DockPaneFX class. | |
| DockPaneTitleBarData | com.teotiGraphix.containers.dockPaneClasses | ||
| DockTaskListBarControl | com.teotiGraphix.containers.taskListClasses | Short desctiption. | |
| DockTaskListBarControlData | com.teotiGraphix.containers.taskListClasses | ||
| DockTaskListFX | com.teotiGraphix.containers | A custom subclass of the TaskListFX to implement a windows dock and float accordion container. | |
| DragInfo | com.teotiGraphix.managers.dragManagerClasses | This class is used with the internal and interface methods of the teo framework. | |
| DragProxySkin | com.teotiGraphix.skins.teo.dockArea | The deafult skin for the DockAreaFX's drag drop proxy. | |
| IBorderComponent | com.teotiGraphix.core | ||
| IButton | com.teotiGraphix.controls | The interface for components that implement button functionality. | |
| ICollapsiblePane | com.teotiGraphix.containers | The interface a Container must implement to be considered a collapsible pane in the teoframework. | |
| IComponent | com.teotiGraphix.core | ||
| IComponentManager | com.teotiGraphix.managers | The interface all IUIComponent client managers implement. | |
| ICursorManagerClient | com.teotiGraphix.managers | ||
| IDepthComponentManager | com.teotiGraphix.managers | The interface for managing client depths. | |
| IDockArea | com.teotiGraphix.containers | The interface containers implement to be used with the IDockAreaClient interface. | |
| IDockAreaClient | com.teotiGraphix.containers | The interface containers or controls implement to be used with the DockAreaFX component. | |
| IDockClient | com.teotiGraphix.containers | The interface containers or controls implement to be used with the DockAreaFX component. | |
| IDragHandleClient | com.teotiGraphix.containers | ||
| IKeyComponentManager | com.teotiGraphix.managers | The interface allows for control and shift key interaction along with the ability to tell if either key is down. | |
| ILayoutContainer | com.teotiGraphix.core | The interface all teoframework components must implement to be considered a layout container. | |
| IManagerEventDispatcher | com.teotiGraphix.managers | ||
| IManagerOverlay | com.teotiGraphix.managers.overlayClasses | The interface overlays that are used with managers implement. | |
| IManagerStyleClient | com.teotiGraphix.managers | This interface defines the style name names for client and popup overlays. | |
| IOverlay | com.teotiGraphix.managers.overlayClasses | Marker interface for now. | |
| IOverlayButton | com.teotiGraphix.managers.overlayClasses | The interface that all graphical overlay buttons must implement. | |
| IPane | com.teotiGraphix.containers | The interface a contianer must implement to be considered a pane. | |
| IPopUpOverlay | com.teotiGraphix.managers.overlayClasses | A marker interface for popup overlays used in the managers package. | |
| IResizeBarClient | com.teotiGraphix.containers | All classes that implement this interface composite a resizeBar in it's chrome children. | |
| IResizeBarControl | com.teotiGraphix.barControls | ||
| IResizeOverlay | com.teotiGraphix.managers.overlayClasses | ||
| IScrollContainer | com.teotiGraphix.containers | ||
| ITitleBarClient | com.teotiGraphix.containers | ||
| ITitleBarControl | com.teotiGraphix.barControls | The interface all component's must implement to be considered a title bar. | |
| ITransformComponent | com.teotiGraphix.core | This interface marks transform component types. | |
| ITransformOverlay | com.teotiGraphix.managers.overlayClasses | ||
| IUIMoveManager | com.teotiGraphix.managers | The interface a move manager class implementes to be used with the MoveManagerFX static class. | |
| IUIResizeManager | com.teotiGraphix.managers | The interface a resize manager class implementes to be used with the ResizeManagerFX static class. | |
| LayoutComponentFX | com.teotiGraphix.controls | A control class the implements an icon and label marker for use in subclasses. | |
| LayoutContainerFX | com.teotiGraphix.containers | A base Container that holds 4 different types of layout. | |
| LayoutPlacement | com.teotiGraphix.core | This class symbolizes a general asset placement with 9 positions. | |
| LayoutType | com.teotiGraphix.core | The constant class for a particular layout type in a LayoutContainerFX container. | |
| MoveManagerEvent | com.teotiGraphix.managers.events | The custom event for the MoveManagerFX class. | |
| MoveManagerFX | com.teotiGraphix.managers | The static move manager that manages clients that wish to be moved by the mouse through composition. | |
| MoveOverlay | com.teotiGraphix.managers.overlayClasses | The default overlay for the MoveManagerFX manager. | |
| Overlay | com.teotiGraphix.managers.overlayClasses | The Overlay is the base class for all overlays that are used with manager classes. | |
| OverlayButton | com.teotiGraphix.managers.overlayClasses | This class just uses the style overlayButtonSkin to skin the buttton the same for every state. |
|
| OverlayButtonOffset | com.teotiGraphix.managers.overlayClasses | The type of offset the IOverlay will use when sizing and positionin the overlay instance. | |
| OverlayButtonSkin | com.teotiGraphix.skins.teo.overlayClasses | The deafult skin for the OverlayButton class. | |
| OverlayEvent | com.teotiGraphix.managers.events | The custom event for the Overlay class, subclasses and the OverlayButton class. | |
| OverlayHandleSkin | com.teotiGraphix.skins.teo.overlayClasses | A custom skin that draws resize handles (border and fill). | |
| PaneBarsEvent | com.teotiGraphix.containers.events.panes | The PaneEvent class events are dispatched from the PaneFX and subclasses. | |
| PaneChildrenEvent | com.teotiGraphix.containers.events.panes | The PaneEvent class events are dispatched from the PaneFX and subclasses. | |
| PaneEvent | com.teotiGraphix.containers.events | The PaneEvent class events are dispatched from the PaneFX and subclasses. | |
| PaneFX | com.teotiGraphix.containers | The PaneFX class is a container that implements a titleBar and the IPane interface(which extends ITitleBarControl). |
|
| PaneResizeEvent | com.teotiGraphix.containers.events.panes | The PaneResizeEvent class events are dispatched from the PaneFX and subclasses. | |
| PaneTweenEvent | com.teotiGraphix.containers.events.panes | The PaneEvent class events are dispatched from the PaneFX and subclasses. | |
| PopUpOverlayCrossSkin | com.teotiGraphix.skins.teo.overlayClasses | The deafult skin for the OverlayButton class. | |
| PopUpOverlayEvent | com.teotiGraphix.managers.events | ||
| PositionResizeOverlay | com.teotiGraphix.managers.overlayClasses | A class. | |
| ResizeBarControl | com.teotiGraphix.barControls | This class utilizes the ResizeManagerFX to resize a resizeTarget. | |
| ResizeBarDirection | com.teotiGraphix.barControls | Constants that define a resize bar's layout direction. | |
| ResizeDockAreaFX | com.teotiGraphix.containers | Short desctiption. | |
| ResizeManagerEvent | com.teotiGraphix.managers.events | The custom event for the ResizeManagerFX class. | |
| ResizeManagerFX | com.teotiGraphix.managers | A UIComponent mouse resize manager. | |
| ResizeOverlay | com.teotiGraphix.managers.overlayClasses | Creates a template overlay for resizing IUIComponents. | |
| ResizePosition | com.teotiGraphix.managers | This class symbolizes a general asset placement with 9 positions. | |
| ShadowBorder | com.teotiGraphix.skins | A base class that adds a drop shadow to the RectangularBorder class. | |
| TaskListBarControl | com.teotiGraphix.containers.taskListClasses | The TitleBarControl that is used with the TaskListFX component. | |
| TaskListBarControlData | com.teotiGraphix.containers.taskListClasses | ||
| TaskListFX | com.teotiGraphix.containers | The TaskListFX is a subclass of CollapsiblePaneFX which implements the isOpen property and allows the container to be opened and closed. | |
| TitleBackground | com.teotiGraphix.skins.halo | The skin for a title bar area of a PaneFX subclass. | |
| TitleBarControl | com.teotiGraphix.barControls | The class that is the base for most bar controls in need of titles and buttons. | |
| TitleBarControlData | com.teotiGraphix.barControls.titleBarClasses | The class for sharing data objects between title bar control renderers and their hosts. | |
| TitleBarEvent | com.teotiGraphix.barControls.events | The Title Bar events class. | |
| TitleBarFX | com.teotiGraphix.controls | Short desctiption. | |
| TransformCursors | com.teotiGraphix.managers | These constants are used with the TransformManagerFX showCursor() method. | |
| UIManagerEvent | com.teotiGraphix.managers.events | The base event class for all UIManager subclasses to use when dispatching public events. | |
| WorkSpaceComponentFX | com.teotiGraphix.core | A control class that creates a borderInstance that is created with the borderSkin style. | |
| WorkSpaceContainerFX | com.teotiGraphix.core | The main class that all container teo components inherit to recieve workspace and other composite features. | |
| WorkSpaceData | com.teotiGraphix.core | The base class for sharing data objects between composite component renderers. | |
| WorkSpaceEvent | com.teotiGraphix.events | The WorkSpaceEvent class is the root of all events in the WorkSpaceFX framework. |