EchoPoint API - 3.0.0b5
App Webcontainer
A B C D E F G H I J K L M N O P Q R S T U V W X Y

D

darker(Color) - Static method in class echopoint.util.ColorKit
Creates a darker version of this color.
darker(Color, double) - Static method in class echopoint.util.ColorKit
Creates a darker version of this color, according to the provided factor.
DATE_CHANGED_PROPERTY - Static variable in class echopoint.jquery.DateField
 
DateField - Class in echopoint.jquery
DateField is a drop down component that contains a text field and a drop down calendar.
DateField() - Constructor for class echopoint.jquery.DateField
Creates a new CalendarSelect.
DateField(Calendar) - Constructor for class echopoint.jquery.DateField
 
DateField(Date) - Constructor for class echopoint.jquery.DateField
Creates a new CalendarSelect.
decapitalize(String) - Static method in class echopoint.util.ReflectionKit
Takes a bean property method name and removes any 'get'/'is'/'set' at the front and then decapitalizes the rest of the name according to the Java Bean Spec.
DEFAULT_ACCESS_TIMEOUT - Static variable in class echopoint.template.SimpleTemplateCachingHints
the default cache access time out 5 minutes
DEFAULT_ACCESS_TIMEOUT - Static variable in class echopoint.util.collections.ExpiryCache
the default cache access time out 5 minutes
DEFAULT_BOTTOM_COLOR - Static variable in class echopoint.Separator
the default bottom color
DEFAULT_BOTTOM_SIZE - Static variable in class echopoint.Separator
the default bottom size is 1
DEFAULT_CONTENT_TYPE - Static variable in class echopoint.template.AbstractTemplateDataSource
the default encoding is text/xhtml
DEFAULT_DURATION - Static variable in class echopoint.jquery.TransitionContainer
 
DEFAULT_ENCODING - Static variable in class echopoint.template.AbstractTemplateDataSource
the default encoding is iso-8859-1
DEFAULT_INITIAL_CAPACITY - Static variable in class echopoint.util.collections.ConcurrentReaderHashMap
The default initial number of table slots for this table (32).
DEFAULT_INSETS - Static variable in interface echopoint.able.Insetable
A default insets object that has zero-pixel sizes.
DEFAULT_INSETS - Static variable in class echopoint.Separator
the default insets are {4,2}
DEFAULT_LAYOUT - Static variable in class echopoint.ContainerEx
 
DEFAULT_LAYOUT - Static variable in class echopoint.jquery.SlidingMenu
 
DEFAULT_LAYOUT - Static variable in class echopoint.jquery.TooltipContainer
 
DEFAULT_LOAD_FACTOR - Static variable in class echopoint.util.collections.ConcurrentReaderHashMap
The default load factor for this table (1.0).
DEFAULT_OUTSETS - Static variable in interface echopoint.able.Insetable
A default outsets object that has zero-pixel sizes.
DEFAULT_REAPER_INTERVAL - Static variable in class echopoint.util.collections.TimerExpiryCache
The reaper interval is 2 minutes.
DEFAULT_STYLE - Static variable in class echopoint.Separator
 
DEFAULT_TIME_TO_LIVE - Static variable in class echopoint.template.SimpleTemplateCachingHints
the default cache time-to-live is 120 minutes
DEFAULT_TIME_TO_LIVE - Static variable in class echopoint.util.collections.ExpiryCache
the default cache time-to-live is 60 minutes
DEFAULT_TOP_COLOR - Static variable in class echopoint.Separator
the default top color
DEFAULT_TOP_SIZE - Static variable in class echopoint.Separator
the default top size is 1
DefaultFont - Class in echopoint.style
A font utility class that is used to enforce an application wide font face policy.
DefaultMutableTreeNode<M> - Class in echopoint.tree
A DefaultMutableTreeNode is a general-purpose node in a tree data structure.
DefaultMutableTreeNode() - Constructor for class echopoint.tree.DefaultMutableTreeNode
Creates a tree node that has no parent and no children, but which allows children.
DefaultMutableTreeNode(M) - Constructor for class echopoint.tree.DefaultMutableTreeNode
Creates a tree node with no parent, no children, but which allows children, and initializes it with the specified user object.
DefaultMutableTreeNode(M, boolean) - Constructor for class echopoint.tree.DefaultMutableTreeNode
Creates a tree node with no parent, no children, initialized with the specified user object, and that allows children only if specified.
DefaultTreeModel - Class in echopoint.tree
A simple tree model that uses TreeNodes.
DefaultTreeModel(TreeNode) - Constructor for class echopoint.tree.DefaultTreeModel
Creates a tree with the specified root node.
DefaultUploadCallback - Class in echopoint.tucana.event
A default implementation of an UploadCallback that saves the uploaded file(s) to a specified directory.
DefaultUploadCallback() - Constructor for class echopoint.tucana.event.DefaultUploadCallback
Default constructor to allow sub-classing.
DefaultUploadCallback(File) - Constructor for class echopoint.tucana.event.DefaultUploadCallback
Create a new callback handler that saves files to the specified directory.
DefaultUploadListener - Class in echopoint.tucana.event
A default action listener to associate with the FileUploadSelector component.
DefaultUploadListener() - Constructor for class echopoint.tucana.event.DefaultUploadListener
 
Delegateable - Interface in echopoint.able
Delegateable is an interface where a something can act as a Delegate for a Component and hence get and set properties into the Component.
depthFirstEnumeration() - Method in class echopoint.tree.DefaultMutableTreeNode
Creates and returns an enumeration that traverses the subtree rooted at this node in depth-first order.
deregister(ExternalEventMonitor) - Method in class echopoint.externalevent.ExternalEventMonitorService
Deregisters the ExternalEventMonitor with the service that is used to invoke external events.
describeThrowable(Throwable) - Static method in class echopoint.util.throwable.ThrowableKit
This method will examine a Throwable and return a ThrowableDescriptor that can then be used to output error details.
DirectHtml - Class in echopoint
DirectHtml is a very lightweight component that will insert HTML text directly onto the client.
DirectHtml() - Constructor for class echopoint.DirectHtml
Default constructor.
DirectHtml(String) - Constructor for class echopoint.DirectHtml
Create a new instance enclosing the specified HTML text.
DirectHtml(String, String) - Constructor for class echopoint.DirectHtml
Create a new instance enclosing the specified HTML text and setting the target attribute for all anchor tags to the value specified.
DISABLED_FOREGROUND - Static variable in class echopoint.style.echo.AbstractButtonStyle
The foreground colour to use when the button is disabled.
dispose() - Method in class echopoint.BorderLayout
Over-ridden to clear the maps used to maintain region to child index relationships.
dispose() - Method in class echopoint.externalevent.ExternalEventMonitor
When the ExternalEventMonitor is removed from the component hierarchy it is also made removed from the ExternalEventMonitorService
dispose() - Method in class echopoint.tucana.FileUploadSelector
Over-ridden to clean up FileUploadSelector.taskQueue if not already cleaned up.
DockMenu - Class in echopoint.jquery
A component to display a Mac-style dock menu (fisheye menu).
DockMenu(int, String, int) - Constructor for class echopoint.jquery.DockMenu
Creates a new DockMenu instance.
DownloadButton - Class in echopoint.tucana
A convenience component to display a DownloadCommand as a button with a pre-configured ActionListener.
DownloadButton(DownloadProvider) - Constructor for class echopoint.tucana.DownloadButton
Create a new instance for the specified download provider.
DownloadButton(File) - Constructor for class echopoint.tucana.DownloadButton
Create a new instance for the specified file (using a FileDownloadProvider.
DownloadButton(InputStream) - Constructor for class echopoint.tucana.DownloadButton
Create a new instance using the input stream to feed a InputStreamDownloadProvider.
DownloadCallback - Interface in echopoint.tucana.event
An interface that defines the methods that are notified as a client content download command progresses.
DownloadCallbackAdapter - Class in echopoint.tucana.event
An adapter class that logs the progress of a download command.
DownloadCallbackAdapter() - Constructor for class echopoint.tucana.event.DownloadCallbackAdapter
Default constructor.
DownloadCallbackAdapter(Level) - Constructor for class echopoint.tucana.event.DownloadCallbackAdapter
Create a new instance with the specified logging level.
DownloadCommand - Class in echopoint.tucana
A command used to enqueue a file (or similar) to the client for downlaoding from the server.
DownloadCommand() - Constructor for class echopoint.tucana.DownloadCommand
Constructs a new download command.
DownloadCommand(DownloadProvider) - Constructor for class echopoint.tucana.DownloadCommand
Constructs a new download command, whose data will be taken from the passed DownloadProvider.
DownloadEvent - Class in echopoint.tucana.event
A base download event class used to indicate a file/content download process.
DownloadEvent(DownloadCommand, String, long, String) - Constructor for class echopoint.tucana.event.DownloadEvent
Constructs a new download event with the specified content attributes.
downloadFailed(DownloadFailEvent) - Method in interface echopoint.tucana.event.DownloadCallback
Indicate that a content download process failed, usually due to reasons other than client cancellation.
downloadFailed(DownloadFailEvent) - Method in class echopoint.tucana.event.DownloadCallbackAdapter
Indicate that a content download process failed, usually due to reasons other than client cancellation.
DownloadFailEvent - Class in echopoint.tucana.event
A download event that indicates that a download request from the client failed (usually not due to user interaction).
DownloadFailEvent(DownloadCommand, DownloadProvider, Exception) - Constructor for class echopoint.tucana.event.DownloadFailEvent
Constructs a new download event with the specified content attributes.
downloadFinished(DownloadFinishEvent) - Method in interface echopoint.tucana.event.DownloadCallback
Indicate that a content download process has ended successfully.
downloadFinished(DownloadFinishEvent) - Method in class echopoint.tucana.event.DownloadCallbackAdapter
Indicate that a content download process has ended successfully.
DownloadFinishEvent - Class in echopoint.tucana.event
A download event that indicates that a download operation by the client has ended successfully.
DownloadFinishEvent(DownloadCommand, DownloadProvider) - Constructor for class echopoint.tucana.event.DownloadFinishEvent
Create a new download event with the specified parameters.
DownloadProvider - Interface in echopoint.tucana
An interface to be implemented by the class providing the data to be downloaded.
downloadStarted(DownloadStartEvent) - Method in interface echopoint.tucana.event.DownloadCallback
Indicate that a content download process has been started.
downloadStarted(DownloadStartEvent) - Method in class echopoint.tucana.event.DownloadCallbackAdapter
Indicate that a content download process has been started.
DownloadStartEvent - Class in echopoint.tucana.event
A download event that indicates that the client has started a download process.
DownloadStartEvent(DownloadCommand, DownloadProvider) - Constructor for class echopoint.tucana.event.DownloadStartEvent
Construct a new download event with the specified parameters.

EchoPoint API - 3.0.0b5
App Webcontainer
A B C D E F G H I J K L M N O P Q R S T U V W X Y