Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 DashConstants
com.comtaste.pantaste.common This class exposes some constants.
 DashDock
com.comtaste.pantaste.components A DashDock object is the application bar of the related DashPanelContainer.
 DashDockMenuItemRenderer
com.comtaste.pantaste.renderers 
 DashLayoutManager
com.comtaste.pantaste.manager A DashLayoutManager manages the possible action of resizing, moving and minimizing in a DashPanelContainer object.
 DashManagerEvent
com.comtaste.pantaste.events Event type dispatched by DashLayoutManager.
 DashPanel
com.comtaste.pantaste.components A DashPanel is a draggable, resizable container.
 DashPanelAspectVO
com.comtaste.pantaste.utilities Mantains the aspect status of a DashPanel.
 DashPanelContainer
com.comtaste.pantaste.components A DashPanelContainer is the component containing the DashPanels of an application.
 DashPanelContainerEvent
com.comtaste.pantaste.events Event type dispatched by DashPanelContainer when some change occours
 DashPanelControls
com.comtaste.pantaste.components Control buttons of a DashPanel.
 DashPanelEvent
com.comtaste.pantaste.events Events dispatched from a DashPanel.
 DashPanelHandler
com.comtaste.pantaste.components

A DashPanelHandler is an object in charge of giving feedback to the user when resizing and/or moving a DashPanel, by appearing during these actions as a copy of the DashPanel the user is resizing/moving.

 DashPanelTitleBar
com.comtaste.pantaste.components The instances of this class are title bars for the DashPanel instance they refer to.
 HashMap
com.ericfeminella.collections IMap implementation which dynamically creates a HashMap of key / value pairs and provides a standard API for working with the map
 HashMapEntry
com.ericfeminella.collections Provides a strongly typed implementation of a key/value pairs
 IDashPanel
com.comtaste.pantaste.components Visualizable components in a DashPanelContainer.
 IDashPanelElement
com.comtaste.pantaste.components Visualizable components in a DashPanel.
 IHashMapEntry
com.ericfeminella.collections Defines the contract for classes which are to provide a specific implementation of an IMap entry.
 IMap
com.ericfeminella.collections Defines the contract for lightweight HashMap implementations which are to expose an API into a managed collection of key value pairs
 PanSwitcher
com.comtaste.pantaste.components 
 SaveWorkspacePopup
com.comtaste.pantaste.components 
 StoredSessionVO
com.comtaste.pantaste.utilities Mantains the application session data.