EchoPoint
2.1.0rc4
A B C D E F G H I J K L M N O P Q R S T U V W X

A

ABSOLUTE - Static variable in interface echopointng.able.Positionable
The Positionable's position (and possibly size) is specified with the 'top', 'right', 'bottom', and 'left' properties.
ACTION_LISTENERS_CHANGED_PROPERTY - Static variable in class echopointng.Calculator
 
ACTION_LISTENERS_CHANGED_PROPERTY - Static variable in class echopointng.KeyStrokeListener
 
ACTIVATE_ON_DBLCLICK - Static variable in class echopointng.EditableLabelEx
 
ACTIVATE_ON_DELAYEDCLICK - Static variable in class echopointng.EditableLabelEx
 
ALT_MASK - Static variable in interface echopointng.KeyStrokes
Use this mask to determine if the ALT key is held a key is pressed
ALWAYS - Static variable in interface echopointng.able.Scrollable
A scroll bar policy that will cause scroll bars to always appear, without regard for whether they are required.
ASCENDING - Static variable in interface echopointng.table.SortableTableModel
A sort directive to sort in ascending order
AUTO - Static variable in interface echopointng.able.Scrollable
A scroll bar policy that will cause scroll bars to be visible if they are necessary, and invisible if they are not.
AbleComponent - class echopointng.AbleComponent.
AbleComponent is an abstract Component that implements a number of the 'able interfaces and serves as the base for other components
AbleComponent() - Constructor for class echopointng.AbleComponent
 
AbleProperties - class echopointng.AbleProperties.
AbleProperties is a collection of UI properties that are related to the various *.able interfaces.
AbleProperties() - Constructor for class echopointng.AbleProperties
Constructs a AbleProperties
AbleTableSelectionModel - class echopointng.table.AbleTableSelectionModel.
Use this ListSelectionModel on a Table that uses a SortableTableModel and or a PageableTableModel to allow selections to be preserved when the table is dynamically sorted or possibly paged.
AbleTableSelectionModel(TableModel) - Constructor for class echopointng.table.AbleTableSelectionModel
 
AbstractCssPropertyPeer - class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer.
AbstractCssPropertyPeer is a base class for PropertyPeers
AbstractCssPropertyPeer() - Constructor for class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
 
AbstractRichTextSpellChecker - class echopointng.richtext.AbstractRichTextSpellChecker.
AbstractRichTextSpellChecker can be used as basis for building more complex spell checkers.
AbstractRichTextSpellChecker() - Constructor for class echopointng.richtext.AbstractRichTextSpellChecker
 
AbstractTabModel - class echopointng.tabbedpane.AbstractTabModel.
AbstractTabModel is an abstract base class from which to build a TabModel.
AbstractTabModel() - Constructor for class echopointng.tabbedpane.AbstractTabModel
 
AbstractTemplateDataSource - class echopointng.template.AbstractTemplateDataSource.
A base class for TemplateDataSource implementations.
AbstractTemplateDataSource() - Constructor for class echopointng.template.AbstractTemplateDataSource
AbstractTemplateDataSource constructor with default encoding.
AbstractTemplateDataSource(String) - Constructor for class echopointng.template.AbstractTemplateDataSource
AbstractTemplateDataSource constructor with encoding.
AbstractTreeTableModel - class echopointng.treetable.AbstractTreeTableModel.
AbstractTreeTableModel provides an implementation of TreeTableModelas a convenient starting point in defining custom data models for TreeTable.
AbstractTreeTableModel() - Constructor for class echopointng.treetable.AbstractTreeTableModel
Constructs an AbstractTreeTableModel with a null root node
AbstractTreeTableModel(Object) - Constructor for class echopointng.treetable.AbstractTreeTableModel
Constructs an AbstractTreeTableModel with the specified node as the root node.
AccessKeyable - interface echopointng.able.AccessKeyable.
The AccessKeyable interface is used to set a access key for a given component.
ActionEventEx - class echopointng.model.ActionEventEx.
ActionEventEx extends ActionEvent and provides information about what meta key was pressed at the time the user raised this event.
ActionEventEx(Object, String) - Constructor for class echopointng.model.ActionEventEx
Constructs a ActionEventEx
ActionEventEx(Object, String, int) - Constructor for class echopointng.model.ActionEventEx
Constructs a ActionEventEx
Alignable - interface echopointng.able.Alignable.
The Alignable interface is used specify an Alignmeent value.
AlignmentPeer - class echopointng.stylesheet.propertypeer.AlignmentPeer.
AlignmentPeer converts property value strings into Alignment objects
AlignmentPeer() - Constructor for class echopointng.stylesheet.propertypeer.AlignmentPeer
 
Attributeable - interface echopointng.able.Attributeable.
Attributeable is an interface that allows a Component to have a series of objects associated with attribute names.
AttributesAdd - class echopointng.command.AttributesAdd.
The AttributesAdd command is use to dynamically add attributes on the client side to a component
AttributesAdd(Component, Attributeable) - Constructor for class echopointng.command.AttributesAdd
Constructs a AttributesAdd that can be applied to the specified component
AttributesAdd(Component, Map) - Constructor for class echopointng.command.AttributesAdd
Constructs a AttributesAdd that can be applied to the specified component
AutoLookupModel - interface echopointng.text.AutoLookupModel.
The AutoLookupModel provides for support for looking up AutoLookupModel.Entry's based on partial-string matching.
AutoLookupModel.DefaultEntry - class echopointng.text.AutoLookupModel.DefaultEntry.
A simple implementation of AutoLookupModel.Entry is provided.
AutoLookupModel.DefaultEntry(String) - Constructor for class echopointng.text.AutoLookupModel.DefaultEntry
Constructs a AutoLookupModel.DefaultEntry where all three values (value, sortValue, xhtml) are the same
AutoLookupModel.DefaultEntry(String, String, String) - Constructor for class echopointng.text.AutoLookupModel.DefaultEntry
Constructs a AutoLookupModel.DefaultEntry
AutoLookupModel.DefaultEntry(String, String, XhtmlFragment) - Constructor for class echopointng.text.AutoLookupModel.DefaultEntry
Constructs a AutoLookupModel.DefaultEntry
AutoLookupModel.Entry - interface echopointng.text.AutoLookupModel.Entry.
AutoLookupModel.Entry represents the entries that can be returned by the AutoLookupModel.
AutoLookupService - class echopointng.text.AutoLookupService.
AutoLookupService is used to provide data to a AutoLookupTextFieldEx component in an asynchronous manner.
AutoLookupService() - Constructor for class echopointng.text.AutoLookupService
 
AutoLookupTextFieldEx - class echopointng.AutoLookupTextFieldEx.
AutoLookupTextFieldEx is a TextFieldEx that allows a cache of lookup entries to be searched as the user types in values.
AutoLookupTextFieldEx() - Constructor for class echopointng.AutoLookupTextFieldEx
Constructs a AutoLookupTextFieldEx
AutoLookupTextFieldEx(Document) - Constructor for class echopointng.AutoLookupTextFieldEx
Constructs a AutoLookupTextFieldEx
AutoLookupTextFieldEx(Document, String, int) - Constructor for class echopointng.AutoLookupTextFieldEx
Constructs a AutoLookupTextFieldEx
AutoLookupTextFieldEx(String) - Constructor for class echopointng.AutoLookupTextFieldEx
Constructs a AutoLookupTextFieldEx
actionCommand - Variable in class echopointng.tree.DefaultMutableTreeNode
this node's action command
add(Object) - Method in class echopointng.ListSection
Adds an Object to the ListSection Note that this will only be performed if the underlying model is derived from DefaultListModel.
add(Object, int) - Method in class echopointng.ListSection
Adds an Object to the ListSectionat the specified index.
add(Component) - Method in class echopointng.ListSection
Adds a Component to the ListSection Note that this will only be performed if the underlying model is derived from DefaultListModel.
add(Component, int) - Method in class echopointng.ListSection
Adds a Component to the ListSectionat the specified index. -1 indicates to add to the end of the list Note that this will only be performed if the underlying model is derived from DefaultListModel.
add(Component) - Method in class echopointng.Menu
Adds a Component to the end of the Menu.
add(MenuItem) - Method in class echopointng.Menu
Adds a MenuItem to the end of the Menu and styles it the same if styleChildren is set to true.
add(String) - Method in class echopointng.Menu
Creates and adds a MenuItem to the end of the Menu with the specified text.
add(Component) - Method in class echopointng.StackedPaneEx
This now has the same meaning as the push(Component c) method
add(Component, int) - Method in class echopointng.StackedPaneEx
This is now has the same meaning as insert(Component c, int index)
add(MutableTreeNode) - Method in class echopointng.tree.DefaultMutableTreeNode
Removes newChild from its parent and makes it a child of this node by adding it to the end of this node's child array.
add(Component) - Method in class echopointng.util.ComponentTracker
 
add(Component, int) - Method in class echopointng.util.ComponentTracker
 
addActionListener(ActionListener) - Method in class echopointng.Calculator
Adds an ActionListener to the Calculator.
addActionListener(ActionListener) - Method in class echopointng.ComboBox
Adds an ActionListener to the ComboBox component.
addActionListener(ActionListener) - Method in class echopointng.ImageIcon
Adds an ActionListener.
addActionListener(ActionListener) - Method in class echopointng.ImageMap
Adds an ActionListener.
addActionListener(ActionListener) - Method in class echopointng.KeyStrokeListener
Adds an ActionListener to receive notification of user actions, i.e., key presses.
addActionListener(ActionListener) - Method in class echopointng.Tree
Adds an ActionListener.
addActionListener(ActionListener) - Method in class echopointng.model.DefaultMenuItemModel
Adds an ActionListener to the menu item model.
addBold(Component) - Static method in class echopointng.util.FontKit
Adds bold to a Component's font.
addBold(Font) - Static method in class echopointng.util.FontKit
Adds the Font.BOLD attribute to an exisitng Font object and returns a new Font.
addChangeListener(ChangeListener) - Method in class echopointng.ProgressBar
Adds a ChangeListener to the ProgressBar.
addChangeListener(ChangeListener) - Method in class echopointng.Slider
Adds a ChangeListener to the Slider.
addChangeListener(ChangeListener) - Method in interface echopointng.model.BoundedRangeModel
Adds a ChangeListener to the model's listener list.
addChangeListener(ChangeListener) - Method in class echopointng.model.DefaultBoundedRangeModel
Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in class echopointng.model.DefaultExpansionModel
Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in class echopointng.model.DefaultMenuItemModel
Adds a ChangeListener to the menu item model.
addChangeListener(ChangeListener) - Method in class echopointng.model.DefaultSingleSelectionModel
 
addChangeListener(ChangeListener) - Method in interface echopointng.model.ExpansionModel
Adds listener as a listener to changes in the model.
addChangeListener(ChangeListener) - Method in interface echopointng.model.SingleSelectionModel
Adds listener as a listener to changes in the model.
addChangeListener(ChangeListener) - Method in class echopointng.tabbedpane.AbstractTabModel
 
addChangeListener(ChangeListener) - Method in interface echopointng.tabbedpane.TabModel
Adds listener as a listener to changes in the model.
addChangeListener(ChangeListener) - Method in class echopointng.table.AbleTableSelectionModel
 
addChangeListener(ChangeListener) - Method in class echopointng.tree.TreeListSelectionModel
 
addCoord(ImageMap.Coords) - Method in class echopointng.ImageMap
Adds a set of co-ordinate's to the ImageMap
addCoord(ImageMap.Coords, String) - Method in class echopointng.ImageMap
Adds a set of co-ordinate's to the ImageMap and sets the co-ordinate's action command at the same time.
addExpandable(Expandable) - Method in class echopointng.model.ExpansionGroup
Adds a Expandable to the group.
addExternalEventListener(ExternalEventListener) - Method in class echopointng.ExternalEventMonitor
Adds an ExternalEventListener to the ExternalEventMonitor
addHistory(HistoryState) - Method in class echopointng.HistoryMonitor
This adds a new HistoryState object.
addHistoryEventListener(HistoryEventListener) - Method in class echopointng.HistoryMonitor
Adds an HistoryEventListener to the HistoryMonitor.
addItalic(Component) - Static method in class echopointng.util.FontKit
Adds italic to a Component's font.
addItalic(Font) - Static method in class echopointng.util.FontKit
Adds the Font.ITALIC attribute to an exisitng Font object and returns a new Font.
addItemListener(ItemListener) - Method in class echopointng.model.DefaultMenuItemModel
Adds a ItemListener to the menu item model.
addKeyCombination(int, String) - Method in class echopointng.KeyStrokeListener
This adds a key combination to the KeyStrokeListener.
addKeyCombination(int) - Method in class echopointng.KeyStrokeListener
This adds a key combination to the KeyStrokeListener using string returned from getMnemonic as the command string.
addListDataListener(ListDataListener) - Method in class echopointng.ListSection
Adds a ListDataListener to the section
addListener(CalendarSelectionListener) - Method in interface echopointng.model.CalendarSelectionModel
Adds listener as a listener to changes in the model.
addListener(ChangeListener) - Method in interface echopointng.model.ColorSelectionModel
Adds listener as a listener to changes in the model.
addListener(CalendarSelectionListener) - Method in class echopointng.model.DefaultCalendarSelectionModel
Adds a ChangeListener to the model.
addListener(ChangeListener) - Method in class echopointng.model.DefaultColorSelectionModel
 
addNamedComponent(Component, String) - Method in class echopointng.TemplatePanel
Adds a component to the TemplatePanel with the associated name which can the be references from the template data.
addPropertyChangeListener(PropertyChangeListener) - Method in class echopointng.able.ScrollBarProperties
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class echopointng.tree.DefaultTreeSelectionModel
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in interface echopointng.tree.TreeSelectionModel
Add a PropertyChangeListener to the listener list.
addSelectionInterval(int, int) - Method in class echopointng.tree.TreeListSelectionModel
 
addSelectionPath(TreePath) - Method in class echopointng.Tree
Adds the node identified by the specified TreePath to the current selection.
addSelectionPath(TreePath) - Method in class echopointng.tree.DefaultTreeSelectionModel
Adds path to the current selection.
addSelectionPath(TreePath) - Method in interface echopointng.tree.TreeSelectionModel
Adds path to the current selection.
addSelectionPaths(TreePath[]) - Method in class echopointng.Tree
Adds each path in the array of paths to the current selection.
addSelectionPaths(TreePath[]) - Method in class echopointng.tree.DefaultTreeSelectionModel
Adds paths to the current selection.
addSelectionPaths(TreePath[]) - Method in class echopointng.tree.EmptyTreeSelectionModel
A null implementation that adds nothing
addSelectionPaths(TreePath[]) - Method in interface echopointng.tree.TreeSelectionModel
Adds paths to the current selection.
addSize(Component, int) - Static method in class echopointng.util.FontKit
Sets a component's font smaller or large by the specified delta amount.
addSize(Font, int) - Static method in class echopointng.util.FontKit
Makes a font smaller or larger by adding the specified amount to its current font size.
addStyle(Component, int) - Static method in class echopointng.util.FontKit
Adds the specified style to a Component's font.
addStyle(Font, int) - Static method in class echopointng.util.FontKit
Adds the specified style to the Font and returns a new Font.
addTab(Component, Component) - Method in class echopointng.tabbedpane.DefaultTabModel
Adds a new tab to the end of the collection of tabs.
addTab(String, Component) - Method in class echopointng.tabbedpane.DefaultTabModel
Adds a new tab with the specified title.
addTab(ImageReference, Component) - Method in class echopointng.tabbedpane.DefaultTabModel
Adds a new tab with the specified icon.
addTab(String, ImageReference, Component) - Method in class echopointng.tabbedpane.DefaultTabModel
Adds a new tab with the specified title and icon.
addTreeExpansionListener(TreeExpansionListener) - Method in class echopointng.Tree
Adds a listener for TreeExpansion events.
addTreeModelListener(TreeModelListener) - Method in class echopointng.tree.DefaultTreeModel
Adds a TreeModelListener to the model
addTreeModelListener(TreeModelListener) - Method in interface echopointng.tree.TreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addTreeModelListener(TreeModelListener) - Method in class echopointng.treetable.AbstractTreeTableModel
 
addTreeSelectionListener(TreeSelectionListener) - Method in class echopointng.Tree
Adds a listener for TreeSelection events.
addTreeSelectionListener(TreeSelectionListener) - Method in class echopointng.tree.DefaultTreeSelectionModel
Adds x to the list of listeners that are notified each time the selection changes.
addTreeSelectionListener(TreeSelectionListener) - Method in interface echopointng.tree.TreeSelectionModel
Adds x to the list of listeners that are notified each time the selection changes.
addTreeWillExpandListener(TreeWillExpandListener) - Method in class echopointng.Tree
Adds a listener for TreeWillExpand events.
addUnderline(Component) - Static method in class echopointng.util.FontKit
Adds underline to a Component's font.
addUnderline(Font) - Static method in class echopointng.util.FontKit
Adds the Font.UNDERLINE attribute to an exisitng Font object and returns a new Font.
allowsChildren - Variable in class echopointng.tree.DefaultMutableTreeNode
true if the node is able to have children
areNew - Variable in class echopointng.tree.TreeSelectionEvent
For each path identifies if that is path is in fact new.
arePathsContiguous(TreePath[]) - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns true if the paths are contiguous.
asksAllowsChildren - Variable in class echopointng.tree.DefaultTreeModel
Determines how the isLeaf method figures out if a node is a leaf node.
asksAllowsChildren() - Method in class echopointng.tree.DefaultTreeModel
Tells how leaf nodes are determined.
asksAllowsChildren - Variable in class echopointng.treetable.DefaultTreeTableModel
 
asksAllowsChildren() - Method in class echopointng.treetable.DefaultTreeTableModel
 
attachCause(Throwable, Throwable) - Static method in class echopointng.util.throwable.ThrowableKit
This method attempts to attach the cause Throwable to the provided Throwable.

B

BLACK_AND_WHITE_STYLE - Static variable in class echopointng.DateChooser
A black and white Style for DateChooser
BULLETS_CIRCLE - Static variable in class echopointng.ListSection
 
BULLETS_DECIMAL - Static variable in class echopointng.ListSection
 
BULLETS_DECIMAL_LEADING_ZERO - Static variable in class echopointng.ListSection
 
BULLETS_DEFAULT - Static variable in class echopointng.ListSection
default bullets
BULLETS_DISC - Static variable in class echopointng.ListSection
 
BULLETS_LOWER_ALPHA - Static variable in class echopointng.ListSection
 
BULLETS_LOWER_GREEK - Static variable in class echopointng.ListSection
 
BULLETS_LOWER_LATIN - Static variable in class echopointng.ListSection
 
BULLETS_LOWER_ROMAN - Static variable in class echopointng.ListSection
 
BULLETS_NONE - Static variable in class echopointng.ListSection
Determines what type of bullet points are used
BULLETS_SQUARE - Static variable in class echopointng.ListSection
 
BULLETS_UPPER_ALPHA - Static variable in class echopointng.ListSection
 
BULLETS_UPPER_LATIN - Static variable in class echopointng.ListSection
 
BULLETS_UPPER_ROMAN - Static variable in class echopointng.ListSection
 
BackgroundImageable - interface echopointng.able.BackgroundImageable.
The BackgroundImageable interface is used specify an background image value..
BalloonHelp - class echopointng.BalloonHelp.
BalloonHelp is a PopUp component that appears like classic Balloon Help, inspired from the early Apple Macintosh.
BalloonHelp() - Constructor for class echopointng.BalloonHelp
Constructs a BalloonHelp
BalloonHelp(String) - Constructor for class echopointng.BalloonHelp
Constructs a BalloonHelp using the XHTML passed in as the help text.
BalloonHelp(Component) - Constructor for class echopointng.BalloonHelp
Constructs a BalloonHelp with the specified popupComponent as help.
BalloonHelp(Component, Component) - Constructor for class echopointng.BalloonHelp
Constructs a BalloonHelp with the specified target and popup component
BeanKit - class echopointng.util.reflect.BeanKit.
The BeanKit provides methods to help when working with Java Bean compliant objects and their properties.
BeanKit() - Constructor for class echopointng.util.reflect.BeanKit
 
BeanKit.BeanKitException - exception echopointng.util.reflect.BeanKit.BeanKitException.
A wrapper Exception that can be throw during BeanKit operations
BeanKit.BeanKitException(String) - Constructor for class echopointng.util.reflect.BeanKit.BeanKitException
 
BeanKit.BeanKitException(String, Throwable) - Constructor for class echopointng.util.reflect.BeanKit.BeanKitException
 
BooleanPeer - class echopointng.stylesheet.propertypeer.BooleanPeer.
BooleanPeer maps to Boolean values
BooleanPeer() - Constructor for class echopointng.stylesheet.propertypeer.BooleanPeer
 
BorderEx - class echopointng.BorderEx.
BorderEx is extension of Border that allows you to set left, right, top and bottom border values.
BorderEx() - Constructor for class echopointng.BorderEx
Creates a new BorderEx with 1px wide, STYLE_SOLID style and Color.BLACK.
BorderEx(Color) - Constructor for class echopointng.BorderEx
Creates a new BorderEx with a 1px wide STYLE_SOLID style.
BorderEx(Extent, Color, int) - Constructor for class echopointng.BorderEx
Creates a new BorderEx.
BorderEx(Extent, Color, int, Extent, Color, int, Extent, Color, int, Extent, Color, int) - Constructor for class echopointng.BorderEx
Creates a new BorderEx with the specified left, right, top an bottom properties.
BorderEx(int) - Constructor for class echopointng.BorderEx
Creates a new BorderEx with a STYLE_SOLID style and Color.BLACK color.
BorderEx(int, Color) - Constructor for class echopointng.BorderEx
Creates a new BorderEx with a STYLE_SOLID style.
BorderEx(int, Color, int) - Constructor for class echopointng.BorderEx
Creates a new BorderEx.
BorderEx(int, Color, int, int, Color, int, int, Color, int, int, Color, int) - Constructor for class echopointng.BorderEx
Creates a new BorderEx with the specified left, right, top an bottom properties..
BorderPeer - class echopointng.stylesheet.propertypeer.BorderPeer.
BorderPeer is used to create Border objects
BorderPeer() - Constructor for class echopointng.stylesheet.propertypeer.BorderPeer
 
Borderable - interface echopointng.able.Borderable.
The Borderable interface is used to produce a border around a component
BoundedRangeModel - interface echopointng.model.BoundedRangeModel.
Defines the data model used by components like ProgressBars and Sliders.
ButtonEx - class echopointng.ButtonEx.
The ButtonEx class provides extra EchoPoint features beyond the nextapp.echo2.app.ButtonEx Its rollover functions are enabled by default and its supports the extra EchoPoint interfaces such as Borderable, MouseCursorable, AccessKeyable.
ButtonEx() - Constructor for class echopointng.ButtonEx
Creates a button with no text or icon.
ButtonEx(String) - Constructor for class echopointng.ButtonEx
Creates a button with text.
ButtonEx(ImageReference) - Constructor for class echopointng.ButtonEx
Creates a button with an icon.
ButtonEx(String, ImageReference) - Constructor for class echopointng.ButtonEx
Creates a button with text and an icon.
ButtonEx(XhtmlFragment) - Constructor for class echopointng.ButtonEx
Creates a button with an XhtmlFragment.
ButtonEx(XhtmlFragment, ImageReference) - Constructor for class echopointng.ButtonEx
Creates a button with an XhtmlFragment and an icon.
ButtonModelEx - interface echopointng.model.ButtonModelEx.
ButtonModelEx is an extension of ButtonModel that raises ActionEventEx event objects.
BytePeer - class echopointng.stylesheet.propertypeer.BytePeer.
BytePeer converts property value strings into Bytes.
BytePeer() - Constructor for class echopointng.stylesheet.propertypeer.BytePeer
 
barrierLock - Variable in class echopointng.util.collections.ConcurrentReaderHashMap
Lock used only for its memory effects.
breadthFirstEnumeration() - Method in class echopointng.tree.DefaultMutableTreeNode
Creates and returns an enumeration that traverses the subtree rooted at this node in breadth-first order.
brighter(Color) - Static method in class echopointng.util.ColorKit
Creates a brighter version of this color.
brighter(Color, double) - Static method in class echopointng.util.ColorKit
Creates a brighter version of this color, according to the provided factor.

C

CELL_SPANNER - Static variable in class echopointng.TableEx
This object is used to indicate cell content that is currently spanned (and hence has no content).
CIRCLE - Static variable in class echopointng.ImageMap.Coords
 
CLIPHIDE - Static variable in interface echopointng.able.Scrollable
A scroll bar policy that will cause scroll bars to never appear, without regard for whether they are required.
CMD_ALIGN_CENTER - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_ALIGN_LEFT - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_ALIGN_RIGHT - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_BACKCOLOR - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_BOLD - Static variable in interface echopointng.richtext.RichTextRenderer
Available RichTextArea Commands
CMD_BULLETS - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_COPY - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_CREATELINK - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_CUT - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_FORECOLOR - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_HINT_NEWLINE - Static variable in interface echopointng.richtext.RichTextRenderer
A rendering hint that puts the command on a new line within the RichTextArea toolbar.
CMD_HINT_SPACER - Static variable in interface echopointng.richtext.RichTextRenderer
A rendering hint that puts the spacer within the RichTextArea toolbar.
CMD_INDENT - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_INSERTHR - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_INSERTIMAGE - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_INSERTTABLE - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_ITALIC - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_JUSTIFY - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_NUMBERS - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_OUTDENT - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_PASTE - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_REDO - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_REMOVEFORMAT - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_SELECTALL - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_SPELLCHECK - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_SUBSCRIPT - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_SUPERSCRIPT - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_UNDERLINE - Static variable in interface echopointng.richtext.RichTextRenderer
 
CMD_UNDO - Static variable in interface echopointng.richtext.RichTextRenderer
 
COLORFUL_STYLE - Static variable in class echopointng.DateChooser
A colorful Style for DateChooser
COLOR_FACTOR - Static variable in class echopointng.util.ColorKit
The default scale factor applied to the brighter and darker functions
COLUMN_WIDTHS_CHANGED_PROPERTY - Static variable in class echopointng.TableEx
 
COMPARABLE_COMPARATOR - Static variable in class echopointng.table.DefaultSortableTableModel
You can use this comparator if the column objects impment Comparable
CONTIGUOUS_TREE_SELECTION - Static variable in interface echopointng.tree.TreeSelectionModel
Selection can only be contiguous.
CONTROL_MASK - Static variable in interface echopointng.KeyStrokes
Use this mask to determine if the CONTROL key is held a key is pressed
CURSOR_AUTO - Static variable in interface echopointng.able.MouseCursorable
The UA determines the cursor to display based on the current context.
CURSOR_CROSSHAIR - Static variable in interface echopointng.able.MouseCursorable
A simple crosshair (e.g., short line segments resembling a "+" sign).
CURSOR_CUSTOM_URI - Static variable in interface echopointng.able.MouseCursorable
The user agent retrieves the cursor from the resource designated by the URI.
CURSOR_DEFAULT - Static variable in interface echopointng.able.MouseCursorable
The platform-dependent default cursor.
CURSOR_E_RESIZE - Static variable in interface echopointng.able.MouseCursorable
Used when the movement starts from the east corner of the box.
CURSOR_HELP - Static variable in interface echopointng.able.MouseCursorable
Help is available for the object under the cursor.
CURSOR_MOVE - Static variable in interface echopointng.able.MouseCursorable
Indicates something is to be moved.
CURSOR_NE_RESIZE - Static variable in interface echopointng.able.MouseCursorable
Used when the movement starts from the northeast corner of the box.
CURSOR_NW_RESIZE - Static variable in interface echopointng.able.MouseCursorable
Used when the movement starts from the northwest corner of the box.
CURSOR_N_RESIZE - Static variable in interface echopointng.able.MouseCursorable
Used when the movement starts from the north corner of the box.
CURSOR_POINTER - Static variable in interface echopointng.able.MouseCursorable
The cursor is a pointer that indicates a link.
CURSOR_SE_RESIZE - Static variable in interface echopointng.able.MouseCursorable
Used when the movement starts from the southeast corner of the box.
CURSOR_SW_RESIZE - Static variable in interface echopointng.able.MouseCursorable
Used when the movement starts from the southwest corner of the box.
CURSOR_S_RESIZE - Static variable in interface echopointng.able.MouseCursorable
Used when the movement starts from the south corner of the box.
CURSOR_TEXT - Static variable in interface echopointng.able.MouseCursorable
Indicates text that may be selected.
CURSOR_WAIT - Static variable in interface echopointng.able.MouseCursorable
Indicates that the program is busy and the user should wait.
CURSOR_W_RESIZE - Static variable in interface echopointng.able.MouseCursorable
Used when the movement starts from the west corner of the box.
Calculator - class echopointng.Calculator.
Calculator is a component that acts like a hand held calculator.
Calculator() - Constructor for class echopointng.Calculator
Constructs a Calculator
Calculator(Document) - Constructor for class echopointng.Calculator
Constructs a Calculator with the specified backing Document
CalculatorField - class echopointng.CalculatorField.
CalculatorField is a drop down component that contains a text field and a drop down Calculator.
CalculatorField() - Constructor for class echopointng.CalculatorField
Constructs a CalculatorField with a value of zero.
CalculatorField(double) - Constructor for class echopointng.CalculatorField
Constructs a CalculatorField with the specified value
CalendarEvent - class echopointng.model.CalendarEvent.
CalendarEvent is passed to CalendarSelectionListener's when the CalendarSelectionModel changes.
CalendarEvent(Object, Calendar) - Constructor for class echopointng.model.CalendarEvent
Constructs a CalendarEvent
CalendarSelectionListener - interface echopointng.model.CalendarSelectionListener.
CalendarSelectionListener listeners to a CalendarSelectionModel.
CalendarSelectionModel - interface echopointng.model.CalendarSelectionModel.
CalendarSelectionModel is a model interface for calendar selection.
CharacterPeer - class echopointng.stylesheet.propertypeer.CharacterPeer.
CharacterPeer is used to create Character objects
CharacterPeer() - Constructor for class echopointng.stylesheet.propertypeer.CharacterPeer
 
CheckBoxEx - class echopointng.CheckBoxEx.
CheckBoxEx
CheckBoxEx() - Constructor for class echopointng.CheckBoxEx
Creates a check box with no text or icon.
CheckBoxEx(ImageReference) - Constructor for class echopointng.CheckBoxEx
Creates a check box with an icon.
CheckBoxEx(String) - Constructor for class echopointng.CheckBoxEx
Creates a check box with text.
CheckBoxEx(String, ImageReference) - Constructor for class echopointng.CheckBoxEx
Creates a check box with text and an icon.
ColorChooser - class echopointng.ColorChooser.
ColorChooser allows the user to select a color from a color swatch model.
ColorChooser() - Constructor for class echopointng.ColorChooser
Creates a ColorChooser
ColorConstantStrings - Static variable in class echopointng.util.ColorKit
Array for acceptable Color Constant strings
ColorConstantValues - Static variable in class echopointng.util.ColorKit
An array for Color values matching ColorConstantStrings
ColorKit - class echopointng.util.ColorKit.
A utility to class to help with Color manipulation
ColorPeer - class echopointng.stylesheet.propertypeer.ColorPeer.
ColorPeer
ColorPeer() - Constructor for class echopointng.stylesheet.propertypeer.ColorPeer
 
ColorSelectionModel - interface echopointng.model.ColorSelectionModel.
Model interface for Color Selection
ColorSwatchModel - interface echopointng.model.ColorSwatchModel.
The ColorSwatchModel is used to generate a series of "color swatches" possibly with descriptive names.
ColumnHidingTableModel - class echopointng.table.ColumnHidingTableModel.
ColumnHidingTableModel is a wrapper TableModel that can allow individual columns to be hidden and hence logical removed from the TableModel.
ColumnHidingTableModel(TableModel) - Constructor for class echopointng.table.ColumnHidingTableModel
Constructs a TestTable.ColumnHidingTableModel
ComboBox - class echopointng.ComboBox.
The ComboBox component is a TextField that acts like a SelectField as well.
ComboBox() - Constructor for class echopointng.ComboBox
Creates a ComboBox
ComboBox(int) - Constructor for class echopointng.ComboBox
Creates a ComboBox that is columns wide.
ComboBox(String) - Constructor for class echopointng.ComboBox
Creates a ComboBox with text as the initial value.
ComboBox(Object[]) - Constructor for class echopointng.ComboBox
Creates a ComboBox with list as the initial list contents.
ComboBox(String, Object[]) - Constructor for class echopointng.ComboBox
Creates a ComboBox with text as the initial value and list as the initial list contents.
ComboBox(String, int, Object[]) - Constructor for class echopointng.ComboBox
Creates a ComboBox with text as the initial value and that is columns wide and list as the initial list contents.
ComponentEx - class echopointng.ComponentEx.
ComponentEx is an abstract component that offers helper methods for getting and setting properties, beyond what the base nextapp.echo2.app.Component does.
ComponentEx() - Constructor for class echopointng.ComponentEx
ComponentEx does not participate in focus traversal by default.
ComponentKit - class echopointng.util.ComponentKit.
A utility to class to help with Component manipulation
ComponentKit.ComponentTraversalCallBack - interface echopointng.util.ComponentKit.ComponentTraversalCallBack.
ComponentOperationCallBack is an interface used during the traverseComponent() method.
ComponentTracker - class echopointng.util.ComponentTracker.
ComponentTracker keeps track of components that have been added and removed from it and its associated component.
ComponentTracker(Component) - Constructor for class echopointng.util.ComponentTracker
Constructs a ComponentTracker that will keep track of components on behalf of trackeeComponent
ConcurrentReaderHashMap - class echopointng.util.collections.ConcurrentReaderHashMap.
A version of Hashtable that supports mostly-concurrent reading, but exclusive writing.
ConcurrentReaderHashMap(int, float) - Constructor for class echopointng.util.collections.ConcurrentReaderHashMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
ConcurrentReaderHashMap(int) - Constructor for class echopointng.util.collections.ConcurrentReaderHashMap
Constructs a new, empty map with the specified initial capacity and default load factor.
ConcurrentReaderHashMap() - Constructor for class echopointng.util.collections.ConcurrentReaderHashMap
Constructs a new, empty map with a default initial capacity and load factor.
ConcurrentReaderHashMap(Map) - Constructor for class echopointng.util.collections.ConcurrentReaderHashMap
Constructs a new map with the same mappings as the given map.
ConcurrentReaderHashMap.BarrierLock - class echopointng.util.collections.ConcurrentReaderHashMap.BarrierLock.
A Serializable class for barrier lock
ConcurrentReaderHashMap.BarrierLock() - Constructor for class echopointng.util.collections.ConcurrentReaderHashMap.BarrierLock
 
ConcurrentReaderHashMap.Entry - class echopointng.util.collections.ConcurrentReaderHashMap.Entry.
ConcurrentReaderHashMap collision list entry.
ConcurrentReaderHashMap.HashIterator - class echopointng.util.collections.ConcurrentReaderHashMap.HashIterator.
 
ConcurrentReaderHashMap.HashIterator() - Constructor for class echopointng.util.collections.ConcurrentReaderHashMap.HashIterator
 
ConcurrentReaderHashMap.KeyIterator - class echopointng.util.collections.ConcurrentReaderHashMap.KeyIterator.
 
ConcurrentReaderHashMap.KeyIterator() - Constructor for class echopointng.util.collections.ConcurrentReaderHashMap.KeyIterator
 
ConcurrentReaderHashMap.ValueIterator - class echopointng.util.collections.ConcurrentReaderHashMap.ValueIterator.
 
ConcurrentReaderHashMap.ValueIterator() - Constructor for class echopointng.util.collections.ConcurrentReaderHashMap.ValueIterator
 
ContainerEx - class echopointng.ContainerEx.
ContainerEx is a component that can be positioned anywhere on the screen with an specified size attributes.
ContainerEx() - Constructor for class echopointng.ContainerEx
Constructs a ContainerEx.
ContainerEx(Component) - Constructor for class echopointng.ContainerEx
Constructs a ContainerEx with the specified component as its first child.
ContentPaneEx - class echopointng.ContentPaneEx.
ContentPaneEx is an extension of ContentPane that allows for DisplayLayoutData and ScrollableDisplayLayoutData be specified by its child components as well as supoprting many of the common EPNG able interfaces such as MouseCursorable and ToolTippable.
ContentPaneEx() - Constructor for class echopointng.ContentPaneEx
Constructs a ContentPaneEx
CssInvalidValueException - exception echopointng.stylesheet.CssInvalidValueException.
CssInvalidValueException is thrown when a Css property value string cannot be converted into a specific Java object.
CssInvalidValueException(String, Throwable, int) - Constructor for class echopointng.stylesheet.CssInvalidValueException
 
CssObjectDeclarationParser - class echopointng.stylesheet.CssObjectDeclarationParser.
CssObjectDeclarationParser takes CSS object declarations and parse them into their value parts.
CssObjectDeclarationParser() - Constructor for class echopointng.stylesheet.CssObjectDeclarationParser
 
CssObjectIntrospector - class echopointng.stylesheet.CssObjectIntrospector.
CssObjectIntrospector is a replacement for ComponentIntrospector that reports JavaBeans that have getters without setters as properties.
CssPropertyPeer - interface echopointng.stylesheet.CssPropertyPeer.
CssValuePeer is an interfaced used to convert CSS property value strings into specific Java objects and vice versa.
CssPropertyPeerLoader - class echopointng.stylesheet.CssPropertyPeerLoader.
CssPropertyPeerLoader finds and caches appropriate CssPropertyPeer instances for a given property class.
CssStyleAdd - class echopointng.command.CssStyleAdd.
CssStyleAdd allows form an arbitary style declaration to be added to the current application.
CssStyleAdd(String) - Constructor for class echopointng.command.CssStyleAdd
Constructs a CssStyleAdd command with the text of a CSS style declaration such as: div.whizoStyle { background-color : #acbdcd; } div.frizoStyle { background-color : #c0ffee; }
CssStyleAdd(String, String) - Constructor for class echopointng.command.CssStyleAdd
Constructs a CssStyleAdd command with the text of a CSS style declaration and the media it applies to such as: div.whizoStyle { background-color : #acbdcd; } div.frizoStyle { background-color : #c0ffee; }
CssStyleAddDontPrint - class echopointng.command.CssStyleAddDontPrint.
CssStyleAddDontPrint is a pre-built CSS style command that can be used to stop a component from being printed.
CssStyleAddDontPrint() - Constructor for class echopointng.command.CssStyleAddDontPrint
Constructs a CssStyleAddDontPrint which can be used to stop areas of markup being printed.
CssStyleAddValues - class echopointng.command.CssStyleAddValues.
CssStyleAddValues allows form an arbitary CSS style values to be added to a component on the client browser.
CssStyleAddValues(String, Component) - Constructor for class echopointng.command.CssStyleAddValues
Constructs a CssStyleAddValues command with the text of a CSS style declaration and the component to apply it to.
CssStyleApplyTo - class echopointng.command.CssStyleApplyTo.
CssStyleApplyTo is used to apply a given CSS className to the XHTML of a specified targetComponent.
CssStyleApplyTo(String, Component) - Constructor for class echopointng.command.CssStyleApplyTo
Constructs a CssStyleApplyTo Command that will apply a the given className to the components top level XHTML.
CssStyleDecl - class echopointng.command.CssStyleDecl.
CssStyleDecl is a abstract base class for Commands that implement CSS style and style sheet capabilities.
CssStyleDecl() - Constructor for class echopointng.command.CssStyleDecl
Constructs a CssStyleDecl object
CssStyleRemove - class echopointng.command.CssStyleRemove.
CssStyleRemove is used to remove styles that were previously added using the CssStyleAdd and CssStyleSheetAdd commands.
CssStyleRemove(String) - Constructor for class echopointng.command.CssStyleRemove
Constructs a CssStyleRemove Command with the render id of a previous CssStyleAdd and CssStyleSheetAdd command.
CssStyleRemoveFrom - class echopointng.command.CssStyleRemoveFrom.
CssStyleRemoveFrom is used to remove a given CSS className from the XHTML of a specified targetComponent.
CssStyleRemoveFrom(String, Component) - Constructor for class echopointng.command.CssStyleRemoveFrom
Constructs a CssStyleRemoveFrom Command that will remove a the given className to the components top level XHTML.
CssStyleSheetAdd - class echopointng.command.CssStyleSheetAdd.
CssStyleSheetAdd allows a external stylesheet URI to be to be added to the current application.
CssStyleSheetAdd(String) - Constructor for class echopointng.command.CssStyleSheetAdd
Constructs a CssStyleSheetAdd command with the URI of the style sheet to add (eg something like "/css/swisho/whizbang.css"
CssStyleSheetException - exception echopointng.stylesheet.CssStyleSheetException.
A CssStyleSheetException is thrown if the Css StyleSheet data cannot be read or parsed properly.
CssStyleSheetException(String, Throwable, int) - Constructor for class echopointng.stylesheet.CssStyleSheetException
StyleSheetException constructor
CssStyleSheetLoader - class echopointng.stylesheet.CssStyleSheetLoader.
CssStyleSheetLoader will load a CSS 'like' style sheet source and create a StyleSheet object ready for use.
CssStyleSheetLoader() - Constructor for class echopointng.stylesheet.CssStyleSheetLoader
 
calendarClearTimePortion(Calendar) - Static method in class echopointng.DateChooser
Clears a Calendar of its time portion
calendarCopy(Calendar) - Static method in class echopointng.DateChooser
Copys the values of one Calendar into another, always clearing the time portion of the copied Calendar if cal is null, then null is returned.
calendarCopy(Calendar, Locale) - Static method in class echopointng.DateChooser
Copys the values of one Calendar into another, always clearing the time portion of the copied Calendar if cal is null, then null is returned.
calendarCopy(Date, Locale) - Static method in class echopointng.DateChooser
Creates a Calendar, based on the Date object provide that has the time potion cleared from it.
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
Is the propertyValue valid in its current form?
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.AlignmentPeer
 
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.BooleanPeer
 
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.BorderPeer
 
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.CharacterPeer
 
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.ColorPeer
 
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.ExtentPeer
 
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.FillImagePeer
 
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.FontPeer
 
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.ImageReferencePeer
 
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.InsetsPeer
 
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.LocalePeer
 
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.NumberPeer
 
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.StringPeer
 
canConvert(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.TypefacePeer
 
canPathsBeAdded(TreePath[]) - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns true if the paths can be added without breaking the continuity of the model.
canPathsBeRemoved(TreePath[]) - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns true if the paths can be removed without breaking the continuity of the model.
capacity() - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Return the number of slots in this table
cellMatrix - Variable in class echopointng.TableEx
Tracks the content for the cells of the TableEx
changeEvent - Variable in class echopointng.ProgressBar
Only one ChangeEvent is needed per instance since the event's only interesting property is the immutable source, which is the progress bar.
changeEvent - Variable in class echopointng.Slider
Only one ChangeEvent is needed per instance since the event's only interesting property is the immutable source, which is the Slider.
changeEvent - Variable in class echopointng.model.DefaultBoundedRangeModel
Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
changeEvent - Variable in class echopointng.model.DefaultExpansionModel
Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
changeEvent - Variable in class echopointng.model.DefaultSingleSelectionModel
Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
changeEvent - Variable in class echopointng.tabbedpane.AbstractTabModel
Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
changeListener - Variable in class echopointng.ProgressBar
 
changeListener - Variable in class echopointng.Slider
 
changeSupport - Variable in class echopointng.tree.DefaultTreeSelectionModel
Used to messaged registered listeners.
checkWord(String) - Method in interface echopointng.richtext.RichTextSpellChecker
This method is called for every word in the RichTextArea.
childIndices - Variable in class echopointng.tree.TreeModelEvent
Indices identifying the position of where the children were.
children - Variable in class echopointng.tree.DefaultMutableTreeNode.PostorderEnumeration
 
children - Variable in class echopointng.tree.DefaultMutableTreeNode
array of children, may be null if this node has no children
children() - Method in class echopointng.tree.DefaultMutableTreeNode
Creates and returns a forward-order enumeration of this node's children.
children - Variable in class echopointng.tree.TreeModelEvent
Children that have been removed.
children() - Method in interface echopointng.tree.TreeNode
Returns the children of the reciever as an Enumeration.
clear() - Method in class echopointng.ContainerEx
 
clear() - Method in class echopointng.MenuBar
 
clear() - Method in interface echopointng.able.Positionable
This sets all the positioning attributes (left,top,right,bottom,z-index) to null or zero.
clear() - Method in class echopointng.layout.DisplayLayoutData
 
clear() - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Removes all mappings from this map.
clear() - Method in class echopointng.util.collections.ExpiryCache
 
clearHistory() - Method in class echopointng.HistoryMonitor
Clears away any history from the HistoryMonitor
clearHistoryInFrontOf(HistoryState) - Method in class echopointng.HistoryMonitor
Tihs will clear any history from that is in front of the given history state. if the current history state was in the cleared list, then the specified historyState will become the current state.
clearSelection() - Method in class echopointng.model.DefaultSingleSelectionModel
 
clearSelection() - Method in interface echopointng.model.SingleSelectionModel
Clears the selection (to -1).
clearSelection() - Method in class echopointng.table.AbleTableSelectionModel
 
clearSelection() - Method in class echopointng.tree.DefaultTreeSelectionModel
Empties the current selection.
clearSelection() - Method in class echopointng.tree.TreeListSelectionModel
 
clearSelection() - Method in interface echopointng.tree.TreeSelectionModel
Empties the current selection.
clearToggledPaths() - Method in class echopointng.Tree
Clears the cache of toggled tree paths.
clone() - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Returns a shallow copy of this ConcurrentReaderHashMap instance: the keys and values themselves are not cloned.
cloneWithSource(Object) - Method in class echopointng.tree.TreeSelectionEvent
Returns a copy of the receiver, but with the source being newSource.
clr(String) - Static method in class echopointng.util.ColorKit
Shortcut synonym for makeColor(colorString);
clr(int, int, int) - Static method in class echopointng.util.ColorKit
Shortcut synonym for makeColor(r,g,b);
clr(int) - Static method in class echopointng.util.ColorKit
Shortcut synonym for makeColor(rgb);
collapseAll() - Method in class echopointng.Tree
Ensures that all the nodes in the tree are collapsed
collapseAll() - Method in class echopointng.TreeTable
Collapses all nodes in the treetable.
collapsePath(TreePath) - Method in class echopointng.Tree
Ensures that the node identified by the specified path is collapsed and viewable.
collapsePath(TreePath) - Method in class echopointng.TreeTable
Collapses the node at the specified path in the treetable.
collapseRow(int) - Method in class echopointng.Tree
Ensures that the node in the specified row is collapsed.
collapseRow(int) - Method in class echopointng.TreeTable
Collapses the row in the treetable.
compare(Object, Object) - Method in class echopointng.util.reflect.ReflectionKit.ClassDerivationComparator
 
compare(Object, Object) - Method in class echopointng.util.reflect.ReflectionKit.ClassMemberComparator
 
compare(Object, Object) - Method in class echopointng.util.reflect.ReflectionKit.ClassNameComparator
 
compare(Object, Object) - Method in class echopointng.util.reflect.ReflectionKit.MemberClassComparator
 
compareByConstructor(Constructor, Constructor) - Method in class echopointng.util.reflect.ReflectionKit.MemberClassComparator
The compares the two Constructor values against each other in the following order : The Constructor parameter count The Constructor parameter type
compareByField(Field, Field) - Method in class echopointng.util.reflect.ReflectionKit.MemberClassComparator
The compares the two Field values against each other in the following order : Field name Field type
compareByMethod(Method, Method) - Method in class echopointng.util.reflect.ReflectionKit.MemberClassComparator
The compares the two Method values against each other in the following order : Method name Method return type Method parameter count Method parameter types
compareByModifiers(int, int) - Method in class echopointng.util.reflect.ReflectionKit.MemberClassComparator
The compares the two Modifier values against each other in the following order public protected abstract final native interface static
contains(Object) - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Tests if some key maps into the specified value in this table.
containsCellContent(Object) - Method in class echopointng.TableEx.CellMatrix
Returns true if the specified value is part of the content in this CellMatrix
containsKey(Object) - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class echopointng.util.collections.ExpiryCache
 
containsValue(Object) - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class echopointng.util.collections.ExpiryCache
This operation is not supported on ExpiryCache.
copyImage(Image) - Static method in class echopointng.image.ImageKit
This method will return copy a source Image and return a new BufferedImage.
count - Variable in class echopointng.util.collections.ConcurrentReaderHashMap
The total number of mappings in the hash table.
createChangeListener() - Method in class echopointng.ProgressBar
Subclasses that want to handle ChangeEvents differently can override this to return a subclass of ModelListener or another ChangeListener implementation.
createChangeListener() - Method in class echopointng.Slider
Subclasses that want to handle ChangeEvents differently can override this to return a subclass of ModelListener or another ChangeListener implementation.
createEntryXml(Document, AutoLookupModel.Entry) - Static method in class echopointng.text.AutoLookupService
Creates the "entry" XML message that represents this Entry
createImageRef(Color, int, int) - Static method in class echopointng.image.ImageKit
Creates an ImageReference that is width * height in dimensions and has the specified background color.
createTabComponent(String, ImageReference) - Method in class echopointng.tabbedpane.DefaultTabModel
This method is called to create a Tab component with the specified text and icon.
createTabEntryList() - Method in class echopointng.tabbedpane.DefaultTabModel
This allows subclasses to create the List used to contain TabEntry objects
createTreeModelListener() - Method in class echopointng.Tree
Creates and returns an instance of TreeModelListener.
currentKey - Variable in class echopointng.util.collections.ConcurrentReaderHashMap.HashIterator
 
currentValue - Variable in class echopointng.util.collections.ConcurrentReaderHashMap.HashIterator
 

D

DEFAULT - Static variable in class echopointng.BorderEx
A static BorderEx that is 1px wide, BLACK and STYLE_SOLID.
DEFAULT_ACCESS_TIMEOUT - Static variable in class echopointng.template.SimpleTemplateCachingHints
the default cache access time out 5 minutes
DEFAULT_ACCESS_TIMEOUT - Static variable in class echopointng.util.collections.ExpiryCache
the default cache access time out 5 minutes
DEFAULT_ALIGNMENT - Static variable in class echopointng.BalloonHelp
The default alignment for the floating box is right/top
DEFAULT_ALIGNMENT - Static variable in class echopointng.DropDown
The default alignment for the floating box is left/bottom
DEFAULT_ALIGNMENT - Static variable in class echopointng.PopUp
the default alignment is right/top
DEFAULT_BACKGROUND - Static variable in class echopointng.table.SortableTableHeaderRenderer
 
DEFAULT_BORDER - Static variable in class echopointng.table.SortableTableHeaderRenderer
 
DEFAULT_BOTTOM_ALIGNED_SELECTED_STYLE - Static variable in class echopointng.tabbedpane.DefaultTabModel
This Style is used by the tab components to style themselves.
DEFAULT_BOTTOM_ALIGNED_STYLE - Static variable in class echopointng.tabbedpane.DefaultTabModel
This Style is used by the tab components to style themselves.
DEFAULT_BOTTOM_COLOR - Static variable in class echopointng.Separator
the default bottom color
DEFAULT_BOTTOM_SIZE - Static variable in class echopointng.Separator
the default bottom size is 1
DEFAULT_CALCULATOR_FIELD_STYLE - Static variable in class echopointng.CalculatorField
The default appearance of the Calculator component with the CalculatorField
DEFAULT_CELL_RENDERER - Static variable in class echopointng.table.TableColumnEx
This is the default TableCellRendererEx that is used by this class.
DEFAULT_COLOR_CHOICES - Static variable in class echopointng.richtext.DefaultRichTextRenderer
contains the default color choices
DEFAULT_COMMAND_IMAGES - Static variable in class echopointng.richtext.DefaultRichTextRenderer
 
DEFAULT_COMPARATOR - Static variable in class echopointng.table.SortableTableColumn
 
DEFAULT_CONTENT_TYPE - Static variable in class echopointng.template.AbstractTemplateDataSource
the default encoding is text/xhtml
DEFAULT_DOWN_ARROW_IMAGE - Static variable in class echopointng.table.SortableTableHeaderRenderer
 
DEFAULT_ENCODING - Static variable in class echopointng.template.AbstractTemplateDataSource
the default encoding is iso-8859-1
DEFAULT_FONT - Static variable in class echopointng.tree.DefaultTreeCellRenderer
The default Tree Cell Font
DEFAULT_FONT_NAMES - Static variable in class echopointng.richtext.DefaultRichTextRenderer
contains the default font names to use
DEFAULT_FONT_SIZES - Static variable in class echopointng.richtext.DefaultRichTextRenderer
contains the default font sizes to use
DEFAULT_FOOTER_RENDERER_CHANGED_PROPERTY - Static variable in class echopointng.TableEx
 
DEFAULT_HEIGHT - Static variable in class echopointng.tree.DefaultTreeIcons
the default height of the icons is 16px
DEFAULT_HORIZONTAL_STYLE - Static variable in class echopointng.Slider
DEFAULT_HORIZONTAL_STYLE contains a default Style for a horizontal Slider
DEFAULT_INITAL_PAGE_INDEX - Static variable in class echopointng.table.DefaultPageableSortableTableModel
This is the default initial page index
DEFAULT_INITIAL_CAPACITY - Static variable in class echopointng.util.collections.ConcurrentReaderHashMap
The default initial number of table slots for this table (32).
DEFAULT_INSETS - Static variable in class echopointng.Separator
the default insets are {4,2}
DEFAULT_INSETS - Static variable in interface echopointng.able.Insetable
A default insets object that has zero-pixel sizes.
DEFAULT_INSETS - Static variable in class echopointng.image.TextImageReference
The default insets between the text and the outer edge of the background image
DEFAULT_INSETS - Static variable in class echopointng.tabbedpane.DefaultTabImageRenderer
The default insets used by the DefaultTabImageRenderer
DEFAULT_INSETS - Static variable in class echopointng.table.SortableTableHeaderRenderer
 
DEFAULT_LAYOUT_DATA - Static variable in class echopointng.table.SortableTableHeaderRenderer
 
DEFAULT_LEFT_EXPANDED_ICON - Static variable in class echopointng.TitleBar
The default image used as the left expanded icon
DEFAULT_LEFT_ICON - Static variable in class echopointng.TitleBar
The default image used as the left icon
DEFAULT_LOAD_FACTOR - Static variable in class echopointng.util.collections.ConcurrentReaderHashMap
The default load factor for this table (1.0).
DEFAULT_NAVIGATION_BACKWARD_IMAGE - Static variable in class echopointng.DateChooser
 
DEFAULT_NAVIGATION_FORWARD_IMAGE - Static variable in class echopointng.DateChooser
 
DEFAULT_NUMBER_MASK - Static variable in class echopointng.Calculator
 
DEFAULT_OUTSETS - Static variable in interface echopointng.able.Insetable
A default outsets object that has zero-pixel sizes.
DEFAULT_PARAGRAPH_STYLES - Static variable in class echopointng.richtext.DefaultRichTextRenderer
contains the default paragraph styles
DEFAULT_REAPER_INTERVAL - Static variable in class echopointng.util.collections.TimerExpiryCache
The reaper interval is 2 minutes.
DEFAULT_ROWS_PER_PAGE - Static variable in class echopointng.table.DefaultPageableSortableTableModel
This is the default number of rows per page.
DEFAULT_SEARCH_BAR_SEARCHING_ICON - Static variable in class echopointng.AutoLookupTextFieldEx
The default image used as the searching image
DEFAULT_SELECTED_BACKGROUND - Static variable in class echopointng.tree.DefaultTreeCellRenderer
The default Selected Tree Cell Background
DEFAULT_SELECTED_FONT - Static variable in class echopointng.tree.DefaultTreeCellRenderer
The default Selected Tree Cell Font
DEFAULT_SELECTED_FOREGROUND - Static variable in class echopointng.tree.DefaultTreeCellRenderer
The default Selected Tree Cell FOREGROUND
DEFAULT_SELECTED_ROLLOVER_FOREGROUND - Static variable in class echopointng.tabbedpane.DefaultTabModel
 
DEFAULT_STYLE - Static variable in class echopointng.AutoLookupTextFieldEx
 
DEFAULT_STYLE - Static variable in class echopointng.BalloonHelp
The default Style for the BalloonHelp
DEFAULT_STYLE - Static variable in class echopointng.ButtonEx
 
DEFAULT_STYLE - Static variable in class echopointng.Calculator
 
DEFAULT_STYLE - Static variable in class echopointng.CalculatorField
The default appearance of the Calculator
DEFAULT_STYLE - Static variable in class echopointng.ColorChooser
 
DEFAULT_STYLE - Static variable in class echopointng.ContainerEx
 
DEFAULT_STYLE - Static variable in class echopointng.DateChooser
The default Style for DateChooser
DEFAULT_STYLE - Static variable in class echopointng.DropDown
This DEFAULT_STYLE is applied to the popup to give it a series of borders and background colors
DEFAULT_STYLE - Static variable in class echopointng.EditableLabelEx
 
DEFAULT_STYLE - Static variable in class echopointng.ExpandableSection
 
DEFAULT_STYLE - Static variable in class echopointng.GroupBox
 
DEFAULT_STYLE - Static variable in class echopointng.ImageIcon
 
DEFAULT_STYLE - Static variable in class echopointng.ImageMap
 
DEFAULT_STYLE - Static variable in class echopointng.LabelEx
 
DEFAULT_STYLE - Static variable in class echopointng.LightBox
 
DEFAULT_STYLE - Static variable in class echopointng.LiveTable
This DEFAULT_STYLE is applied to the LiveTable to give it a series of borders and background colors
DEFAULT_STYLE - Static variable in class echopointng.Menu
This DEFAULT_STYLE is applied to the Menu to give it a series of borders and background colors
DEFAULT_STYLE - Static variable in class echopointng.MenuBar
This DEFAULT_STYLE is applied to the MenuBar to give it a series of borders and background colors
DEFAULT_STYLE - Static variable in class echopointng.MenuButton
This DEFAULT_STYLE is applied to the MenuButton to give it a series of borders and background colors
DEFAULT_STYLE - Static variable in class echopointng.MenuItem
This DEFAULT_STYLE is applied to the MenuItem to give it a series of borders and background colors
DEFAULT_STYLE - Static variable in class echopointng.PopUp
This DEFAULT_STYLE is applied to the popup to give it a series of borders and background colors
DEFAULT_STYLE - Static variable in class echopointng.ProgressBar
 
DEFAULT_STYLE - Static variable in class echopointng.PushButton
 
DEFAULT_STYLE - Static variable in class echopointng.RichTextArea
 
DEFAULT_STYLE - Static variable in class echopointng.Separator
 
DEFAULT_STYLE - Static variable in class echopointng.Slider
DEFAULT_STYLE is equal to DEFAULT_HORIZONTAL_STYLE
DEFAULT_STYLE - Static variable in class echopointng.TabbedPane
 
DEFAULT_STYLE - Static variable in class echopointng.TableEx
 
DEFAULT_STYLE - Static variable in class echopointng.TitleBar
 
DEFAULT_STYLE - Static variable in class echopointng.Tree
 
DEFAULT_STYLESHEET - Static variable in class echopointng.EPNG
This MutableStyleSheet contains the default visual representation of the EPNG components.
DEFAULT_SUBMENU_IMAGE - Static variable in class echopointng.Menu
The default sub menu image
DEFAULT_SUBMENU_IMAGE - Static variable in class echopointng.MenuButton
The default MenuButton sub menu image
DEFAULT_SUPPORTED_COMMANDS - Static variable in class echopointng.richtext.DefaultRichTextRenderer
contains a mapping of supported commands (String) and descriptive titles (String)
DEFAULT_TABLE_CELL_RENDERER - Static variable in class echopointng.TableEx
The default renderer for table cells for TableEx is a DefaultTableCellRendererEx, this will be used as the last resort when no TableColumns / Table Column Class and TableEx instances have a cell renderer in play.
DEFAULT_TEXT_FIELD_STYLE - Static variable in class echopointng.CalculatorField
The default appearance of the TextField component with the CalculatorField
DEFAULT_TEXT_FIELD_STYLE - Static variable in class echopointng.ComboBox
The default appearance of the TextField component within the ComboBox Borderless so that the text field appears part of the larger control
DEFAULT_TEXT_FIELD_STYLE - Static variable in class echopointng.DateField
The default appearance of the TextField component with the DateField
DEFAULT_TIME_TO_LIVE - Static variable in class echopointng.template.SimpleTemplateCachingHints
the default cache time-to-live is 120 minutes
DEFAULT_TIME_TO_LIVE - Static variable in class echopointng.util.collections.ExpiryCache
the default cache time-to-live is 60 minutes
DEFAULT_TITLE_ALIGNMENT - Static variable in class echopointng.TitleBar
the default alignment of the title text is left/center
DEFAULT_TOGGLE_ICON - Static variable in class echopointng.BalloonHelp
The default image used as the toggle image
DEFAULT_TOGGLE_ICON - Static variable in class echopointng.PopUp
The default image used as the toggle image
DEFAULT_TOGGLE_PRESSED_ICON - Static variable in class echopointng.PopUp
 
DEFAULT_TOGGLE_ROLLOVER_ICON - Static variable in class echopointng.PopUp
 
DEFAULT_TOOLBAR_BACKGROUND - Static variable in class echopointng.RichTextArea
 
DEFAULT_TOP_ALIGNED_SELECTED_STYLE - Static variable in class echopointng.tabbedpane.DefaultTabModel
This Style is used by the tab components to style themselves.
DEFAULT_TOP_ALIGNED_STYLE - Static variable in class echopointng.tabbedpane.DefaultTabModel
This Style is used by the tab components to style themselves.
DEFAULT_TOP_COLOR - Static variable in class echopointng.Separator
the default top color
DEFAULT_TOP_SIZE - Static variable in class echopointng.Separator
the default top size is 1
DEFAULT_UP_ARROW_IMAGE - Static variable in class echopointng.table.SortableTableHeaderRenderer
 
DEFAULT_VERTICAL_STYLE - Static variable in class echopointng.Slider
DEFAULT_VERTICAL_STYLE contains a default Style for a vertical Slider
DEFAULT_WIDTH - Static variable in class echopointng.tree.DefaultTreeIcons
the default width of the icons is 19px
DESCENDING - Static variable in interface echopointng.table.SortableTableModel
A sort directive to sort in descending order
DISCONTIGUOUS_TREE_SELECTION - Static variable in interface echopointng.tree.TreeSelectionModel
Selection can contain any number of items that are not necessarily contiguous.
DOCUMENT_CHANGED_PROPERTY - Static variable in class echopointng.Calculator
 
DateChooser - class echopointng.DateChooser.
The DateChooser class can be used to navigate dates and select a specified date.
DateChooser() - Constructor for class echopointng.DateChooser
Constructs a DateChooser with the currently selected date set to right now.
DateChooser(Calendar) - Constructor for class echopointng.DateChooser
Constructs a DateChooser with the currently selected date set to the one provided.
DateChooser(Calendar, Locale) - Constructor for class echopointng.DateChooser
Constructs a DateChooser with the currently selected date set to the one provided and a the specified Locale.
DateField - class echopointng.DateField.
DateField is a drop down component that contains a text field and a drop down calendar.
DateField() - Constructor for class echopointng.DateField
Constructs a DateField with the date format as DateFormat.getDateInstance() and the current date via Calendar.getInstance().
DateField(Calendar) - Constructor for class echopointng.DateField
Constructs a DateField with the date format as DateFormat.getDateInstance() and the specified startDate.
DefaultBoundedRangeModel - class echopointng.model.DefaultBoundedRangeModel.
A generic implementation of BoundedRangeModel.
DefaultBoundedRangeModel() - Constructor for class echopointng.model.DefaultBoundedRangeModel
Initializes all of the properties with default values.
DefaultBoundedRangeModel(int, int, int, int) - Constructor for class echopointng.model.DefaultBoundedRangeModel
Initializes value, extent, minimum and maximum.
DefaultButtonModelEx - class echopointng.model.DefaultButtonModelEx.
This button model uses ActionEventEx objects when it raise events.
DefaultButtonModelEx() - Constructor for class echopointng.model.DefaultButtonModelEx
 
DefaultCalendarSelectionModel - class echopointng.model.DefaultCalendarSelectionModel.
A generic implementation of CalendarSelectionModel.
DefaultCalendarSelectionModel(Calendar) - Constructor for class echopointng.model.DefaultCalendarSelectionModel
The creates a CalendarSelectionModel where selectedDate to set to cal and displayedDate is set to the first day of the month of cal.
DefaultColorSelectionModel - class echopointng.model.DefaultColorSelectionModel.
A default implementation of ColorSelectionModel
DefaultColorSelectionModel() - Constructor for class echopointng.model.DefaultColorSelectionModel
 
DefaultExpansionModel - class echopointng.model.DefaultExpansionModel.
A generic implementation of ExpansionModel.
DefaultExpansionModel() - Constructor for class echopointng.model.DefaultExpansionModel
An ExpansionModel that is not expanded
DefaultExpansionModel(boolean) - Constructor for class echopointng.model.DefaultExpansionModel
An ExpansionModel that is set to 'isExpanded'.
DefaultLiveTableRenderer - class echopointng.table.DefaultLiveTableRenderer.
DefaultLiveTableRenderer is a default implementation for rendering the rows in LiveTable.
DefaultLiveTableRenderer() - Constructor for class echopointng.table.DefaultLiveTableRenderer
 
DefaultMenuItemModel - class echopointng.model.DefaultMenuItemModel.
The default implementation of a menu item data model.
DefaultMenuItemModel() - Constructor for class echopointng.model.DefaultMenuItemModel
Creates a new default menu item model.
DefaultMutableTreeNode - class echopointng.tree.DefaultMutableTreeNode.
A DefaultMutableTreeNode is a general-purpose node in a tree data structure.
DefaultMutableTreeNode() - Constructor for class echopointng.tree.DefaultMutableTreeNode
Creates a tree node that has no parent and no children, but which allows children.
DefaultMutableTreeNode(Object) - Constructor for class echopointng.tree.DefaultMutableTreeNode
Creates a tree node with no parent, no children, but which allows children, and initializes it with the specified user object.
DefaultMutableTreeNode(Object, boolean) - Constructor for class echopointng.tree.DefaultMutableTreeNode
Creates a tree node with no parent, no children, initialized with the specified user object, and that allows children only if specified.
DefaultMutableTreeNode.BreadthFirstEnumeration - class echopointng.tree.DefaultMutableTreeNode.BreadthFirstEnumeration.
 
DefaultMutableTreeNode.BreadthFirstEnumeration(TreeNode) - Constructor for class echopointng.tree.DefaultMutableTreeNode.BreadthFirstEnumeration
 
DefaultMutableTreeNode.PathBetweenNodesEnumeration - class echopointng.tree.DefaultMutableTreeNode.PathBetweenNodesEnumeration.
 
DefaultMutableTreeNode.PathBetweenNodesEnumeration(TreeNode, TreeNode) - Constructor for class echopointng.tree.DefaultMutableTreeNode.PathBetweenNodesEnumeration
 
DefaultMutableTreeNode.PostorderEnumeration - class echopointng.tree.DefaultMutableTreeNode.PostorderEnumeration.
 
DefaultMutableTreeNode.PostorderEnumeration(TreeNode) - Constructor for class echopointng.tree.DefaultMutableTreeNode.PostorderEnumeration
 
DefaultMutableTreeNode.PreorderEnumeration - class echopointng.tree.DefaultMutableTreeNode.PreorderEnumeration.
 
DefaultMutableTreeNode.PreorderEnumeration(TreeNode) - Constructor for class echopointng.tree.DefaultMutableTreeNode.PreorderEnumeration
 
DefaultPageableSortableTableModel - class echopointng.table.DefaultPageableSortableTableModel.
The default implementation for the PageableTableModel interface, this TableModel is an extension of DefaultSortableTableModel and is a decorator TableModel that allows the underlying data to be both paged and sorted.
DefaultPageableSortableTableModel(TableColumnModel) - Constructor for class echopointng.table.DefaultPageableSortableTableModel
Constructs a DefaultPageableSortableTableModel with the specified TableColunModel
DefaultPageableSortableTableModel(TableModel, TableColumnModel) - Constructor for class echopointng.table.DefaultPageableSortableTableModel
Constructs a DefaultPageableSortableTableModel which decorates the specified TableModel with the paging capability.
DefaultPageableSortableTableModel(TableModel) - Constructor for class echopointng.table.DefaultPageableSortableTableModel
Constructs a DefaultPageableSortableTableModel which decorates the specified TableModel with the paging capability.
DefaultProgressBarRenderer - class echopointng.progressbar.DefaultProgressBarRenderer.
The default ProgressBar renderer
DefaultProgressBarRenderer() - Constructor for class echopointng.progressbar.DefaultProgressBarRenderer
 
DefaultRichTextRenderer - class echopointng.richtext.DefaultRichTextRenderer.
The DefaultRichTextRenderer is the default RichTextArea renderer.
DefaultRichTextRenderer() - Constructor for class echopointng.richtext.DefaultRichTextRenderer
Constructs a DefaultRichTextRenderer
DefaultSingleSelectionModel - class echopointng.model.DefaultSingleSelectionModel.
A generic implementation of SingleSelectionModel.
DefaultSingleSelectionModel() - Constructor for class echopointng.model.DefaultSingleSelectionModel
Initializes selectedIndex to -1
DefaultSingleSelectionModel(int) - Constructor for class echopointng.model.DefaultSingleSelectionModel
Initializes selectedIndex to index
DefaultSortableTableModel - class echopointng.table.DefaultSortableTableModel.
DefaultSortableTableModel is a decorator for TableModel's; adding sorting functionality.
DefaultSortableTableModel(TableModel) - Constructor for class echopointng.table.DefaultSortableTableModel
Contructs a DefaultSortableTableModel based on the underlying TableModel
DefaultSortableTableModel(TableModel, TableColumnModel) - Constructor for class echopointng.table.DefaultSortableTableModel
Contructs a DefaultSortableTableModel based on the underlying TableModel and the provided TableColumnModel
DefaultSortableTableModel(TableColumnModel) - Constructor for class echopointng.table.DefaultSortableTableModel
 
DefaultTabImageRenderer - class echopointng.tabbedpane.DefaultTabImageRenderer.
DefaultTabImageRenderer is a default implementation of TabImageRenderer that uses a "background template image" and TextImageReference to return "dynamic" tab image representations.
DefaultTabImageRenderer() - Constructor for class echopointng.tabbedpane.DefaultTabImageRenderer
Constructs a DefaultTabImageRenderer with default background tab images.
DefaultTabImageRenderer(Image, Image) - Constructor for class echopointng.tabbedpane.DefaultTabImageRenderer
Constructs a DefaultTabImageRenderer with the specified background tab images.
DefaultTabModel - class echopointng.tabbedpane.DefaultTabModel.
DefaultTabModel holds all its content components in memory for each possible tab.
DefaultTabModel() - Constructor for class echopointng.tabbedpane.DefaultTabModel
Constructs a DefaultTabModel
DefaultTabModel.TabEntry - class echopointng.tabbedpane.DefaultTabModel.TabEntry.
TabEntry contains out tab data at given index
DefaultTabModel.TabEntry(Component, Component) - Constructor for class echopointng.tabbedpane.DefaultTabModel.TabEntry
 
DefaultTableCellRendererEx - class echopointng.table.DefaultTableCellRendererEx.
A default implementation of TableCellRendererEx.
DefaultTableCellRendererEx() - Constructor for class echopointng.table.DefaultTableCellRendererEx
Constructs a DefaultTableCellRendererEx
DefaultTreeCellRenderer - class echopointng.tree.DefaultTreeCellRenderer.
Used to display an entry in a tree.
DefaultTreeCellRenderer() - Constructor for class echopointng.tree.DefaultTreeCellRenderer
Creates a new instance of DefaultTreeCellRenderer.
DefaultTreeIcons - class echopointng.tree.DefaultTreeIcons.
This class hold a series of "named" image icons, used by the Tree during rendering, for visuals such as lines between nodes and expansion handles.
DefaultTreeIcons() - Constructor for class echopointng.tree.DefaultTreeIcons
Creates the DefaultTreeIcons with the default static default icon images
DefaultTreeModel - class echopointng.tree.DefaultTreeModel.
A simple tree data model that uses TreeNodes.
DefaultTreeModel(TreeNode) - Constructor for class echopointng.tree.DefaultTreeModel
Creates a tree in which any node can have children.
DefaultTreeModel(TreeNode, boolean) - Constructor for class echopointng.tree.DefaultTreeModel
Creates a tree specifying whether any node can have children, or whether only certain nodes can have children.
DefaultTreeSelectionModel - class echopointng.tree.DefaultTreeSelectionModel.
A default implementation of TreeSelectionModel.
DefaultTreeSelectionModel() - Constructor for class echopointng.tree.DefaultTreeSelectionModel
Creates a new instance of DefaultTreeSelectionModel that is empty, and having a selection mode of DISCONTIGUOUS_TREE_SELECTION.
DefaultTreeTableModel - class echopointng.treetable.DefaultTreeTableModel.
DefaultTreeTableModel is a concrete implementation of AbstractTreeTableModel and is provided purely as a convenience.
DefaultTreeTableModel() - Constructor for class echopointng.treetable.DefaultTreeTableModel
 
DefaultTreeTableModel(TreeNode) - Constructor for class echopointng.treetable.DefaultTreeTableModel
 
DefaultTreeTableModel(TreeNode, boolean) - Constructor for class echopointng.treetable.DefaultTreeTableModel
 
Delegateable - interface echopointng.able.Delegateable.
Delegateable is an interface where a something can act as a Delegate for a Component and hence get and set properties into the Component.
DirectHtml - class echopointng.DirectHtml.
DirectHtml is a very lightweight component that will insert HTML text directly onto the client.
DirectHtml() - Constructor for class echopointng.DirectHtml
Constructs a DirectHtml
DirectHtml(String) - Constructor for class echopointng.DirectHtml
Constructs a DirectHtml using the given htmlText.
DisplayLayoutData - class echopointng.layout.DisplayLayoutData.
DisplayLayoutData is used to specify special display information for a child component.
DisplayLayoutData() - Constructor for class echopointng.layout.DisplayLayoutData
Constructs a empty DisplayLayoutData
DisplayLayoutData(Extent, Extent) - Constructor for class echopointng.layout.DisplayLayoutData
Constructs a DisplayLayoutData with the left and top parameters set and set the position to Positionable.ABSOLUTE
DoublePeer - class echopointng.stylesheet.propertypeer.DoublePeer.
DoublePeer converts property value strings into Doubles.
DoublePeer() - Constructor for class echopointng.stylesheet.propertypeer.DoublePeer
 
DropDown - class echopointng.DropDown.
DropDown is a type of PopUp that (by default) shows its floating box below and to the left of the target component.
DropDown() - Constructor for class echopointng.DropDown
Constructs a DropDown with no target component and no drop down component
DropDown(Component, Component) - Constructor for class echopointng.DropDown
Constructs a DropDown with the specified target and popup component in place.
DuckTypeKit - class echopointng.util.reflect.DuckTypeKit.
The DuckTypeKit allows for work on objects and Components using "reflection" and other duck typing conventions
DuckTypeKit() - Constructor for class echopointng.util.reflect.DuckTypeKit
 
DuckTypeKit.DuckTypeException - exception echopointng.util.reflect.DuckTypeKit.DuckTypeException.
A wrapper Exception that can be throw during Duck Type operations
DuckTypeKit.DuckTypeException(String) - Constructor for class echopointng.util.reflect.DuckTypeKit.DuckTypeException
 
DuckTypeKit.DuckTypeException(String, Throwable) - Constructor for class echopointng.util.reflect.DuckTypeKit.DuckTypeException
 
darker(Color) - Static method in class echopointng.util.ColorKit
Creates a darker version of this color.
darker(Color, double) - Static method in class echopointng.util.ColorKit
Creates a darker version of this color, according to the provided factor.
decapitalize(String) - Static method in class echopointng.util.reflect.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.
depthFirstEnumeration() - Method in class echopointng.tree.DefaultMutableTreeNode
Creates and returns an enumeration that traverses the subtree rooted at this node in depth-first order.
deregister(ExternalEventMonitor) - Method in class echopointng.externalevent.ExternalEventMonitorService
Deregisters the ExternalEventMonitor with the service that is used to invoke external events.
deregister(LiveTable) - Method in class echopointng.table.LiveTableService
Deregisters the LiveTable with the service
deregister(AutoLookupTextFieldEx) - Method in class echopointng.text.AutoLookupService
Deregisters the AutoLookupTextFieldEx with the service
describeThrowable(Throwable) - Static method in class echopointng.util.throwable.ThrowableKit
This method will examine a Throwable and return a ThrowableDescriptor that can then be used to output error details.
displayedDateChange(CalendarEvent) - Method in interface echopointng.model.CalendarSelectionListener
This is raised when the displayed Date of of the CalendarSelectionModel changes
dispose() - Method in class echopointng.AutoLookupTextFieldEx
 
dispose() - Method in class echopointng.ExternalEventMonitor
When the ExternalEventMonitor is removed from the component hierarchy it is also made removed from the ExternalEventMonitorService
dispose() - Method in class echopointng.LiveTable
 
doAction(int) - Method in interface echopointng.model.ButtonModelEx
This raise an ActionEventEx that containes meta key information that was in play when the event raised.
doAction() - Method in class echopointng.model.DefaultButtonModelEx
 
doAction(int) - Method in class echopointng.model.DefaultButtonModelEx
 
doAction() - Method in class echopointng.model.DefaultMenuItemModel
Our default doAction
doLayout() - Method in class echopointng.table.PageableTableNavigation
 
doRender() - Method in class echopointng.LiveTable
LiveTable implementation only handles headers cells as child components not the main TableModel data rows.
doRender() - Method in class echopointng.TableEx
Re-renders the rows of the TableEx.
doRenderCellContent(TableCellRenderer, Object, int, int) - Method in class echopointng.TableEx
Renders the content of a cell, given a specific TableCellRenderer.
drawProgressBar(ProgressBar) - Method in class echopointng.progressbar.DefaultProgressBarRenderer
This method can be used by subclasses to customise how the ProgressBar is to be displayed.
drawProgressBar(ProgressBar) - Method in interface echopointng.progressbar.ProgressBarRenderer
Called when the ProgressBar needs redrawing.

E

EMPTY_ENUMERATION - Static variable in class echopointng.tree.DefaultMutableTreeNode
An enumeration that is always empty.
EPNG - class echopointng.EPNG.
EPNG contains static members that help control the EPNG component library.
EXPANDED_CHANGED_PROPERTY - Static variable in interface echopointng.able.Expandable
can be fired when the expnasion model changes
EXTENDED_FONT_NAMES - Static variable in class echopointng.richtext.DefaultRichTextRenderer
contains the extended font names that may be available for use
EditableLabelEx - class echopointng.EditableLabelEx.
EditableLabelEx is a Label component that can contain other child components and when the user clicks on the Label, the underlying (and hidden) child components will be shown.
EditableLabelEx() - Constructor for class echopointng.EditableLabelEx
Constructs a EditableLabelEx with no target component.
EditableLabelEx(Component) - Constructor for class echopointng.EditableLabelEx
Constructs a EditableLabelEx and sets the specified component as its target.
EmptyTreeSelectionModel - class echopointng.tree.EmptyTreeSelectionModel.
This TreeSelectionModel does not allow any selection to occur.
EmptyTreeSelectionModel() - Constructor for class echopointng.tree.EmptyTreeSelectionModel
EmptyTreeSelectionModel constructor comment.
EncodedImageReference - class echopointng.image.EncodedImageReference.
The EncodedImageReference class is an ImageReference that can render java.awt.Image objects.
EncodedImageReference() - Constructor for class echopointng.image.EncodedImageReference
Constructs an EncodedImageReference without an image.
EncodedImageReference(Image) - Constructor for class echopointng.image.EncodedImageReference
Constructs an EncodedImageReference with an image.
ExpandVetoException - exception echopointng.tree.ExpandVetoException.
Exception used to stop and expand/collapse from happening.
ExpandVetoException(TreeExpansionEvent) - Constructor for class echopointng.tree.ExpandVetoException
Constructs an ExpandVetoException object with no message.
ExpandVetoException(TreeExpansionEvent, String) - Constructor for class echopointng.tree.ExpandVetoException
Constructs an ExpandVetoException object with the specified message.
Expandable - interface echopointng.able.Expandable.
An Expandable can be expanded/contracted and tracks this change with an ExpansionModel.
ExpandableSection - class echopointng.ExpandableSection.
ExpandableSection is a container component that 'can expand' to reveal its child component content.
ExpandableSection() - Constructor for class echopointng.ExpandableSection
Constructs a ExpandableSection with no content.
ExpandableSection(String) - Constructor for class echopointng.ExpandableSection
Constructs a ExpandableSection with no content and the specified title
ExpandableSection(TitleBar) - Constructor for class echopointng.ExpandableSection
Constructs a ExpandableSection with no content and the specified TitleBar as the title.
ExpansionGroup - class echopointng.model.ExpansionGroup.
ExpansionGroup is a collection of Expandable's which allows the expansion of only one Expandable at a time.
ExpansionGroup() - Constructor for class echopointng.model.ExpansionGroup
Constructs an ExpansionGroup
ExpansionModel - interface echopointng.model.ExpansionModel.
A model that supports at most one indexed selection.
ExpiryCache - class echopointng.util.collections.ExpiryCache.
ExpiryCache implements a Map cache contains objects that "expire".
ExpiryCache() - Constructor for class echopointng.util.collections.ExpiryCache
Constructs a default ExpiryCache that uses SoftReferences
ExpiryCache(long, long) - Constructor for class echopointng.util.collections.ExpiryCache
Constructs a ExpiryCache that uses SoftReferences
ExpiryCache(long, long, boolean) - Constructor for class echopointng.util.collections.ExpiryCache
Constructs a ExpiryCache with all the parameters
ExtentEx - class echopointng.ExtentEx.
ExtentEx is a version of Extent that allows more convinence methods and construction
ExtentEx(String) - Constructor for class echopointng.ExtentEx
Creates a new ExtentEx using a string parameter that is converted into value and units, in the form : [integer][unit] where [unit] is one of [px | % | pt | cm | mm | in | em | ex | pc] and no spaces are allowed betwwen the integer value and the unit.
ExtentEx(int) - Constructor for class echopointng.ExtentEx
Creates a new ExtentEx with pixel units.
ExtentEx(int, int) - Constructor for class echopointng.ExtentEx
Creates a new ExtentEx.
ExtentKit - class echopointng.util.ExtentKit.
ExtentKit is a utility class to help with Extent manipulation
ExtentKit() - Constructor for class echopointng.util.ExtentKit
 
ExtentPeer - class echopointng.stylesheet.propertypeer.ExtentPeer.
ExtentPeer works with Extent objects
ExtentPeer() - Constructor for class echopointng.stylesheet.propertypeer.ExtentPeer
 
ExternalEvent - class echopointng.externalevent.ExternalEvent.
ExternalEvent represents an event that has been raised externally to the Echo web application.
ExternalEvent(Object, Map) - Constructor for class echopointng.externalevent.ExternalEvent
Creates an ExternalEvent.
ExternalEventListener - interface echopointng.externalevent.ExternalEventListener.
The ExternalEventListener interface is used to listen for ExternalEvents.
ExternalEventMonitor - class echopointng.ExternalEventMonitor.
A ExternalEventMonitor can be used to monitor external events that come in via web request URIs.
ExternalEventMonitor() - Constructor for class echopointng.ExternalEventMonitor
Constructs an ExternalEventMonitor
ExternalEventMonitorService - class echopointng.externalevent.ExternalEventMonitorService.
This service is used to listen for external events that come in when the user follows a URI that has ?
ExternalEventMonitorService() - Constructor for class echopointng.externalevent.ExternalEventMonitorService
 
echopointng - package echopointng
 
echopointng.able - package echopointng.able
 
echopointng.command - package echopointng.command
 
echopointng.externalevent - package echopointng.externalevent
 
echopointng.history - package echopointng.history
 
echopointng.image - package echopointng.image
 
echopointng.layout - package echopointng.layout
 
echopointng.list - package echopointng.list
 
echopointng.model - package echopointng.model
 
echopointng.progressbar - package echopointng.progressbar
 
echopointng.richtext - package echopointng.richtext
 
echopointng.stylesheet - package echopointng.stylesheet
 
echopointng.stylesheet.propertypeer - package echopointng.stylesheet.propertypeer
 
echopointng.tabbedpane - package echopointng.tabbedpane
 
echopointng.table - package echopointng.table
 
echopointng.template - package echopointng.template
 
echopointng.text - package echopointng.text
 
echopointng.tree - package echopointng.tree
 
echopointng.treetable - package echopointng.treetable
 
echopointng.util - package echopointng.util
 
echopointng.util.collections - package echopointng.util.collections
 
echopointng.util.reflect - package echopointng.util.reflect
 
echopointng.util.throwable - package echopointng.util.throwable
 
echopointng.xhtml - package echopointng.xhtml
 
elements() - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Returns an enumeration of the values in this table.
empty() - Method in class echopointng.StackedPaneEx
Synonym for removeAll().
encode(Image, OutputStream) - Method in class echopointng.image.GifEncoder
 
encode(Image, OutputStream) - Method in interface echopointng.image.ImageEncoder
 
encode(Image, OutputStream) - Method in class echopointng.image.PngEncoder
 
encode(String) - Static method in class echopointng.util.HtmlKit
Encodes a string of text into HTML by replacing less than, greater than, ampersand, and quotation mark characters with their HTML escaped equivalents.
encode(String, int) - Static method in class echopointng.util.HtmlKit
Encodes a string of text into HTML by replacing less than, greater than, ampersand, and quotation mark characters with their HTML escaped equivalents.
encodeNewLines(Document, String, int) - Static method in class echopointng.util.HtmlKit
Encodes a string of text into DOM Nodes by taking new lines and replacing them aoccording to the policy provided.
enlargeImageSpliceHoriz(Image, int, int) - Static method in class echopointng.image.ImageKit
Called to enlarge an image by splicing it horizontally (along the Y axis) at y and filling the new section with a 1 pixel sample at y This method will only enlarge the image.
enlargeImageSpliceVert(Image, int, int) - Static method in class echopointng.image.ImageKit
Called to enlarge an image by splicing it vertically (along the X axis) at x and filling the new section with a 1 pixel sample at x This method will only enlarge the image.
entry - Variable in class echopointng.util.collections.ConcurrentReaderHashMap.HashIterator
 
entrySet - Variable in class echopointng.util.collections.ConcurrentReaderHashMap
 
entrySet() - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class echopointng.util.collections.ExpiryCache
This operation is not supported on ExpiryCache.
eq(Object, Object) - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Check for equality of non-null references x and y.
equals(Object) - Method in class echopointng.BorderEx
 
equals(Object) - Method in class echopointng.tree.TreePath
Tests two TreePaths for equality by checking each element of the paths for equality.
equals(Object) - Method in class echopointng.util.collections.ConcurrentReaderHashMap.Entry
 
event - Variable in class echopointng.tree.ExpandVetoException
The event that the exception was created for.
expandAll() - Method in class echopointng.Tree
Ensures that all the nodes are expanded and viewable.
expandAll() - Method in class echopointng.TreeTable
Expands all nodes in the treetable.
expandPath(TreePath) - Method in class echopointng.Tree
Ensures that the node identified by the specified path is expanded and viewable.
expandPath(TreePath) - Method in class echopointng.TreeTable
Expands the the node at the specified path in the treetable.
expandRow(int) - Method in class echopointng.Tree
Ensures that the node in the specified row is expanded and viewable.
expandRow(int) - Method in class echopointng.TreeTable
Expands the specified row in the treetable.
externalEvent(ExternalEvent) - Method in interface echopointng.externalevent.ExternalEventListener
This is called when an external event has been raised.

F

FALLBACK_STYLESHEET - Static variable in class echopointng.EPNG
This StyleSheet is used as the fall back stylesheet by the EPNG rendering peers.
FEATURE_LOCATION - Static variable in class echopointng.NativeWindow
Shows a web addresslocation feature when the NativeWindow is first opened
FEATURE_MENUBAR - Static variable in class echopointng.NativeWindow
Shows a menu bar area feature when the NativeWindow is first opened
FEATURE_RESIZEABLE - Static variable in class echopointng.NativeWindow
Determines of the window is resizeable NativeWindow when it is first opened
FEATURE_SCROLLBARS - Static variable in class echopointng.NativeWindow
Shows allows scrollbars when the NativeWindow is first opened
FEATURE_STATUSBAR - Static variable in class echopointng.NativeWindow
Shows a status bar area feature when the NativeWindow is first opened
FEATURE_TOOLBAR - Static variable in class echopointng.NativeWindow
Shows a toolbar feature when the NativeWindow is first opened
FIXED - Static variable in interface echopointng.able.Positionable
The Positionable's position is calculated according to the 'absolute' model, but in addition, the Positionable is fixed with respect to the viewport and doesn't move when scrolled.
FLOAT_CLEAR_BOTH - Static variable in interface echopointng.able.Floatable
 
FLOAT_CLEAR_LEFT - Static variable in interface echopointng.able.Floatable
 
FLOAT_CLEAR_NONE - Static variable in interface echopointng.able.Floatable
 
FLOAT_CLEAR_RIGHT - Static variable in interface echopointng.able.Floatable
 
FLOAT_LEFT - Static variable in interface echopointng.able.Floatable
 
FLOAT_NONE - Static variable in interface echopointng.able.Floatable
 
FLOAT_RIGHT - Static variable in interface echopointng.able.Floatable
 
FOOTER_RENDERER_CHANGED_PROPERTY - Static variable in class echopointng.table.TableColumnEx
 
FOOTER_ROW - Static variable in class echopointng.TableEx
Inidicates that the row index of the footer row.
FOOTER_VALUE_CHANGED_PROPERTY - Static variable in class echopointng.table.TableColumnEx
 
FileTemplateDataSource - class echopointng.template.FileTemplateDataSource.
FileTemplateDataSource takes it template data from a File.
FileTemplateDataSource() - Constructor for class echopointng.template.FileTemplateDataSource
Constructs a FileTemplateDataSource with no template file.
FileTemplateDataSource(String) - Constructor for class echopointng.template.FileTemplateDataSource
Constructs a FileTemplateDataSource using the specified fileName as the template data source.
FileTemplateDataSource(File) - Constructor for class echopointng.template.FileTemplateDataSource
Constructs a FileTemplateDataSource with the specified File object as the template source
FillImagePeer - class echopointng.stylesheet.propertypeer.FillImagePeer.
FillImagePeer is used to create FillImage objects
FillImagePeer() - Constructor for class echopointng.stylesheet.propertypeer.FillImagePeer
 
FloatPeer - class echopointng.stylesheet.propertypeer.FloatPeer.
FloatPeer converts property value strings into Floats.
FloatPeer() - Constructor for class echopointng.stylesheet.propertypeer.FloatPeer
 
Floatable - interface echopointng.able.Floatable.
A Floatable is a component that can be "floated" to the left or right within another component.
FontKit - class echopointng.util.FontKit.
A utility to class to help with Font manipulation
FontPeer - class echopointng.stylesheet.propertypeer.FontPeer.
FontPeer is used to create Font objects
FontPeer() - Constructor for class echopointng.stylesheet.propertypeer.FontPeer
 
findAndRemoveEntry(Map.Entry) - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Helper method for entrySet.remove
findBackground(Component) - Static method in class echopointng.util.ColorKit
Searchs the heirarchy tree of the component and finds the first non null background Color object.
findFont(Component) - Static method in class echopointng.util.FontKit
Searchs the heirarchy tree of the component and finds the first non null Font object.
findForeground(Component) - Static method in class echopointng.util.ColorKit
Searchs the heirarchy tree of the component and finds the first non null foreground Color object.
fireActionEvent(int, int, int) - Method in class echopointng.TableEx
Fires an action event to all listeners.
fireActionPerformed() - Method in class echopointng.ImageIcon
Notifies all listeners that have registered for this event type.
fireActionPerformed(ActionEvent) - Method in class echopointng.ImageMap
Notifies all listeners that have registered for this event type.
fireActionPerformed(ActionEvent) - Method in class echopointng.Tree
Notifies all listeners that have registered for this event type.
fireActionPerformed(ActionEvent) - Method in class echopointng.model.DefaultMenuItemModel
Notifies all listeners that have registered for this event type.
fireExternalEvent(ExternalEvent) - Method in class echopointng.ExternalEventMonitor
This is called by the support code to inform all ExternalEventListeners that an external event has ocurred.
fireItemStateChanged(ItemEvent) - Method in class echopointng.model.DefaultMenuItemModel
Notifies all listeners that have registered for this event type.
fireStackChanged() - Method in class echopointng.StackedPaneEx
Called to indicate that the stack has been changed.
fireStateChanged() - Method in class echopointng.ProgressBar
Notify all listeners that have registered interest for notification on this event type.
fireStateChanged() - Method in class echopointng.Slider
Notify all listeners that have registered interest for notification on this event type.
fireStateChanged() - Method in class echopointng.model.DefaultBoundedRangeModel
Notifies all listeners that have registered for this event type.
fireStateChanged() - Method in class echopointng.model.DefaultExpansionModel
Notifies all listeners that have registered for this event type.
fireStateChanged() - Method in class echopointng.model.DefaultMenuItemModel
Notifies all listeners that have registered for this event type.
fireStateChanged() - Method in class echopointng.model.DefaultSingleSelectionModel
Notifies all listeners that have registered for this event type.
fireStateChanged() - Method in class echopointng.tabbedpane.AbstractTabModel
Notifies all listeners that have registered that the model has changed
fireTreeCollapsed(TreePath) - Method in class echopointng.Tree
Notify all listeners that have registered interest for notification on this event type.
fireTreeExpanded(TreePath) - Method in class echopointng.Tree
Notify all listeners that have registered interest for notification on this event type.
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class echopointng.tree.DefaultTreeModel
Notify all listeners that have registered interest for notification on this event type.
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class echopointng.treetable.AbstractTreeTableModel
Notify all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class echopointng.tree.DefaultTreeModel
Notify all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class echopointng.treetable.AbstractTreeTableModel
Notify all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class echopointng.tree.DefaultTreeModel
Notify all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class echopointng.treetable.AbstractTreeTableModel
Notify all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class echopointng.tree.DefaultTreeModel
Notify all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class echopointng.treetable.AbstractTreeTableModel
Notify all listeners that have registered interest for notification on this event type.
fireTreeWillCollapse(TreePath) - Method in class echopointng.Tree
Notify all listeners that have registered interest for notification on this event type.
fireTreeWillExpand(TreePath) - Method in class echopointng.Tree
Notify all listeners that have registered interest for notification on this event type.
fireValueChanged(TreeSelectionEvent) - Method in class echopointng.Tree
Notify all listeners that have registered interest for notification on this event type.
fireValueChanged() - Method in class echopointng.table.AbleTableSelectionModel
Notifies ChangeListeners that the selection has changed.
fireValueChanged(TreeSelectionEvent) - Method in class echopointng.tree.DefaultTreeSelectionModel
 
fireValueChanged(int, int) - Method in class echopointng.tree.TreeListSelectionModel
Notify ListSelectionListeners that the value of the selection, in the closed interval firstIndex,lastIndex, has changed.
fireValueChanged(int, int, boolean) - Method in class echopointng.tree.TreeListSelectionModel
 
fireValueChanged(boolean) - Method in class echopointng.tree.TreeListSelectionModel
Notify listeners that we have ended a series of adjustments.
flipImage(Image) - Static method in class echopointng.image.ImageKit
This method flips the source image through the horizontal plane, eg. the top become the bottom.
font(String) - Static method in class echopointng.util.FontKit
Shortcut synonym for makeFont(fontString);
footerRenderer - Variable in class echopointng.table.TableColumnEx
 
footerValue - Variable in class echopointng.table.TableColumnEx
 
footerVisible - Variable in class echopointng.TableEx
A boolean flag indicating whether the TableEx has a visible footer or not
forClassLoader(ClassLoader) - Static method in class echopointng.stylesheet.CssPropertyPeerLoader
Creates or retrieves a CssPropertyPeerLoader.
forName(String, ClassLoader) - Static method in class echopointng.stylesheet.CssObjectIntrospector
Creates a new CssObjectIntrospector for a type of Object

G

GifEncoder - class echopointng.image.GifEncoder.
GifEncoder implements the ImageEncoder interface and hence can take a java.awt.Image object and encode it as a GIF output stream.
GifEncoder() - Constructor for class echopointng.image.GifEncoder
Constructs a GifEncoder ready to start encoding
GroupBox - class echopointng.GroupBox.
GroupBox has a simple title and draws a border around its child components.
GroupBox() - Constructor for class echopointng.GroupBox
Constructs a GroupBox with no title
GroupBox(String) - Constructor for class echopointng.GroupBox
Constructs a GroupBox with the specified title.
GroupBox(Label) - Constructor for class echopointng.GroupBox
Constructs a GroupBox using the specified Label for the title.
generateHistoryList() - Method in class echopointng.HistoryMonitor
This is called to instantiate this List to be used to hold HistoryState information.
get(Object) - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Returns the value to which the specified key is mapped in this table.
get(Object) - Method in class echopointng.util.collections.ExpiryCache
Retrieves an object from the cache.
get(Object, long) - Method in class echopointng.util.collections.ExpiryCache
Retrieves an object from the cache.
getAccessKey() - Method in class echopointng.AbleComponent
 
getAccessKey() - Method in class echopointng.ButtonEx
 
getAccessKey() - Method in class echopointng.LabelEx
 
getAccessKey() - Method in class echopointng.TextFieldEx
 
getAccessKey() - Method in interface echopointng.able.AccessKeyable
Returns the access key in use.
getAccessTimeout() - Method in class echopointng.template.SimpleTemplateCachingHints
 
getAccessTimeout() - Method in interface echopointng.template.TemplateCachingHints
If the cached template data is not accessed in this time (in milliseconds) then it can be expired from the cache.
getActionCausedOnChange() - Method in class echopointng.TextFieldEx
 
getActionCommand() - Method in class echopointng.Calculator
Returns the action command which will be provided in ActionEvent s fired by this Calculator.
getActionCommand() - Method in class echopointng.ImageIcon
Returns the action command for this ImageIcon.
getActionCommand() - Method in class echopointng.ImageMap.Coords
Returns the value of the ActionCommand.
getActionCommand() - Method in class echopointng.Tree
Returns the action command string of the Tree
getActionCommand() - Method in class echopointng.model.DefaultMenuItemModel
Returns the action command for this menu item model.
getActionCommand() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the Action command string associated with this node
getActionCommand() - Method in interface echopointng.tree.TreeNode
Returns the Action command string associated with this node
getActivationMethod() - Method in class echopointng.EditableLabelEx
 
getActiveTabImage() - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
Returns the current active tab java.awt.Image
getAlignment() - Method in class echopointng.AbleProperties
 
getAlignment() - Method in interface echopointng.able.Alignable
Returns the Alignment in use
getAlignment() - Method in class echopointng.layout.DisplayLayoutData
Returns the alignment of the cell.
getAllBeanGetterMethods(Class, Class) - Static method in class echopointng.util.reflect.ReflectionKit
Returns an array containing getter Method objects reflecting all the member methods of the class or interface represented by the targetClass object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces up until stopClass.
getAllBeanMethods(Class, Class) - Static method in class echopointng.util.reflect.ReflectionKit
Returns an array containing getter and setter Method objects reflecting all the member methods of the class or interface represented by the targetClass object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces up until stopClass.
getAllBeanSetterMethods(Class, Class) - Static method in class echopointng.util.reflect.ReflectionKit
Returns an array containing setter Method objects reflecting all the member methods of the class or interface represented by the targetClass object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces up until stopClass.
getAllDeclaredMethods(Class, Class) - Static method in class echopointng.util.reflect.ReflectionKit
Returns an array containing Method objects reflecting all the member methods of the class or interface represented by the targetClass object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces up until stopClass.
getAllDeclaredMethods(Class) - Static method in class echopointng.util.reflect.ReflectionKit
Shorthand method for ReflectionKit.getAllMethods(targetClass,Object.class);
getAllPublicMethods(Class, Class) - Static method in class echopointng.util.reflect.ReflectionKit
Returns an array containing Method objects reflecting all the member methods of the class or interface represented by the targetClass object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces up until stopClass.
getAllowsChildren() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns true if this node is allowed to have children.
getAllowsChildren() - Method in interface echopointng.tree.TreeNode
Returns true if the receiver allows children.
getAltText() - Method in class echopointng.ImageMap.Coords
 
getAnchorSelectionIndex() - Method in class echopointng.tree.TreeListSelectionModel
 
getApplicationComponent() - Method in class echopointng.TitleBar
 
getArrowColor() - Method in class echopointng.able.ScrollBarProperties
 
getAttribute(String) - Method in class echopointng.ButtonEx
 
getAttribute(String) - Method in class echopointng.CheckBoxEx
 
getAttribute(String) - Method in class echopointng.ComponentEx
 
getAttribute(String) - Method in class echopointng.ContentPaneEx
 
getAttribute(String) - Method in class echopointng.LabelEx
 
getAttribute(String) - Method in class echopointng.ListBoxEx
 
getAttribute(String) - Method in class echopointng.LiveTable
 
getAttribute(String) - Method in class echopointng.RadioButtonEx
 
getAttribute(String) - Method in class echopointng.RichTextArea
 
getAttribute(String) - Method in class echopointng.SelectFieldEx
 
getAttribute(String) - Method in class echopointng.TableEx
 
getAttribute(String) - Method in class echopointng.TextAreaEx
 
getAttribute(String) - Method in class echopointng.TextFieldEx
 
getAttribute(String) - Method in interface echopointng.able.Attributeable
Returns a value for the given attribute name or null if one cannot be found.
getAttribute(String) - Method in class echopointng.command.AttributesAdd
 
getAttribute(String) - Method in class echopointng.template.JspTemplateDataSource
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttributeNames() - Method in class echopointng.ButtonEx
 
getAttributeNames() - Method in class echopointng.CheckBoxEx
 
getAttributeNames() - Method in class echopointng.ComponentEx
 
getAttributeNames() - Method in class echopointng.ContentPaneEx
 
getAttributeNames() - Method in class echopointng.LabelEx
 
getAttributeNames() - Method in class echopointng.ListBoxEx
 
getAttributeNames() - Method in class echopointng.LiveTable
 
getAttributeNames() - Method in class echopointng.RadioButtonEx
 
getAttributeNames() - Method in class echopointng.RichTextArea
 
getAttributeNames() - Method in class echopointng.SelectFieldEx
 
getAttributeNames() - Method in class echopointng.TableEx
 
getAttributeNames() - Method in class echopointng.TextAreaEx
 
getAttributeNames() - Method in class echopointng.TextFieldEx
 
getAttributeNames() - Method in interface echopointng.able.Attributeable
Returns a String array with the names of the the attributes that have neen set.
getAttributeNames() - Method in class echopointng.command.AttributesAdd
 
getAttributeNames() - Method in class echopointng.template.JspTemplateDataSource
Returns an array of String containing the names of the attributes available to this JSP request.
getAttributeNames() - Method in class echopointng.template.SimpleTemplateCompilerHints
 
getAttributeNames() - Method in interface echopointng.template.TemplateCompilerHints
 
getAttributeValue(String) - Method in class echopointng.template.SimpleTemplateCompilerHints
 
getAttributeValue(String) - Method in interface echopointng.template.TemplateCompilerHints
Allows the system to retrieve specific attributes on the underlying XHTML parser implementation by attribute name.
getAttributedString(String) - Static method in class echopointng.image.TextImageReference
Returns an AttributedString with no color or font information
getAttributedString(String, Color, Font) - Static method in class echopointng.image.TextImageReference
Returns an AttributedString with the specified forground color and font based on nextapp.echo.* visual objects.
getAutoLookupModel() - Method in class echopointng.AutoLookupTextFieldEx
 
getAutoRecallLimit() - Method in class echopointng.ComboBox
Returns the auto recall limit
getBackground() - Method in class echopointng.layout.DisplayLayoutData
Returns the default/base background color of the DisplayLayoutData.
getBackground() - Method in interface echopointng.richtext.RichTextRenderer.CommandAppearance
 
getBackground() - Method in class echopointng.table.SortableTableHeaderRenderer
 
getBackgroundImage() - Method in class echopointng.AbleProperties
 
getBackgroundImage() - Method in class echopointng.ContainerEx
Returns the background image.
getBackgroundImage() - Method in class echopointng.LabelEx
Returns the background image of the LabelEx.
getBackgroundImage() - Method in class echopointng.TitleBar
Returns the background image of the TitleBar.
getBackgroundImage() - Method in interface echopointng.able.BackgroundImageable
Returns the BackgroundImage in use
getBackgroundImage() - Method in class echopointng.image.TextImageReference
Returns the backgroundImage in use
getBackgroundImage() - Method in class echopointng.layout.DisplayLayoutData
Returns the background image of the cell.
getBaseColor() - Method in class echopointng.able.ScrollBarProperties
 
getBeanGetter(Method) - Static method in class echopointng.util.reflect.ReflectionKit
Returns the getter method for a given setter method.
getBoolean(String, Object) - Static method in class echopointng.util.reflect.BeanKit
Gets the boolean value of a given Java Bean property.
getBorder() - Method in class echopointng.AbleComponent
 
getBorder() - Method in class echopointng.LabelEx
 
getBorder() - Method in interface echopointng.able.Borderable
 
getBorder() - Method in class echopointng.layout.DisplayLayoutData
 
getBorder() - Method in interface echopointng.richtext.RichTextRenderer.CommandAppearance
 
getBorder() - Method in class echopointng.table.SortableTableHeaderRenderer
Returns the border for the button which is used to render a header cell of the SortableTable.
getBottom() - Method in class echopointng.ContainerEx
 
getBottom() - Method in class echopointng.ImageMap.Coords
Returns the value of the bottom co-ord.
getBottom() - Method in class echopointng.MenuBar
 
getBottom() - Method in interface echopointng.able.Positionable
Returns the bottom Y position of the component
getBottom() - Method in class echopointng.layout.DisplayLayoutData
 
getBottomColor() - Method in class echopointng.BorderEx
 
getBottomColor() - Method in class echopointng.Separator
The color of the bottom separator line
getBottomSize() - Method in class echopointng.BorderEx
 
getBottomSize() - Method in class echopointng.Separator
The size of the bottom separator line
getBottomStyle() - Method in class echopointng.BorderEx
 
getBullets() - Method in class echopointng.ListSection
 
getBulletsImage() - Method in class echopointng.ListSection
 
getButtonBackground() - Method in class echopointng.Calculator
 
getButtonHeight() - Method in class echopointng.Calculator
 
getButtonNumberForeground() - Method in class echopointng.Calculator
 
getButtonOperatorForeground() - Method in class echopointng.Calculator
 
getButtonWidth() - Method in class echopointng.Calculator
 
getCachingHints() - Method in class echopointng.template.AbstractTemplateDataSource
 
getCachingHints() - Method in interface echopointng.template.TemplateDataSource
This returns a hint to the template rendering mechanism as to whether this template data can be cached.
getCalculator() - Method in class echopointng.CalculatorField
 
getCalendar() - Method in class echopointng.model.CalendarEvent
 
getCalendarBackground() - Method in class echopointng.DateChooser
 
getCalendarBorder() - Method in class echopointng.DateChooser
 
getCalendarFont() - Method in class echopointng.DateChooser
 
getCalendarForeground() - Method in class echopointng.DateChooser
 
getCalendarNonMonthForeground() - Method in class echopointng.DateChooser
 
getCalendarRolloverBackground() - Method in class echopointng.DateChooser
 
getCalendarRolloverBorder() - Method in class echopointng.DateChooser
 
getCalendarRolloverForeground() - Method in class echopointng.DateChooser
 
getCalendarSelectedBackground() - Method in class echopointng.DateChooser
 
getCalendarSelectedBorder() - Method in class echopointng.DateChooser
 
getCalendarSelectedFont() - Method in class echopointng.DateChooser
 
getCalendarSelectedForeground() - Method in class echopointng.DateChooser
 
getCancelMode() - Method in class echopointng.KeyStrokeListener
 
getCanonicalName() - Method in class echopointng.template.FileTemplateDataSource
 
getCanonicalName() - Method in class echopointng.template.JspTemplateDataSource
 
getCanonicalName() - Method in class echopointng.template.ResourceTemplateDataSource
 
getCanonicalName() - Method in class echopointng.template.StringTemplateDataSource
 
getCanonicalName() - Method in interface echopointng.template.TemplateDataSource
Returns a canonical name of this TemplateDataSource.
getCauseException() - Method in class echopointng.stylesheet.CssStyleSheetException
Returns the base cause exception of the StyleSheetException or null.
getCauses() - Method in class echopointng.util.throwable.ThrowableDescriptor
Returns the causes of the Throwable or a 0 length array if they are not known.
getCellComponent(int, int) - Method in class echopointng.TableEx
Returns the Component at a specified cell co-ordinate.
getCellContent(int, int) - Method in class echopointng.TableEx.CellMatrix
Returns the cell content at the specified column and row co-ordinate.
getCellContent(int, int) - Method in class echopointng.TableEx
Returns the cell content rendered at the specified cell position.
getCellProperties(int, int, String) - Method in class echopointng.TableEx.CellMatrix
 
getCellRenderer() - Method in class echopointng.Tree
Returns the current TreeCellRenderer that is rendering each cell.
getCellSpanObject() - Method in class echopointng.TableEx.CellMatrix
 
getCharacterEncoding() - Method in class echopointng.template.AbstractTemplateDataSource
 
getCharacterEncoding() - Method in interface echopointng.template.TemplateDataSource
This returns the character encoding of the TemplateDataSource.
getChild(Object, int) - Method in class echopointng.tree.DefaultTreeModel
Returns the child of parent at index index in the parent's child array.
getChild(Object, int) - Method in interface echopointng.tree.TreeModel
Returns the child of parent at index index in the parent's child array.
getChild(Object, int) - Method in class echopointng.treetable.AbstractTreeTableModel
Returns the child of parent at index index in the parent's child array.
getChildAfter(TreeNode) - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the child in this node's child array that immediately follows aChild, which must be a child of this node.
getChildAt(int) - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the child at the specified index in this node's child array.
getChildAt(int) - Method in interface echopointng.tree.TreeNode
Returns the child TreeNode at index childIndex.
getChildBefore(TreeNode) - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the child in this node's child array that immediately precedes aChild, which must be a child of this node.
getChildCount() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the number of children of this node.
getChildCount(Object) - Method in class echopointng.tree.DefaultTreeModel
Returns the number of children of parent .
getChildCount(Object) - Method in interface echopointng.tree.TreeModel
Returns the number of children of parent.
getChildCount() - Method in interface echopointng.tree.TreeNode
Returns the number of children TreeNodes the receiver contains.
getChildCount(Object) - Method in class echopointng.treetable.AbstractTreeTableModel
Returns the number of children in the specified parent node.
getChildIndices() - Method in class echopointng.tree.TreeModelEvent
Returns the values of the child indexes.
getChildren() - Method in class echopointng.tree.TreeModelEvent
Returns the objects that are children of the node identified by getPath at the locations specified by getChildIndices.
getClassHierarchy(Class) - Static method in class echopointng.util.reflect.ReflectionKit
 
getClassHierarchy(Class, Class) - Static method in class echopointng.util.reflect.ReflectionKit
Returns an array containing their hierarchy of class objects for the given class object.
getClassLoader() - Method in class echopointng.template.ResourceTemplateDataSource
 
getClassName() - Method in class echopointng.command.CssStyleApplyTo
 
getClassName() - Method in class echopointng.command.CssStyleRemoveFrom
 
getClearFloat() - Method in interface echopointng.able.Floatable
Returns the float clearing direction of the Floatable.
getClearFloat() - Method in class echopointng.layout.DisplayLayoutData
 
getCloseComponent() - Method in class echopointng.TitleBar
 
getColSpan() - Method in class echopointng.layout.TableLayoutDataEx
 
getColor() - Method in class echopointng.BorderEx
 
getColorDescription(Color) - Method in interface echopointng.model.ColorSwatchModel
This is called to return a descriptive string for a color.
getColorDescription(Color) - Method in class echopointng.model.WebSafeColorSwatchModel
 
getColorModel(Image) - Static method in class echopointng.image.ImageKit
This method will return the ColorModel of an Image.
getColorSwatches() - Method in interface echopointng.model.ColorSwatchModel
This is called to return an array of colors to be used as color swatches
getColorSwatches() - Method in class echopointng.model.WebSafeColorSwatchModel
 
getColoredImageRef(Color, int, int) - Static method in class echopointng.image.ImageKit
Returns an ImageReference that is width * height in dimensions with the specified background color.
getColumn() - Method in class echopointng.table.TableActionEventEx
 
getColumnClass(int) - Method in class echopointng.table.ColumnHidingTableModel
 
getColumnClass(int) - Method in class echopointng.table.DefaultSortableTableModel
 
getColumnClass(int) - Method in class echopointng.treetable.AbstractTreeTableModel
getColumnClass(int) - Method in interface echopointng.treetable.TreeTableModel
 
getColumnCount() - Method in class echopointng.TableEx.CellMatrix
 
getColumnCount() - Method in class echopointng.table.ColumnHidingTableModel
 
getColumnCount() - Method in class echopointng.table.DefaultSortableTableModel
 
getColumnCount() - Method in class echopointng.treetable.AbstractTreeTableModel
This is one of the methods you must override as it simply returns 1.
getColumnCount() - Method in interface echopointng.treetable.TreeTableModel
 
getColumnName(int) - Method in class echopointng.table.ColumnHidingTableModel
 
getColumnName(int) - Method in class echopointng.table.DefaultSortableTableModel
 
getColumnName(int) - Method in class echopointng.treetable.AbstractTreeTableModel
getColumnName(int) - Method in interface echopointng.treetable.TreeTableModel
 
getCommandAppearance(RichTextArea, String) - Method in class echopointng.richtext.DefaultRichTextRenderer
 
getCommandAppearance(RichTextArea, String) - Method in interface echopointng.richtext.RichTextRenderer
This returns the appearance of the command button images.
getCommandImage(RichTextArea, String, String) - Method in class echopointng.richtext.DefaultRichTextRenderer
 
getCommandImage(RichTextArea, String, String) - Method in interface echopointng.richtext.RichTextRenderer
This returns an image for a given RTA command.
getComparator(int) - Method in class echopointng.table.DefaultSortableTableModel
Called to get a Comparator for a given column.
getComparator() - Method in class echopointng.table.SortableTableColumn
 
getCompilerHints() - Method in class echopointng.template.AbstractTemplateDataSource
 
getCompilerHints() - Method in interface echopointng.template.TemplateDataSource
This returns a hint to the underlying template compiler mechanism as to how the template data should be compiled into XHTML.
getCompletedColor() - Method in class echopointng.ProgressBar
 
getComponent(Object) - Method in class echopointng.Tree
Returns the Component that will be used to render the provided tree node.
getComponent() - Method in class echopointng.command.AttributesAdd
 
getComponentCount() - Method in class echopointng.util.ComponentTracker
 
getComponentName(Component) - Method in class echopointng.TemplatePanel
Returns the name associated with the component or null if it cant be found.
getComponentPath(Component, Component) - Static method in class echopointng.util.ComponentKit
This method will return an array of Components that indicates the path from parent to child.
getComponentRoot(Component) - Static method in class echopointng.util.ComponentKit
Returns the highest Component parent starting from child.
getComponentWindow(Component) - Static method in class echopointng.util.ComponentKit
Returns the Window contaning the child or null if the child is not contained within a Window.
getComponents() - Method in class echopointng.util.ComponentTracker
 
getConstantFromMap(Map, Object) - Static method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
Looks into a Map of constant values to object values and returns the key that matches the given object value
getConstantFromMap(Map, int) - Static method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
 
getConstantNames() - Method in class echopointng.stylesheet.CssObjectIntrospector
Retrieves the names of all constants.
getConstantValue(String) - Method in class echopointng.stylesheet.CssObjectIntrospector
Retrieves the value of the constant with the specified name.
getConstantValue(CssObjectIntrospector, Class, String, int) - Method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
Converts a property string value into a name class field constant of the supplied name.
getConstructor(Object[]) - Method in class echopointng.stylesheet.CssObjectIntrospector
This will return a Constructor that can be called with the specified array of properties as parameters.
getContentType() - Method in class echopointng.image.EncodedImageReference
 
getContentType() - Method in class echopointng.image.GifEncoder
 
getContentType() - Method in interface echopointng.image.ImageEncoder
 
getContentType() - Method in class echopointng.image.PngEncoder
 
getContentType() - Method in class echopointng.image.URLImageReference
 
getContentType() - Method in class echopointng.template.AbstractTemplateDataSource
 
getContentType() - Method in interface echopointng.template.TemplateDataSource
This content type of the template data is used by the rendering framework to find an appropriate template compiler.
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
What is an assignable conversion class for this peer
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.AlignmentPeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.BooleanPeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.BorderPeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.BytePeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.CharacterPeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.ColorPeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.DoublePeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.ExtentPeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.FillImagePeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.FloatPeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.FontPeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.ImageReferencePeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.InsetsPeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.IntegerPeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.LocalePeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.LongPeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.ShortPeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.StringPeer
 
getConversionClass() - Method in class echopointng.stylesheet.propertypeer.TypefacePeer
 
getCoords() - Method in class echopointng.ImageMap
Returns the set of co-ordinates in the ImageMap
getCurrent() - Method in class echopointng.HistoryMonitor
 
getCurrentPage() - Method in class echopointng.table.DefaultPageableSortableTableModel
 
getCurrentPage() - Method in interface echopointng.table.PageableTableModel
Returns the currently displayed page in the range (page >= 0 && page < getTotalPages())
getCurrentSortColumn() - Method in class echopointng.table.DefaultSortableTableModel
 
getCurrentSortColumn() - Method in interface echopointng.table.SortableTableModel
Returns the primarily sorted column number.
getDarkShadowColor() - Method in class echopointng.able.ScrollBarProperties
 
getDateChooser() - Method in class echopointng.DateField
 
getDateFormat() - Method in class echopointng.DateField
 
getDefaultFooterRenderer() - Method in class echopointng.TableEx
Returns the default TableCellRenderer used to render footer cells.
getDefaultRenderer() - Method in class echopointng.TableEx
 
getDepth() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the depth of the tree rooted at this node -- the longest distance from this node to a leaf.
getDescendantToggledPaths(TreePath) - Method in class echopointng.Tree
Returns an Enumeration of TreePaths that have been expanded that are descendants of parent.
getDirtyPaths() - Method in class echopointng.Tree
 
getDisabledBackground() - Method in class echopointng.LabelEx
Returns the background color of the LabelEx when the LabelEx is disabled.
getDisabledBackgroundImage() - Method in class echopointng.LabelEx
Returns the background image displayed when the LabelEx is disabled.
getDisabledBorder() - Method in class echopointng.LabelEx
Returns the border displayed around the LabelEx when the LabelEx is disabled.
getDisabledFont() - Method in class echopointng.LabelEx
Returns the font of the LabelEx when the LabelEx is disabled.
getDisabledForeground() - Method in class echopointng.LabelEx
Returns the foreground color of the LabelEx when the LabelEx is disabled.
getDisabledIcon() - Method in class echopointng.LabelEx
Returns the icon of the LabelEx that is displayed when the LabelEx is disabled.
getDisplayBackground() - Method in class echopointng.Calculator
 
getDisplayFont() - Method in class echopointng.Calculator
 
getDisplayForeground() - Method in class echopointng.Calculator
 
getDisplayedDate() - Method in class echopointng.DateChooser
A shortcurt method to the model's getDisplayedDate() method.
getDisplayedDate() - Method in class echopointng.DateField
A shortcurt method to the underlying DateChooser's model getDisplayedDate() method.
getDisplayedDate() - Method in interface echopointng.model.CalendarSelectionModel
 
getDisplayedDate() - Method in class echopointng.model.DefaultCalendarSelectionModel
 
getDocument() - Method in class echopointng.Calculator
Returns the model associated with this TextComponent.
getDocument() - Method in class echopointng.CalculatorField
Returns the underlying Document of the CalculatorField
getDoubleValue() - Method in class echopointng.Slider
The getDoubleValue() method allows a decimal number to be returned by the Slider when the backing model only supports integers.
getDowNameLength() - Method in class echopointng.DateChooser
Gets the length of the day of the week names when displayed.
getDownArrowImage() - Method in class echopointng.table.SortableTableHeaderRenderer
Returns the down arrow displyed in the column header of the sortable table.
getEditorBackground() - Method in class echopointng.RichTextArea
 
getEditorBorder() - Method in class echopointng.RichTextArea
 
getEditorFont() - Method in class echopointng.RichTextArea
 
getEditorForeground() - Method in class echopointng.RichTextArea
 
getEncoder() - Method in class echopointng.image.EncodedImageReference
Returns the ImageEncoder in use.
getEndIndex() - Method in interface echopointng.richtext.RichTextSpellChecker.SpellCheckerWord
The ending index of the word within the text buffer, exclusive
getEntryProperties() - Method in class echopointng.AutoLookupTextFieldEx
 
getEntryRolloverProperties() - Method in class echopointng.AutoLookupTextFieldEx
 
getExpandables() - Method in class echopointng.model.ExpansionGroup
Returns all Expandables in the group.
getExpandedDescendants(TreePath) - Method in class echopointng.Tree
Returns an Enumeration of the descendants of path that are currently expanded.
getExpandedDescendants(TreePath) - Method in class echopointng.TreeTable
Returns an Enumeration of the descendants of the path parent that are currently expanded.
getExpandedLeftIcon() - Method in class echopointng.TitleBar
 
getExpandedRightIcon() - Method in class echopointng.TitleBar
 
getExpandedTitle() - Method in class echopointng.TitleBar
 
getExpandedTitleBackgroundImage() - Method in class echopointng.TitleBar
 
getExpansionGroup() - Method in class echopointng.ExpandableSection
 
getExpansionGroup() - Method in class echopointng.PopUp
 
getExpansionGroup() - Method in class echopointng.TitleBar
 
getExpansionGroup() - Method in interface echopointng.able.Expandable
 
getExpansionModel() - Method in class echopointng.ExpandableSection
 
getExpansionModel() - Method in class echopointng.PopUp
 
getExpansionModel() - Method in class echopointng.TitleBar
 
getExpansionModel() - Method in interface echopointng.able.Expandable
 
getExtent() - Method in interface echopointng.model.BoundedRangeModel
Returns the model's extent, the length of the inner range that begins at the model's value.
getExtent() - Method in class echopointng.model.DefaultBoundedRangeModel
Return the model's extent.
getFaceColor() - Method in class echopointng.able.ScrollBarProperties
 
getFallBackStyle(Component) - Static method in class echopointng.EPNG
This static helper method can be used to quickly get the Style for a given component from the FALLBACK_STYLESHEET.
getFeatures() - Method in class echopointng.NativeWindow
 
getFile() - Method in class echopointng.template.FileTemplateDataSource
 
getFirstChild() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns this node's first child.
getFirstDayOfWeek() - Method in class echopointng.DateChooser
 
getFirstLeaf() - Method in class echopointng.tree.DefaultMutableTreeNode
Finds and returns the first leaf that is a descendant of this node -- either this node or its first child's first leaf.
getFloat() - Method in interface echopointng.able.Floatable
 
getFloat() - Method in class echopointng.layout.DisplayLayoutData
 
getFocusComponent() - Method in class echopointng.ComboBox
Returns the Component that should receive the focus when this Componentis focused, enabling composite components to specify a specific child to be focused.
getFont() - Method in class echopointng.layout.DisplayLayoutData
Returns the default/base font of the DisplayLayoutData.
getFontNames(RichTextArea, String) - Method in class echopointng.richtext.DefaultRichTextRenderer
 
getFontNames(RichTextArea, String) - Method in interface echopointng.richtext.RichTextRenderer
This returns a String[n][2] array of font name values and descriptive names.
getFontSizes(RichTextArea, String) - Method in class echopointng.richtext.DefaultRichTextRenderer
 
getFontSizes(RichTextArea, String) - Method in interface echopointng.richtext.RichTextRenderer
This returns a String[n][2] array of font size values and descriptive names.
getFooterBackground() - Method in class echopointng.TableEx
 
getFooterRenderer() - Method in class echopointng.table.TableColumnEx
Returns the TableCellRenderer used to render the footer cell of this column.
getFooterValue() - Method in class echopointng.table.TableColumnEx
Returns the footer value for this column.
getForeground() - Method in class echopointng.layout.DisplayLayoutData
Returns the default/base foreground color of the DisplayLayoutData.
getFragment() - Method in class echopointng.xhtml.XhtmlFragment
 
getGroup() - Method in class echopointng.model.DefaultMenuItemModel
Returns the ButtonGroup to which this menu item model belongs, if any.
getHeaderBackground() - Method in class echopointng.TableEx
 
getHeaderRenderer() - Method in class echopointng.table.SortableTableColumn
 
getHeight() - Method in class echopointng.AbleComponent
 
getHeight() - Method in class echopointng.ImageIcon
 
getHeight() - Method in class echopointng.LabelEx
 
getHeight() - Method in class echopointng.LiveTable
 
getHeight() - Method in class echopointng.NativeWindow
 
getHeight() - Method in class echopointng.TableEx
Returns the height of the TableEx.
getHeight() - Method in interface echopointng.able.Heightable
Retutns the height extent of the Heightable.
getHeight() - Method in class echopointng.image.EncodedImageReference
 
getHeight() - Method in class echopointng.image.TextImageReference
This returns the height of the backgroundImage
getHeight() - Method in class echopointng.image.URLImageReference
 
getHeight() - Method in class echopointng.layout.DisplayLayoutData
 
getHelpComponent() - Method in class echopointng.TitleBar
 
getHiddenColumns() - Method in class echopointng.table.ColumnHidingTableModel
 
getHilightColor() - Method in class echopointng.able.ScrollBarProperties
 
getHistory() - Method in class echopointng.HistoryMonitor
 
getHistoryBetween(int, int) - Method in class echopointng.HistoryMonitor
Returns an array of history between the given startIndex and the endIndex.
getHistoryState() - Method in class echopointng.history.HistoryEvent
Returns the HistoryState object associated with this HistoryEvent.
getHorizontalAlignment() - Method in class echopointng.image.TextImageReference
Returns the horizontal alignment of the text relative to the x,y drawing point.
getHorizontalScroll() - Method in class echopointng.ContainerEx
Returns the horizontal scrollbar position.
getIcon() - Method in class echopointng.ImageIcon
Returns the ImageReference within.
getIcon(String) - Method in class echopointng.tree.DefaultTreeIcons
Returns an icon image with the given name
getIcon(String) - Method in interface echopointng.tree.TreeIcons
Returns an icon image with the given name
getId() - Method in class echopointng.externalevent.ExternalEventMonitorService
 
getId() - Method in class echopointng.table.LiveTableService
 
getId() - Method in class echopointng.text.AutoLookupService
 
getImage() - Method in class echopointng.ImageMap
 
getImage() - Method in class echopointng.image.EncodedImageReference
Returns the Image in use.
getImage() - Method in class echopointng.image.TextImageReference
We override getImage() so that the resultant image is "painted" every time it is needed.
getImageBorderColor() - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
 
getImageBorderColor() - Method in interface echopointng.tabbedpane.TabImageRenderer
This is called the indicate the color of any border around the image.
getImageBorderWidth() - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
 
getImageBorderWidth() - Method in interface echopointng.tabbedpane.TabImageRenderer
This is called the indicate the width of any border around the image.
getImageURI(ImageReference) - Static method in class echopointng.util.HtmlKit
This returns the URI for the given ImageReference
getInactiveTabImage() - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
Returns the current inactive tab java.awt.Image
getIndex(TreeNode) - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the index of the specified child in this node's child array.
getIndex(TreeNode) - Method in interface echopointng.tree.TreeNode
Returns the index of node in the receivers children.
getIndexOfChild(Object, Object) - Method in class echopointng.tree.DefaultTreeModel
Returns the index of child in parent.
getIndexOfChild(Object, Object) - Method in interface echopointng.tree.TreeModel
Returns the index of child in parent.
getIndexOfChild(Object, Object) - Method in class echopointng.treetable.AbstractTreeTableModel
Returns the index of child in parent.
getIndexOfHistory(String) - Method in class echopointng.HistoryMonitor
Returns the index of the given HistoryState in the history list with the specified historyHash.
getInputStream() - Method in class echopointng.template.FileTemplateDataSource
 
getInputStream() - Method in class echopointng.template.JspTemplateDataSource
This always returns null because the InputStream of JSP data can only be obtained by the backend rendering engine.
getInputStream() - Method in class echopointng.template.ResourceTemplateDataSource
 
getInputStream() - Method in class echopointng.template.StringTemplateDataSource
 
getInputStream() - Method in interface echopointng.template.TemplateDataSource
Gets an InputStream of this TemplateDataSource.
getInsets() - Method in class echopointng.AbleComponent
 
getInsets() - Method in class echopointng.ButtonEx
 
getInsets() - Method in class echopointng.LabelEx
 
getInsets() - Method in class echopointng.Separator
 
getInsets() - Method in interface echopointng.able.Insetable
 
getInsets() - Method in class echopointng.image.TextImageReference
Returns the Insets in use
getInsets() - Method in class echopointng.layout.DisplayLayoutData
 
getInsets() - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
Returns the image insets that will be appplied to any TextImageReferences returned.
getInsets() - Method in class echopointng.table.SortableTableHeaderRenderer
 
getInstance() - Static method in class echopointng.tabbedpane.DefaultTabImageRenderer
This helper method will construct a DefaultTabImageRenderer with default colors of 0xC0C0C0 for the active tabs, 0xE0E0E0 for the inactive tabs and a border color of 0x000000 and a tab placement of Alignment.TOP
getInstance(int) - Static method in class echopointng.tabbedpane.DefaultTabImageRenderer
This helper method will construct a DefaultTabImageRenderer with default colors of 0xC0C0C0 for the active tabs, 0xE0E0E0 for the inactive tabs and a border color of 0x000000.
getInstance(Color, Color, Color, int) - Static method in class echopointng.tabbedpane.DefaultTabImageRenderer
This helper method will construct a DefaultTabImageRenderer using some template background images.
getInstance() - Static method in class echopointng.tree.EmptyTreeSelectionModel
Returns a shared instance of an empty selection model
getIntFromMap(Map, Object) - Static method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
Can be called to return an int from a Map of Integer objects.
getInteger(String) - Static method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
Returns the int value of the given propertyValue string.
getInteger(String, Object) - Static method in class echopointng.util.reflect.BeanKit
Gets the int value of a given Java Bean property.
getIntrospectedClass() - Method in class echopointng.stylesheet.CssObjectIntrospector
 
getJavaObject(ClassLoader, Class, String, int) - Method in interface echopointng.stylesheet.CssPropertyPeer
This method is called to convert the CSS string value into a specific Java object.
getJavaObject(ClassLoader, Class, String, int) - Method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
 
getJavaScript() - Method in class echopointng.command.JavaScriptEval
 
getJavaScriptURI() - Method in class echopointng.command.JavaScriptInclude
 
getJspPath() - Method in class echopointng.template.JspTemplateDataSource
 
getKey() - Method in class echopointng.util.collections.ConcurrentReaderHashMap.Entry
 
getKeyCombinationCommand(int) - Method in class echopointng.KeyStrokeListener
Returns the command that is currently associated with the given key combination.
getKeyCombinations() - Method in class echopointng.KeyStrokeListener
Returns all the key combinations that currently in this KeyStrokeListener.
getLastChild() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns this node's last child.
getLastExpandedPaths() - Method in class echopointng.Tree
This will return a collection of TresePath that have expanded within the Tree.
getLastLeaf() - Method in class echopointng.tree.DefaultMutableTreeNode
Finds and returns the last leaf that is a descendant of this node -- either this node or its last child's last leaf.
getLastModified() - Method in class echopointng.template.SimpleTemplateCachingHints
 
getLastModified() - Method in interface echopointng.template.TemplateCachingHints
Returns the time the content of this TemplateDataSource was last modified.
getLastPathComponent() - Method in class echopointng.tree.TreePath
Returns the last component of this path.
getLastSelectedPathComponent() - Method in class echopointng.Tree
Returns the last path component in the first node of the current selection.
getLayoutData() - Method in class echopointng.table.SortableTableHeaderRenderer
Returns the TableLayoutData used to place a button component in the header cell of the SortableTable.
getLayoutData() - Method in class echopointng.xhtml.XhtmlFragment
Returns the LayoutData object used to describe how this XhtmFragment should be laid out within its parent container.
getLeadInImage(TabbedPane) - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
 
getLeadInImage() - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
Returns the current lead in ImageReference
getLeadInImage(TabbedPane) - Method in interface echopointng.tabbedpane.TabImageRenderer
This returns a "lead in" image that will be place to the left of all tab images.
getLeadOutImage(TabbedPane) - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
 
getLeadOutImage() - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
Returns the current lead out ImageReference
getLeadOutImage(TabbedPane) - Method in interface echopointng.tabbedpane.TabImageRenderer
This returns a "lead out" image that will be place to the right of all tab images.
getLeadSelectionIndex() - Method in class echopointng.tree.TreeListSelectionModel
 
getLeadSelectionPath() - Method in class echopointng.Tree
Returns the path of the last node added to the selection.
getLeadSelectionPath() - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns the last path that was added.
getLeadSelectionPath() - Method in interface echopointng.tree.TreeSelectionModel
Returns the last path that was added.
getLeadSelectionRow() - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns the lead selection index.
getLeafCount() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the total number of leaves that are descendants of this node.
getLeft() - Method in class echopointng.ContainerEx
 
getLeft() - Method in class echopointng.ImageMap.Coords
Returns the value of the left co-ord.
getLeft() - Method in class echopointng.MenuBar
 
getLeft() - Method in class echopointng.NativeWindow
 
getLeft() - Method in interface echopointng.able.Positionable
Returns the left X position of the component
getLeft() - Method in class echopointng.layout.DisplayLayoutData
 
getLeftColor() - Method in class echopointng.BorderEx
 
getLeftIcon() - Method in class echopointng.TitleBar
 
getLeftOffset() - Method in class echopointng.Menu
 
getLeftSize() - Method in class echopointng.BorderEx
 
getLeftStyle() - Method in class echopointng.BorderEx
 
getLevel() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the number of levels above this node -- the distance from the root to this node.
getLineNo() - Method in class echopointng.stylesheet.CssStyleSheetException
The line number at which the exception occurred or -1.
getList() - Method in class echopointng.ListSection
 
getListCellRenderer() - Method in class echopointng.ComboBox
Returns the renderer for items.
getListModel() - Method in class echopointng.ComboBox
Returns the list model for items.
getListRowCount() - Method in class echopointng.ComboBox
Returns the number of visible rows in the drop-down list
getMatchOptions() - Method in interface echopointng.text.AutoLookupModel
 
getMaxSelectedIndex() - Method in class echopointng.table.AbleTableSelectionModel
 
getMaxSelectedIndex() - Method in class echopointng.tree.TreeListSelectionModel
 
getMaxSelectionRow() - Method in class echopointng.tree.DefaultTreeSelectionModel
Gets the last selected row.
getMaximum() - Method in class echopointng.ProgressBar
Returns the model's maximum value.
getMaximum() - Method in class echopointng.Slider
Returns the model's maximum value.
getMaximum() - Method in interface echopointng.model.BoundedRangeModel
Returns the model's maximum.
getMaximum() - Method in class echopointng.model.DefaultBoundedRangeModel
Return the model's maximum.
getMaximumCacheAge() - Method in interface echopointng.text.AutoLookupModel
 
getMaximumCacheSize() - Method in interface echopointng.text.AutoLookupModel
 
getMaximumDate() - Method in class echopointng.DateChooser
Returns the maximum date the DateChooser will display.
getMaximumStretchedHeight() - Method in class echopointng.ContainerEx
 
getMaximumStretchedHeight() - Method in class echopointng.TabbedPane
 
getMaximumStretchedHeight() - Method in class echopointng.TableEx
 
getMaximumStretchedHeight() - Method in interface echopointng.able.Stretchable
 
getMedia() - Method in class echopointng.command.CssStyleDecl
Sets the media for the CSS Style information The following types are currently know to most CSS implementations screen - Intended for non-paged computer screens.
getMemory() - Method in class echopointng.Calculator
 
getMenuAlwaysOnTop() - Method in class echopointng.Menu
 
getMenuBackground() - Method in class echopointng.Menu
 
getMenuBackgroundImage() - Method in class echopointng.Menu
Returns the background image for this Menu's drop down box.
getMenuBorder() - Method in class echopointng.Menu
 
getMenuForeground() - Method in class echopointng.Menu
 
getMenuInsets() - Method in class echopointng.Menu
 
getMenuItems() - Method in class echopointng.Menu
This returns the MenuItem's that are a direct child of this Menu.
getMenuOutsets() - Method in class echopointng.Menu
 
getMessage() - Method in class echopointng.util.throwable.ThrowableDescriptor
Returns the localised message of the Throwable
getMetaKeyInfo() - Method in class echopointng.model.ActionEventEx
 
getMethods(Class, Class, ReflectionKit.MethodSearchCriteria) - Static method in class echopointng.util.reflect.ReflectionKit
This method will returns member methods of the targetClass that meet a specified search criteria.
getMinSelectedIndex() - Method in class echopointng.table.AbleTableSelectionModel
 
getMinSelectedIndex() - Method in class echopointng.tree.TreeListSelectionModel
 
getMinSelectionRow() - Method in class echopointng.tree.DefaultTreeSelectionModel
Gets the first selected row.
getMinimum() - Method in class echopointng.ProgressBar
Returns the model's minimum value.
getMinimum() - Method in class echopointng.Slider
Returns the model's minimum value.
getMinimum() - Method in interface echopointng.model.BoundedRangeModel
Returns the minimum acceptable value.
getMinimum() - Method in class echopointng.model.DefaultBoundedRangeModel
Return the model's minimum.
getMinimumDate() - Method in class echopointng.DateChooser
Returns the minimum date the DateChooser will display.
getMinimumStretchedHeight() - Method in class echopointng.ContainerEx
 
getMinimumStretchedHeight() - Method in class echopointng.TabbedPane
 
getMinimumStretchedHeight() - Method in class echopointng.TableEx
 
getMinimumStretchedHeight() - Method in interface echopointng.able.Stretchable
 
getMnemonic(int) - Static method in class echopointng.KeyStrokeListener
This returns a mnemonic string representation of the given key combination for example 'F1' or 'Ctrl-F1' or 'A'.
getModel() - Method in class echopointng.DateChooser
 
getModel() - Method in class echopointng.DateField
Short hand method for getDateChooser().getModel().
getModel() - Method in class echopointng.ListSection
 
getModel() - Method in class echopointng.ProgressBar
Returns the data model used by the ProgressBar.
getModel() - Method in class echopointng.Slider
Returns the data model used by the Slider.
getModel() - Method in class echopointng.TabbedPane
 
getModel() - Method in class echopointng.Tree
Returns the TreeModel that is providing the data.
getModel() - Method in class echopointng.table.PageableTableNavigation
 
getModifiers() - Method in class echopointng.util.throwable.ThrowablePropertyDescriptor
Returns the modifiers of the Throwable property
getMonthNameLength() - Method in class echopointng.DateChooser
Gets the length of the month names when displayed.
getMouseCursor() - Method in class echopointng.AbleComponent
 
getMouseCursor() - Method in class echopointng.ButtonEx
 
getMouseCursor() - Method in class echopointng.ContentPaneEx
 
getMouseCursor() - Method in class echopointng.LabelEx
 
getMouseCursor() - Method in class echopointng.LiveTable
 
getMouseCursor() - Method in class echopointng.RichTextArea
 
getMouseCursor() - Method in class echopointng.TextFieldEx
 
getMouseCursor() - Method in interface echopointng.able.MouseCursorable
Returns the current mouse cursor in use.
getMouseCursor() - Method in class echopointng.layout.DisplayLayoutData
 
getMouseCursorUri() - Method in class echopointng.AbleComponent
 
getMouseCursorUri() - Method in class echopointng.ButtonEx
 
getMouseCursorUri() - Method in class echopointng.ContentPaneEx
 
getMouseCursorUri() - Method in class echopointng.LabelEx
 
getMouseCursorUri() - Method in class echopointng.LiveTable
 
getMouseCursorUri() - Method in class echopointng.RichTextArea
 
getMouseCursorUri() - Method in class echopointng.TextFieldEx
 
getMouseCursorUri() - Method in interface echopointng.able.MouseCursorable
 
getMouseCursorUri() - Method in class echopointng.layout.DisplayLayoutData
 
getName() - Method in class echopointng.util.throwable.ThrowablePropertyDescriptor
Returns the name of the Throwable property
getNamedComponent(String) - Method in class echopointng.TemplatePanel
Returns a component associated with the name or null if it cant be found.
getNamedComponents() - Method in class echopointng.TemplatePanel
 
getNavigationBackground() - Method in class echopointng.DateChooser
 
getNavigationBackwardImage() - Method in class echopointng.DateChooser
Gets the image used as the navigate the DateChooser backward in time.
getNavigationFont() - Method in class echopointng.DateChooser
 
getNavigationForeground() - Method in class echopointng.DateChooser
 
getNavigationForwardImage() - Method in class echopointng.DateChooser
Gets the image used as the navigate the DateChooser forward in time.
getNavigationInhibited() - Method in class echopointng.DateChooser
Returns true if the user is inhbited from navigating beyond the maximum and minimum dates.
getNewLeadSelectionPath() - Method in class echopointng.tree.TreeSelectionEvent
Returns the current lead path.
getNextLeaf() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the leaf after this node or null if this node is the last leaf in the tree.
getNextNode() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the node that follows this node in a preorder traversal of this node's tree.
getNextSibling() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the next sibling of this node in the parent's children array.
getNoMatchingOptionText() - Method in class echopointng.AutoLookupTextFieldEx
 
getNodeById(String) - Method in class echopointng.tree.DefaultTreeModel
 
getNodeById(String) - Method in interface echopointng.tree.TreeModel
 
getNodeById(String) - Method in class echopointng.treetable.AbstractTreeTableModel
 
getNodeId(Object) - Method in class echopointng.tree.DefaultTreeModel
 
getNodeId(Object) - Method in interface echopointng.tree.TreeModel
Returns an identifier for a node.
getNodeId(Object) - Method in class echopointng.treetable.AbstractTreeTableModel
Returns an identifier for a node.
getNumberOfBlocks() - Method in class echopointng.ProgressBar
 
getObject(ClassLoader, Class, Class, String, int) - Method in class echopointng.stylesheet.CssPropertyPeerLoader
Retrieves a Java object value from an CSS property string.
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
Returns an instance of the converted property value.
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.AlignmentPeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.BooleanPeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.BorderPeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.BytePeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.CharacterPeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.ColorPeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.DoublePeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.ExtentPeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.FillImagePeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.FloatPeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.FontPeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.ImageReferencePeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.InsetsPeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.IntegerPeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.LocalePeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.LongPeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.ShortPeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.StringPeer
 
getObject(CssObjectIntrospector, String) - Method in class echopointng.stylesheet.propertypeer.TypefacePeer
 
getOldLeadSelectionPath() - Method in class echopointng.tree.TreeSelectionEvent
Returns the path that was previously the lead path.
getOpenOption() - Method in class echopointng.Menu
 
getOrdering() - Method in class echopointng.ListSection
 
getOrientation() - Method in class echopointng.ProgressBar
Returns ProgressBar.ORIENTATION_VERTICAL or ProgressBar.ORIENTATION_HORIZONTAL, depending on the orientation of the progress bar.
getOrientation() - Method in class echopointng.Slider
Returns Slider.ORIENTATION_VERTICAL or Slider.ORIENTATION_HORIZONTAL, depending on the orientation of the Slider.
getOutsets() - Method in class echopointng.AbleComponent
 
getOutsets() - Method in class echopointng.ButtonEx
 
getOutsets() - Method in class echopointng.LabelEx
 
getOutsets() - Method in class echopointng.LiveTable
 
getOutsets() - Method in class echopointng.RichTextArea
 
getOutsets() - Method in class echopointng.Separator
 
getOutsets() - Method in class echopointng.TextFieldEx
 
getOutsets() - Method in interface echopointng.able.Insetable
 
getOutsets() - Method in class echopointng.layout.DisplayLayoutData
 
getPageFetchSize() - Method in class echopointng.LiveTable
The pageFetchSize property controls how many pages (and hence rows) are "fetched" when a TableModel interaction is performed.
getParagraphStyles(RichTextArea, String) - Method in class echopointng.richtext.DefaultRichTextRenderer
 
getParagraphStyles(RichTextArea, String) - Method in interface echopointng.richtext.RichTextRenderer
This returns a String[n][2] array of paragraph style values and descriptive names.
getParameter(String) - Method in class echopointng.externalevent.ExternalEvent
Returns the value of an ExternalEvent request parameter as a String, or null if the parameter does not exist.
getParameterMap() - Method in class echopointng.externalevent.ExternalEvent
Returns the Map of web request parameters that where encountered during this ExternalEvent.
getParameterNames() - Method in class echopointng.externalevent.ExternalEvent
Returns a String[] containing the names of the parameters contained in this ExternalEvent.
getParameterValues(String) - Method in class echopointng.externalevent.ExternalEvent
Returns an array of String objects containing all of the values the given ExternalEvent parameter has, or null if the parameter does not exist.
getParent() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns this node's parent or null if this node has no parent.
getParent(Object) - Method in class echopointng.tree.DefaultTreeModel
Returns the parent of child .
getParent() - Method in interface echopointng.tree.TreeNode
Returns the parent TreeNode of the receiver.
getParent(Object) - Method in class echopointng.treetable.AbstractTreeTableModel
Returns the parent of child .
getParentPath() - Method in class echopointng.tree.TreePath
Returns a path containing all the elements of the receiver, accept the last path component.
getPartialUpdateSupport() - Method in class echopointng.Tree
Returns true if the partial update support is currently enabled.
getPath() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the path from the root, to get to this node.
getPath() - Method in class echopointng.tree.TreeExpansionEvent
Returns the path to the value that has been expanded/collapsed.
getPath() - Method in class echopointng.tree.TreeModelEvent
Convenience method to get the array of objects from the TreePath instance that this event wraps.
getPath() - Method in class echopointng.tree.TreePath
Returns an array of Objects containing the components of this TreePath.
getPath() - Method in class echopointng.tree.TreeSelectionEvent
Returns the first path element.
getPathComponent(int) - Method in class echopointng.tree.TreePath
Returns the path component at the specified index.
getPathCount() - Method in class echopointng.tree.TreePath
Returns the number of elements in the path.
getPathForRow(int) - Method in class echopointng.Tree
Returns the path for the specified row.
getPathForRow(int) - Method in class echopointng.TreeTable
Returns the TreePath for a given row.
getPathToRoot(TreeNode, int) - Method in class echopointng.tree.DefaultMutableTreeNode
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode, int) - Method in class echopointng.tree.DefaultTreeModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(Object) - Method in class echopointng.tree.DefaultTreeModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode, int) - Method in class echopointng.treetable.AbstractTreeTableModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(Object) - Method in class echopointng.treetable.AbstractTreeTableModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPaths() - Method in class echopointng.tree.TreeSelectionEvent
Returns the paths that have been added or removed from the selection.
getPeer(Class) - Static method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
 
getPendingHistory() - Method in class echopointng.HistoryMonitor
This returns the list of HistoryState objects that have been added to the HistoryMonitor but that have not been processed by its rendering peer.
getPercentComplete() - Method in class echopointng.ProgressBar
Returns the percentage/percent complete for the progress bar.
getPolygonCoords() - Method in class echopointng.ImageMap.Coords
Returns the array of the polygon co-ords.
getPopUp() - Method in class echopointng.PopUp
 
getPopUpAlignment() - Method in class echopointng.PopUp
 
getPopUpAlwaysOnTop() - Method in class echopointng.PopUp
 
getPopUpBackground() - Method in class echopointng.PopUp
 
getPopUpBorder() - Method in class echopointng.PopUp
 
getPopUpInsets() - Method in class echopointng.PopUp
 
getPopUpLeftOffset() - Method in class echopointng.PopUp
 
getPopUpOutsets() - Method in class echopointng.PopUp
 
getPopUpTopOffset() - Method in class echopointng.PopUp
 
getPopupProperties() - Method in class echopointng.AutoLookupTextFieldEx
 
getPosition() - Method in class echopointng.ContainerEx
 
getPosition() - Method in class echopointng.MenuBar
 
getPosition() - Method in interface echopointng.able.Positionable
This can be one of : POSITIONING_STATIC POSITIONING_RELATIVE POSITIONING_ABSOLUTE POSITIONING_FIXED
getPosition() - Method in class echopointng.layout.DisplayLayoutData
 
getPreviousLeaf() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the leaf before this node or null if this node is the first leaf in the tree.
getPreviousNode() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the node that precedes this node in a preorder traversal of this node's tree.
getPreviousSibling() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the previous sibling of this node in the parent's children array.
getProgressBarImage() - Method in class echopointng.ProgressBar
This returns the image used to represent the ProgressBar.
getProgressString() - Method in class echopointng.ProgressBar
Returns the current value of the Progress String.
getProperties() - Method in class echopointng.util.throwable.ThrowableDescriptor
Returns an array of properties of the Throwable.
getProperty(Component, String) - Static method in class echopointng.ComponentEx
Helper method to get 'Object' properties.
getProperty(Component, String, boolean) - Static method in class echopointng.ComponentEx
Helper method to get 'boolean' properties, with a default value.
getProperty(Component, String, byte) - Static method in class echopointng.ComponentEx
Helper method to get 'byte' properties, with a default value.
getProperty(Component, String, char) - Static method in class echopointng.ComponentEx
Helper method to get 'char' properties, with a default value.
getProperty(Component, String, double) - Static method in class echopointng.ComponentEx
Helper method to get 'double' properties, with a default value.
getProperty(Component, String, float) - Static method in class echopointng.ComponentEx
Helper method to get 'float' properties, with a default value.
getProperty(Component, String, int) - Static method in class echopointng.ComponentEx
Helper method to get 'int' properties, with a default value.
getProperty(Component, String, long) - Static method in class echopointng.ComponentEx
Helper method to get 'long' properties, with a default value.
getProperty(Component, String, short) - Static method in class echopointng.ComponentEx
Helper method to get 'short' properties, with a default value.
getProperty(String, boolean) - Method in class echopointng.ComponentEx
Helper method to get 'boolean' properties, with a default value.
getProperty(String, byte) - Method in class echopointng.ComponentEx
Helper method to get 'byte' properties, with a default value.
getProperty(String, char) - Method in class echopointng.ComponentEx
Helper method to get 'char' properties, with a default value.
getProperty(String, double) - Method in class echopointng.ComponentEx
Helper method to get 'double' properties, with a default value.
getProperty(String, float) - Method in class echopointng.ComponentEx
Helper method to get 'float' properties, with a default value.
getProperty(String, int) - Method in class echopointng.ComponentEx
Helper method to get 'int' properties, with a default value.
getProperty(String, long) - Method in class echopointng.ComponentEx
Helper method to get 'long' properties, with a default value.
getProperty(String, short) - Method in class echopointng.ComponentEx
Helper method to get 'short' properties, with a default value.
getProperty(String) - Method in class echopointng.layout.DisplayLayoutData
 
getProperty(String, boolean) - Method in class echopointng.layout.DisplayLayoutData
 
getProperty(String, int) - Method in class echopointng.layout.DisplayLayoutData
 
getProperty(String, Object, Class) - Static method in class echopointng.util.reflect.BeanKit
Gets the value of a given Java Bean property who has the specified name and type.
getPropertyClass(String) - Method in class echopointng.stylesheet.CssObjectIntrospector
 
getPropertyDescriptor(String) - Method in class echopointng.stylesheet.CssObjectIntrospector
 
getPropertyPeer(Class) - Method in class echopointng.stylesheet.CssPropertyPeerLoader
Returns the CssPropertyPeer for the given property class.
getRP(Component, String) - Static method in class echopointng.EPNG
This helper method will look for rendered properties inside the component (via getRenderProperty()) and then if it finds null, then it will look in the fallback style for that component class.
getRP(Component, String, Object) - Static method in class echopointng.EPNG
This helper method will look for rendered properties inside the component (via getRenderProperty()) and then if it finds null, then it will look in the fallback style for that component class and if that is null it will return the defaultValue.
getRP(Component, String, int) - Static method in class echopointng.EPNG
This helper method will look for rendered properties inside the component (via getRenderProperty()) and then if it finds null, then it will look in the fallback style for that component class and if that is null it will return the defaultValue.
getRP(Component, String, boolean) - Static method in class echopointng.EPNG
This helper method will look for rendered properties inside the component (via getRenderProperty()) and then if it finds null, then it will look in the fallback style for that component class and if that is null it will return the defaultValue.
getRP(Component, String, double) - Static method in class echopointng.EPNG
This helper method will look for rendered properties inside the component (via getRenderProperty()) and then if it finds null, then it will look in the fallback style for that component class and if that is null it will return the defaultValue.
getRadius() - Method in class echopointng.ImageMap.Coords
Returns the value of the radius co-ord.
getRegex() - Method in class echopointng.TextFieldEx
 
getRegexFailureProperties() - Method in class echopointng.TextFieldEx
 
getRenderId() - Method in class echopointng.command.CssStyleDecl
Generates a unique id for the Command so it can be addressed later.
getRenderId() - Method in class echopointng.command.CssStyleRemove
 
getRenderId() - Method in class echopointng.image.EncodedImageReference
 
getRenderId() - Method in class echopointng.image.URLImageReference
 
getRenderId() - Method in class echopointng.model.ExpansionGroup
 
getRenderProperty(Component, String) - Static method in class echopointng.ComponentEx
Helper method to get 'Object' render properties.
getRenderProperty(Component, String, boolean) - Static method in class echopointng.ComponentEx
Helper method to get 'boolean' render properties, with a default value.
getRenderProperty(Component, String, byte) - Static method in class echopointng.ComponentEx
Helper method to get 'byte' render properties, with a default value.
getRenderProperty(Component, String, char) - Static method in class echopointng.ComponentEx
Helper method to get 'char' render properties, with a default value.
getRenderProperty(Component, String, double) - Static method in class echopointng.ComponentEx
Helper method to get 'double' render properties, with a default value.
getRenderProperty(Component, String, float) - Static method in class echopointng.ComponentEx
Helper method to get 'float' render properties, with a default value.
getRenderProperty(Component, String, int) - Static method in class echopointng.ComponentEx
Helper method to get 'int' render properties, with a default value.
getRenderProperty(Component, String, long) - Static method in class echopointng.ComponentEx
Helper method to get 'long' render properties, with a default value.
getRenderProperty(Component, String, Object) - Static method in class echopointng.ComponentEx
Helper method to get 'Object' render properties.
getRenderProperty(Component, String, short) - Static method in class echopointng.ComponentEx
Helper method to get 'short' render properties, with a default value.
getRenderProperty(String, boolean) - Method in class echopointng.ComponentEx
Helper method to get 'boolean' render properties, with a default value.
getRenderProperty(String, byte) - Method in class echopointng.ComponentEx
Helper method to get 'byte' render properties, with a default value.
getRenderProperty(String, char) - Method in class echopointng.ComponentEx
Helper method to get 'char' render properties, with a default value.
getRenderProperty(String, double) - Method in class echopointng.ComponentEx
Helper method to get 'double' render properties, with a default value.
getRenderProperty(String, float) - Method in class echopointng.ComponentEx
Helper method to get 'float' render properties, with a default value.
getRenderProperty(String, int) - Method in class echopointng.ComponentEx
Helper method to get 'int' render properties, with a default value.
getRenderProperty(String, long) - Method in class echopointng.ComponentEx
Helper method to get 'long' render properties, with a default value.
getRenderProperty(String, short) - Method in class echopointng.ComponentEx
Helper method to get 'short' render properties, with a default value.
getRenderProperty(String) - Method in interface echopointng.able.Delegateable
Retutns the rendered value of a property.
getRenderProperty(String, Object) - Method in interface echopointng.able.Delegateable
Returns the rendered value of a property or a default value if its found to be null.
getRenderProperty(String) - Method in class echopointng.layout.DisplayLayoutData
 
getRenderProperty(String, Object) - Method in class echopointng.layout.DisplayLayoutData
 
getRenderer() - Method in class echopointng.LiveTable
 
getRenderer() - Method in class echopointng.ProgressBar
Returns the renderer used by the ProgressBar.
getRenderer() - Method in class echopointng.RichTextArea
Returns the RichTextRenderer in use
getReplacementImageAlignment() - Method in class echopointng.image.TextImageReference
Returns the alignment of the replacement images within the AttributedString.
getReplacementImages() - Method in class echopointng.image.TextImageReference
Returns the array of replacement images that will be substituted for the Unicode replacement character 'u'FFFC'.
getResource() - Method in class echopointng.template.ResourceTemplateDataSource
 
getRight() - Method in class echopointng.ContainerEx
 
getRight() - Method in class echopointng.ImageMap.Coords
Returns the value of the right co-ord.
getRight() - Method in class echopointng.MenuBar
 
getRight() - Method in interface echopointng.able.Positionable
Returns the right X position of the component
getRight() - Method in class echopointng.layout.DisplayLayoutData
 
getRightColor() - Method in class echopointng.BorderEx
 
getRightIcon() - Method in class echopointng.TitleBar
 
getRightSize() - Method in class echopointng.BorderEx
 
getRightStyle() - Method in class echopointng.BorderEx
 
getRolloverBackground() - Method in class echopointng.LabelEx
Returns the background color of the LabelEx when the mouse cursor is inside its bounds.
getRolloverBackground() - Method in class echopointng.PopUp
Returns the background color of the popup when the mouse cursor is inside its bounds.
getRolloverBackground() - Method in class echopointng.TitleBar
Returns the background color of the TitleBar when the mouse cursor is inside its bounds.
getRolloverBackground() - Method in interface echopointng.richtext.RichTextRenderer.CommandAppearance
 
getRolloverBackgroundImage() - Method in class echopointng.LabelEx
Returns the background image displayed when the mouse cursor is inside the LabelEx's bounds.
getRolloverBackgroundImage() - Method in class echopointng.TitleBar
Returns the background image displayed when the mouse cursor is inside the TitleBar's bounds.
getRolloverBorder() - Method in class echopointng.LabelEx
Returns the border displayed around the LabelEx when the mouse cursor is inside its bounds.
getRolloverBorder() - Method in class echopointng.PopUp
Returns the border displayed around the popup when the mouse cursor is inside its bounds.
getRolloverBorder() - Method in class echopointng.TitleBar
Returns the border displayed around the TitleBar when the mouse cursor is inside its bounds.
getRolloverBorder() - Method in interface echopointng.richtext.RichTextRenderer.CommandAppearance
 
getRolloverFont() - Method in class echopointng.LabelEx
Returns the font of the LabelEx when the mouse cursor is inside its bounds.
getRolloverFont() - Method in class echopointng.TitleBar
Returns the font of the TitleBar when the mouse cursor is inside its bounds.
getRolloverForeground() - Method in class echopointng.LabelEx
Returns the foreground color of the LabelEx when the mouse cursor is inside its bounds.
getRolloverForeground() - Method in class echopointng.TitleBar
Returns the foreground color of the TitleBar when the mouse cursor is inside its bounds.
getRolloverIcon() - Method in class echopointng.LabelEx
Returns the icon of the LabelEx that is displayed when the mouse cursor is inside its bounds.
getRoot() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the root of the tree that contains this node.
getRoot() - Method in class echopointng.tree.DefaultTreeModel
Returns the root of the tree.
getRoot() - Method in interface echopointng.tree.TreeModel
Returns the root of the tree.
getRoot() - Method in class echopointng.treetable.AbstractTreeTableModel
Returns the root of the tree. Returns null only if the tree has no nodes.
getRootMenu() - Method in class echopointng.MenuItem
This will traverse up the component hierarchy and return the top most Menu that contains this MenuItem.
getRow() - Method in class echopointng.table.TableActionEventEx
 
getRowCount() - Method in class echopointng.TableEx.CellMatrix
 
getRowCount() - Method in class echopointng.Tree
Returns the number of rows that are currently being displayed in the Tree.
getRowCount() - Method in class echopointng.table.ColumnHidingTableModel
 
getRowCount() - Method in class echopointng.table.DefaultPageableSortableTableModel
Returns the number of rows in the current paged view of the underlying TableModel
getRowCount() - Method in class echopointng.table.DefaultSortableTableModel
 
getRowForPath(TreePath) - Method in class echopointng.Tree
Returns the row that the TreePath path is being displayed at.
getRowHeight() - Method in class echopointng.LiveTable
 
getRowHeight() - Method in class echopointng.Tree
Returns the row height to be used for each row within the Tree.
getRowMapper() - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns the RowMapper instance that is able to map a path to a row.
getRowSpan() - Method in class echopointng.layout.TableLayoutDataEx
 
getRowsForPaths(TreePath[]) - Method in class echopointng.Tree.TreeRowMapper
 
getRowsForPaths(TreePath[]) - Method in class echopointng.Tree
Returns the rows that the TreePath instances in path are being displayed at.
getRowsForPaths(TreePath[]) - Method in interface echopointng.tree.RowMapper
Returns the rows that the TreePath instances in path are being displayed at.
getRowsPerPage() - Method in class echopointng.LiveTable
 
getRowsPerPage() - Method in class echopointng.table.DefaultPageableSortableTableModel
 
getRowsPerPage() - Method in interface echopointng.table.PageableTableModel
Returns the number of viewable rows per each displayed page
getScaleOption() - Method in class echopointng.image.TextImageReference
Returns the scaling option in effect.
getScrollBarBaseColor() - Method in class echopointng.ContainerEx
 
getScrollBarBaseColor() - Method in class echopointng.LiveTable
 
getScrollBarBaseColor() - Method in class echopointng.TabbedPane
 
getScrollBarBaseColor() - Method in interface echopointng.able.Scrollable
Returns the base color of the ScrollBarProperties associated with this Scrollable
getScrollBarBaseColor() - Method in class echopointng.layout.ScrollableDisplayLayoutData
 
getScrollBarPolicy() - Method in class echopointng.ContainerEx
 
getScrollBarPolicy() - Method in class echopointng.LiveTable
 
getScrollBarPolicy() - Method in class echopointng.TabbedPane
 
getScrollBarPolicy() - Method in interface echopointng.able.Scrollable
Returns the ScrollBarPolicy in place This can be one of : NONE ALWAYS AUTO CLIPHIDE
getScrollBarPolicy() - Method in class echopointng.layout.ScrollableDisplayLayoutData
 
getScrollBarProperties() - Method in class echopointng.ContainerEx
 
getScrollBarProperties() - Method in class echopointng.LiveTable
 
getScrollBarProperties() - Method in class echopointng.TabbedPane
 
getScrollBarProperties() - Method in interface echopointng.able.Scrollable
Returns the ScrollBarProperties associated with this Scrollable
getScrollBarProperties() - Method in class echopointng.layout.ScrollableDisplayLayoutData
 
getSearchBarIcon() - Method in class echopointng.AutoLookupTextFieldEx
 
getSearchBarProperties() - Method in class echopointng.AutoLookupTextFieldEx
 
getSearchBarRolloverProperties() - Method in class echopointng.AutoLookupTextFieldEx
 
getSearchBarSearchingIcon() - Method in class echopointng.AutoLookupTextFieldEx
 
getSearchBarSearchingText() - Method in class echopointng.AutoLookupTextFieldEx
 
getSearchBarShown() - Method in class echopointng.AutoLookupTextFieldEx
 
getSearchBarText() - Method in class echopointng.AutoLookupTextFieldEx
 
getSelectedBackground() - Method in class echopointng.DateChooser
 
getSelectedBackground() - Method in interface echopointng.richtext.RichTextRenderer.CommandAppearance
 
getSelectedBackground() - Method in class echopointng.tree.DefaultTreeCellRenderer
 
getSelectedBorder() - Method in class echopointng.DateChooser
 
getSelectedBorder() - Method in interface echopointng.richtext.RichTextRenderer.CommandAppearance
 
getSelectedColor() - Method in class echopointng.ColorChooser
A short-cut method for getSelectionModel().getSelectedColor()
getSelectedColor() - Method in interface echopointng.model.ColorSelectionModel
 
getSelectedColor() - Method in class echopointng.model.DefaultColorSelectionModel
 
getSelectedDate() - Method in class echopointng.DateChooser
A shortcurt method to the underlying DateChooser's model getSelectedDate() method.
getSelectedDate() - Method in class echopointng.DateField
A shortcurt method to the underlying DateChooser's model getSelectedDate() method.
getSelectedDate() - Method in interface echopointng.model.CalendarSelectionModel
 
getSelectedDate() - Method in class echopointng.model.DefaultCalendarSelectionModel
 
getSelectedFont() - Method in class echopointng.DateChooser
 
getSelectedFont() - Method in class echopointng.tree.DefaultTreeCellRenderer
 
getSelectedForeground() - Method in class echopointng.DateChooser
 
getSelectedForeground() - Method in class echopointng.tree.DefaultTreeCellRenderer
 
getSelectedIndex() - Method in class echopointng.TabbedPane
 
getSelectedIndex() - Method in class echopointng.model.DefaultSingleSelectionModel
 
getSelectedIndex() - Method in interface echopointng.model.SingleSelectionModel
Returns the model's selection.
getSelectedIndices() - Method in interface echopointng.list.ListSelectionModelEx
 
getSelectedIndices() - Method in class echopointng.table.AbleTableSelectionModel
 
getSelectedModelIndices() - Method in interface echopointng.list.ListSelectionModelEx
 
getSelectedModelIndices() - Method in class echopointng.table.AbleTableSelectionModel
 
getSelectedRolloverBackground() - Method in class echopointng.DateChooser
 
getSelectedRolloverBorder() - Method in class echopointng.DateChooser
 
getSelectedRolloverForeground() - Method in class echopointng.DateChooser
 
getSelectionCount() - Method in class echopointng.Tree
Returns the number of nodes selected.
getSelectionCount() - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns the number of paths that are selected.
getSelectionCount() - Method in interface echopointng.tree.TreeSelectionModel
Returns the number of paths that are selected.
getSelectionMode() - Method in class echopointng.table.AbleTableSelectionModel
 
getSelectionMode() - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns the selection mode.
getSelectionMode() - Method in class echopointng.tree.TreeListSelectionModel
 
getSelectionMode() - Method in interface echopointng.tree.TreeSelectionModel
Returns the selection mode.
getSelectionModel() - Method in class echopointng.ColorChooser
 
getSelectionModel() - Method in class echopointng.TabbedPane
 
getSelectionModel() - Method in class echopointng.Tree
Returns the model for selections.
getSelectionPath() - Method in class echopointng.Tree
Returns the path to the first selected node.
getSelectionPath() - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns the first path in the selection.
getSelectionPath() - Method in interface echopointng.tree.TreeSelectionModel
Returns the first path in the selection.
getSelectionPaths() - Method in class echopointng.Tree
Returns the paths of all selected values.
getSelectionPaths() - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns the paths in the selection.
getSelectionPaths() - Method in interface echopointng.tree.TreeSelectionModel
Returns the paths in the selection.
getSelectionRows() - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns all of the currently selected rows.
getSelectionText() - Method in class echopointng.ColorChooser
 
getShadowColor() - Method in class echopointng.able.ScrollBarProperties
 
getSharedAncestor(DefaultMutableTreeNode) - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the nearest common ancestor to this node and aNode.
getShowsRootHandles() - Method in class echopointng.Tree
Returns true if handles for the root nodes are displayed.
getShowsRootHandles() - Method in class echopointng.TreeTable
Returns the value of the showsRootHandles property.
getSiblingCount() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the number of siblings of this node.
getSize() - Method in class echopointng.BorderEx
 
getSortButton(String, int, SortableTableModel) - Method in class echopointng.table.SortableTableHeaderRenderer
Creates and returns the component to render the header cell of the SortableTable.
getSortButtonListener(int, SortableTableModel) - Method in class echopointng.table.SortableTableHeaderRenderer
Creates and returns the ActionListener for the specified column header button.
getSortDirective(int) - Method in class echopointng.table.DefaultSortableTableModel
 
getSortDirective(int) - Method in interface echopointng.table.SortableTableModel
Returns the sort directive for the specified column
getSortValue() - Method in class echopointng.text.AutoLookupModel.DefaultEntry
 
getSortValue() - Method in interface echopointng.text.AutoLookupModel.Entry
 
getSpellChecker() - Method in class echopointng.RichTextArea
 
getStackTrace() - Method in class echopointng.util.throwable.ThrowableDescriptor
Returns an array of stack tace messages for the Throwable.
getStartIndex() - Method in interface echopointng.richtext.RichTextSpellChecker.SpellCheckerWord
The starting index of the word within the text buffer, inclusive.
getString() - Method in class echopointng.image.TextImageReference
Returns the AttributedString in use.
getString(ClassLoader, Class, Class, Object) - Method in class echopointng.stylesheet.CssPropertyPeerLoader
Retrieves a CSS property value string for a given Java object
getString(CssObjectIntrospector, Object) - Method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
Get a string representation of the object.
getString(CssObjectIntrospector, Object) - Method in class echopointng.stylesheet.propertypeer.AlignmentPeer
 
getString(CssObjectIntrospector, Object) - Method in class echopointng.stylesheet.propertypeer.BorderPeer
 
getString(CssObjectIntrospector, Object) - Method in class echopointng.stylesheet.propertypeer.ColorPeer
 
getString(CssObjectIntrospector, Object) - Method in class echopointng.stylesheet.propertypeer.FillImagePeer
 
getString(CssObjectIntrospector, Object) - Method in class echopointng.stylesheet.propertypeer.FontPeer
 
getString(CssObjectIntrospector, Object) - Method in class echopointng.stylesheet.propertypeer.ImageReferencePeer
 
getString(CssObjectIntrospector, Object) - Method in class echopointng.stylesheet.propertypeer.InsetsPeer
 
getString(CssObjectIntrospector, Object) - Method in class echopointng.stylesheet.propertypeer.StringPeer
 
getString(CssObjectIntrospector, Object) - Method in class echopointng.stylesheet.propertypeer.TypefacePeer
 
getString() - Method in class echopointng.template.StringTemplateDataSource
 
getString(String, Object) - Static method in class echopointng.util.reflect.BeanKit
Gets the String value of a given Java Bean property.
getStringMap() - Method in class echopointng.template.SimpleTemplateTextSubstitution
Returns the underlying HashMap containing named string.
getStyle() - Method in class echopointng.BorderEx
 
getStyleSheetURI() - Method in class echopointng.command.CssStyleSheetAdd
 
getStyleString() - Method in class echopointng.BorderEx
Returns the string representation of the current border style eg.
getStyleString(ClassLoader, Class, Object) - Method in interface echopointng.stylesheet.CssPropertyPeer
This is called to convert a current Java object into a CSS property value string.
getStyleString(ClassLoader, Class, Object) - Method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
 
getStyleText() - Method in class echopointng.command.CssStyleAdd
 
getStyleText() - Method in class echopointng.command.CssStyleAddValues
 
getSubmenuImage() - Method in class echopointng.Menu
 
getSubmenuImageAlignment() - Method in class echopointng.Menu
 
getSubmenuRolloverImage() - Method in class echopointng.Menu
 
getSubstitutionText(String) - Method in class echopointng.template.SimpleTemplateTextSubstitution
This method is called to return a String that has been associated with the given substitution name.
getSubstitutionText(String) - Method in interface echopointng.template.TemplateTextSubstitution
This method is called to return a String that has been associated with the given substitution name.
getSupportedCommands(RichTextArea, String) - Method in class echopointng.richtext.DefaultRichTextRenderer
 
getSupportedCommands(RichTextArea, String) - Method in interface echopointng.richtext.RichTextRenderer
This returns a String[n][2] array of supported commands and descriptive names.
getSwatchHeight() - Method in class echopointng.ColorChooser
 
getSwatchModel() - Method in class echopointng.ColorChooser
 
getSwatchWidth() - Method in class echopointng.ColorChooser
 
getSwatchesPerRow() - Method in class echopointng.ColorChooser
 
getSystemTypeface(String) - Static method in class echopointng.util.FontKit
Returns one the standard Echo Font.Typefaces if the name string matches the first Typeface in the chain.
getTabAt(TabbedPane, int, boolean) - Method in class echopointng.tabbedpane.DefaultTabModel
 
getTabAt(TabbedPane, int, boolean) - Method in interface echopointng.tabbedpane.TabModel
This is called to retrieve a Component that represents the title of the tab at the specified index.
getTabBorderStyle() - Method in class echopointng.TabbedPane
This can be one of the following values : TAB_STRIP_ONLY - shows a border around the tabs and a line betweent the tabs and the content TAB_STRIP_AND_CONTENT - shows the border around the tabs and content TAB_LINE_ONLY - shows no border around the tabs and a line betweent the tabs and the content TAB_LINE_AND_CONTENT - shows a border around the tabs and a line betweent the tabs and the content
getTabComponent() - Method in class echopointng.tabbedpane.DefaultTabModel.TabEntry
 
getTabContent() - Method in class echopointng.tabbedpane.DefaultTabModel.TabEntry
 
getTabContentAt(int) - Method in class echopointng.tabbedpane.DefaultTabModel
 
getTabContentAt(int) - Method in interface echopointng.tabbedpane.TabModel
This is called to retrieve the Component that represents the contents of the tab at the specified index.
getTabEntryList() - Method in class echopointng.tabbedpane.DefaultTabModel
This allows subclass to get to the list that contains the TabEntry objects
getTabImage(TabbedPane, int, Component, boolean) - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
 
getTabImage(TabbedPane, int, Component, boolean) - Method in interface echopointng.tabbedpane.TabImageRenderer
This returns an ImageReference to be used as the tab's representation.
getTabImageRenderer() - Method in class echopointng.tabbedpane.AbstractTabModel
By default there is no TabImageRenderer
getTabImageRenderer() - Method in interface echopointng.tabbedpane.TabModel
This is called to return a TabImageRenderer which can be used to render the tabs as images.
getTabLeadInWidth() - Method in class echopointng.TabbedPane
 
getTabPlacement() - Method in class echopointng.TabbedPane
Returns where the tabs are placed on the TabbedPane.
getTabSpacing() - Method in class echopointng.TabbedPane
 
getTableCellRendererComponent(Table, Object, int, int) - Method in class echopointng.table.DefaultTableCellRendererEx
Always returns null in this implementation.
getTableCellRendererComponent(Table, Object, int, int) - Method in class echopointng.table.SortableTableHeaderRenderer
 
getTableCellRendererContent(Table, Object, int, int) - Method in class echopointng.table.DefaultTableCellRendererEx
 
getTableCellRendererContent(Table, Object, int, int) - Method in interface echopointng.table.TableCellRendererEx
Returns a XhtmlFragment that will be displayed as the content at the specified co'ordinate in the table.
getTableForReading() - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Get ref to table; the reference and the cells it accesses will be at least as fresh as from last use of barrierLock
getTarget() - Method in class echopointng.EditableLabelEx
 
getTarget() - Method in class echopointng.KeyStrokeListener
Returns the component that is the target of this KeyStrokeListener.
getTarget() - Method in class echopointng.PopUp
 
getTargetBackground() - Method in class echopointng.PopUp
Returns the background color of the target area.
getTargetBorder() - Method in class echopointng.PopUp
Returns the border displayed around the target area.
getTargetComponent() - Method in class echopointng.command.CssStyleAddValues
 
getTargetComponent() - Method in class echopointng.command.CssStyleApplyTo
 
getTargetComponent() - Method in class echopointng.command.CssStyleRemoveFrom
 
getTargetInsets() - Method in class echopointng.PopUp
Returns the insets displayed around the target area.
getTargetRolloverBackground() - Method in class echopointng.PopUp
Returns the background color of the target area when the mouse cursor is inside its bounds.
getTargetRolloverBorder() - Method in class echopointng.PopUp
Returns the border displayed around the target area when the mouse cursor is inside its bounds.
getTemplateDataSource() - Method in class echopointng.TemplatePanel
Returns the TemplateDataSource which contains the template data.
getTemplateTextSubstitution() - Method in class echopointng.TemplatePanel
Returns the TemplateTextSubstitution in place.
getText() - Method in class echopointng.ButtonEx
If the value in PROPERTY_TEXT is a XhtmlFragment, then the XhtmlFragment.toString() is returned, otherwise a String value is returned.
getText() - Method in class echopointng.Calculator
Returns the text contained in the Document model of this text component.
getText() - Method in class echopointng.ComboBox
 
getText() - Method in class echopointng.DateField
Returns the text of the DateField's TextField.
getText() - Method in class echopointng.DirectHtml
Returns the HTML text to be sent down to the client browser
getText() - Method in class echopointng.EditableLabelEx
 
getText() - Method in class echopointng.LabelEx
If the value in PROPERTY_TEXT is a XhtmlFragment, then the XhtmlFragment.toString() is returned, otherwise a String value is returned.
getText() - Method in class echopointng.text.StringDocumentEx
Returns the text held in the document.
getTextAngle() - Method in class echopointng.image.TextImageReference
Returns the current textAngle.
getTextField() - Method in class echopointng.CalculatorField
 
getTextField() - Method in class echopointng.ComboBox
Returns the text field component of the combobox
getTextField() - Method in class echopointng.DateField
 
getTextLayouts(Graphics2D, AttributedString) - Method in class echopointng.image.TextImageReference
This methods returns an array of TextLayouts that will be used to draw the attributed string.
getThreeDLightColor() - Method in class echopointng.able.ScrollBarProperties
 
getThrowable() - Method in class echopointng.util.throwable.ThrowableDescriptor
Returns the actual Throwable that this ThrowableDescriptor describes.
getTimeToLive() - Method in class echopointng.template.SimpleTemplateCachingHints
 
getTimeToLive() - Method in interface echopointng.template.TemplateCachingHints
The cached template data can reside in the cache for this many milliseconds, after which it can expire.
getTitle() - Method in class echopointng.GroupBox
 
getTitle() - Method in class echopointng.TitleBar
 
getTitleAlignment() - Method in class echopointng.TitleBar
 
getTitleBackgroundImage() - Method in class echopointng.TitleBar
 
getTitleBar() - Method in class echopointng.ExpandableSection
 
getTitleLabel() - Method in class echopointng.GroupBox
 
getToggleBackground() - Method in class echopointng.PopUp
Returns the background color of the toggle area.
getToggleBorder() - Method in class echopointng.PopUp
Returns the border displayed around the toggle area.
getToggleIcon() - Method in class echopointng.PopUp
Returns the icon of the toggle.
getToggleInsets() - Method in class echopointng.PopUp
Returns the Insets of the toggle area.
getTogglePressedBackground() - Method in class echopointng.PopUp
Returns the background color of the toggle when the toggle is pressed.
getTogglePressedBorder() - Method in class echopointng.PopUp
Returns the border displayed around the toggle when the toggle is pressed.
getTogglePressedIcon() - Method in class echopointng.PopUp
Returns the icon of the toggle that is displayed when the toggle is pressed.
getToggleRolloverBackground() - Method in class echopointng.PopUp
Returns the background color of the toggle when the mouse cursor is inside its bounds.
getToggleRolloverBorder() - Method in class echopointng.PopUp
Returns the border displayed around the toggle when the mouse cursor is inside its bounds.
getToggleRolloverIcon() - Method in class echopointng.PopUp
Returns the icon of the toggle that is displayed when the mouse cursor is inside its bounds.
getToolBarAlignment() - Method in class echopointng.RichTextArea
Returns the toolbar alignment of the contents of this RichTextArea.
getToolBarBackground() - Method in class echopointng.RichTextArea
Returns the toolbar background color
getToolTipText() - Method in class echopointng.AbleComponent
 
getToolTipText() - Method in class echopointng.ContentPaneEx
 
getToolTipText() - Method in class echopointng.LiveTable
 
getToolTipText() - Method in interface echopointng.able.ToolTipable
Returns the tool tip text (displayed when the mouse cursor is hovered over the ToolTipable).
getToolTipText() - Method in class echopointng.layout.DisplayLayoutData
Returns the tool tip text (displayed when the mouse cursor is hovered over the area with this layout data).
getToolTipText() - Method in class echopointng.layout.TableLayoutDataEx
Returns the tool tip text (displayed when the mouse cursor is hovered over the area with this layout data).
getTop() - Method in class echopointng.ContainerEx
 
getTop() - Method in class echopointng.ImageMap.Coords
Returns the value of the top co-ord.
getTop() - Method in class echopointng.MenuBar
 
getTop() - Method in class echopointng.NativeWindow
 
getTop() - Method in interface echopointng.able.Positionable
Returns the top Y position of the component
getTop() - Method in class echopointng.layout.DisplayLayoutData
 
getTopColor() - Method in class echopointng.BorderEx
 
getTopColor() - Method in class echopointng.Separator
The color of the top separator line
getTopOffset() - Method in class echopointng.Menu
Returns the top offset of this Menu
getTopSize() - Method in class echopointng.BorderEx
 
getTopSize() - Method in class echopointng.Separator
The size of the top separator line
getTopStyle() - Method in class echopointng.BorderEx
 
getTotalPages() - Method in class echopointng.table.DefaultPageableSortableTableModel
 
getTotalPages() - Method in interface echopointng.table.PageableTableModel
Returns the total number of pages this model contains based on total rows / rows per page.
getTotalRows() - Method in class echopointng.table.DefaultPageableSortableTableModel
 
getTotalRows() - Method in interface echopointng.table.PageableTableModel
Returns the total number of rows in the underlying TableModel
getTransfer() - Method in class echopointng.Calculator
 
getTranslucentImage() - Method in class echopointng.LightBox
 
getTransparentImageRef(int, int) - Static method in class echopointng.image.ImageKit
Returns an transparent ImageReference that is width * height in dimensions
getTree() - Method in class echopointng.TreeTable
This method returns the underlying Tree component of the TreeTable.
getTreeCellRendererComponent(Tree, Object, boolean, boolean, boolean) - Method in class echopointng.tree.DefaultTreeCellRenderer
 
getTreeCellRendererComponent(Tree, Object, boolean, boolean, boolean) - Method in interface echopointng.tree.TreeCellRenderer
Returns a Component that will be rendered as a Tree cell.
getTreeCellRendererText(Tree, Object, boolean, boolean, boolean) - Method in class echopointng.tree.DefaultTreeCellRenderer
Configures the renderer based on the passed in parameters.
getTreeCellRendererText(Tree, Object, boolean, boolean, boolean) - Method in interface echopointng.tree.TreeCellRenderer
Returns a LabelEx that will be used to render a Tree cell.
getTreeCellRendererXhtml(Tree, Object, boolean, boolean, boolean) - Method in class echopointng.tree.DefaultTreeCellRenderer
 
getTreeCellRendererXhtml(Tree, Object, boolean, boolean, boolean) - Method in interface echopointng.tree.TreeCellRenderer
Returns a XhtmlFragment that will be rendered as a Tree cell.
getTreeIcons() - Method in class echopointng.Tree
Returns the TreeIcons being used by the Tree
getTreeModelListeners() - Method in class echopointng.treetable.AbstractTreeTableModel
 
getTreeNode() - Method in class echopointng.tree.TreeActionEventEx
 
getTreePath() - Method in class echopointng.tree.TreeModelEvent
Returns the TreePath object identifying the changed node.
getTreeSelectionModel() - Method in class echopointng.TreeTable
Returns the selection model for the tree portion of the this treetable.
getTreeTableModel() - Method in class echopointng.TreeTable
Returns the underlying TreeTableModel for this TreeTable.
getType() - Method in class echopointng.ImageMap.Coords
Returns the type co-ords.
getType() - Method in class echopointng.util.throwable.ThrowablePropertyDescriptor
Returns the type of the Throwable property
getURI() - Method in class echopointng.HttpPaneEx
Gets the URI being displayed
getURL() - Method in class echopointng.NativeWindow
 
getUncompletedColor() - Method in class echopointng.ProgressBar
 
getUnderlyingTableModel() - Method in class echopointng.table.ColumnHidingTableModel
 
getUnderlyingTableModel() - Method in class echopointng.table.DefaultSortableTableModel
 
getUpArrowImage() - Method in class echopointng.table.SortableTableHeaderRenderer
Returns the up arrow displyed in the column header of the sortable table.
getUserObject() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns this node's user object.
getUserObjectPath() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the user object path, from the root, to get to this node.
getValue() - Method in class echopointng.CalculatorField
 
getValue() - Method in class echopointng.ProgressBar
Returns the model's current value.
getValue() - Method in class echopointng.Slider
Returns the model's current value.
getValue() - Method in interface echopointng.model.BoundedRangeModel
Returns the model's current value.
getValue() - Method in class echopointng.model.DefaultBoundedRangeModel
Return the model's current value.
getValue() - Method in class echopointng.text.AutoLookupModel.DefaultEntry
 
getValue() - Method in interface echopointng.text.AutoLookupModel.Entry
 
getValue() - Method in class echopointng.util.collections.ConcurrentReaderHashMap.Entry
Get the value.
getValue() - Method in class echopointng.util.throwable.ThrowablePropertyDescriptor
Returns the value of the Throwable property
getValueAsString() - Method in class echopointng.util.throwable.ThrowablePropertyDescriptor
Returns a trimmed String representation of the value of the Throwable property or null.
getValueAt(int, int) - Method in class echopointng.table.ColumnHidingTableModel
 
getValueAt(int, int) - Method in class echopointng.table.DefaultPageableSortableTableModel
This returns a cell value at the specified column and paged row index.
getValueAt(int, int) - Method in class echopointng.table.DefaultSortableTableModel
 
getValueAt(Object, int) - Method in class echopointng.treetable.DefaultTreeTableModel
 
getValueAt(Object, int) - Method in interface echopointng.treetable.TreeTableModel
Much like the TableModel.getValueAt() except that it asks for a value in the context of a TreeModel node.
getValueDecimalPlaces() - Method in class echopointng.Slider
 
getValueIsAdjusting() - Method in interface echopointng.model.BoundedRangeModel
Returns true if the current changes to the value property are part of a series of changes.
getValueIsAdjusting() - Method in class echopointng.model.DefaultBoundedRangeModel
Returns true if the value is in the process of changing as a result of actions being taken by the user.
getValueIsAdjusting() - Method in class echopointng.tree.TreeListSelectionModel
 
getValueRatio() - Method in class echopointng.Slider
 
getVersion() - Method in class echopointng.externalevent.ExternalEventMonitorService
 
getVersion() - Method in class echopointng.table.LiveTableService
 
getVersion() - Method in class echopointng.text.AutoLookupService
 
getVerticalAlignment() - Method in class echopointng.image.TextImageReference
Returns the vertical alignment of the text relative to the x,y drawing point.
getVerticalScroll() - Method in class echopointng.ContainerEx
Returns the vertical scrollbar position.
getWeekNumberAbbreviation() - Method in class echopointng.DateChooser
Returns String for weekNumberAbbreviation (WN)
getWeekNumberForeground() - Method in class echopointng.DateChooser
 
getWidth() - Method in class echopointng.AbleComponent
 
getWidth() - Method in class echopointng.ImageIcon
 
getWidth() - Method in class echopointng.LabelEx
 
getWidth() - Method in class echopointng.NativeWindow
 
getWidth() - Method in interface echopointng.able.Widthable
Returns the width extent of the Widthable.
getWidth() - Method in class echopointng.image.EncodedImageReference
 
getWidth() - Method in class echopointng.image.TextImageReference
This returns the width of the backgroundImage.
getWidth() - Method in class echopointng.image.URLImageReference
 
getWidth() - Method in class echopointng.layout.DisplayLayoutData
 
getWriteMethod(String) - Method in class echopointng.stylesheet.CssObjectIntrospector
 
getX() - Method in class echopointng.ImageMap.Coords
Returns the value of the x co-ord.
getX() - Method in class echopointng.image.TextImageReference
The x position where the etxt will be drawn.
getXhtmlFragment() - Method in class echopointng.text.AutoLookupModel.DefaultEntry
 
getXhtmlFragment() - Method in interface echopointng.text.AutoLookupModel.Entry
 
getY() - Method in class echopointng.ImageMap.Coords
Returns the value of the y co-ord.
getY() - Method in class echopointng.image.TextImageReference
The y position where the etxt will be drawn.
getYearRange() - Method in class echopointng.DateChooser
Returns the number of years that will appear in the selectable Year field.
getZIndex() - Method in class echopointng.ContainerEx
 
getZIndex() - Method in class echopointng.MenuBar
 
getZIndex() - Method in interface echopointng.able.Positionable
Returns the z-index of the component
getZIndex() - Method in class echopointng.layout.DisplayLayoutData
 

H

HISTORY_CHANGED_PROPERTY - Static variable in class echopointng.HistoryMonitor
 
Heightable - interface echopointng.able.Heightable.
A Heightable is a component that can have a a fixed height in some specified units.
HistoryEvent - class echopointng.history.HistoryEvent.
HistoryEvent represents an event that has been raised when the user clicks on the back and forward button.
HistoryEvent(Object, HistoryState) - Constructor for class echopointng.history.HistoryEvent
Creates an HistoryEvent.
HistoryEventListener - interface echopointng.history.HistoryEventListener.
The HistoryEventListener interface is used to listen for HistoryEvent's.
HistoryMonitor - class echopointng.HistoryMonitor.
A HistoryMonitor can be used to monitor history events that are generated when the user presses the back and forward browser buttons.
HistoryMonitor() - Constructor for class echopointng.HistoryMonitor
Constructs an HistoryMonitor
HistoryState - interface echopointng.history.HistoryState.
HistoryState is a interface that represents an application state at a given point of time.
HistoryUndoRedo - interface echopointng.history.HistoryUndoRedo.
This interface is a command pattern extension of HistoryState.
HtmlKit - class echopointng.util.HtmlKit.
Encodes text strings into HTML.
HttpPaneEx - class echopointng.HttpPaneEx.
HttpPaneEx is a Pane that can show other HTTP content inside itself.
HttpPaneEx() - Constructor for class echopointng.HttpPaneEx
Constructs a HttpPaneEx
HttpPaneEx(String) - Constructor for class echopointng.HttpPaneEx
Constructs a HttpPaneEx pointed to the specified URI
hasActionListeners() - Method in class echopointng.Calculator
Determines the any ActionListener s are registered.
hasActionListeners() - Method in class echopointng.ComboBox
Determines the any ActionListeners are registered.
hasActionListeners() - Method in class echopointng.ImageIcon
Determines if the ImageIcon has any ActionListeners registered.
hasActionListeners() - Method in class echopointng.KeyStrokeListener
Determines if there are any ActionListener s registered.
hasAlphaChannel(Image) - Static method in class echopointng.image.ImageKit
This method returns true if the provided Image has an alpha channel
hasEverBeenExpanded(TreePath) - Method in class echopointng.Tree
Returns true if the node identified by the path has ever been expanded.
hasExpired(Object, long) - Method in class echopointng.util.collections.ExpiryCache
Called to see if a cache entry has expired or not at a given point in time.
hasKeyCombination(int) - Method in class echopointng.KeyStrokeListener
Returns true if the given key combination has been previously added to this KeyStrokeListener.
hasMethod(String, Class[], Class, Object) - Static method in class echopointng.util.reflect.ReflectionKit
This method can be called to determine whether an object has the specific named method.
hasMoreElements() - Method in class echopointng.tree.DefaultMutableTreeNode.BreadthFirstEnumeration
 
hasMoreElements() - Method in class echopointng.tree.DefaultMutableTreeNode.PathBetweenNodesEnumeration
 
hasMoreElements() - Method in class echopointng.tree.DefaultMutableTreeNode.PostorderEnumeration
 
hasMoreElements() - Method in class echopointng.tree.DefaultMutableTreeNode.PreorderEnumeration
 
hasMoreElements() - Method in class echopointng.util.collections.ConcurrentReaderHashMap.HashIterator
 
hasNext() - Method in class echopointng.util.collections.ConcurrentReaderHashMap.HashIterator
 
hash - Variable in class echopointng.util.collections.ConcurrentReaderHashMap.Entry
 
hashCode() - Method in class echopointng.tree.TreePath
Returns the hashCode for the object.
hashCode() - Method in class echopointng.util.collections.ConcurrentReaderHashMap.Entry
 
hide() - Method in class echopointng.LightBox
A convenience method for setHidden(true);
hideColumn(int) - Method in class echopointng.table.ColumnHidingTableModel
Hides the specified column.
hierarchicalColumnClass - Static variable in class echopointng.treetable.AbstractTreeTableModel
Value returned by getColumnClassfor the hierarchicalcolumn.
historyHash() - Method in interface echopointng.history.HistoryState
This is a unique history hash value that can be used to uniquely identify this particular slice of application state.
historyStateList - Variable in class echopointng.HistoryMonitor
The list of HistoryState objects
howManyTimesAccessed(Object) - Method in class echopointng.util.collections.ExpiryCache
Returns the number of times the object was accessed under a given key

I

ICON_EMPTY - Static variable in interface echopointng.tree.TreeIcons
 
ICON_FOLDER - Static variable in interface echopointng.tree.TreeIcons
 
ICON_FOLDEROPEN - Static variable in interface echopointng.tree.TreeIcons
 
ICON_JOIN - Static variable in interface echopointng.tree.TreeIcons
 
ICON_JOINBOTTOM - Static variable in interface echopointng.tree.TreeIcons
 
ICON_JOINNOLINE - Static variable in interface echopointng.tree.TreeIcons
 
ICON_LEAF - Static variable in interface echopointng.tree.TreeIcons
 
ICON_LINE - Static variable in interface echopointng.tree.TreeIcons
 
ICON_MINUS - Static variable in interface echopointng.tree.TreeIcons
 
ICON_MINUSBOTTOM - Static variable in interface echopointng.tree.TreeIcons
 
ICON_PLUS - Static variable in interface echopointng.tree.TreeIcons
 
ICON_PLUSBOTTOM - Static variable in interface echopointng.tree.TreeIcons
 
ICON_ROOT - Static variable in interface echopointng.tree.TreeIcons
 
ICON_ROOTOPEN - Static variable in interface echopointng.tree.TreeIcons
 
INPUT_SELECT - Static variable in class echopointng.Tree
Used as an INPUT name to indicate that a node is to be selected
INPUT_TOGGLE - Static variable in class echopointng.Tree
Used as an INPUT name to indicate that a node is to be toggled, ie expanded or contracted
INPUT_TRANSFER - Static variable in class echopointng.Calculator
 
INSTANCE - Static variable in class echopointng.externalevent.ExternalEventMonitorService
The singleton ExternalEventService monitoring service
INSTANCE - Static variable in class echopointng.table.LiveTableService
The singleton LiveTableService
INSTANCE - Static variable in class echopointng.text.AutoLookupService
The singleton AutoLookupService
ImageEncoder - interface echopointng.image.ImageEncoder.
The ImageEncoder interface specifies an object that can encode image data to an output stream.
ImageIcon - class echopointng.ImageIcon.
The ImageIcon class provides an component that displays an ImageReference.
ImageIcon() - Constructor for class echopointng.ImageIcon
Constructs a ImageIcon with a null ImageReference.
ImageIcon(ImageReference) - Constructor for class echopointng.ImageIcon
Constructs a ImageIcon and sets the width and height to be that of the ImageReference.
ImageIcon(ImageReference, Extent, Extent) - Constructor for class echopointng.ImageIcon
Constructs a ImageIcon with the specified width and height
ImageIcon(ImageReference, int, int) - Constructor for class echopointng.ImageIcon
Constructs a ImageIcon with the specified width and height
ImageKit - class echopointng.image.ImageKit.
A utility to class to help with ImageReference manipulation
ImageMap - class echopointng.ImageMap.
The ImageMap class provides a Component that allows a user to click on region within a provided region.
ImageMap() - Constructor for class echopointng.ImageMap
Constructs a ImageMap with nothing in it
ImageMap(ImageReference) - Constructor for class echopointng.ImageMap
Constructs an ImageMap using the provided image.
ImageMap.Coords - class echopointng.ImageMap.Coords.
The Coords object is a set of co-ordinates and an ActionCommand String.
ImageMap.Coords(int, int, int, int) - Constructor for class echopointng.ImageMap.Coords
Creates a new Rectangular Coords object with the given dimensions with no ActionCommand string.
ImageMap.Coords(int, int, int, int, String) - Constructor for class echopointng.ImageMap.Coords
Creates a new Rectangular Coords object with the given dimensions with the given actionCommand String.
ImageMap.Coords(int, int, int) - Constructor for class echopointng.ImageMap.Coords
Creates a new Circular Coords object with the given dimensions with no ActionCommand string.
ImageMap.Coords(int, int, int, String) - Constructor for class echopointng.ImageMap.Coords
Creates a new Circular Coords object with the given dimensions with the given ActionCommand string.
ImageMap.Coords(int[]) - Constructor for class echopointng.ImageMap.Coords
Creates a new Polygon Coords object with the given dimensions with no ActionCommand string.
ImageMap.Coords(int[], String) - Constructor for class echopointng.ImageMap.Coords
Creates a new Polygon Coords object with the given dimensions with the given ActionCommand string.
ImageReferencePeer - class echopointng.stylesheet.propertypeer.ImageReferencePeer.
ImageReferencePeer maps to ImageReference values of either HttpImageReference or ResourceImageReference
ImageReferencePeer() - Constructor for class echopointng.stylesheet.propertypeer.ImageReferencePeer
 
Insetable - interface echopointng.able.Insetable.
The Insetable interface is used to set extra space inside and outside a component.
InsetsPeer - class echopointng.stylesheet.propertypeer.InsetsPeer.
InsetsPeer is used to create Insets objects
InsetsPeer() - Constructor for class echopointng.stylesheet.propertypeer.InsetsPeer
 
IntegerPeer - class echopointng.stylesheet.propertypeer.IntegerPeer.
IntegerPeer converts property value strings into Integers.
IntegerPeer() - Constructor for class echopointng.stylesheet.propertypeer.IntegerPeer
 
iconMap - Variable in class echopointng.tree.DefaultTreeIcons
the map of icons images to names
imageMediaTracker - Static variable in class echopointng.image.ImageKit
You can use this object as an valid MediaTracker
imageObserver - Static variable in class echopointng.image.ImageKit
You can use this object as an valid ImageObserver
index - Variable in class echopointng.util.collections.ConcurrentReaderHashMap.HashIterator
 
indexOfTab(Component) - Method in class echopointng.tabbedpane.DefaultTabModel
 
indexOfTab(Component) - Method in interface echopointng.tabbedpane.TabModel
This is called to return the index of the component that makes up a tab.
indexOfTabContent(Component) - Method in class echopointng.tabbedpane.DefaultTabModel
 
indexOfTabContent(Component) - Method in interface echopointng.tabbedpane.TabModel
This is called to return the index of the tab that would show the provided content component.
init() - Method in class echopointng.AutoLookupTextFieldEx
 
init() - Method in class echopointng.CheckBoxEx
 
init() - Method in class echopointng.ExternalEventMonitor
When the ExternalEventMonitor is placed in the component hierarchy it is also made known to the ExternalEventMonitorService
init() - Method in class echopointng.ListBoxEx
 
init() - Method in class echopointng.LiveTable
 
init() - Method in class echopointng.RadioButtonEx
 
init() - Method in class echopointng.SelectFieldEx
 
init() - Method in class echopointng.TableEx
 
init() - Method in class echopointng.TextAreaEx
 
init() - Method in class echopointng.table.PageableTableNavigation
 
initCause(Throwable, Throwable) - Static method in class echopointng.util.throwable.ThrowableKit
Short hand method for ThrowableKit.attachCause(throwable, cause);
insert(Component, int) - Method in class echopointng.StackedPaneEx
Insets the Component c into the StackedPaneEx.
insert(MutableTreeNode, int) - Method in class echopointng.tree.DefaultMutableTreeNode
Removes newChild from its present parent (if it has a parent), sets the child's parent to this node, and then adds the child to this node's child array at index childIndex.
insert(MutableTreeNode, int) - Method in interface echopointng.tree.MutableTreeNode
Adds child to the receiver at index.
insertIndexInterval(int, int, boolean) - Method in class echopointng.tree.TreeListSelectionModel
Insert length indices beginning before/after index.
insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class echopointng.tree.DefaultTreeModel
Invoked this to insert newChild at location index in parents children.
insertTab(int, Component, Component) - Method in class echopointng.tabbedpane.DefaultTabModel
Called to insert a new tab at the specified index.
insertTab(int, String, ImageReference, Component) - Method in class echopointng.tabbedpane.DefaultTabModel
Called to insert a new tab at the specified index.
insureRowContinuity() - Method in class echopointng.tree.DefaultTreeSelectionModel
Useful for CONTIGUOUS_TREE_SELECTION.
insureUniqueness() - Method in class echopointng.tree.DefaultTreeSelectionModel
Insures that all the elements in path are unique.
invalidate() - Method in class echopointng.ProgressBar
Can be called to invalidate the ProgressBar so that it will redraw its internals when next rendered.
invalidate() - Method in class echopointng.TableEx
 
invalidate() - Method in class echopointng.Tree
Marks the Tree as needing to be re-rendered.
invertColor(Color) - Static method in class echopointng.util.ColorKit
Returns the inversion of a color.
invokeIfPresent(String, Class[], Class, Object, Object[]) - Static method in class echopointng.util.reflect.ReflectionKit
This method can be called to invoke a specific named method of an object.
isAccordionMode() - Method in class echopointng.model.ExpansionGroup
 
isActionCausingCell(int, int) - Method in class echopointng.TableEx
This method is intended to be called by the TableEx rendering peer.
isActionCausingCell(Table, int, int) - Method in class echopointng.table.DefaultTableCellRendererEx
 
isActionCausingCell(Table, int, int) - Method in interface echopointng.table.TableCellRendererEx
This method is called to determine which cells within a row can cause an action to be raised on the server when clicked.
isActionOnSelection() - Method in class echopointng.ComboBox
Indicates whether a server action is done when the list selection changes.
isAddedPath() - Method in class echopointng.tree.TreeSelectionEvent
Returns true if the first path element has been added to the selection, a return value of false means the first path has been removed from the selection.
isAddedPath(TreePath) - Method in class echopointng.tree.TreeSelectionEvent
Returns true if the path identified by path was added to the selection.
isAssignableFrom(Object, Class) - Static method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
Returns true if value Object is assignable to the target class.
isAutoRecall() - Method in class echopointng.ComboBox
Returns true if auto recall is in effect
isBestQuality() - Method in class echopointng.image.TextImageReference
Returns true if the image produce is of the best quality.
isCaseSensitive() - Method in class echopointng.ComboBox
Indicates whether text matching is case sensitive.
isCellWidthConstrained() - Method in class echopointng.Tree
Returns true if the Tree cells use as much UI width as possible or false if the cells try to contrain their UI width.
isCentered() - Method in class echopointng.NativeWindow
 
isClickToOpen() - Method in class echopointng.Menu
 
isCoalescing() - Method in class echopointng.template.SimpleTemplateCompilerHints
 
isCoalescing() - Method in interface echopointng.template.TemplateCompilerHints
 
isCollapsed(TreePath) - Method in class echopointng.Tree
Returns true if the value identified by path is currently collapsed, this will return false if any of the values in path are currently not being displayed.
isCollapsed(int) - Method in class echopointng.Tree
Returns true if the node at the specified display row is collapsed.
isCollapsed(int) - Method in class echopointng.TreeTable
Returns true if the node at the specified display row is collapsed.
isCollapsed(TreePath) - Method in class echopointng.TreeTable
Returns true if the node identified by path is currently collapsed, this will return false if any of the values in path are currently not being displayed.
isColor(String) - Static method in class echopointng.util.ColorKit
Returns true if the propertyValue is a valid representation of a Color value.
isCssObjectDeclaration(String) - Static method in class echopointng.stylesheet.CssObjectDeclarationParser
Returns true if the objDecl string is in fact in the correct for an CSS object declaration.
isDependent() - Method in class echopointng.NativeWindow
 
isDescendant(TreePath) - Method in class echopointng.tree.TreePath
Returns true if the specified node is a descendant of this TreePath.
isDrawOuterBorders() - Method in class echopointng.Menu
Returns true if the Menu's outer borders and insets/outsets will be drawn.
isEditable() - Method in class echopointng.RichTextArea
 
isEmpty() - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class echopointng.util.collections.ExpiryCache
Note this may return false when in fact all objects in the cache have expired.
isEncodeAlpha() - Method in class echopointng.image.PngEncoder
This returns true if the Alpha channel of the image will be encoded
isExceptionOnFailure() - Method in class echopointng.TemplatePanel
The default value is false.
isExpandEntityReferences() - Method in class echopointng.template.SimpleTemplateCompilerHints
 
isExpandEntityReferences() - Method in interface echopointng.template.TemplateCompilerHints
 
isExpanded() - Method in class echopointng.ExpandableSection
 
isExpanded() - Method in class echopointng.PopUp
 
isExpanded() - Method in class echopointng.TitleBar
 
isExpanded(TreePath) - Method in class echopointng.Tree
Returns true if the node identified by the path is currently expanded,
isExpanded(int) - Method in class echopointng.Tree
Returns true if the node at the specified display row is currently expanded.
isExpanded(int) - Method in class echopointng.TreeTable
Returns true if the node at the specified display row is currently expanded.
isExpanded(TreePath) - Method in class echopointng.TreeTable
Returns true if the node identified by path is currently expanded.
isExpanded() - Method in interface echopointng.able.Expandable
 
isExpanded - Variable in class echopointng.model.DefaultExpansionModel
 
isExpanded() - Method in class echopointng.model.DefaultExpansionModel
Returns the model's expansion.
isExpanded() - Method in interface echopointng.model.ExpansionModel
Returns the model's expansion.
isExtent(String) - Static method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
Returns true of the specified string is an extent string
isExtent(String) - Static method in class echopointng.util.ExtentKit
Returns true if the string is in an extent in the form : [integer][unit] where unit is one of [px | % | pt | cm | mm | in | em | ex | pc] and no spaces are allowed betwwen the integer value and the unit.
isFastMode() - Method in class echopointng.DateChooser
When the DateChooser is in fast mode, the navigation between months does not result in the DateSelectionModel 's displayedDate being updated.
isFont(String) - Static method in class echopointng.util.FontKit
Returns true if the fontString is a valid representation of a Font value.
isFooterVisible() - Method in class echopointng.TableEx
Determines if the table footer is visible.
isGetter(Method) - Static method in class echopointng.util.reflect.ReflectionKit
Returns true if the method is in fact a Java Bean getter method. ie is starts with 'get' or 'is' and takes no parameters and returns a value and is not static.
isHeightStretched() - Method in class echopointng.ContainerEx
 
isHeightStretched() - Method in class echopointng.TabbedPane
 
isHeightStretched() - Method in class echopointng.TableEx
 
isHeightStretched() - Method in interface echopointng.able.Stretchable
 
isHidden() - Method in class echopointng.ComponentEx
 
isHiddenColumn(int) - Method in class echopointng.table.ColumnHidingTableModel
Returns true if the specified column is hidden.
isHiddenField() - Method in class echopointng.TextFieldEx
 
isHierarchical(int) - Method in class echopointng.TreeTable
Determines if the specified column contains hierarchical nodes.
isHorizontal() - Method in class echopointng.Menu
 
isIgnoreMetaKeys() - Method in class echopointng.TableEx
Determines if meta keys are ignored during selection
isIgnoringComments() - Method in class echopointng.template.SimpleTemplateCompilerHints
 
isIgnoringComments() - Method in interface echopointng.template.TemplateCompilerHints
 
isIgnoringElementContentWhitespace() - Method in class echopointng.template.SimpleTemplateCompilerHints
 
isIgnoringElementContentWhitespace() - Method in interface echopointng.template.TemplateCompilerHints
 
isImmediateNotification() - Method in class echopointng.Slider
 
isIndexedProperty(String) - Method in class echopointng.stylesheet.CssObjectIntrospector
 
isInlineLayout() - Method in class echopointng.layout.DisplayLayoutData
Returns true if the layout data should use inline layout or false if it should block layout.
isInteger(String) - Static method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
Returns true if the propertyValue is a valid representation of a base 10 Integer value.
isIntepretNewlines() - Method in class echopointng.LabelEx
 
isInterpretNewlines() - Method in class echopointng.ButtonEx
 
isInvokeSetText() - Method in class echopointng.TemplatePanel
Returns true if the text of a component marker is the template is placed into the component via its setTextMethod.
isJustText() - Method in class echopointng.xhtml.XhtmlFragment
This method use a simple "heuristic" based test to see if the XhtmlFragment content is in fact a simple bit of text, without markup.
isKeepAlive() - Method in class echopointng.Menu
 
isKeptInMemory() - Method in class echopointng.image.EncodedImageReference
Returns true if the encoded image is cached in memory.
isLazyRenderEnabled() - Method in class echopointng.StackedPaneEx
 
isLeadAnchorNotificationEnabled() - Method in class echopointng.tree.TreeListSelectionModel
Returns the value of the leadAnchorNotificationEnabled flag.
isLeaf() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns true if this node has no children.
isLeaf(Object) - Method in class echopointng.tree.DefaultTreeModel
Returns whether the specified node is a leaf node.
isLeaf(Object) - Method in interface echopointng.tree.TreeModel
Returns true if node is a leaf.
isLeaf() - Method in interface echopointng.tree.TreeNode
Returns true if the receiver is a leaf.
isLeaf(Object) - Method in class echopointng.treetable.AbstractTreeTableModel
Returns true if the specified node is a leaf node; false otherwise.
isLeaf(Object) - Method in class echopointng.treetable.DefaultTreeTableModel
 
isLineWrap() - Method in class echopointng.LabelEx
Returns whether text wrapping is allowed or not.
isLinesDrawn() - Method in class echopointng.Tree
Returns true if lines are drawn between tree nodes.
isMethodOK(Class, Method) - Method in interface echopointng.util.reflect.ReflectionKit.MethodSearchCriteria
 
isModal() - Method in class echopointng.NativeWindow
 
isMonthSelectable() - Method in class echopointng.DateChooser
Returns true if the Month display is selectable
isNamespaceAware() - Method in class echopointng.template.SimpleTemplateCompilerHints
 
isNamespaceAware() - Method in interface echopointng.template.TemplateCompilerHints
 
isNavigationArrowsVisible() - Method in class echopointng.DateChooser
Returns true if the NavigationsArrows are visible
isNodeAncestor(TreeNode) - Method in class echopointng.tree.DefaultMutableTreeNode
Returns true if anotherNode is an ancestor of this node -- if it is this node, this node's parent, or an ancestor of this node's parent.
isNodeChild(TreeNode) - Method in class echopointng.tree.DefaultMutableTreeNode
Returns true if aNode is a child of this node.
isNodeDescendant(DefaultMutableTreeNode) - Method in class echopointng.tree.DefaultMutableTreeNode
Returns true if anotherNode is a descendant of this node -- if it is this node, one of this node's children, or a descendant of one of this node's children.
isNodeRelated(DefaultMutableTreeNode) - Method in class echopointng.tree.DefaultMutableTreeNode
Returns true if and only if aNode is in the same tree as this node.
isNodeSibling(TreeNode) - Method in class echopointng.tree.DefaultMutableTreeNode
Returns true if anotherNode is a sibling of (has the same parent as) this node.
isNullActionCommandsRaiseEvents() - Method in class echopointng.Tree
Returns TRUE of TreeNode's with 'null' action commands will still raise events by bubbling up the Tree.
isNullString(String) - Static method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
Returns TRUE if the propertyValue is the null string
isOpen() - Method in class echopointng.NativeWindow
 
isPathSelected(TreePath) - Method in class echopointng.Tree
Returns true if the item identified by the path is currently selected.
isPathSelected(TreePath) - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns true if the path, path, is in the current selection.
isPathSelected(TreePath) - Method in interface echopointng.tree.TreeSelectionModel
Returns true if the path, path, is in the current selection.
isPopUpNextToToggle() - Method in class echopointng.PopUp
 
isPopUpOnRollover() - Method in class echopointng.PopUp
 
isPositioned() - Method in class echopointng.ContainerEx
 
isPositioned() - Method in class echopointng.MenuBar
 
isPositioned() - Method in interface echopointng.able.Positionable
This returns true if any positioning is in place other than normal flow ie.
isPositioned() - Method in class echopointng.layout.DisplayLayoutData
 
isProgressStringPainted() - Method in class echopointng.ProgressBar
Returns true if the progress bar will render a string onto the representation of the progress bar.
isResizeDragBarUsed() - Method in class echopointng.TableEx
 
isResizeGrowsTable() - Method in class echopointng.TableEx
 
isResizeable() - Method in class echopointng.TableEx
 
isRolloverEnabled() - Method in class echopointng.LabelEx
Determines if rollover effects are enabled.
isRolloverEnabled() - Method in class echopointng.PopUp
Determines if rollover effects are enabled.
isRolloverEnabled() - Method in class echopointng.TitleBar
Determines if rollover effects are enabled.
isRoot() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns true if this node is the root of the tree.
isRootAutoExpanded() - Method in class echopointng.Tree
Returns true if the root node of the tree is expanded when the TreeModel is first set.
isRootAutoExpanded() - Method in class echopointng.TreeTable
Returns true if the root node of the tree is expanded when the TreeModel is first set.
isRootVisible() - Method in class echopointng.Tree
Returns true if the root node of the tree is displayed.
isRootVisible() - Method in class echopointng.TreeTable
Returns true if the root node of the tree is displayed.
isRowSelected(int) - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns true if the row identitifed by row is selected.
isScrollIntoViewUsed() - Method in class echopointng.Tree
 
isScrollable() - Method in class echopointng.TableEx
 
isSelected() - Method in class echopointng.model.DefaultMenuItemModel
Returns the menu item model's selection state.
isSelected() - Method in class echopointng.model.DefaultSingleSelectionModel
 
isSelected() - Method in interface echopointng.model.SingleSelectionModel
Returns true if the selection model currently has a selected value.
isSelectedIndex(int) - Method in class echopointng.table.AbleTableSelectionModel
Returns the selection state of the given row.
isSelectedIndex(int) - Method in class echopointng.tree.TreeListSelectionModel
 
isSelectedModelIndex(int) - Method in class echopointng.table.AbleTableSelectionModel
Returns the selection state of the given row.
isSelectionCausingCell(int, int) - Method in class echopointng.TableEx
This method is intended to be called by the TableEx rendering peer.
isSelectionCausingCell(Table, int, int) - Method in class echopointng.table.DefaultTableCellRendererEx
 
isSelectionCausingCell(Table, int, int) - Method in interface echopointng.table.TableCellRendererEx
This method allows you to "restrict" the cells (within a row) that will cause selection of the row to occur.
isSelectionDisplayBarVisible() - Method in class echopointng.DateChooser
Returns true if the SelectionDisplayBar is visible
isSelectionEmpty() - Method in class echopointng.Tree
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in class echopointng.table.AbleTableSelectionModel
 
isSelectionEmpty() - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in class echopointng.tree.TreeListSelectionModel
 
isSelectionEmpty() - Method in interface echopointng.tree.TreeSelectionModel
Returns true if the selection is currently empty.
isSelectionIncludesIcon() - Method in class echopointng.Tree
 
isSetter(Method) - Static method in class echopointng.util.reflect.ReflectionKit
Returns true if the method is in fact a Java Bean setter method. ie is starts with 'set', takes one parameter and has a return value of void and is not static.
isSoftReferences() - Method in class echopointng.util.collections.ExpiryCache
Returns true if SoftReferences are used to cached data
isSpellCheckInProgress() - Method in class echopointng.RichTextArea
 
isStyleApplied() - Method in class echopointng.TemplatePanel
Returns true if the style declarations from the template data have been applied.
isStyleChildren() - Method in class echopointng.Menu
 
isSubmenuImageBordered() - Method in class echopointng.Menu
 
isSubmitButton() - Method in class echopointng.PushButton
 
isSynchronisedWithTarget() - Method in class echopointng.EditableLabelEx
 
isTextMatchingPerformed() - Method in class echopointng.ComboBox
Returns true if text matching is performed
isTogglePressedEnabled() - Method in class echopointng.PopUp
Determines if pressed effects are enabled.
isUpdateFromTextField() - Method in class echopointng.DateField
 
isValid() - Method in class echopointng.image.EncodedImageReference
This returns whether the AWT Image data is currently valid.
isValidChild(Component) - Method in class echopointng.AbleProperties
We dont allow anu children to be added to the component.
isValidChild(Component) - Method in class echopointng.ContentPaneEx
This relaxes the ContentPane rule about allowing only one non-FloatingPane child.
isValidChild(Component) - Method in class echopointng.EditableLabelEx
 
isValidChild(Component) - Method in class echopointng.HttpPaneEx
No children are allowed to be added to HttpPane
isValidChild(Component) - Method in class echopointng.KeyStrokeListener
This component does not support children.
isValidChild(Component) - Method in class echopointng.LightBox
 
isValidChild(Component) - Method in class echopointng.Menu
 
isValidChild(Component) - Method in class echopointng.NativeWindow
Always returns false.
isValidChild(Component) - Method in class echopointng.Strut
Strut is NOT allowed to have any children.
isValidNumber(String) - Method in class echopointng.Calculator
This method is called to determine wether the text parameter is a valid number to be placed inside the calculator or its memory.
isValidXML(String) - Static method in class echopointng.xhtml.XhtmlFragment
This can be called to findout if a fragment is valid XML.
isValidating() - Method in class echopointng.template.SimpleTemplateCompilerHints
 
isValidating() - Method in interface echopointng.template.TemplateCompilerHints
 
isVisible(TreePath) - Method in class echopointng.Tree
Returns true if the value identified by path is currently viewable, which means it is either the root or all of its parents are exapnded , Otherwise, this method returns false.
isVisible(TreePath) - Method in class echopointng.TreeTable
Returns true if the value identified by path is currently viewable, which means it is either the root or all of its parents are expanded.
isYearSelectable() - Method in class echopointng.DateChooser
Returns true if the Year display is selectable.

J

JavaScriptEval - class echopointng.command.JavaScriptEval.
JavaScriptEval can be used to eval some arbitary JavaScript on the client.
JavaScriptEval(String) - Constructor for class echopointng.command.JavaScriptEval
Constructs a JavaScriptEval
JavaScriptInclude - class echopointng.command.JavaScriptInclude.
JavaScriptInclude can be used to include some arbitary JavaScript on the client via a URI to the script file.
JavaScriptInclude(String) - Constructor for class echopointng.command.JavaScriptInclude
Constructs a JavaScriptEval
JspTemplateDataSource - class echopointng.template.JspTemplateDataSource.
JspTemplateDataSource takes it template data from a JSP include path.
JspTemplateDataSource() - Constructor for class echopointng.template.JspTemplateDataSource
Creates a JspTemplateDataSource with no JSP path.
JspTemplateDataSource(String) - Constructor for class echopointng.template.JspTemplateDataSource
Creates a JspTemplateDataSource that takes its template data from a JSP path

K

KEYSTROKE_CHANGED_PROPERTY - Static variable in class echopointng.KeyStrokeListener
 
KeyStrokeListener - class echopointng.KeyStrokeListener.
KeyStrokeListener is a component that listens for key stroke combinations and raises action events if any one of those key combinations have been pressed.
KeyStrokeListener() - Constructor for class echopointng.KeyStrokeListener
Constructs a KeyStrokeListener
KeyStrokes - interface echopointng.KeyStrokes.
The KeyStrokes interface is used to denote all the keystroke combinations available.
key - Variable in class echopointng.util.collections.ConcurrentReaderHashMap.Entry
 
keySet - Variable in class echopointng.util.collections.ConcurrentReaderHashMap
 
keySet() - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Returns a set view of the keys contained in this map.
keySet() - Method in class echopointng.util.collections.ExpiryCache
Returns a Set of all the keys in the cache.
keys() - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Returns an enumeration of the keys in this table.

L

LEXICAL_COMPARATOR - Static variable in class echopointng.table.DefaultSortableTableModel
This comparator converts the objects into Strings first and then compares them based on lexical order.
LabelEx - class echopointng.LabelEx.
LabelEx is a LabelEx with extras such as rollovers and borders.
LabelEx() - Constructor for class echopointng.LabelEx
Creates a LabelEx with no text or icon.
LabelEx(ImageReference) - Constructor for class echopointng.LabelEx
Creates a LabelEx with an icon.
LabelEx(String) - Constructor for class echopointng.LabelEx
Creates a LabelEx with the specified text.
LabelEx(String, ImageReference) - Constructor for class echopointng.LabelEx
Creates a LabelEx with the specified text and an icon.
LabelEx(XhtmlFragment) - Constructor for class echopointng.LabelEx
Creates a label with the specified XhtmlFragment.
LabelEx(XhtmlFragment, ImageReference) - Constructor for class echopointng.LabelEx
Creates a label with the specified XhtmlFragment and an icon.
LightBox - class echopointng.LightBox.
The LightBox is a component that covers all visible content with a translucent image.
LightBox() - Constructor for class echopointng.LightBox
Constructs a LightBox
ListBoxEx - class echopointng.ListBoxEx.
ListBoxEx
ListBoxEx() - Constructor for class echopointng.ListBoxEx
Creates an empty ListBoxEx.
ListBoxEx(ListModel) - Constructor for class echopointng.ListBoxEx
Creates a ListBoxEx visualizing the specified model.
ListBoxEx(ListModel, ListSelectionModel) - Constructor for class echopointng.ListBoxEx
Creates a ListBoxEx visualizing the specified ListModel and describing selections using the specified ListSelectionModel.
ListBoxEx(Object[]) - Constructor for class echopointng.ListBoxEx
Creates a ListBoxEx with a DefaultListModel that initially contains the specified array of items.
ListSection - class echopointng.ListSection.
The ListSection class provides a Component that can contain other Components, XhtmlFragments or Objects in a list.
ListSection() - Constructor for class echopointng.ListSection
Constructs a ListSection with nothing in it
ListSection(Object[]) - Constructor for class echopointng.ListSection
Constructs a ListSection with the list contents as arrList.
ListSection(int) - Constructor for class echopointng.ListSection
Constructs a ListSection Ordering can be one of the following values.
ListSection(int, Object[]) - Constructor for class echopointng.ListSection
Constructs a ListSection with the objects supplied in the provided array.
ListSection(int, List) - Constructor for class echopointng.ListSection
Constructs a ListSection with the objects supplied in the provided list.
ListSelectionModelEx - interface echopointng.list.ListSelectionModelEx.
ListSelectionModelEx is an extension of ListSelectionModel that allows extra functionality.
LiveTable - class echopointng.LiveTable.
THIS CLASS IS CURRENTLY EXPIRMENTAL AND HENCE IT AND ALL ASSOCIATED CLASS AND INTERFACES SHOULD BE CONSIDERED NOT IN THEIR FINAL form LiveTable is a specialised form of Table that provides support for only loading "some of the data" in a large TableModel.
LiveTable() - Constructor for class echopointng.LiveTable
Creates a new LiveTable with an empty DefaultTableModel.
LiveTable(int, int) - Constructor for class echopointng.LiveTable
Creates a new LiveTable with a new DefaultTableModel with the specified dimensions.
LiveTable(TableModel) - Constructor for class echopointng.LiveTable
Creates a LiveTable using the supplied TableModel.
LiveTable(TableModel, TableColumnModel) - Constructor for class echopointng.LiveTable
Creates a LiveTable with the supplied TableModel and the specified TableColumnModel.
LiveTableRenderer - interface echopointng.table.LiveTableRenderer.
LiveTableRenderer is used to partially render a TableModel within a LiveTable, via direct XHTML insertion of row data.
LiveTableService - class echopointng.table.LiveTableService.
LiveTableService is used to provide page data to a LiveTable component in an asynchronous manner.
LiveTableService() - Constructor for class echopointng.table.LiveTableService
 
LocalePeer - class echopointng.stylesheet.propertypeer.LocalePeer.
LocalePeer maps to Locale values
LocalePeer() - Constructor for class echopointng.stylesheet.propertypeer.LocalePeer
 
LongPeer - class echopointng.stylesheet.propertypeer.LongPeer.
LongPeer converts property value strings into Longs.
LongPeer() - Constructor for class echopointng.stylesheet.propertypeer.LongPeer
 
lastReturned - Variable in class echopointng.util.collections.ConcurrentReaderHashMap.HashIterator
 
lastWrite - Variable in class echopointng.util.collections.ConcurrentReaderHashMap
field written to only to guarantee lock ordering.
leadAnchorNotificationEnabled - Variable in class echopointng.tree.TreeListSelectionModel
 
leadIndex - Variable in class echopointng.tree.DefaultTreeSelectionModel
Index of the lead path in selection.
leadPath - Variable in class echopointng.tree.DefaultTreeSelectionModel
Last path that was added.
leadRow - Variable in class echopointng.tree.DefaultTreeSelectionModel
Lead row.
listSelectionModel - Variable in class echopointng.tree.DefaultTreeSelectionModel
Handles maintaining the list selection model.
listenerList - Variable in class echopointng.HistoryMonitor
The EventListenerList containing HistoryEventListener's
listenerList - Variable in class echopointng.model.DefaultBoundedRangeModel
The listeners waiting for model changes.
listenerList - Variable in class echopointng.model.DefaultCalendarSelectionModel
 
listenerList - Variable in class echopointng.model.DefaultColorSelectionModel
 
listenerList - Variable in class echopointng.model.DefaultExpansionModel
 
listenerList - Variable in class echopointng.model.DefaultSingleSelectionModel
 
listenerList - Variable in class echopointng.tabbedpane.AbstractTabModel
our list of event listeners
listenerList - Variable in class echopointng.tree.DefaultTreeModel
Listeners.
listenerList - Variable in class echopointng.tree.DefaultTreeSelectionModel
Event listener list.
listenerList - Variable in class echopointng.tree.TreeListSelectionModel
 
listenerList - Variable in class echopointng.treetable.AbstractTreeTableModel
Event listener list
load(String, ClassLoader) - Static method in class echopointng.stylesheet.CssStyleSheetLoader
Parses a CSS style sheet and returns a StyleSheet instance.
load(InputStream, ClassLoader) - Static method in class echopointng.stylesheet.CssStyleSheetLoader
Parses a CSS style sheet and returns a StyleSheet instance.
loadCachedImage(String) - Static method in class echopointng.image.ImageKit
Loads an image file from disk and returns an java.awt.Image, which is then cached.
loadCachedImage(String, int, int) - Static method in class echopointng.image.ImageKit
Loads an image file from disk and returns an java.awt.Image, which is then cached.
loadCachedImage(URL) - Static method in class echopointng.image.ImageKit
Loads an image file from disk and returns an java.awt.Image, which is then cached.
loadCachedImage(URL, int, int) - Static method in class echopointng.image.ImageKit
Loads an image file from disk and returns an java.awt.Image, which is then cached.
loadCachedResourceImage(String) - Static method in class echopointng.image.ImageKit
Loads an image file from a named Java resource and returns an java.awt.Image which is then cached.
loadCachedResourceImage(String, int, int) - Static method in class echopointng.image.ImageKit
Loads an image file from a named Java resource and returns an java.awt.Image which is then cached.
loadFactor - Variable in class echopointng.util.collections.ConcurrentReaderHashMap
The load factor for the hash table.
loadFactor() - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Return the load factor
loadImage(String) - Static method in class echopointng.image.ImageKit
Loads an image file from disk and returns an java.awt.Image.
loadImage(String, int, int) - Static method in class echopointng.image.ImageKit
Loads an image file from disk and returns an java.awt.Image.
loadImage(URL) - Static method in class echopointng.image.ImageKit
Loads an image file from disk and returns an java.awt.Image.
loadImage(URL, int, int) - Static method in class echopointng.image.ImageKit
Loads an image file from disk and returns an java.awt.Image.
loadResourceImage(String) - Static method in class echopointng.image.ImageKit
Loads an image file from a named Java resource and returns an java.awt.Image.
loadResourceImage(String, int, int) - Static method in class echopointng.image.ImageKit
Loads an image file from a named Java resource and returns an java.awt.Image.

M

MATCH_IS_CASE_SENSITIVE - Static variable in interface echopointng.text.AutoLookupModel
When this match option is in used, the lookup matching is case sensitive.
MATCH_ONLY_FROM_START - Static variable in interface echopointng.text.AutoLookupModel
When this match option is in used, the lookup matching is expected to only match from the start of the value string.
METAKEY_ALT - Static variable in class echopointng.model.ActionEventEx
Used to indicate whether the 'alt' key was depressed during the firing of the event.
METAKEY_CONTROL - Static variable in class echopointng.model.ActionEventEx
Used to indicate whether the 'ctrl' key was depressed during the firing of the event.
METAKEY_META - Static variable in class echopointng.model.ActionEventEx
Used to indicate whether the 'meta' key was depressed during the firing of the event.
METAKEY_NONE - Static variable in class echopointng.model.ActionEventEx
Used to indicate that NO meta key was pressed during the event.
METAKEY_SHIFT - Static variable in class echopointng.model.ActionEventEx
Used to indicate whether the 'shift' key was depressed during the firing of the event.
META_MASK - Static variable in interface echopointng.KeyStrokes
Use this mask to determine if the META key is held a key is pressed
MODEL_STRUCTURE_CHANGED_PROPERTY - Static variable in class echopointng.Tree
 
MULTIPLE_INTERVAL_SELECTION - Static variable in class echopointng.tree.TreeListSelectionModel
 
Menu - class echopointng.Menu.
The Menu class provides a MenuItem that can be added to a parent Menu or MenuBar.
Menu() - Constructor for class echopointng.Menu
Creates a Menu with no text or icon.
Menu(MenuItem) - Constructor for class echopointng.Menu
Creates a Menu with no text or icon and adds menuItem as its first child.
Menu(ImageReference) - Constructor for class echopointng.Menu
Creates a Menu with an icon.
Menu(String) - Constructor for class echopointng.Menu
Creates a Menu with text.
Menu(String, ImageReference) - Constructor for class echopointng.Menu
Creates a Menu with text and an icon.
MenuBar - class echopointng.MenuBar.
The MenuBar class provides a Component that contains other Menu objects and MenuItem objects.
MenuBar() - Constructor for class echopointng.MenuBar
Constructs a MenuBar.
MenuBar(MenuItem) - Constructor for class echopointng.MenuBar
Constructs a MenuBar and adds menuItem as its first child
MenuButton - class echopointng.MenuButton.
MenuButton is a specialised form of Menu that looks like a stand alone button but has the drop down Menu Box that can contain other MenuItems and other components.
MenuButton() - Constructor for class echopointng.MenuButton
Creates a MenuButton with no text or icon.
MenuButton(String) - Constructor for class echopointng.MenuButton
Creates a MenuButton with text.
MenuButton(ImageReference) - Constructor for class echopointng.MenuButton
Creates a MenuButton with an icon.
MenuButton(String, ImageReference) - Constructor for class echopointng.MenuButton
Creates a MenuButton with text and an icon.
MenuItem - class echopointng.MenuItem.
The MenuItem class provides a ButtonEx that can be added to a Menu.
MenuItem() - Constructor for class echopointng.MenuItem
Creates a MenuItem with no text or icon.
MenuItem(String) - Constructor for class echopointng.MenuItem
Creates a MenuItem with text.
MenuItem(ImageReference) - Constructor for class echopointng.MenuItem
Creates a MenuItem with an icon.
MenuItem(String, ImageReference) - Constructor for class echopointng.MenuItem
Creates a MenuItem with text and an icon.
MouseCursorable - interface echopointng.able.MouseCursorable.
The MouseCursorable interface is used to set a new cursor value when the mouse is moved over a component.
MutableBorderEx - class echopointng.MutableBorderEx.
MutableBorderEx is extension of BorderEx is no longer immutable.
MutableBorderEx() - Constructor for class echopointng.MutableBorderEx
 
MutableBorderEx(Color) - Constructor for class echopointng.MutableBorderEx
 
MutableBorderEx(Extent, Color, int) - Constructor for class echopointng.MutableBorderEx
 
MutableBorderEx(Extent, Color, int, Extent, Color, int, Extent, Color, int, Extent, Color, int) - Constructor for class echopointng.MutableBorderEx
 
MutableBorderEx(int) - Constructor for class echopointng.MutableBorderEx
 
MutableBorderEx(int, Color) - Constructor for class echopointng.MutableBorderEx
 
MutableBorderEx(int, Color, int) - Constructor for class echopointng.MutableBorderEx
 
MutableBorderEx(int, Color, int, int, Color, int, int, Color, int, int, Color, int) - Constructor for class echopointng.MutableBorderEx
 
MutableStyleEx - class echopointng.MutableStyleEx.
MutableStyleEx is a MutableStyle with more setters for the basic Java types.
MutableStyleEx() - Constructor for class echopointng.MutableStyleEx
Constructs an empty MutableStyleEx
MutableStyleEx(Style) - Constructor for class echopointng.MutableStyleEx
Constructs a MutableStyleEx based on the values of a another Style.
MutableTreeNode - interface echopointng.tree.MutableTreeNode.
Defines the requirements for a tree node object that can change -- by adding or removing child nodes, or by changing the contents of a user object stored in the node.
makeAwtColor(Color, Color) - Static method in class echopointng.util.ColorKit
Creates an java.awt.Color object from a nextapp.echo.Color object, or uses the default AWT if the echoColor object is null
makeAwtFont(Font, Font) - Static method in class echopointng.util.FontKit
Creates an AWT font object from a Echo font object.
makeBufferedImage(Image) - Static method in class echopointng.image.ImageKit
Returns a BufferedImage, that is same as the original java.awt.Image.
makeBufferedImage(Image, int, int) - Static method in class echopointng.image.ImageKit
Returns a BufferedImage, that is same as the original java.awt.Image.
makeBufferedImage(Image, int, int, int) - Static method in class echopointng.image.ImageKit
Returns a BufferedImage, that is same as the original java.awt.Image, scaled to width and height.
makeCSSColor(Color) - Static method in class echopointng.util.ColorKit
Returns the Hex W3C CSS color string for a given color ie #rrggbb
makeCSSFont(Font) - Static method in class echopointng.util.FontKit
Makes a W3C CSS font string in the special format fontstyle, fontsize, fontnames
makeColor(String) - Static method in class echopointng.util.ColorKit
Returns a Color object from the string representation The color string must be in the format :
- #rrggbb where rr, gg, bb are hexidecimal integer values
- rgb( r, g, b) where r,g,b are integer values
- color( r, g, b) where r,g,b are integer values
- null will return a null color otherwise an IllegalArgumentException is thrown.
makeColor(int, int, int) - Static method in class echopointng.util.ColorKit
Returns a Color object from the red, green and blue integer values.
makeColor(int) - Static method in class echopointng.util.ColorKit
Returns a Color object from the red, green and blue integer values.
makeColorString(Color) - Static method in class echopointng.util.ColorKit
Returns the Color in the form : color(r,g,b);
makeExtent(String) - Static method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
Makes an Extent from a string
makeExtent(String) - Static method in class echopointng.util.ExtentKit
Returns an new Extent object that represents the given Extent string in the form : [integer][unit] where unit is one of [px | % | pt | cm | mm | in | em | ex | pc] and no spaces are allowed betwwen the integer value and the unit.
makeFont(String) - Static method in class echopointng.util.FontKit
Returns the Font value of the given Font string representation.
makeFontString(Font) - Static method in class echopointng.util.FontKit
Makes a string representation of a font in the format font(fontName, fontStyle, fontSize) where : fontName - is a font name such as 'Verdana' or 'Times New Roman'.
makeHexColor(Color) - Static method in class echopointng.util.ColorKit
Returns the Hex string for a given color for example 'rrggbb' Note it does NOT have the # character at the front
makeImageColorTransparent(Image, Color) - Static method in class echopointng.image.ImageKit
This will change the image so that any occurence of the specified color is fully transparent, ie has an alpha value of 0.
makeImageColorTransparent(Image, Color, int) - Static method in class echopointng.image.ImageKit
This will change the image so that any occurence of the specified color is changed to have an alpha value of 'alpha'; This method works inline on the provided image.
makeImageGreyScale(Image) - Static method in class echopointng.image.ImageKit
 
makeRuntimeException(String, Throwable) - Static method in class echopointng.util.throwable.ThrowableKit
This method creates a RuntimeException that will attach the root cause if you are running under JDK 1.4 or later.
makeRuntimeException(Throwable) - Static method in class echopointng.util.throwable.ThrowableKit
A short cut method for ThrowableKit.makeRuntimeException(null,cause);
makeThrowable(Class, String, Throwable) - Static method in class echopointng.util.throwable.ThrowableKit
This method creates a Throwable derived object that will attach the root cause if you are running under JDK 1.4 or later.
makeThrowable(Class, Throwable) - Static method in class echopointng.util.throwable.ThrowableKit
Short hand method for ThrowableKit.makeThrowable(throwableClass, null,cause);
makeTypeface(String) - Static method in class echopointng.util.FontKit
This will return a Font.Typeface object by first rtying to match the names against System provided ones and failing that it will create a font.Typeface for you.
makeValidXHTML(StringBuffer) - Method in class echopointng.RichTextArea
The client rich text support do necessarily provide back valid XHTML in the editied text.
makeVisible(TreePath) - Method in class echopointng.Tree
Ensures that the node identified by path is currently viewable.
mirrowImage(Image) - Static method in class echopointng.image.ImageKit
This method mirrows the source image through the vertical plane, eg. the left become the right.

N

NBSP - Static variable in class echopointng.table.DefaultLiveTableRenderer
This contains the entityt numeric value for  
NEVER - Static variable in interface echopointng.able.Scrollable
A scroll bar policy that will cause scroll bars to never appear, without regard for whether they are required.
NEWLINE_REMOVE - Static variable in class echopointng.util.HtmlKit
 
NEWLINE_TO_BR - Static variable in class echopointng.util.HtmlKit
 
NEWLINE_TO_SPACE - Static variable in class echopointng.util.HtmlKit
 
NEWLINE_TRANSPARENT - Static variable in class echopointng.util.HtmlKit
 
NODE_CHANGED_PROPERTY - Static variable in class echopointng.Tree
 
NONE - Static variable in class echopointng.BorderEx
A static BorderEx that is zero sized and STYLE_NONE.
NOT_SORTED - Static variable in interface echopointng.table.SortableTableModel
A sort directive to not sort at all
NativeWindow - class echopointng.NativeWindow.
NativeWindow represents a component that can show cotent outside the Echo2 framework via a URL.
NativeWindow() - Constructor for class echopointng.NativeWindow
Constructs a NativeWindow that is closed by default
NativeWindow(String) - Constructor for class echopointng.NativeWindow
Constructs a NativeWindow with the specified URL.
NativeWindow(String, boolean) - Constructor for class echopointng.NativeWindow
Constructs a NativeWindow with the specified URL and open flag.
NumberPeer - class echopointng.stylesheet.propertypeer.NumberPeer.
NumberPeer converts property value strings into Numbers.
NumberPeer() - Constructor for class echopointng.stylesheet.propertypeer.NumberPeer
 
newLeadSelectionPath - Variable in class echopointng.tree.TreeSelectionEvent
leadSelectionPath after the paths changed, may be null.
next - Variable in class echopointng.util.collections.ConcurrentReaderHashMap.Entry
 
next() - Method in class echopointng.util.collections.ConcurrentReaderHashMap.HashIterator
 
nextElement() - Method in class echopointng.tree.DefaultMutableTreeNode.BreadthFirstEnumeration
 
nextElement() - Method in class echopointng.tree.DefaultMutableTreeNode.PathBetweenNodesEnumeration
 
nextElement() - Method in class echopointng.tree.DefaultMutableTreeNode.PostorderEnumeration
 
nextElement() - Method in class echopointng.tree.DefaultMutableTreeNode.PreorderEnumeration
 
nextElement() - Method in class echopointng.util.collections.ConcurrentReaderHashMap.HashIterator
 
nodeChanged(TreeNode) - Method in class echopointng.tree.DefaultTreeModel
Invoke this method after you've changed how node is to be represented in the tree.
nodeIds - Variable in class echopointng.tree.DefaultTreeModel
Map of Node identifiers keyed by the Nodes themselves
nodeIds - Variable in class echopointng.treetable.AbstractTreeTableModel
Map of Node identifiers keyed by the Nodes themselves
nodeStructureChanged(TreeNode) - Method in class echopointng.tree.DefaultTreeModel
Invoke this method if you've totally changed the children of node and its childrens children...
nodeStructureChanged(TreeNode) - Method in class echopointng.treetable.DefaultTreeTableModel
Invoke this method if you've totally changed the children of node and its childrens children...
nodesChanged(TreeNode, int[]) - Method in class echopointng.tree.DefaultTreeModel
Invoke this method after you've changed how the children identified by childIndicies are to be represented in the tree.
nodesChanged(TreeNode, int[]) - Method in class echopointng.treetable.DefaultTreeTableModel
Invoke this method after you've changed how the children identified by childIndicies are to be represented in the tree.
nodesWereInserted(TreeNode, int[]) - Method in class echopointng.tree.DefaultTreeModel
Invoke this method after you've inserted some TreeNodes into node.
nodesWereInserted(TreeNode, int[]) - Method in class echopointng.treetable.DefaultTreeTableModel
Invoke this method after you've inserted some TreeNodes into node.
nodesWereRemoved(TreeNode, int[], Object[]) - Method in class echopointng.tree.DefaultTreeModel
Invoke this method after you've removed some TreeNodes from node.
nodesWereRemoved(TreeNode, int[], Object[]) - Method in class echopointng.treetable.DefaultTreeTableModel
Invoke this method after you've removed some TreeNodes from node.
notifyPathChange(Vector, TreePath) - Method in class echopointng.tree.DefaultTreeSelectionModel
Notifies listeners of a change in path. changePaths should contain instances of TreeSpot.

O

OPEN_ON_CLICK - Static variable in class echopointng.Menu
Open Option that opens the Menu's drop down box when the mouse is clicked anywhere on the Menu's button, including the SubMenu image.
OPEN_ON_MOUSEOVER - Static variable in class echopointng.Menu
Open Option that opens the Menu's drop down box when the mouse is placed over the Menu's button.
OPEN_ON_SUBMENU_CLICK - Static variable in class echopointng.Menu
Open Option that opens the Menu's drop down box when the mouse is clicked only on the Menu's SubMenu image.
ORDERED - Static variable in class echopointng.ListSection
Determines whether the list is ordered or not
ORIENTATION_HORIZONTAL - Static variable in class echopointng.ProgressBar
 
ORIENTATION_HORIZONTAL - Static variable in class echopointng.Slider
 
ORIENTATION_VERTICAL - Static variable in class echopointng.ProgressBar
 
ORIENTATION_VERTICAL - Static variable in class echopointng.Slider
 
oldLeadSelectionPath - Variable in class echopointng.tree.TreeSelectionEvent
leadSelectionPath before the paths changed, may be null.
onComponent(Component) - Method in interface echopointng.util.ComponentKit.ComponentTraversalCallBack
Called for each component in a component hierarchy.
onExpiredObject(Object) - Method in class echopointng.util.collections.ExpiryCache
Called when an object has been detected as expired or versioned out of existence.
onNoHistoryAvailable(HistoryEvent) - Method in interface echopointng.history.HistoryEventListener
This is called when an history event has been raised but the HistoryMonitor could not find any HistoryState state for that event.
onRedo(HistoryEvent) - Method in interface echopointng.history.HistoryEventListener
This is called when an history event has been raised to redo some application state, eg go forwards in application state.
onUndo(HistoryEvent) - Method in interface echopointng.history.HistoryEventListener
This is called when an history event has been raised to undo some application state, eg go backwards in application state.

P

POLYGON - Static variable in class echopointng.ImageMap.Coords
 
PROPERTY_ACCESS_KEY - Static variable in interface echopointng.able.AccessKeyable
 
PROPERTY_ACTION_CAUSED_ON_CHANGE - Static variable in class echopointng.TextFieldEx
 
PROPERTY_ACTION_COMMAND - Static variable in class echopointng.Calculator
 
PROPERTY_ACTION_COMMAND - Static variable in class echopointng.ImageIcon
 
PROPERTY_ACTION_COMMAND - Static variable in class echopointng.Tree
 
PROPERTY_ACTION_ON_SELECTION - Static variable in class echopointng.ComboBox
 
PROPERTY_ACTIVATION_METHOD - Static variable in class echopointng.EditableLabelEx
 
PROPERTY_ALIGNMENT - Static variable in interface echopointng.able.Alignable
 
PROPERTY_APPLICATION_COMPONENT - Static variable in class echopointng.TitleBar
 
PROPERTY_AUTO_LOOKUP_MODEL - Static variable in class echopointng.AutoLookupTextFieldEx
 
PROPERTY_AUTO_RECALL - Static variable in class echopointng.ComboBox
 
PROPERTY_AUTO_RECALL_LIMIT - Static variable in class echopointng.ComboBox
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class echopointng.ContainerEx
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class echopointng.LabelEx
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class echopointng.Menu
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class echopointng.TitleBar
 
PROPERTY_BACKGROUND_IMAGE - Static variable in interface echopointng.able.BackgroundImageable
 
PROPERTY_BORDER - Static variable in interface echopointng.able.Borderable
 
PROPERTY_BOTTOM - Static variable in interface echopointng.able.Positionable
 
PROPERTY_BOTTOM_COLOR - Static variable in class echopointng.Separator
 
PROPERTY_BOTTOM_SIZE - Static variable in class echopointng.Separator
 
PROPERTY_BULLETS - Static variable in class echopointng.ListSection
 
PROPERTY_BULLETS_IMAGE - Static variable in class echopointng.ListSection
 
PROPERTY_BUTTON_BACKGROUND - Static variable in class echopointng.Calculator
 
PROPERTY_BUTTON_HEIGHT - Static variable in class echopointng.Calculator
 
PROPERTY_BUTTON_NUMBER_FOREGROUND - Static variable in class echopointng.Calculator
 
PROPERTY_BUTTON_OPERATOR_FOREGROUND - Static variable in class echopointng.Calculator
 
PROPERTY_BUTTON_WIDTH - Static variable in class echopointng.Calculator
 
PROPERTY_CALENDAR_BACKGROUND - Static variable in class echopointng.DateChooser
 
PROPERTY_CALENDAR_BORDER - Static variable in class echopointng.DateChooser
 
PROPERTY_CALENDAR_FONT - Static variable in class echopointng.DateChooser
 
PROPERTY_CALENDAR_FOREGROUND - Static variable in class echopointng.DateChooser
 
PROPERTY_CALENDAR_NON_MONTH_FOREGROUND - Static variable in class echopointng.DateChooser
 
PROPERTY_CALENDAR_ROLLOVER_BACKGROUND - Static variable in class echopointng.DateChooser
 
PROPERTY_CALENDAR_ROLLOVER_BORDER - Static variable in class echopointng.DateChooser
 
PROPERTY_CALENDAR_ROLLOVER_FOREGROUND - Static variable in class echopointng.DateChooser
 
PROPERTY_CALENDAR_SELECTED_BACKGROUND - Static variable in class echopointng.DateChooser
 
PROPERTY_CALENDAR_SELECTED_BORDER - Static variable in class echopointng.DateChooser
 
PROPERTY_CALENDAR_SELECTED_FONT - Static variable in class echopointng.DateChooser
 
PROPERTY_CALENDAR_SELECTED_FOREGROUND - Static variable in class echopointng.DateChooser
 
PROPERTY_CANCEL_MODE - Static variable in class echopointng.KeyStrokeListener
 
PROPERTY_CASE_SENSITIVE - Static variable in class echopointng.ComboBox
 
PROPERTY_CELL_RENDERER - Static variable in class echopointng.Tree
 
PROPERTY_CELL_WIDTH_CONTRAINED - Static variable in class echopointng.Tree
 
PROPERTY_CENTERED - Static variable in class echopointng.NativeWindow
 
PROPERTY_CLEAR_FLOAT - Static variable in interface echopointng.able.Floatable
 
PROPERTY_CLOSE_COMPONENT - Static variable in class echopointng.TitleBar
 
PROPERTY_COMPLETED_COLOR - Static variable in class echopointng.ProgressBar
 
PROPERTY_DEPENDENT - Static variable in class echopointng.NativeWindow
 
PROPERTY_DISABLED_BACKGROUND - Static variable in class echopointng.LabelEx
 
PROPERTY_DISABLED_BACKGROUND_IMAGE - Static variable in class echopointng.LabelEx
 
PROPERTY_DISABLED_BORDER - Static variable in class echopointng.LabelEx
 
PROPERTY_DISABLED_FONT - Static variable in class echopointng.LabelEx
 
PROPERTY_DISABLED_FOREGROUND - Static variable in class echopointng.LabelEx
 
PROPERTY_DISABLED_ICON - Static variable in class echopointng.LabelEx
 
PROPERTY_DISPLAY_BACKGROUND - Static variable in class echopointng.Calculator
 
PROPERTY_DISPLAY_FONT - Static variable in class echopointng.Calculator
 
PROPERTY_DISPLAY_FOREGROUND - Static variable in class echopointng.Calculator
 
PROPERTY_DOW_NAME_LENGTH - Static variable in class echopointng.DateChooser
 
PROPERTY_DRAW_OUTER_BORDERS - Static variable in class echopointng.Menu
 
PROPERTY_EDITABLE - Static variable in class echopointng.RichTextArea
 
PROPERTY_EDITOR_BACKGROUND - Static variable in class echopointng.RichTextArea
 
PROPERTY_EDITOR_BORDER - Static variable in class echopointng.RichTextArea
 
PROPERTY_EDITOR_FONT - Static variable in class echopointng.RichTextArea
 
PROPERTY_EDITOR_FOREGROUND - Static variable in class echopointng.RichTextArea
 
PROPERTY_ENTRY_PROPERTIES - Static variable in class echopointng.AutoLookupTextFieldEx
 
PROPERTY_ENTRY_ROLLOVER_PROPERTIES - Static variable in class echopointng.AutoLookupTextFieldEx
 
PROPERTY_EXCEPTION_ON_FAILURE - Static variable in class echopointng.TemplatePanel
 
PROPERTY_EXPANDED_TITLE - Static variable in class echopointng.TitleBar
 
PROPERTY_EXPANDED_TITLE_BACKGROUND_IMAGE - Static variable in class echopointng.TitleBar
 
PROPERTY_EXPANSION_GROUP - Static variable in interface echopointng.able.Expandable
 
PROPERTY_EXPANSION_MODEL - Static variable in interface echopointng.able.Expandable
 
PROPERTY_FAST_MODE - Static variable in class echopointng.DateChooser
 
PROPERTY_FEATURES - Static variable in class echopointng.NativeWindow
 
PROPERTY_FIRST_DAY_OF_WEEK - Static variable in class echopointng.DateChooser
 
PROPERTY_FLOAT - Static variable in interface echopointng.able.Floatable
 
PROPERTY_FOCUS_COMPONENT - Static variable in class echopointng.PopUp
 
PROPERTY_FOCUS_ON_EXPAND - Static variable in class echopointng.PopUp
 
PROPERTY_FOOTER_BACKGROUND - Static variable in class echopointng.TableEx
 
PROPERTY_FOOTER_VISIBLE - Static variable in class echopointng.TableEx
 
PROPERTY_HEADER_BACKGROUND - Static variable in class echopointng.TableEx
 
PROPERTY_HEIGHT - Static variable in class echopointng.TableEx
 
PROPERTY_HEIGHT - Static variable in interface echopointng.able.Heightable
 
PROPERTY_HEIGHT_STRETCHED - Static variable in interface echopointng.able.Stretchable
 
PROPERTY_HELP_COMPONENT - Static variable in class echopointng.TitleBar
 
PROPERTY_HIDDEN - Static variable in class echopointng.ComponentEx
 
PROPERTY_HIDDEN_FIELD - Static variable in class echopointng.TextFieldEx
 
PROPERTY_HORIZONTAL - Static variable in class echopointng.Menu
 
PROPERTY_HORIZONTAL_SCROLL - Static variable in class echopointng.ContainerEx
 
PROPERTY_ICON - Static variable in class echopointng.ImageIcon
 
PROPERTY_IGNORE_META_KEYS - Static variable in class echopointng.TableEx
 
PROPERTY_IMAGE - Static variable in class echopointng.ImageMap
Property Change Names
PROPERTY_IMMEDIATE_NOTIFICATION - Static variable in class echopointng.Slider
 
PROPERTY_INLINE_LAYOUT - Static variable in class echopointng.layout.DisplayLayoutData
 
PROPERTY_INSETS - Static variable in interface echopointng.able.Insetable
 
PROPERTY_INTERPRET_NEWLINES - Static variable in class echopointng.ButtonEx
 
PROPERTY_INTERPRET_NEWLINES - Static variable in class echopointng.LabelEx
 
PROPERTY_INVOKE_SETTEXT - Static variable in class echopointng.TemplatePanel
 
PROPERTY_KEEP_ALIVE - Static variable in class echopointng.Menu
 
PROPERTY_LAZY_RENDER_ENABLED - Static variable in class echopointng.StackedPaneEx
 
PROPERTY_LEFT - Static variable in class echopointng.NativeWindow
 
PROPERTY_LEFT - Static variable in interface echopointng.able.Positionable
 
PROPERTY_LEFT_EXPANDED_ICON - Static variable in class echopointng.TitleBar
 
PROPERTY_LEFT_ICON - Static variable in class echopointng.TitleBar
 
PROPERTY_LEFT_OFFSET - Static variable in class echopointng.Menu
 
PROPERTY_LINES_DRAWN - Static variable in class echopointng.Tree
 
PROPERTY_LINE_WRAP - Static variable in class echopointng.LabelEx
 
PROPERTY_LIST_ROWCOUNT - Static variable in class echopointng.ComboBox
 
PROPERTY_MAXIMUM_DATE - Static variable in class echopointng.DateChooser
 
PROPERTY_MAXIMUM_STRETCHED_HEIGHT - Static variable in interface echopointng.able.Stretchable
 
PROPERTY_MEMORY - Static variable in class echopointng.Calculator
 
PROPERTY_MENU_ALWAYS_ON_TOP - Static variable in class echopointng.Menu
 
PROPERTY_MENU_BACKGROUND - Static variable in class echopointng.Menu
 
PROPERTY_MENU_BACKGROUND_IMAGE - Static variable in class echopointng.Menu
 
PROPERTY_MENU_BORDER - Static variable in class echopointng.Menu
 
PROPERTY_MENU_FOREGROUND - Static variable in class echopointng.Menu
 
PROPERTY_MENU_INSETS - Static variable in class echopointng.Menu
 
PROPERTY_MENU_OUTSETS - Static variable in class echopointng.Menu
 
PROPERTY_MINIMUM_DATE - Static variable in class echopointng.DateChooser
 
PROPERTY_MINIMUM_STRETCHED_HEIGHT - Static variable in interface echopointng.able.Stretchable
 
PROPERTY_MODAL - Static variable in class echopointng.NativeWindow
 
PROPERTY_MODEL - Static variable in class echopointng.DateChooser
 
PROPERTY_MODEL - Static variable in class echopointng.ListSection
 
PROPERTY_MODEL - Static variable in class echopointng.ProgressBar
 
PROPERTY_MODEL - Static variable in class echopointng.Slider
 
PROPERTY_MODEL - Static variable in class echopointng.TabbedPane
 
PROPERTY_MODEL - Static variable in class echopointng.Tree
 
PROPERTY_MONTH_NAME_LENGTH - Static variable in class echopointng.DateChooser
 
PROPERTY_MONTH_SELECTABLE - Static variable in class echopointng.DateChooser
 
PROPERTY_MOUSE_CURSOR - Static variable in interface echopointng.able.MouseCursorable
 
PROPERTY_MOUSE_CURSOR_URI - Static variable in interface echopointng.able.MouseCursorable
 
PROPERTY_NAVIGATION_ARROWS_VISIBLE - Static variable in class echopointng.DateChooser
 
PROPERTY_NAVIGATION_BACKGROUND - Static variable in class echopointng.DateChooser
 
PROPERTY_NAVIGATION_BACKWARD_IMAGE - Static variable in class echopointng.DateChooser
 
PROPERTY_NAVIGATION_FONT - Static variable in class echopointng.DateChooser
 
PROPERTY_NAVIGATION_FOREGROUND - Static variable in class echopointng.DateChooser
 
PROPERTY_NAVIGATION_FORWARD_IMAGE - Static variable in class echopointng.DateChooser
 
PROPERTY_NAVIGATION_INHIBITED - Static variable in class echopointng.DateChooser
 
PROPERTY_NO_MATCHING_OPTION_TEXT - Static variable in class echopointng.AutoLookupTextFieldEx
 
PROPERTY_NULL_ACTION_COMMANDS_RAISE_EVENTS - Static variable in class echopointng.Tree
 
PROPERTY_NUMBER_OF_BLOCKS - Static variable in class echopointng.ProgressBar
 
PROPERTY_OPEN - Static variable in class echopointng.NativeWindow
 
PROPERTY_OPEN_OPTION - Static variable in class echopointng.Menu
 
PROPERTY_ORDERING - Static variable in class echopointng.ListSection
 
PROPERTY_ORIENTATION - Static variable in class echopointng.ProgressBar
 
PROPERTY_ORIENTATION - Static variable in class echopointng.Slider
 
PROPERTY_OUTSETS - Static variable in interface echopointng.able.Insetable
 
PROPERTY_PAGE_FETCH_SIZE - Static variable in class echopointng.LiveTable
 
PROPERTY_PARTIAL_UPDATE_SUPPORT - Static variable in class echopointng.Tree
 
PROPERTY_POPUP - Static variable in class echopointng.PopUp
 
PROPERTY_POPUP_ALIGNMENT - Static variable in class echopointng.PopUp
 
PROPERTY_POPUP_ALWAYS_ON_TOP - Static variable in class echopointng.PopUp
 
PROPERTY_POPUP_BACKGROUND - Static variable in class echopointng.PopUp
 
PROPERTY_POPUP_BORDER - Static variable in class echopointng.PopUp
 
PROPERTY_POPUP_INSETS - Static variable in class echopointng.PopUp
 
PROPERTY_POPUP_LEFT_OFFSET - Static variable in class echopointng.PopUp
 
PROPERTY_POPUP_NEXT_TO_TOGGLE - Static variable in class echopointng.PopUp
 
PROPERTY_POPUP_ON_ROLLOVER - Static variable in class echopointng.PopUp
 
PROPERTY_POPUP_OUTSETS - Static variable in class echopointng.PopUp
 
PROPERTY_POPUP_PROPERTIES - Static variable in class echopointng.AutoLookupTextFieldEx
 
PROPERTY_POPUP_TOP_OFFSET - Static variable in class echopointng.PopUp
 
PROPERTY_POSITION - Static variable in interface echopointng.able.Positionable
 
PROPERTY_PROGRESSBAR_IMAGE - Static variable in class echopointng.ProgressBar
 
PROPERTY_PROGRESS_STRING - Static variable in class echopointng.ProgressBar
 
PROPERTY_PROGRESS_STRING_PAINTED - Static variable in class echopointng.ProgressBar
 
PROPERTY_PROPERTY_CHILDREN - Static variable in class echopointng.Menu
 
PROPERTY_REGEX - Static variable in class echopointng.TextFieldEx
 
PROPERTY_REGEX_FAILURE_PROPERTIES - Static variable in class echopointng.TextFieldEx
 
PROPERTY_RENDERER - Static variable in class echopointng.LiveTable
 
PROPERTY_RENDERER - Static variable in class echopointng.ProgressBar
 
PROPERTY_RENDERER - Static variable in class echopointng.RichTextArea
 
PROPERTY_RESIZEABLE - Static variable in class echopointng.TableEx
 
PROPERTY_RESIZE_DRAG_BAR_USED - Static variable in class echopointng.TableEx
 
PROPERTY_RESIZE_GROWS_TABLE - Static variable in class echopointng.TableEx
 
PROPERTY_RIGHT - Static variable in interface echopointng.able.Positionable
 
PROPERTY_RIGHT_EXPANDED_ICON - Static variable in class echopointng.TitleBar
 
PROPERTY_RIGHT_ICON - Static variable in class echopointng.TitleBar
 
PROPERTY_ROLLOVER_BACKGROUND - Static variable in class echopointng.LabelEx
 
PROPERTY_ROLLOVER_BACKGROUND - Static variable in class echopointng.PopUp
 
PROPERTY_ROLLOVER_BACKGROUND - Static variable in class echopointng.TitleBar
 
PROPERTY_ROLLOVER_BACKGROUND_IMAGE - Static variable in class echopointng.LabelEx
 
PROPERTY_ROLLOVER_BACKGROUND_IMAGE - Static variable in class echopointng.TitleBar
 
PROPERTY_ROLLOVER_BORDER - Static variable in class echopointng.LabelEx
 
PROPERTY_ROLLOVER_BORDER - Static variable in class echopointng.PopUp
 
PROPERTY_ROLLOVER_BORDER - Static variable in class echopointng.TitleBar
 
PROPERTY_ROLLOVER_ENABLED - Static variable in class echopointng.LabelEx
 
PROPERTY_ROLLOVER_ENABLED - Static variable in class echopointng.PopUp
 
PROPERTY_ROLLOVER_ENABLED - Static variable in class echopointng.TitleBar
 
PROPERTY_ROLLOVER_FONT - Static variable in class echopointng.LabelEx
 
PROPERTY_ROLLOVER_FONT - Static variable in class echopointng.TitleBar
 
PROPERTY_ROLLOVER_FOREGROUND - Static variable in class echopointng.LabelEx
 
PROPERTY_ROLLOVER_FOREGROUND - Static variable in class echopointng.TitleBar
 
PROPERTY_ROLLOVER_ICON - Static variable in class echopointng.LabelEx
 
PROPERTY_ROOT_AUTO_EXPANDED - Static variable in class echopointng.Tree
 
PROPERTY_ROOT_VISIBLE - Static variable in class echopointng.Tree
 
PROPERTY_ROWS_PER_PAGE - Static variable in class echopointng.LiveTable
 
PROPERTY_ROW_HEIGHT - Static variable in class echopointng.LiveTable
 
PROPERTY_ROW_HEIGHT - Static variable in class echopointng.Tree
 
PROPERTY_SCROLLABLE - Static variable in class echopointng.TableEx
 
PROPERTY_SCROLL_BAR_BASE_COLOR - Static variable in interface echopointng.able.Scrollable
 
PROPERTY_SCROLL_BAR_POLICY - Static variable in interface echopointng.able.Scrollable
 
PROPERTY_SCROLL_BAR_PROPERTIES - Static variable in interface echopointng.able.Scrollable
 
PROPERTY_SCROLL_INTO_VIEW_USED - Static variable in class echopointng.Tree
 
PROPERTY_SEARCH_BAR_ICON - Static variable in class echopointng.AutoLookupTextFieldEx
 
PROPERTY_SEARCH_BAR_PROPERTIES - Static variable in class echopointng.AutoLookupTextFieldEx
 
PROPERTY_SEARCH_BAR_ROLLOVER_PROPERTIES - Static variable in class echopointng.AutoLookupTextFieldEx
 
PROPERTY_SEARCH_BAR_SEARCHING_ICON - Static variable in class echopointng.AutoLookupTextFieldEx
 
PROPERTY_SEARCH_BAR_SEARCHING_TEXT - Static variable in class echopointng.AutoLookupTextFieldEx
 
PROPERTY_SEARCH_BAR_SHOWN - Static variable in class echopointng.AutoLookupTextFieldEx
 
PROPERTY_SEARCH_BAR_TEXT - Static variable in class echopointng.AutoLookupTextFieldEx
 
PROPERTY_SELECTED_BACKGROUND - Static variable in class echopointng.DateChooser
 
PROPERTY_SELECTED_BACKGROUND - Static variable in class echopointng.tree.DefaultTreeCellRenderer
 
PROPERTY_SELECTED_BORDER - Static variable in class echopointng.DateChooser
 
PROPERTY_SELECTED_FONT - Static variable in class echopointng.DateChooser
 
PROPERTY_SELECTED_FONT - Static variable in class echopointng.tree.DefaultTreeCellRenderer
 
PROPERTY_SELECTED_FOREGROUND - Static variable in class echopointng.DateChooser
 
PROPERTY_SELECTED_FOREGROUND - Static variable in class echopointng.tree.DefaultTreeCellRenderer
 
PROPERTY_SELECTED_ROLLOVER_BACKGROUND - Static variable in class echopointng.DateChooser
 
PROPERTY_SELECTED_ROLLOVER_BORDER - Static variable in class echopointng.DateChooser
 
PROPERTY_SELECTED_ROLLOVER_FOREGROUND - Static variable in class echopointng.DateChooser
 
PROPERTY_SELECTION_DISPLAYBAR_VISIBLE - Static variable in class echopointng.DateChooser
 
PROPERTY_SELECTION_INCLUDES_ICON - Static variable in class echopointng.Tree
 
PROPERTY_SELECTION_MODEL - Static variable in class echopointng.ColorChooser
 
PROPERTY_SELECTION_MODEL - Static variable in class echopointng.TabbedPane
 
PROPERTY_SELECTION_MODEL - Static variable in class echopointng.Tree
 
PROPERTY_SELECTION_TEXT - Static variable in class echopointng.ColorChooser
 
PROPERTY_SHOWS_ROOT_HANDLES - Static variable in class echopointng.Tree
 
PROPERTY_SPELL_CHECKER - Static variable in class echopointng.RichTextArea
 
PROPERTY_SPELL_CHECK_IN_PROGRESS - Static variable in class echopointng.RichTextArea
 
PROPERTY_STYLE_CHILDREN - Static variable in class echopointng.Menu
 
PROPERTY_SUBMENU_IMAGE - Static variable in class echopointng.Menu
 
PROPERTY_SUBMENU_IMAGE_ALIGNMENT - Static variable in class echopointng.Menu
 
PROPERTY_SUBMENU_IMAGE_BORDERED - Static variable in class echopointng.Menu
 
PROPERTY_SUBMENU_ROLLOVER_IMAGE - Static variable in class echopointng.Menu
 
PROPERTY_SUBMIT_BUTTON - Static variable in class echopointng.PushButton
 
PROPERTY_SWATCHES_PER_ROW - Static variable in class echopointng.ColorChooser
 
PROPERTY_SWATCH_HEIGHT - Static variable in class echopointng.ColorChooser
 
PROPERTY_SWATCH_MODEL - Static variable in class echopointng.ColorChooser
 
PROPERTY_SWATCH_WIDTH - Static variable in class echopointng.ColorChooser
 
PROPERTY_SYNCHRONIZED_WITH_TARGET - Static variable in class echopointng.EditableLabelEx
 
PROPERTY_TAB_BORDER_STYLE - Static variable in class echopointng.TabbedPane
 
PROPERTY_TAB_LEAD_IN_WIDTH - Static variable in class echopointng.TabbedPane
 
PROPERTY_TAB_PLACEMENT - Static variable in class echopointng.TabbedPane
 
PROPERTY_TAB_SPACING - Static variable in class echopointng.TabbedPane
 
PROPERTY_TARGET - Static variable in class echopointng.KeyStrokeListener
 
PROPERTY_TARGET - Static variable in class echopointng.PopUp
 
PROPERTY_TARGET_BACKGROUND - Static variable in class echopointng.PopUp
 
PROPERTY_TARGET_BORDER - Static variable in class echopointng.PopUp
 
PROPERTY_TARGET_INSETS - Static variable in class echopointng.PopUp
 
PROPERTY_TARGET_ROLLOVER_BACKGROUND - Static variable in class echopointng.PopUp
 
PROPERTY_TARGET_ROLLOVER_BORDER - Static variable in class echopointng.PopUp
 
PROPERTY_TEMPLATE_DATA_SOURCE - Static variable in class echopointng.TemplatePanel
 
PROPERTY_TEMPLATE_TEXT_SUBSTITUTION - Static variable in class echopointng.TemplatePanel
 
PROPERTY_TEXT - Static variable in class echopointng.DirectHtml
 
PROPERTY_TEXTFIELD_DOCUMENT - Static variable in class echopointng.ComboBox
 
PROPERTY_TEXTFIELD_EDITABLE - Static variable in class echopointng.ComboBox
 
PROPERTY_TEXT_MATCHING - Static variable in class echopointng.ComboBox
 
PROPERTY_TITLE - Static variable in class echopointng.TitleBar
 
PROPERTY_TITLEBAR - Static variable in class echopointng.ExpandableSection
 
PROPERTY_TITLE_ALIGNMENT - Static variable in class echopointng.TitleBar
 
PROPERTY_TITLE_BACKGROUND_IMAGE - Static variable in class echopointng.TitleBar
 
PROPERTY_TITLE_LABEL - Static variable in class echopointng.GroupBox
 
PROPERTY_TOGGLE_BACKGROUND - Static variable in class echopointng.PopUp
 
PROPERTY_TOGGLE_BORDER - Static variable in class echopointng.PopUp
 
PROPERTY_TOGGLE_ICON - Static variable in class echopointng.PopUp
 
PROPERTY_TOGGLE_INSETS - Static variable in class echopointng.PopUp
 
PROPERTY_TOGGLE_PRESSED_BACKGROUND - Static variable in class echopointng.PopUp
 
PROPERTY_TOGGLE_PRESSED_BORDER - Static variable in class echopointng.PopUp
 
PROPERTY_TOGGLE_PRESSED_ENABLED - Static variable in class echopointng.PopUp
 
PROPERTY_TOGGLE_PRESSED_ICON - Static variable in class echopointng.PopUp
 
PROPERTY_TOGGLE_ROLLOVER_BACKGROUND - Static variable in class echopointng.PopUp
 
PROPERTY_TOGGLE_ROLLOVER_BORDER - Static variable in class echopointng.PopUp
 
PROPERTY_TOGGLE_ROLLOVER_ICON - Static variable in class echopointng.PopUp
 
PROPERTY_TOOLBAR_ALIGNMENT - Static variable in class echopointng.RichTextArea
 
PROPERTY_TOOLBAR_BACKGROUND - Static variable in class echopointng.RichTextArea
 
PROPERTY_TOOL_TIP_TEXT - Static variable in interface echopointng.able.ToolTipable
 
PROPERTY_TOOL_TIP_TEXT - Static variable in class echopointng.layout.DisplayLayoutData
 
PROPERTY_TOP - Static variable in class echopointng.NativeWindow
 
PROPERTY_TOP - Static variable in interface echopointng.able.Positionable
 
PROPERTY_TOP_COLOR - Static variable in class echopointng.Separator
 
PROPERTY_TOP_OFFSET - Static variable in class echopointng.Menu
 
PROPERTY_TOP_SIZE - Static variable in class echopointng.Separator
 
PROPERTY_TRANSFER - Static variable in class echopointng.Calculator
 
PROPERTY_TRANSLUCENT_IMAGE - Static variable in class echopointng.LightBox
 
PROPERTY_TREE_ICONS - Static variable in class echopointng.Tree
 
PROPERTY_UNCOMPLETED_COLOR - Static variable in class echopointng.ProgressBar
 
PROPERTY_URI - Static variable in class echopointng.HttpPaneEx
 
PROPERTY_URL - Static variable in class echopointng.NativeWindow
 
PROPERTY_VALUE_DECIMAL_PLACES - Static variable in class echopointng.Slider
 
PROPERTY_VALUE_RATIO - Static variable in class echopointng.Slider
 
PROPERTY_VERTICAL_SCROLL - Static variable in class echopointng.ContainerEx
 
PROPERTY_WEEK_NUMBER_ABBREVIATION - Static variable in class echopointng.DateChooser
 
PROPERTY_WEEK_NUMBER_FOREGROUND - Static variable in class echopointng.DateChooser
 
PROPERTY_WIDTH - Static variable in interface echopointng.able.Widthable
 
PROPERTY_YEAR_RANGE - Static variable in class echopointng.DateChooser
 
PROPERTY_YEAR_SELECTABLE - Static variable in class echopointng.DateChooser
 
PROPERTY_Z_INDEX - Static variable in interface echopointng.able.Positionable
 
PageableSortableTable - class echopointng.table.PageableSortableTable.
Convenience Table class for PageableTableModel and SortableTableModel
PageableSortableTable() - Constructor for class echopointng.table.PageableSortableTable
Creates a PageableSortableTable with a DefaultTableColumnModel and DefaultPageableSortableTableModel
PageableSortableTable(TableModel) - Constructor for class echopointng.table.PageableSortableTable
 
PageableSortableTable(TableModel, TableColumnModel) - Constructor for class echopointng.table.PageableSortableTable
 
PageableTableModel - interface echopointng.table.PageableTableModel.
An interface for paging through rows of data in a TableModel.
PageableTableNavigation - class echopointng.table.PageableTableNavigation.
A controller for tables containing PageableTableModel backed tables.
PageableTableNavigation(Table) - Constructor for class echopointng.table.PageableTableNavigation
 
PasswordFieldEx - class echopointng.PasswordFieldEx.
PasswordFieldEx is single-line text input field which masks input that adds extra support such as Attributeable.
PasswordFieldEx() - Constructor for class echopointng.PasswordFieldEx
Constructs a PasswordFieldEx
PngEncoder - class echopointng.image.PngEncoder.
PngEncoder implements the ImageEncoder interface and hence can take a java.awt.Image object and encode it as a PNG output stream.
PngEncoder() - Constructor for class echopointng.image.PngEncoder
Constructs a PngEncoder ready to start encoding, with the Alpha channel being encoded.
PopUp - class echopointng.PopUp.
PopUp is a component that 'pops up' a floating box containing another component when its toggle image is clicked or moused over.
PopUp() - Constructor for class echopointng.PopUp
Constructs a PopUp with no target and no popup component in place
PopUp(Component, Component) - Constructor for class echopointng.PopUp
Constructs a PopUp with the specified target and popup component in place.
Positionable - interface echopointng.able.Positionable.
A Positionable is one that can be postioned anywhere on the screen, regardless of the flow layout of other components.
Print - class echopointng.command.Print.
Print is used to cause the current user interface document to be printed.
Print() - Constructor for class echopointng.command.Print
Constructs a Print.
ProgressBar - class echopointng.ProgressBar.
The ProgressBar> component provides a visual display for an integer value within a bounded interval.
ProgressBar() - Constructor for class echopointng.ProgressBar
Creates a horizontal progress bar.
ProgressBar(BoundedRangeModel) - Constructor for class echopointng.ProgressBar
Creates a horizontal progress bar, the default orientation.
ProgressBar(int, int) - Constructor for class echopointng.ProgressBar
Creates a horizontal progress bar, which is the default.
ProgressBarRenderer - interface echopointng.progressbar.ProgressBarRenderer.
This interface is used to draw a progress bar
PushButton - class echopointng.PushButton.
The PushButton class is another implementation of the basic nextapp.echo2.app.ButtonEx class that has a more conventional visual appearance of a PushButton.
PushButton() - Constructor for class echopointng.PushButton
Creates a PushButton with no text or icon.
PushButton(String) - Constructor for class echopointng.PushButton
Creates a PushButton with text.
PushButton(ImageReference) - Constructor for class echopointng.PushButton
Creates a PushButton with an icon.
PushButton(String, ImageReference) - Constructor for class echopointng.PushButton
Creates a PushButton with text and an icon.
PushButton(XhtmlFragment) - Constructor for class echopointng.PushButton
Creates a PushButton with an XhtmlFragment.
PushButton(XhtmlFragment, ImageReference) - Constructor for class echopointng.PushButton
Creates a PushButton with an XhtmlFragment and an icon.
paintTabComponent(TabbedPane, Component, boolean, int) - Method in class echopointng.tabbedpane.DefaultTabModel
This method is called to "paint" the so it reflects the current TabbedPane selection and tab placemement.
paintText(Graphics2D, int, int) - Method in class echopointng.image.TextImageReference
Called to paint the text of the TextImageReference.
parent - Variable in class echopointng.tree.DefaultMutableTreeNode
this node's parent, or null if this node has no parent
parse(String) - Static method in class echopointng.stylesheet.CssObjectDeclarationParser
This will parse an CSS object declaration into its top level string components.
parseWords(String) - Method in class echopointng.richtext.AbstractRichTextSpellChecker
 
parseWords(String) - Method in interface echopointng.richtext.RichTextSpellChecker
This method is called to break a text buffer into a series of words.
path - Variable in class echopointng.tree.TreeExpansionEvent
Path to the value this event represents.
path - Variable in class echopointng.tree.TreeModelEvent
Path to the parent of the nodes that have changed.
pathByAddingChild(Object) - Method in class echopointng.tree.TreePath
Returns a new path containing all the elements of this receiver plus child.
pathFromAncestorEnumeration(TreeNode) - Method in class echopointng.tree.DefaultMutableTreeNode
Creates and returns an enumeration that follows the path from ancestor to this node.
paths - Variable in class echopointng.tree.TreeSelectionEvent
Paths this event represents.
peek() - Method in class echopointng.StackedPaneEx
This returns the Component that is currently on top of the stack or null if there isnt one.
peek(int) - Method in class echopointng.StackedPaneEx
This returns the Component that is at the specified index within the stack or null if there isnt one.
pendingHistoryStateList - Variable in class echopointng.HistoryMonitor
The pending list of HistoryState objects not yet processed by the rendering peer.
pop() - Method in class echopointng.StackedPaneEx
This will pop the current Component of the top of the stack.
popAndRemove() - Method in class echopointng.StackedPaneEx
This will pop the current Component of the top of the stack and remove it as a child of the StackedPaneEx.
popUntilTop(Component) - Method in class echopointng.StackedPaneEx
This will pop the stack of components until the specified component becomes the top of the stack.
postorderEnumeration() - Method in class echopointng.tree.DefaultMutableTreeNode
Creates and returns an enumeration that traverses the subtree rooted at this node in postorder.
prePopulate() - Method in interface echopointng.text.AutoLookupModel
This is called to prepopulate a cache of AutoLookupModel.Entry's on the client.
preorderEnumeration() - Method in class echopointng.tree.DefaultMutableTreeNode
Creates and returns an enumeration that traverses the subtree rooted at this node in preorder.
prime(TabbedPane) - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
This will set properties in the TabbedPane that are sutiable for this TabImageRenderer.
printThrowableDescription(Throwable, PrintStream, boolean) - Static method in class echopointng.util.throwable.ThrowableKit
Prints a textual description of a Throwable and its properties, causes and stack traces.
printThrowableDescription(Throwable, PrintStream) - Static method in class echopointng.util.throwable.ThrowableKit
Shorthand method for ThrowableKit.printThrowableDescription(throwable,out,true);
processInput(String, Object) - Method in class echopointng.ButtonEx
 
processInput(String, Object) - Method in class echopointng.Calculator
 
processInput(String, Object) - Method in class echopointng.ColorChooser
 
processInput(String, Object) - Method in class echopointng.ContainerEx
 
processInput(String, Object) - Method in class echopointng.DateChooser
 
processInput(String, Object) - Method in class echopointng.DateField
 
processInput(String, Object) - Method in class echopointng.EditableLabelEx
 
processInput(String, Object) - Method in class echopointng.HistoryMonitor
 
processInput(String, Object) - Method in class echopointng.ImageIcon
 
processInput(String, Object) - Method in class echopointng.ImageMap
 
processInput(String, Object) - Method in class echopointng.KeyStrokeListener
 
processInput(String, Object) - Method in class echopointng.LiveTable
 
processInput(String, Object) - Method in class echopointng.NativeWindow
 
processInput(String, Object) - Method in class echopointng.PopUp
 
processInput(String, Object) - Method in class echopointng.RichTextArea
 
processInput(String, Object) - Method in class echopointng.Slider
 
processInput(String, Object) - Method in class echopointng.TabbedPane
 
processInput(String, Object) - Method in class echopointng.TableEx
 
processInput(String, Object) - Method in class echopointng.TitleBar
 
processInput(String, Object) - Method in class echopointng.Tree
 
processInput(String, Object) - Method in class echopointng.TreeTable
We forward the TreePath input into out internal Tree.
push(Component) - Method in class echopointng.StackedPaneEx
This will push a component onto the top of the stack and hence make it the visible.
push(Component[]) - Method in class echopointng.StackedPaneEx
This will push an array of component onto the top of the stack and hence make it the visible.
put(String, Object) - Method in class echopointng.template.SimpleTemplateTextSubstitution
This method associated the given substitution name with a string value.
put(Object, Object) - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Maps the specified key to the specified value in this table.
put(Object, Object) - Method in class echopointng.util.collections.ExpiryCache
Places an object into the cache.
put(Object, Object, long) - Method in class echopointng.util.collections.ExpiryCache
Places an object into the cache.
put(Object, Object, long, long) - Method in class echopointng.util.collections.ExpiryCache
Places an object into the cache with the specified 'time-to-live' and a 'access time out' value.
put(Object, Object, long, long, long) - Method in class echopointng.util.collections.ExpiryCache
Places an object into the cache with the specified 'time-to-live' and a 'access time out' value as well as a version number.
putAll(Map) - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map) - Method in class echopointng.util.collections.ExpiryCache
 

Q

QuoterKit - class echopointng.util.QuoterKit.
This class will quote string data
queue - Variable in class echopointng.tree.DefaultMutableTreeNode.BreadthFirstEnumeration
 
quoteHTML(String) - Static method in class echopointng.util.QuoterKit
Quortes a string into HTML characters.
quoteJ(String, char) - Static method in class echopointng.util.QuoterKit
This method will apply a "Java quote" (ie double slashes) to a string with the given quote char

R

RECTANGLE - Static variable in class echopointng.ImageMap.Coords
 
RELATIVE - Static variable in interface echopointng.able.Positionable
The Positionable's position is calculated according to the normal flow.
RadioButtonEx - class echopointng.RadioButtonEx.
RadioButtonEx
RadioButtonEx() - Constructor for class echopointng.RadioButtonEx
Creates a radio button with no text or icon.
RadioButtonEx(ImageReference) - Constructor for class echopointng.RadioButtonEx
Creates a radio button with an icon.
RadioButtonEx(String) - Constructor for class echopointng.RadioButtonEx
Creates a radio button with text.
RadioButtonEx(String, ImageReference) - Constructor for class echopointng.RadioButtonEx
Creates a radio button with text and an icon.
RandKit - class echopointng.util.RandKit.
 
ReflectionKit - class echopointng.util.reflect.ReflectionKit.
ReflectionKit provides methods that help when using reflection on Java code.
ReflectionKit.ClassConstructorComparator - class echopointng.util.reflect.ReflectionKit.ClassConstructorComparator.
A Comparator that can be used when comparing and sorting Constructor objects by most specific declaring class order, then followed by Constructor name and parameters.
ReflectionKit.ClassConstructorComparator() - Constructor for class echopointng.util.reflect.ReflectionKit.ClassConstructorComparator
 
ReflectionKit.ClassDerivationComparator - class echopointng.util.reflect.ReflectionKit.ClassDerivationComparator.
A Comparator that can be used when comparing and sorting Class objects by most specific class order.
ReflectionKit.ClassDerivationComparator() - Constructor for class echopointng.util.reflect.ReflectionKit.ClassDerivationComparator
 
ReflectionKit.ClassFieldComparator - class echopointng.util.reflect.ReflectionKit.ClassFieldComparator.
A Comparator that can be used when comparing and sorting Field objects by most specific declaring class order, then followed by Field name and parameters.
ReflectionKit.ClassFieldComparator() - Constructor for class echopointng.util.reflect.ReflectionKit.ClassFieldComparator
 
ReflectionKit.ClassMemberComparator - class echopointng.util.reflect.ReflectionKit.ClassMemberComparator.
A Comparator that can be used when comparing and sorting Member objects by most specific declaring class order, then followed by member name.
ReflectionKit.ClassMemberComparator() - Constructor for class echopointng.util.reflect.ReflectionKit.ClassMemberComparator
 
ReflectionKit.ClassMethodComparator - class echopointng.util.reflect.ReflectionKit.ClassMethodComparator.
A Comparator that can be used when comparing and sorting Method objects by most specific declaring class order, then followed by method name and parameters.
ReflectionKit.ClassMethodComparator() - Constructor for class echopointng.util.reflect.ReflectionKit.ClassMethodComparator
 
ReflectionKit.ClassNameComparator - class echopointng.util.reflect.ReflectionKit.ClassNameComparator.
A Comparator that can be used when comparing and sorting Class objects by class name.
ReflectionKit.ClassNameComparator() - Constructor for class echopointng.util.reflect.ReflectionKit.ClassNameComparator
 
ReflectionKit.FieldClassComparator - class echopointng.util.reflect.ReflectionKit.FieldClassComparator.
A Comparator that can be used when comparing and sorting Field objects by name, modifier and class order.
ReflectionKit.FieldClassComparator() - Constructor for class echopointng.util.reflect.ReflectionKit.FieldClassComparator
 
ReflectionKit.MemberClassComparator - class echopointng.util.reflect.ReflectionKit.MemberClassComparator.
A Comparator that can be used when comparing and sorting Member objects by name, modifier and finally declaring class order.
ReflectionKit.MemberClassComparator() - Constructor for class echopointng.util.reflect.ReflectionKit.MemberClassComparator
 
ReflectionKit.MethodClassComparator - class echopointng.util.reflect.ReflectionKit.MethodClassComparator.
A Comparator that can be used when comparing and sorting Method objects by name, modifier and class order.
ReflectionKit.MethodClassComparator() - Constructor for class echopointng.util.reflect.ReflectionKit.MethodClassComparator
 
ReflectionKit.MethodSearchCriteria - interface echopointng.util.reflect.ReflectionKit.MethodSearchCriteria.
MethodSearchCriteria is an interface used to determine if a method matches some search criteria.
ResourceTemplateDataSource - class echopointng.template.ResourceTemplateDataSource.
ResourceTemplateDataSource takes it template data from a Class Resource
ResourceTemplateDataSource(String, ClassLoader) - Constructor for class echopointng.template.ResourceTemplateDataSource
Constructs a ResourceTemplateDataSource with the specified class resource as template data.
ResourceTemplateDataSource(String) - Constructor for class echopointng.template.ResourceTemplateDataSource
Constructs a ResourceTemplateDataSource using the named class resource as template data.
ResourceTemplateDataSource() - Constructor for class echopointng.template.ResourceTemplateDataSource
Constructs a ResourceTemplateDataSource with no template resousrce.
RichTextArea - class echopointng.RichTextArea.
The RichTextArea component provides HTML rich text editing facilities.
RichTextArea() - Constructor for class echopointng.RichTextArea
Constructs a RichTextArea with the default size.
RichTextArea(Document) - Constructor for class echopointng.RichTextArea
Constructs a new RichTextArea with the given text and default size.
RichTextArea(Document, String, Extent, Extent) - Constructor for class echopointng.RichTextArea
Creates a new RichTextArea with the given text and size.
RichTextArea(Extent, Extent) - Constructor for class echopointng.RichTextArea
Creates a new RichTextArea of the given size.
RichTextArea(String) - Constructor for class echopointng.RichTextArea
Creates a new RichTextArea with the given text.
RichTextArea(String, Extent, Extent) - Constructor for class echopointng.RichTextArea
Creates a new RichTextArea with the given text and size.
RichTextRenderer - interface echopointng.richtext.RichTextRenderer.
The RichTextRenderer interface allows the customisation of a RichTextArea component.
RichTextRenderer.CommandAppearance - interface echopointng.richtext.RichTextRenderer.CommandAppearance.
CommandAppearance controls what a command image looks like when it is rolled over or currently in a selected state.
RichTextSpellChecker - interface echopointng.richtext.RichTextSpellChecker.
RichTextSpellChecker is an interface used by a RichTextArea to spell check the words in it.
RichTextSpellChecker.SpellCheckerWord - interface echopointng.richtext.RichTextSpellChecker.SpellCheckerWord.
SpellCheckerWord is used to indicate the words contained within a block of text.
RowMapper - interface echopointng.tree.RowMapper.
Defines the requirements for an object that translates paths in the tree into display rows.
rand(double, double) - Static method in class echopointng.util.RandKit
get random numbers in a range, lo <= number <= hi
rand(int, int) - Static method in class echopointng.util.RandKit
get random numbers in a range, lo <= number <= hi
rand(long, long) - Static method in class echopointng.util.RandKit
get random numbers in a range, lo <= number <= hi
rand(Calendar, Calendar) - Static method in class echopointng.util.RandKit
Returns a new Calendar object which is between start and end
rand(Object[], Object[]) - Static method in class echopointng.util.RandKit
This method will return a random sample of the possibles array into the destination array, without repeating any options.
readSerializedAttributedString(ObjectInputStream) - Static method in class echopointng.image.ImageKit
Reads in a serialized AttributeString and restores all Serializable objects contained within it.
readSerializedImage(ObjectInputStream) - Static method in class echopointng.image.ImageKit
Reads an image in from a serilisation stream.
recordModification(Object) - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Force a memory synchronization that will cause all readers to see table.
redo() - Method in interface echopointng.history.HistoryUndoRedo
This method is called if the user has pressed the forward button and the HistoryUndoRedo object should redo any undo changes made.
register(ExternalEventMonitor) - Method in class echopointng.externalevent.ExternalEventMonitorService
Registers the ExternalEventMonitor with the service that is used to invoke external events.
register(LiveTable) - Method in class echopointng.table.LiveTableService
Registers the LiveTable with the service
register(AutoLookupTextFieldEx) - Method in class echopointng.text.AutoLookupService
Registers the AutoLookupTextFieldEx with the service
rehash() - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Rehashes the contents of this map into a new table with a larger capacity.
releaseTabAt(int) - Method in class echopointng.tabbedpane.DefaultTabModel
Does nothing as all tabs are kept in memory once added to this TabModel implementation.
releaseTabAt(int) - Method in interface echopointng.tabbedpane.TabModel
This is called when the content of a tab is no longer selected and hence resources associated with it may be released by the underlying TabModel.
reload() - Method in class echopointng.tree.DefaultTreeModel
Invoke this method if you've modified the TreeNodes upon which this model depends.
reload(TreeNode) - Method in class echopointng.tree.DefaultTreeModel
Invoke this method if you've modified the TreeNodes upon which this model depends.
remove(Object) - Method in class echopointng.ListSection
Removes a String from the ListSection Note that this will only be performed if the underlying model is derived from DefaultListModel.
remove(Component) - Method in class echopointng.ListSection
Removes a Component from the ListSection Note that this will only be performed if the underlying model is derived from DefaultListModel.
remove(Component) - Method in class echopointng.StackedPaneEx
 
remove(int) - Method in class echopointng.StackedPaneEx
 
remove(Component) - Method in class echopointng.TemplatePanel
 
remove(int) - Method in class echopointng.tree.DefaultMutableTreeNode
Removes the child at the specified index from this node's children and sets that node's parent to null.
remove(MutableTreeNode) - Method in class echopointng.tree.DefaultMutableTreeNode
Removes aChild from this node's child array, giving it a null parent.
remove(int) - Method in interface echopointng.tree.MutableTreeNode
Removes the child at index from the receiver.
remove(MutableTreeNode) - Method in interface echopointng.tree.MutableTreeNode
Removes node from the receiver.
remove(Component, Component) - Static method in class echopointng.util.ComponentKit
This method will remove a child component from anywhere in the component hierarchy from parent downwards.
remove(Component) - Method in class echopointng.util.ComponentTracker
 
remove(int) - Method in class echopointng.util.ComponentTracker
 
remove() - Method in class echopointng.util.collections.ConcurrentReaderHashMap.HashIterator
 
remove(Object) - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Removes the key (and its corresponding value) from this table.
remove(Object) - Method in class echopointng.util.collections.ExpiryCache
 
removeActionListener(ActionListener) - Method in class echopointng.Calculator
Removes an ActionListener from the Calculator.
removeActionListener(ActionListener) - Method in class echopointng.ComboBox
Removes an ActionListener from the TextField.
removeActionListener(ActionListener) - Method in class echopointng.ImageIcon
Removes an ActionListener.
removeActionListener(ActionListener) - Method in class echopointng.ImageMap
Removes an ActionListener.
removeActionListener(ActionListener) - Method in class echopointng.KeyStrokeListener
Removes an ActionListener from being notified of user actions, i.e., key presses.
removeActionListener(ActionListener) - Method in class echopointng.Tree
Removes an ActionListener.
removeActionListener(ActionListener) - Method in class echopointng.model.DefaultMenuItemModel
Removes an ActionListener from the menu item model.
removeAll() - Method in class echopointng.StackedPaneEx
 
removeAll() - Method in class echopointng.util.ComponentTracker
 
removeAllChildren() - Method in class echopointng.tree.DefaultMutableTreeNode
Removes all of this node's children, setting their parents to null.
removeAttribute(String) - Method in class echopointng.template.JspTemplateDataSource
Removes an attribute.
removeChangeListener(ChangeListener) - Method in class echopointng.ProgressBar
Removes a ChangeListener from the ProgressBar.
removeChangeListener(ChangeListener) - Method in class echopointng.Slider
Removes a ChangeListener from the Slider.
removeChangeListener(ChangeListener) - Method in interface echopointng.model.BoundedRangeModel
Removes a ChangeListener from the model's listener list.
removeChangeListener(ChangeListener) - Method in class echopointng.model.DefaultBoundedRangeModel
Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) - Method in class echopointng.model.DefaultExpansionModel
Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) - Method in class echopointng.model.DefaultMenuItemModel
Removes a ChangeListener from the menu item model.
removeChangeListener(ChangeListener) - Method in class echopointng.model.DefaultSingleSelectionModel
 
removeChangeListener(ChangeListener) - Method in interface echopointng.model.ExpansionModel
Removes listener as a listener to changes in the model.
removeChangeListener(ChangeListener) - Method in interface echopointng.model.SingleSelectionModel
Removes listener as a listener to changes in the model.
removeChangeListener(ChangeListener) - Method in class echopointng.tabbedpane.AbstractTabModel
 
removeChangeListener(ChangeListener) - Method in interface echopointng.tabbedpane.TabModel
Removes listener as a listener to changes in the model.
removeChangeListener(ChangeListener) - Method in class echopointng.table.AbleTableSelectionModel
 
removeChangeListener(ChangeListener) - Method in class echopointng.tree.TreeListSelectionModel
 
removeDescendantToggledPaths(Enumeration) - Method in class echopointng.Tree
Removes any descendants of the TreePaths in toRemove that have been expanded.
removeExpandable(Expandable) - Method in class echopointng.model.ExpansionGroup
Removes a Expandable from the group.
removeExternalEventListener(ExternalEventListener) - Method in class echopointng.ExternalEventMonitor
Removes an ExternalEventListener from the ExternalEventMonitor
removeFromParent() - Method in class echopointng.tree.DefaultMutableTreeNode
Removes the subtree rooted at this node from the tree, giving this node a null parent.
removeFromParent() - Method in interface echopointng.tree.MutableTreeNode
Removes the receiver from its parent.
removeHistoryEventListener(HistoryEventListener) - Method in class echopointng.HistoryMonitor
Removes an HistoryEventListener from the HistoryMonitor
removeIndexInterval(int, int) - Method in class echopointng.tree.TreeListSelectionModel
Remove the indices in the interval index0,index1 (inclusive) from the selection model.
removeItemListener(ItemListener) - Method in class echopointng.model.DefaultMenuItemModel
Removes a ItemListener from the menu item model.
removeKeyCombination(int) - Method in class echopointng.KeyStrokeListener
Removes a key combination from this KeyStrokeListener.
removeListDataListener(ListDataListener) - Method in class echopointng.ListSection
Removes a ListDataListener from this component.
removeListener(CalendarSelectionListener) - Method in interface echopointng.model.CalendarSelectionModel
Removes listener as a listener to changes in the model.
removeListener(ChangeListener) - Method in interface echopointng.model.ColorSelectionModel
Removes listener as a listener to changes in the model.
removeListener(CalendarSelectionListener) - Method in class echopointng.model.DefaultCalendarSelectionModel
Removes a CalendarSelectionListener from the model.
removeListener(ChangeListener) - Method in class echopointng.model.DefaultColorSelectionModel
 
removeNamedComponent(String) - Method in class echopointng.TemplatePanel
Removes a named component from the TemplatePanel that was previously added via the addNamedComponent() method.
removeNodeFromParent(MutableTreeNode) - Method in class echopointng.tree.DefaultTreeModel
Message this to remove node from its parent.
removePropertyChangeListener(PropertyChangeListener) - Method in class echopointng.able.ScrollBarProperties
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class echopointng.tree.DefaultTreeSelectionModel
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in interface echopointng.tree.TreeSelectionModel
Remove a PropertyChangeListener from the listener list.
removeSelectionInterval(int, int) - Method in class echopointng.tree.TreeListSelectionModel
 
removeSelectionPath(TreePath) - Method in class echopointng.Tree
Removes the node identified by the specified path from the current selection.
removeSelectionPath(TreePath) - Method in class echopointng.tree.DefaultTreeSelectionModel
Removes path from the selection.
removeSelectionPath(TreePath) - Method in interface echopointng.tree.TreeSelectionModel
Removes path from the selection.
removeSelectionPaths(TreePath[]) - Method in class echopointng.Tree
Removes the nodes identified by the specified paths from the current selection.
removeSelectionPaths(TreePath[]) - Method in class echopointng.tree.DefaultTreeSelectionModel
Removes paths from the selection.
removeSelectionPaths(TreePath[]) - Method in class echopointng.tree.EmptyTreeSelectionModel
A null implementation that removes nothing
removeSelectionPaths(TreePath[]) - Method in interface echopointng.tree.TreeSelectionModel
Removes paths from the selection.
removeTabAt(int) - Method in class echopointng.tabbedpane.DefaultTabModel
Removes the tab details at the specified index
removeTreeExpansionListener(TreeExpansionListener) - Method in class echopointng.Tree
Removes a listener for TreeExpansion events.
removeTreeModelListener(TreeModelListener) - Method in class echopointng.tree.DefaultTreeModel
Removes a TreeModelListener from the model
removeTreeModelListener(TreeModelListener) - Method in interface echopointng.tree.TreeModel
Removes a listener previously added with addTreeModelListener().
removeTreeModelListener(TreeModelListener) - Method in class echopointng.treetable.AbstractTreeTableModel
 
removeTreeSelectionListener(TreeSelectionListener) - Method in class echopointng.Tree
Removes a TreeSelection listener.
removeTreeSelectionListener(TreeSelectionListener) - Method in class echopointng.tree.DefaultTreeSelectionModel
Removes x from the list of listeners that are notified each time the selection changes.
removeTreeSelectionListener(TreeSelectionListener) - Method in interface echopointng.tree.TreeSelectionModel
Removes x from the list of listeners that are notified each time the selection changes.
removeTreeWillExpandListener(TreeWillExpandListener) - Method in class echopointng.Tree
Removes a listener for TreeWillExpand events.
render(OutputStream) - Method in class echopointng.image.EncodedImageReference
 
render(OutputStream) - Method in class echopointng.image.URLImageReference
 
renderEmptyRow(LiveTable, Node) - Method in class echopointng.table.DefaultLiveTableRenderer
 
renderEmptyRow(LiveTable, Node) - Method in interface echopointng.table.LiveTableRenderer
This method is called to get the XHTML for an empty row with the LiveTable.
renderRolloverStyle(LiveTable, Node, RenderContext) - Method in class echopointng.table.DefaultLiveTableRenderer
 
renderRolloverStyle(LiveTable, Node, RenderContext) - Method in interface echopointng.table.LiveTableRenderer
This method will be called if rollover's are enabled on the LiveTable.
renderRowCell(LiveTable, Element, int, int) - Method in class echopointng.table.DefaultLiveTableRenderer
This method is called to render a cell within a given row.
renderRows(LiveTable, Node, int, int) - Method in class echopointng.table.DefaultLiveTableRenderer
 
renderRows(LiveTable, Node, int, int) - Method in interface echopointng.table.LiveTableRenderer
This method is called to render the XHTML for the data starting from rowStart and ending at rowEnd.
renderSelectionStyle(LiveTable, Node, RenderContext) - Method in class echopointng.table.DefaultLiveTableRenderer
 
renderSelectionStyle(LiveTable, Node, RenderContext) - Method in interface echopointng.table.LiveTableRenderer
This method will be called if selection is enabled on the LiveTable.
renderStyles(LiveTable, Node) - Method in class echopointng.table.DefaultLiveTableRenderer
 
renderStyles(LiveTable, Node) - Method in interface echopointng.table.LiveTableRenderer
This method is called to render a series of XTHML Style Elements (eg.
replaceAttributedImages(Graphics2D, FontRenderContext, AttributedString) - Method in class echopointng.image.TextImageReference
Replaces all Unicode replacement characters u'FFFC' with the images from getReplacementImages() array in a round robin fashion.
reset() - Method in class echopointng.table.PageableTableNavigation
 
resetRowSelection() - Method in class echopointng.tree.DefaultTreeSelectionModel
Recalculates what rows are selected by asking the RowMapper for the row for each path.
returnValueOfNext() - Method in class echopointng.util.collections.ConcurrentReaderHashMap.HashIterator
 
returnValueOfNext() - Method in class echopointng.util.collections.ConcurrentReaderHashMap.KeyIterator
 
returnValueOfNext() - Method in class echopointng.util.collections.ConcurrentReaderHashMap.ValueIterator
 
roll(char[]) - Static method in class echopointng.util.RandKit
Returns a random char from the array of chars
roll(double[]) - Static method in class echopointng.util.RandKit
Returns a random double from the array of doubles
roll(float[]) - Static method in class echopointng.util.RandKit
Returns a random float from the array of floats
roll(int[]) - Static method in class echopointng.util.RandKit
Returns a random int from the array of ints
roll(long[]) - Static method in class echopointng.util.RandKit
Returns a random long from the array of longs
roll(Object[]) - Static method in class echopointng.util.RandKit
Returns a random object from the array of objects
roll(String[]) - Static method in class echopointng.util.RandKit
Returns a random String from the array of Strings
roll(boolean[]) - Static method in class echopointng.util.RandKit
Returns a random boolean from the array of booleans
roll(int) - Static method in class echopointng.util.RandKit
Returns true "chance" percent of the time.
roll(List) - Static method in class echopointng.util.RandKit
Returns a random Object from the List of Objects
roll5050() - Static method in class echopointng.util.RandKit
Returns true of false 50 percent of the time
root - Variable in class echopointng.tree.DefaultMutableTreeNode.PostorderEnumeration
 
root - Variable in class echopointng.tree.DefaultTreeModel
Root of the tree.
root - Variable in class echopointng.treetable.AbstractTreeTableModel
Root node of the model
rotateImage(Image) - Static method in class echopointng.image.ImageKit
This method roteates the source image through the horizontal and vertical plane.
rowMapper - Variable in class echopointng.tree.DefaultTreeSelectionModel
Provides a row for a given path.

S

SCALE_DEFAULT - Static variable in class echopointng.image.TextImageReference
The default scaling option is SCALE_SPLICE_V_THEN_H
SCALE_FAST - Static variable in class echopointng.image.TextImageReference
Choose a scaling algorithm to optimize speed more than smoothness of the scaled image
SCALE_NONE - Static variable in class echopointng.image.TextImageReference
Dont scale the background image to the text size
SCALE_SMOOTH - Static variable in class echopointng.image.TextImageReference
Choose a scaling algorithm to optimize smoothness of the scaled image more than speed
SCALE_SPLICE_H_THEN_V - Static variable in class echopointng.image.TextImageReference
Choose a scaling algorithm that splices horizontally then vertically
SCALE_SPLICE_V_THEN_H - Static variable in class echopointng.image.TextImageReference
Choose a scaling algorithm that splices vertically then horizontally
SELECTION_MODE_PROPERTY - Static variable in class echopointng.tree.DefaultTreeSelectionModel
Property name for selectionMode.
SEL_YEAR_PREFIX - Static variable in class echopointng.DateChooser
 
SHIFT_MASK - Static variable in interface echopointng.KeyStrokes
Use this mask to determine if the SHIFT key is held a key is pressed
SIMPLE_FONT_NAMES - Static variable in class echopointng.richtext.DefaultRichTextRenderer
contains the simple font names most likely to be available to use
SINGLE_INTERVAL_SELECTION - Static variable in class echopointng.tree.TreeListSelectionModel
 
SINGLE_SELECTION - Static variable in class echopointng.tree.TreeListSelectionModel
 
SINGLE_TREE_SELECTION - Static variable in interface echopointng.tree.TreeSelectionModel
Selection can only contain one path at a time.
STACK_CHANGED_PROPERTY - Static variable in class echopointng.StackedPaneEx
 
STATIC - Static variable in interface echopointng.able.Positionable
The Positionable is a normal Positionable, laid out according to the normal flow.
SWAP_OP_BGR - Static variable in class echopointng.util.ColorKit
swapRGB Operation - R = B, G = G, B = R
SWAP_OP_BRG - Static variable in class echopointng.util.ColorKit
swapRGB Operation - R = B, G = R, B = G
SWAP_OP_GBR - Static variable in class echopointng.util.ColorKit
swapRGB Operation - R = G, G = B, B = R
SWAP_OP_GRB - Static variable in class echopointng.util.ColorKit
swapRGB Operation - R = G, G = R, B = B
SWAP_OP_RBG - Static variable in class echopointng.util.ColorKit
swapRGB Operation - R = R, G = B, B = G
ScrollBarProperties - class echopointng.able.ScrollBarProperties.
ScrollBarProperties is used to contain colors for scroll bars.
ScrollBarProperties() - Constructor for class echopointng.able.ScrollBarProperties
Constructs a ScrollBarProperties
ScrollBarProperties(Color) - Constructor for class echopointng.able.ScrollBarProperties
Constructs a ScrollBarProperties with the specified base color.
Scrollable - interface echopointng.able.Scrollable.
A Scrollable is a component that can have a a fixed width and/or height, and can present scrollbars when the content of the component is too large to fit inside.
ScrollableDisplayLayoutData - class echopointng.layout.ScrollableDisplayLayoutData.
ScrollableDisplayLayoutData is a specialised form of DisplayLayoutData that allows the scroll bar properties to be specified for a child component.
ScrollableDisplayLayoutData() - Constructor for class echopointng.layout.ScrollableDisplayLayoutData
Constructs a empty ScrollableDisplayLayoutData
ScrollableDisplayLayoutData(Extent, Extent) - Constructor for class echopointng.layout.ScrollableDisplayLayoutData
Constructs a ScrollableDisplayLayoutData with the left and top parameters set and set the position to Positionable.ABSOLUTE
SelectFieldEx - class echopointng.SelectFieldEx.
SelectFieldEx
SelectFieldEx() - Constructor for class echopointng.SelectFieldEx
Creates a new, empty SelectFieldEx.
SelectFieldEx(ListModel) - Constructor for class echopointng.SelectFieldEx
Creates a new SelectFieldEx with the provided model.
SelectFieldEx(Object[]) - Constructor for class echopointng.SelectFieldEx
Creates a new SelectField that will initially contain the provided array of items.
Separator - class echopointng.Separator.
The Separator class is a Component that provides a simple separator within menus or between other Components It consists of a top line and bottom line, that can have width and color values.
Separator() - Constructor for class echopointng.Separator
Constructs a Separator.
ShortPeer - class echopointng.stylesheet.propertypeer.ShortPeer.
ShortPeer converts property value strings into Shorts.
ShortPeer() - Constructor for class echopointng.stylesheet.propertypeer.ShortPeer
 
SimpleTemplateCachingHints - class echopointng.template.SimpleTemplateCachingHints.
SimpleTemplateCachingHints is used to indicate to the templating rendering mechanism whether the compiled template data should be cached and for how long.
SimpleTemplateCachingHints() - Constructor for class echopointng.template.SimpleTemplateCachingHints
Constructs a SimpleTemplateCachingHints
SimpleTemplateCompilerHints - class echopointng.template.SimpleTemplateCompilerHints.
SimpleTemplateCompilerHints by default sets all boolean properties to false except for namespaceAware which is set to true.
SimpleTemplateCompilerHints() - Constructor for class echopointng.template.SimpleTemplateCompilerHints
Constructs a SimpleTemplateCompilerHints
SimpleTemplateTextSubstitution - class echopointng.template.SimpleTemplateTextSubstitution.
The class SimpleTemplateTextSubstitution is a simple implementation of TemplateTextSubstitution that uses a HashMap to substitute named string values.
SimpleTemplateTextSubstitution() - Constructor for class echopointng.template.SimpleTemplateTextSubstitution
SimpleTemplateTextSubstitution constructor that creates its own empty HashMap.
SimpleTemplateTextSubstitution(HashMap) - Constructor for class echopointng.template.SimpleTemplateTextSubstitution
SimpleTemplateTextSubstitution constructor that takes a primed HashMap of string mappings.
SingleSelectionModel - interface echopointng.model.SingleSelectionModel.
A model that supports at most one indexed selection.
Sizeable - interface echopointng.able.Sizeable.
A Sizeable is a component that can have a a fixed width and/or height in some specified units.
Slider - class echopointng.Slider.
Slider is a component the presents a handle that can be dragged to move within a range of values.
Slider() - Constructor for class echopointng.Slider
Constructs a Slider with a DefaultBoundedRangeModel set to zero.
Slider(BoundedRangeModel) - Constructor for class echopointng.Slider
Constructs a Slider with the specified BoundedRangeModel
Slider(Style) - Constructor for class echopointng.Slider
Constructs a Slider with a DefaultBoundedRangeModel and uses the specified Style.
SortableTable - class echopointng.table.SortableTable.
A convenience Table class for SortableTableModel backed tables.
SortableTable() - Constructor for class echopointng.table.SortableTable
Constructs a SortableTable with a simple DefaultSortableTableModel.
SortableTable(TableModel) - Constructor for class echopointng.table.SortableTable
Constructs a SortableTable with the specified TableModel as its model.
SortableTable(TableModel, TableColumnModel) - Constructor for class echopointng.table.SortableTable
Constructs a SortableTable with the specified TableModel as its model.
SortableTableColumn - class echopointng.table.SortableTableColumn.
TableColumn class that supports a Comparator property.
SortableTableColumn(int, Extent, Object, TableCellRenderer, TableCellRenderer) - Constructor for class echopointng.table.SortableTableColumn
 
SortableTableColumn(int, Extent, TableCellRenderer, TableCellRenderer) - Constructor for class echopointng.table.SortableTableColumn
 
SortableTableColumn(int, Extent) - Constructor for class echopointng.table.SortableTableColumn
 
SortableTableColumn(int, Object) - Constructor for class echopointng.table.SortableTableColumn
 
SortableTableColumn(int) - Constructor for class echopointng.table.SortableTableColumn
 
SortableTableHeaderRenderer - class echopointng.table.SortableTableHeaderRenderer.
Default renderer for SortableTableModel backed Tables.
SortableTableHeaderRenderer() - Constructor for class echopointng.table.SortableTableHeaderRenderer
 
SortableTableModel - interface echopointng.table.SortableTableModel.
A TableModel representing sortable data.
SortableTableSelectionModel - class echopointng.table.SortableTableSelectionModel.
Use this ListSelectionModel on a Table that uses a SortableTableModel to allow selections to be preserved when the table is dynamically sorted.
SortableTableSelectionModel(SortableTableModel) - Constructor for class echopointng.table.SortableTableSelectionModel
Constructs a SortableTableSelectionModel that knows about the SortableTableModel provided
StackedPaneEx - class echopointng.StackedPaneEx.
StackedContentPaneEx is a Pane that is allowed to have multiple children with only one child component is show at a time, the one that is on top of the 'stack'.
StackedPaneEx() - Constructor for class echopointng.StackedPaneEx
Constructs a StackedPaneEx, with nothing in the stack
StackedPaneEx(Component) - Constructor for class echopointng.StackedPaneEx
Constructs a StackedPaneEx with the specified component on the stack.
StackedPaneEx(Component[]) - Constructor for class echopointng.StackedPaneEx
Constructs a StackedPaneEx with the specified aray of components on the stack, with the last component int the array being made the top component of the stack.
Stretchable - interface echopointng.able.Stretchable.
The Stretchable interface is used to indicate that a Component should "stretch" itself to use all left over space inside a parent component.
StringDocumentEx - class echopointng.text.StringDocumentEx.
StringDocumentEx is an implementation of Document that only raises DocumentEvents if the text has changed from the previous value.
StringDocumentEx() - Constructor for class echopointng.text.StringDocumentEx
Creates a new StringDocumentEx.
StringDocumentEx(String) - Constructor for class echopointng.text.StringDocumentEx
Creates a new StringDocumentEx.
StringPeer - class echopointng.stylesheet.propertypeer.StringPeer.
StringPeer maps Strings to Strings.
StringPeer() - Constructor for class echopointng.stylesheet.propertypeer.StringPeer
 
StringTemplateDataSource - class echopointng.template.StringTemplateDataSource.
StringTemplateDataSource takes it template data from a String object.
StringTemplateDataSource(String) - Constructor for class echopointng.template.StringTemplateDataSource
Creates a StringTemplateDataSource with Unicode character encoding.
StringTemplateDataSource() - Constructor for class echopointng.template.StringTemplateDataSource
Constructs a StringTemplateDataSource with no String template data.
Strut - class echopointng.Strut.
Strut is a very simple component that can have a given size and height.
Strut() - Constructor for class echopointng.Strut
Constructs a Strut that is 10px wide by 10px high.
Strut(int, int) - Constructor for class echopointng.Strut
Constructs a Strut that is width pixels wide by height pixels high.
Strut(Extent, Extent) - Constructor for class echopointng.Strut
Constructs a Strut
searchEntries(String, int) - Method in interface echopointng.text.AutoLookupModel
This is called to populate a cache of AutoLookupModel.Entry's on the client based on the partial search value
selectedDateChange(CalendarEvent) - Method in interface echopointng.model.CalendarSelectionListener
This is raised when the selected Date of of the CalendarSelectionModel changes
selection - Variable in class echopointng.tree.DefaultTreeSelectionModel
Paths that are currently selected.
selectionMode - Variable in class echopointng.tree.DefaultTreeSelectionModel
Mode for the selection, will be either SINGLE_TREE_SELECTION, CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
service(Connection) - Method in class echopointng.externalevent.ExternalEventMonitorService
 
service(Connection) - Method in class echopointng.table.LiveTableService
 
service(Connection) - Method in class echopointng.text.AutoLookupService
 
setAccessKey(String) - Method in class echopointng.AbleComponent
 
setAccessKey(String) - Method in class echopointng.ButtonEx
 
setAccessKey(String) - Method in class echopointng.LabelEx
 
setAccessKey(String) - Method in class echopointng.TextFieldEx
 
setAccessKey(String) - Method in interface echopointng.able.AccessKeyable
Sets the access key to be used.
setAccessTimeout(long) - Method in class echopointng.template.SimpleTemplateCachingHints
Sets the time after which a cached entry will expire if it not accessed, in milliseconds.
setAccessTimeout(long) - Method in class echopointng.util.collections.ExpiryCache
Sets the default access timeout for a cache entry
setAccordionMode(boolean) - Method in class echopointng.model.ExpansionGroup
Controls whether the ExpansionGroup is in accordion mode.
setActionCausedOnChange(boolean) - Method in class echopointng.TextFieldEx
When this flag is set to true, then when the TextFieldEx's content changes, then any attached action listener will be informed immediately.
setActionCommand(String) - Method in class echopointng.Calculator
Sets the action command which will be provided in ActionEvent s fired by this Calculator.
setActionCommand(String) - Method in class echopointng.ImageIcon
Sets the ImageIcon's action command.
setActionCommand(String) - Method in class echopointng.ImageMap.Coords
Sets the action command of the co-ords
setActionCommand(String) - Method in class echopointng.Tree
Sets the action command string of the Tree.
setActionCommand(String) - Method in class echopointng.model.DefaultMenuItemModel
Sets the menu item model's action command.
setActionCommand(String) - Method in class echopointng.tree.DefaultMutableTreeNode
Sets this node's action command to newActionCommand
setActionOnSelection(boolean) - Method in class echopointng.ComboBox
Controls whether a server action is done when the list selection changes.
setActivationMethod(int) - Method in class echopointng.EditableLabelEx
Sets the activation method for editing.
setActiveTabImage(Image) - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
Sets the java.awt.Image to be used as a background for active tabs.
setAlignment(Alignment) - Method in class echopointng.AbleProperties
 
setAlignment(Alignment) - Method in interface echopointng.able.Alignable
Sets the Alignment in use
setAlignment(Alignment) - Method in class echopointng.layout.DisplayLayoutData
Sets the alignment of the cell.
setAll(Extent, Color, int) - Method in class echopointng.MutableBorderEx
Sets all MutableBorderEx properties.
setAll(int, Color, int) - Method in class echopointng.MutableBorderEx
Sets all MutableBorderEx properties.
setAllowsChildren(boolean) - Method in class echopointng.tree.DefaultMutableTreeNode
Determines whether or not this node is allowed to have children.
setAltText(String) - Method in class echopointng.ImageMap.Coords
Sets the alternate text for a given co-ord
setAnchorSelectionIndex(int) - Method in class echopointng.tree.TreeListSelectionModel
Set the anchor selection index, leaving all selection values unchanged.
setApplicationComponent(Component) - Method in class echopointng.TitleBar
 
setArrowColor(Color) - Method in class echopointng.able.ScrollBarProperties
Sets the color of the arrow elements of a scroll arrow.
setAsksAllowsChildren(boolean) - Method in class echopointng.tree.DefaultTreeModel
Sets whether or not to test leafness by asking getAllowsChildren() or isLeaf() to the TreeNodes.
setAsksAllowsChildren(boolean) - Method in class echopointng.treetable.DefaultTreeTableModel
 
setAttribute(String, Object) - Method in class echopointng.ButtonEx
 
setAttribute(String, Object) - Method in class echopointng.CheckBoxEx
 
setAttribute(String, Object) - Method in class echopointng.ComponentEx
 
setAttribute(String, Object) - Method in class echopointng.ContentPaneEx
 
setAttribute(String, Object) - Method in class echopointng.LabelEx
 
setAttribute(String, Object) - Method in class echopointng.ListBoxEx
 
setAttribute(String, Object) - Method in class echopointng.LiveTable
 
setAttribute(String, Object) - Method in class echopointng.RadioButtonEx
 
setAttribute(String, Object) - Method in class echopointng.RichTextArea
 
setAttribute(String, Object) - Method in class echopointng.SelectFieldEx
 
setAttribute(String, Object) - Method in class echopointng.TableEx
 
setAttribute(String, Object) - Method in class echopointng.TextAreaEx
 
setAttribute(String, Object) - Method in class echopointng.TextFieldEx
 
setAttribute(String, Object) - Method in interface echopointng.able.Attributeable
Sets a value for a given attribute name.
setAttribute(String, Object) - Method in class echopointng.command.AttributesAdd
 
setAttribute(String, Object) - Method in class echopointng.template.JspTemplateDataSource
Associates a Java bean with a specified name.
setAttributeValue(String, Object) - Method in class echopointng.template.SimpleTemplateCompilerHints
Sets an attribute value against a given attribute name
setAutoLookupModel(AutoLookupModel) - Method in class echopointng.AutoLookupTextFieldEx
 
setAutoRecall(boolean) - Method in class echopointng.ComboBox
Controls whether auto recall is in effect.
setAutoRecallLimit(int) - Method in class echopointng.ComboBox
Sets how many entries will be automatically recalled.
setBackground(Color) - Method in class echopointng.layout.DisplayLayoutData
Sets the default background color of the DisplayLayoutData.
setBackground(Color) - Method in class echopointng.table.SortableTableHeaderRenderer
 
setBackground(Color) - Method in class echopointng.tree.DefaultTreeCellRenderer
 
setBackgroundImage(FillImage) - Method in class echopointng.AbleProperties
 
setBackgroundImage(FillImage) - Method in class echopointng.ContainerEx
Sets the background image of the ContainerEx.
setBackgroundImage(FillImage) - Method in class echopointng.LabelEx
Sets the background image of the LabelEx.
setBackgroundImage(FillImage) - Method in class echopointng.TitleBar
Sets the background image of the TitleBar.
setBackgroundImage(FillImage) - Method in interface echopointng.able.BackgroundImageable
Sets the BackgroundImage in use
setBackgroundImage(Image) - Method in class echopointng.image.TextImageReference
Sets the background image to be used
setBackgroundImage(String) - Method in class echopointng.image.TextImageReference
Sets the background image by loading from an image file.
setBackgroundImage(URL) - Method in class echopointng.image.TextImageReference
Sets the background image by loading from an image URL.
setBackgroundImage(FillImage) - Method in class echopointng.layout.DisplayLayoutData
Sets the background image of the cell.
setBaseColor(Color) - Method in class echopointng.able.ScrollBarProperties
Sets the color of the main elements of a scroll bar, which include the scroll box, track, and scroll arrows.
setBestQuality(boolean) - Method in class echopointng.image.TextImageReference
Set this to true if you want the best quality images to be drawn.
setBold(Component) - Static method in class echopointng.util.FontKit
Sets Component's font to bold.
setBoolean(String, Object, boolean) - Static method in class echopointng.util.reflect.BeanKit
Sets the boolean value of a given Java Bean property.
setBorder(Border) - Method in class echopointng.AbleComponent
 
setBorder(Border) - Method in class echopointng.LabelEx
 
setBorder(Border) - Method in interface echopointng.able.Borderable
Sets the Border to be used by the Borderable
setBorder(Border) - Method in class echopointng.layout.DisplayLayoutData
 
setBorder(BorderEx) - Method in class echopointng.table.SortableTableHeaderRenderer
Sets the border of the button which is used to render a header cell of the SortableTable.
setBorderColor(Color) - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
Sets the border color that may be around any of the tab images
setBorderWidth(int) - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
Sets the border width that may be around any of the tab images
setBottom(Extent) - Method in class echopointng.ContainerEx
 
setBottom(Extent) - Method in class echopointng.MenuBar
 
setBottom(Extent, Color, int) - Method in class echopointng.MutableBorderEx
Sets the bottom MutableBorderEx properties.
setBottom(int, Color, int) - Method in class echopointng.MutableBorderEx
Sets the bottom MutableBorderEx properties.
setBottom(Extent) - Method in interface echopointng.able.Positionable
Sets the bottom Y position of the component
setBottom(Extent) - Method in class echopointng.layout.DisplayLayoutData
 
setBottomColor(Color) - Method in class echopointng.MutableBorderEx
Sets the bottom MutableBorderEx color property.
setBottomColor(Color) - Method in class echopointng.Separator
 
setBottomSize(Extent) - Method in class echopointng.MutableBorderEx
Sets the bottom MutableBorderEx size property.
setBottomSize(Extent) - Method in class echopointng.Separator
 
setBottomStyle(int) - Method in class echopointng.MutableBorderEx
Sets the bottom MutableBorderEx style property.
setBullets(int) - Method in class echopointng.ListSection
Sets the bullets in use for the ListSection.
setBulletsImage(ImageReference) - Method in class echopointng.ListSection
Sets the ImageReference of the ListSection's bullets.
setButtonBackground(Color) - Method in class echopointng.Calculator
Sets the background color of the calculator's buttons
setButtonHeight(Extent) - Method in class echopointng.Calculator
Sets the height of the calculator's buttons
setButtonNumberForeground(Color) - Method in class echopointng.Calculator
Sets the foreground color of the calculator's buttons that are numbers
setButtonOperatorForeground(Color) - Method in class echopointng.Calculator
Sets the foreground color of the calculator's buttons that are operators
setButtonWidth(Extent) - Method in class echopointng.Calculator
Sets the width of the calculator's buttons
setCachingHints(TemplateCachingHints) - Method in class echopointng.template.AbstractTemplateDataSource
Sets the caching hints to use for this template data source
setCalculator(Calculator) - Method in class echopointng.CalculatorField
Sets the underlying TextField
setCalendarBackground(Color) - Method in class echopointng.DateChooser
Sets the background Color of the DateChooser's calendar area.
setCalendarBorder(Border) - Method in class echopointng.DateChooser
Sets the Border of the DateChooser's calendar area.
setCalendarFont(Font) - Method in class echopointng.DateChooser
Sets the background Font of the DateChooser's calendar area.
setCalendarForeground(Color) - Method in class echopointng.DateChooser
Sets the foreground Color of the DateChooser's calendar area.
setCalendarNonMonthForeground(Color) - Method in class echopointng.DateChooser
Sets the foreground Color of days that are not within the currently displayed date of the DateChooser's calendar area.
setCalendarRolloverBackground(Color) - Method in class echopointng.DateChooser
Sets the rollover background Color of the DateChooser's calendar area.
setCalendarRolloverBorder(Border) - Method in class echopointng.DateChooser
Sets the rollover Border of the selected date in the DateChooser's calendar area.
setCalendarRolloverForeground(Color) - Method in class echopointng.DateChooser
Sets the rollover foreground Color of the DateChooser's calendar area.
setCalendarSelectedBackground(Color) - Method in class echopointng.DateChooser
Sets the background Color of the selected date in the DateChooser's calendar area.
setCalendarSelectedBorder(Border) - Method in class echopointng.DateChooser
Sets the Border of the selected date in the DateChooser's calendar area.
setCalendarSelectedFont(Font) - Method in class echopointng.DateChooser
Sets the foreground Color of the selected date in the DateChooser's calendar area.
setCalendarSelectedForeground(Color) - Method in class echopointng.DateChooser
Sets the foreground Color of the selected date in the DateChooser's calendar area.
setCancelMode(boolean) - Method in class echopointng.KeyStrokeListener
When cancelMode is true, then the key stroke is cancel and prevented from bubling further up the hierarchy.
setCaseSensitive(boolean) - Method in class echopointng.ComboBox
Controls whether text matching is case sensitive.
setCellContent(Object, int, int) - Method in class echopointng.TableEx.CellMatrix
Sets the content of the cells at the specified column/row co-ordinate.
setCellContent(Object, int, int, int, int) - Method in class echopointng.TableEx.CellMatrix
Sets the content of the cells at the specified column/row co-ordinate.
setCellProperties(int, int, String, Object) - Method in class echopointng.TableEx.CellMatrix
Called to set specific property information for a cell.
setCellRenderer(TreeCellRenderer) - Method in class echopointng.Tree
Sets the TreeCellRenderer that will be used to draw each cell.
setCellRenderer(TreeCellRenderer) - Method in class echopointng.TreeTable
Sets the specified TreeCellRenderer
setCellWidthConstrained(boolean) - Method in class echopointng.Tree
Set to true if the Tree cells use as much UI width as possible or false if the cells try to contrain their UI width.
setCentered(boolean) - Method in class echopointng.NativeWindow
 
setCharacterEncoding(String) - Method in class echopointng.template.AbstractTemplateDataSource
Sets the character encoding to be used with this TemplateDataSource
setClassLoader(ClassLoader) - Method in class echopointng.template.ResourceTemplateDataSource
 
setClearFloat(int) - Method in interface echopointng.able.Floatable
Sets the float clearing direction of the Floatable.
setClearFloat(int) - Method in class echopointng.layout.DisplayLayoutData
 
setClickToOpen(boolean) - Method in class echopointng.Menu
Set to true if the Menu must be clicked on to open is drop down box.
setCloseComponent(Component) - Method in class echopointng.TitleBar
 
setCoalescing(boolean) - Method in class echopointng.template.SimpleTemplateCompilerHints
 
setColSpan(int) - Method in class echopointng.layout.TableLayoutDataEx
Sets the number of columns that are spanned by this cell.
setColor(Color) - Method in class echopointng.MutableBorderEx
Sets the color MutableBorderEx properties.
setColumnComparator(Class, Comparator) - Method in class echopointng.table.DefaultSortableTableModel
Colums can be sorted by Class by setting this method.
setCommandImage(String, ImageReference) - Method in class echopointng.richtext.DefaultRichTextRenderer
Sets the image for a given command.
setComparator(Comparator) - Method in class echopointng.table.SortableTableColumn
 
setCompilerHints(TemplateCompilerHints) - Method in class echopointng.template.AbstractTemplateDataSource
Sets the TemplateCompilerHints to use for this TemplateDataSource.
setCompletedColor(Color) - Method in class echopointng.ProgressBar
Sets the completed Color of the ProgressBar.
setContentType(String) - Method in class echopointng.template.AbstractTemplateDataSource
Sets the content type of the template data
setCurrentPage(int) - Method in class echopointng.table.DefaultPageableSortableTableModel
 
setCurrentPage(int) - Method in interface echopointng.table.PageableTableModel
Sets the current page this model should reflect.
setDarkShadowColor(Color) - Method in class echopointng.able.ScrollBarProperties
Sets the color of the gutter of a scroll bar.
setDateChooser(DateChooser) - Method in class echopointng.DateField
 
setDateFormat(DateFormat) - Method in class echopointng.DateField
 
setDates(Calendar, Calendar) - Method in interface echopointng.model.CalendarSelectionModel
This is the equivalent of calling setSelectedDate() and setDisplayedDate() except it only raises change events after the both have been set.
setDates(Calendar, Calendar) - Method in class echopointng.model.DefaultCalendarSelectionModel
 
setDefaultFooterRenderer(TableCellRenderer) - Method in class echopointng.TableEx
Sets the default TableCellRenderer used to render footer cells.
setDefaultRenderer(TableCellRenderer) - Method in class echopointng.TableEx
 
setDependent(boolean) - Method in class echopointng.NativeWindow
 
setDisabledBackground(Color) - Method in class echopointng.LabelEx
Sets the background color of the LabelEx when the LabelEx is disabled.
setDisabledBackgroundImage(FillImage) - Method in class echopointng.LabelEx
Sets the background image displayed when the LabelEx is disabled.
setDisabledBorder(Border) - Method in class echopointng.LabelEx
Sets the border displayed around the LabelEx when the LabelEx is disabled.
setDisabledFont(Font) - Method in class echopointng.LabelEx
Sets the font of the LabelEx when the LabelEx is disabled.
setDisabledForeground(Color) - Method in class echopointng.LabelEx
Sets the foreground color of the LabelEx when the LabelEx is disabled.
setDisabledIcon(ImageReference) - Method in class echopointng.LabelEx
Sets the icon of the LabelEx that is displayed when the LabelEx is disabled.
setDisplayBackground(Color) - Method in class echopointng.Calculator
Sets the background color of the calculator's number display
setDisplayFont(Font) - Method in class echopointng.Calculator
Sets the font of the calculator's number display
setDisplayForeground(Color) - Method in class echopointng.Calculator
Sets the foreground color of the calculator's number display
setDisplayedDate(Calendar) - Method in class echopointng.DateChooser
Sets the currently displayed date within the DateChooser into the model.
setDisplayedDate(Calendar) - Method in class echopointng.DateField
Sets the displayed date within the DateChooser's model.
setDisplayedDate(Calendar) - Method in interface echopointng.model.CalendarSelectionModel
Sets the model's displayed date to cal.
setDisplayedDate(Calendar) - Method in class echopointng.model.DefaultCalendarSelectionModel
 
setDocument(Document) - Method in class echopointng.Calculator
Sets the model associated with this TextComponent.
setDocument(Document) - Method in class echopointng.CalculatorField
Sets the the underlying Document of the CalculatorField.
setDowNameLength(int) - Method in class echopointng.DateChooser
Sets the length of the day of the week names when displayed.
setDownArrowImage(ImageReference) - Method in class echopointng.table.SortableTableHeaderRenderer
Sets the down arrow displyed in the column header of the sortable table.
setDrawOuterBorders(boolean) - Method in class echopointng.Menu
Sets the false to prevent the menu outer borders and insets from being used.
setEditable(boolean) - Method in class echopointng.RichTextArea
Controls whether the text in the RichTextArea can be edited or not.
setEditorBackground(Color) - Method in class echopointng.RichTextArea
Sets the background of the RichTextArea portion
setEditorBorder(Border) - Method in class echopointng.RichTextArea
Sets the border of the RichTextArea portion
setEditorFont(Font) - Method in class echopointng.RichTextArea
Sets the font of the RichTextArea portion
setEditorForeground(Color) - Method in class echopointng.RichTextArea
Sets the foreground of the RichTextArea portion
setEnabled(boolean) - Method in class echopointng.Tree
 
setEnabled(Component, boolean) - Static method in class echopointng.util.ComponentKit
This method makes the component, and all its children, enabled or disabled.
setEncodeAlpha(boolean) - Method in class echopointng.image.PngEncoder
If this is set to true then the Alpha channel of the image will be encoded.
setEncoder(ImageEncoder) - Method in class echopointng.image.EncodedImageReference
Sets the ImageEncoder to use for encoding
setEntryProperties(AbleProperties) - Method in class echopointng.AutoLookupTextFieldEx
 
setEntryRolloverProperties(AbleProperties) - Method in class echopointng.AutoLookupTextFieldEx
 
setExceptionOnFailure(boolean) - Method in class echopointng.TemplatePanel
If set to true, then if the template data cannot be compiled, a a runtime exception will be thrown.
setExpandEntityReferences(boolean) - Method in class echopointng.template.SimpleTemplateCompilerHints
 
setExpanded(boolean) - Method in class echopointng.ExpandableSection
 
setExpanded(boolean) - Method in class echopointng.PopUp
 
setExpanded(boolean) - Method in class echopointng.TitleBar
 
setExpanded(boolean) - Method in interface echopointng.able.Expandable
Sets whether the Expandable is expanded or not
setExpanded(boolean) - Method in class echopointng.model.DefaultExpansionModel
Sets the model's expansion
Notifies any listeners if the model changes
setExpanded(boolean) - Method in interface echopointng.model.ExpansionModel
Sets the model's expansion
Notifies any listeners if the model changes
setExpandedState(TreePath, boolean) - Method in class echopointng.Tree
Sets the expanded state of the path.
setExpandedTitle(String) - Method in class echopointng.TitleBar
Sets the expanded title of the TitleBar.
setExpandedTitleBackgroundImage(FillImage) - Method in class echopointng.TitleBar
Sets the background of the TitleBar when it is in expanded mode.
setExpansionGroup(ExpansionGroup) - Method in class echopointng.ExpandableSection
 
setExpansionGroup(ExpansionGroup) - Method in class echopointng.PopUp
 
setExpansionGroup(ExpansionGroup) - Method in class echopointng.TitleBar
This setExpansionGroup method is not supported on TitleBars.
setExpansionGroup(ExpansionGroup) - Method in interface echopointng.able.Expandable
Sets the ExpansionGroup used by the Expandable.
setExpansionModel(ExpansionModel) - Method in class echopointng.ExpandableSection
 
setExpansionModel(ExpansionModel) - Method in class echopointng.PopUp
 
setExpansionModel(ExpansionModel) - Method in class echopointng.TitleBar
 
setExpansionModel(ExpansionModel) - Method in interface echopointng.able.Expandable
Sets the ExpansionModel model used by the Expandable.
setExtent(int) - Method in interface echopointng.model.BoundedRangeModel
Sets the model's extent.
setExtent(int) - Method in class echopointng.model.DefaultBoundedRangeModel
Sets the extent to n after ensuring that n is greater than or equal to zero and falls within the model's constraints: minimum <= value <= value + extent <= maximum
setFaceColor(Color) - Method in class echopointng.able.ScrollBarProperties
Sets the color of the scroll box and scroll arrows of a scroll bar.
setFastMode(boolean) - Method in class echopointng.DateChooser
When the DateChooser is in fast mode, the navigation between months does not result in the DateSelectionModel 's displayedDate being updated.
setFeatures(int) - Method in class echopointng.NativeWindow
This specifies a series of NativeWindow features, that will be used when the window is opened.
setFile(File) - Method in class echopointng.template.FileTemplateDataSource
 
setFirstDayOfWeek(int) - Method in class echopointng.DateChooser
Set the value to be used as the first day of the week.
setFloat(int) - Method in interface echopointng.able.Floatable
Sets the float direction of the Floatable.
setFloat(int) - Method in class echopointng.layout.DisplayLayoutData
 
setFocusComponent(Component) - Method in class echopointng.PopUp
Sets the component that needs to get the focus when the popup is asked to focus
setFocusOnExpand(boolean) - Method in class echopointng.PopUp
Allows you to let the popup request focus when it is shown/expanded
setFont(Font) - Method in class echopointng.layout.DisplayLayoutData
Sets the default text font of the DisplayLayoutData.
setFont(Font) - Method in class echopointng.tree.DefaultTreeCellRenderer
 
setFontNames(String[][]) - Method in class echopointng.richtext.DefaultRichTextRenderer
Sets a new set of font name values to descriptive names mappings
setFontSizes(String[][]) - Method in class echopointng.richtext.DefaultRichTextRenderer
Sets a new set of font size values to descriptive names mappings
setFooterBackground(Color) - Method in class echopointng.TableEx
Sets the color to be used as the footer background
setFooterRenderer(TableCellRenderer) - Method in class echopointng.table.TableColumnEx
Sets the TableCellRenderer used to render the footer cell of this column.
setFooterValue(Object) - Method in class echopointng.table.TableColumnEx
Sets the footer value for this column.
setFooterVisible(boolean) - Method in class echopointng.TableEx
Sets the visibility state of the table footer.
setForeground(Color) - Method in class echopointng.layout.DisplayLayoutData
Sets the default foreground color of the DisplayLayoutData.
setForeground(Color) - Method in class echopointng.tree.DefaultTreeCellRenderer
 
setFragment(String) - Method in class echopointng.xhtml.XhtmlFragment
Sets the fragment of XHTML.
setGroup(ButtonGroup) - Method in class echopointng.model.DefaultMenuItemModel
Sets the ButtonGroup to which this menu item model belongs.
setHeaderBackground(Color) - Method in class echopointng.TableEx
Sets the color to be used as the header background
setHeight(Extent) - Method in class echopointng.AbleComponent
 
setHeight(Extent) - Method in class echopointng.ImageIcon
 
setHeight(Extent) - Method in class echopointng.LabelEx
 
setHeight(Extent) - Method in class echopointng.LiveTable
The LiveTable must have a height value set.
setHeight(Extent) - Method in class echopointng.NativeWindow
 
setHeight(Extent) - Method in class echopointng.TableEx
Sets the height of the TableEx.
setHeight(Extent) - Method in interface echopointng.able.Heightable
Sets the height extent of the Heightable.
setHeight(Extent) - Method in class echopointng.layout.DisplayLayoutData
 
setHeightStretched(boolean) - Method in class echopointng.ContainerEx
 
setHeightStretched(boolean) - Method in class echopointng.TabbedPane
 
setHeightStretched(boolean) - Method in class echopointng.TableEx
TableEx puts a particular restriction on Stretchable.
setHeightStretched(boolean) - Method in interface echopointng.able.Stretchable
Set to true if the height should be stretched to use all available space of its parent.
setHelpComponent(Component) - Method in class echopointng.TitleBar
 
setHidden(boolean) - Method in class echopointng.ComponentEx
Sets whether this ComponentEx (and its content) is hidden on the client.
setHiddenField(boolean) - Method in class echopointng.TextFieldEx
Allows you to set the TextFieldEx to be rendered as a hidden input field.
setHilightColor(Color) - Method in class echopointng.able.ScrollBarProperties
Sets the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.
setHorizontal(boolean) - Method in class echopointng.Menu
Sets the whether the Menu is orientated horizontal or vertical on the screen.
setHorizontalAlignment(int) - Method in class echopointng.image.TextImageReference
Sets the horizontal alignment of the text relative to the x,y drawing point.
setHorizontalScroll(Extent) - Method in class echopointng.ContainerEx
Sets the horizontal scrollbar position of the ContainerEx.
setIcon(ImageReference) - Method in class echopointng.ImageIcon
Sets the ImageReference used by the ImageIcon.
setIcon(String, ImageReference) - Method in class echopointng.tree.DefaultTreeIcons
Sets a named icon into the TreeIcon object
setIcon(String, ImageReference) - Method in interface echopointng.tree.TreeIcons
Sets a named icon image into the TreeIcon object
setIgnoreMetaKeys(boolean) - Method in class echopointng.TableEx
When the Table selection is in multiple selection mode, then the Table will use the Control/Shift keys to control how selections are made.
setIgnoringComments(boolean) - Method in class echopointng.template.SimpleTemplateCompilerHints
 
setIgnoringElementContentWhitespace(boolean) - Method in class echopointng.template.SimpleTemplateCompilerHints
 
setImage(ImageReference) - Method in class echopointng.ImageMap
Sets the ImageReference of the ImageMap.
setImage(Image) - Method in class echopointng.image.EncodedImageReference
Sets the Image to encode.
setImmediateNotification(boolean) - Method in class echopointng.Slider
Set to true if the component will raise a change event immediately once the the slider value changes.
setInactiveTabImage(Image) - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
Sets the java.awt.Image to be used as a background for inactive tabs.
setInlineLayout(boolean) - Method in class echopointng.layout.DisplayLayoutData
Set to true if the layout data should use inline layout or false if it should block layout.
setInsets(Insets) - Method in class echopointng.AbleComponent
 
setInsets(Insets) - Method in class echopointng.ButtonEx
 
setInsets(Insets) - Method in class echopointng.LabelEx
 
setInsets(Insets) - Method in class echopointng.Separator
 
setInsets(Insets) - Method in interface echopointng.able.Insetable
Sets the Insets in play.
setInsets(Insets) - Method in class echopointng.image.TextImageReference
Sets the Insets between the text and the background image outer edge.
setInsets(Insets) - Method in class echopointng.layout.DisplayLayoutData
 
setInsets(Insets) - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
Sets the image insets that will be appplied to aby TextImageReferences returned.
setInsets(Insets) - Method in class echopointng.table.SortableTableHeaderRenderer
Sets the insets of the button used to render the header cell of the sortable table header.
setInteger(String, Object, int) - Static method in class echopointng.util.reflect.BeanKit
Sets the int value of a given Java Bean property.
setIntepretNewlines(boolean) - Method in class echopointng.LabelEx
Sets whether newlines in the text of the LabelEx are intepreted or not.
setInterpretNewlines(boolean) - Method in class echopointng.ButtonEx
Sets whether newlines in the text of the LabelEx are intepreted or not.
setInvokeSetText(boolean) - Method in class echopointng.TemplatePanel
Controls if the text of a component marker is the template is placed into the component via its setTextMethod.
setItalic(Component) - Static method in class echopointng.util.FontKit
Sets Component's font to italic.
setJavaScript(String) - Method in class echopointng.command.JavaScriptEval
 
setJavaScriptURI(String) - Method in class echopointng.command.JavaScriptInclude
 
setJspPath(String) - Method in class echopointng.template.JspTemplateDataSource
Sets the JSP path to use for template data.
setKeepAlive(boolean) - Method in class echopointng.Menu
Set to true if drop down menu boxes will stay alive (ie visible) when the mouse moves out of them
setKeptInMemory(boolean) - Method in class echopointng.image.EncodedImageReference
If set to true, the image will be encoded only as necessary and then cached in memory, otherwise it will be encoded as required.
setLastModified(long) - Method in class echopointng.template.SimpleTemplateCachingHints
Sets the last modified time.
setLayoutData(TableLayoutData) - Method in class echopointng.table.SortableTableHeaderRenderer
 
setLayoutData(LayoutData) - Method in class echopointng.xhtml.XhtmlFragment
Sets the LayoutData of this XhtmlFragment.
setLazyRenderEnabled(boolean) - Method in class echopointng.StackedPaneEx
This controls whether child components on the stack, other than the top one, are rendered in a lazy fashion, that is only when needed.
setLeadAnchorNotificationEnabled(boolean) - Method in class echopointng.tree.TreeListSelectionModel
Sets the value of the leadAnchorNotificationEnabled flag.
setLeadInImage(ImageReference) - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
Sets the ImageReference to be used for the lead in image
setLeadOutImage(ImageReference) - Method in class echopointng.tabbedpane.DefaultTabImageRenderer
Sets the ImageReference to be used for the lead out image
setLeadSelectionIndex(int) - Method in class echopointng.tree.TreeListSelectionModel
Set the lead selection index, ensuring that values between the anchor and the new lead are either all selected or all deselected.
setLeft(Extent) - Method in class echopointng.ContainerEx
 
setLeft(Extent) - Method in class echopointng.MenuBar
 
setLeft(Extent, Color, int) - Method in class echopointng.MutableBorderEx
Sets the left MutableBorderEx properties.
setLeft(int, Color, int) - Method in class echopointng.MutableBorderEx
Sets the left MutableBorderEx properties.
setLeft(Extent) - Method in class echopointng.NativeWindow
 
setLeft(Extent) - Method in interface echopointng.able.Positionable
Set the left X position of the component
setLeft(Extent) - Method in class echopointng.layout.DisplayLayoutData
 
setLeftColor(Color) - Method in class echopointng.MutableBorderEx
Sets the left MutableBorderEx color property.
setLeftExpandedIcon(ImageReference) - Method in class echopointng.TitleBar
 
setLeftIcon(ImageReference) - Method in class echopointng.TitleBar
 
setLeftOffset(int) - Method in class echopointng.Menu
Sets the left offset of the drop down box associated with this Menu relative to its parent.
setLeftSize(Extent) - Method in class echopointng.MutableBorderEx
Sets the left MutableBorderEx size property.
setLeftStyle(int) - Method in class echopointng.MutableBorderEx
Sets the left MutableBorderEx style property.
setLineWrap(boolean) - Method in class echopointng.LabelEx
Returns whether line wrapping is in place.
setLinesDrawn(boolean) - Method in class echopointng.Tree
Sets whether lines are drawn between tree nodes
setList(Object[]) - Method in class echopointng.ListSection
Sets the contents of the ListModel of the ListSection.
setList(List) - Method in class echopointng.ListSection
Sets the contents of the ListModel of the ListSection.
setListCellRenderer(ListCellRenderer) - Method in class echopointng.ComboBox
Sets the renderer for items.
setListModel(ListModel) - Method in class echopointng.ComboBox
Sets the list model.
setListRowCount(int) - Method in class echopointng.ComboBox
Sets the visible row count for the drop-down list.
setMaximum(int) - Method in class echopointng.ProgressBar
Sets the model's maximum to n .
setMaximum(int) - Method in class echopointng.Slider
Sets the model's maximum to n .
setMaximum(int) - Method in interface echopointng.model.BoundedRangeModel
Sets the model's maximum to newMaximum .
setMaximum(int) - Method in class echopointng.model.DefaultBoundedRangeModel
Sets the maximum to n after ensuring that n that the other three properties obey the model's constraints: minimum <= value <= value + extent <= maximum
setMaximumDate(Calendar) - Method in class echopointng.DateChooser
Sets the maximum date the DateChooser will display.
setMaximumStretchedHeight(Extent) - Method in class echopointng.ContainerEx
 
setMaximumStretchedHeight(Extent) - Method in class echopointng.TabbedPane
 
setMaximumStretchedHeight(Extent) - Method in class echopointng.TableEx
 
setMaximumStretchedHeight(Extent) - Method in interface echopointng.able.Stretchable
Sets the maximum height that the component should stretch itself up to in pixels.
setMedia(String) - Method in class echopointng.command.CssStyleDecl
Sets the media that the CSS style information applies to.
setMemory(String) - Method in class echopointng.Calculator
Sets the string value into the calculators memory
setMenuAlwaysOnTop(boolean) - Method in class echopointng.Menu
The menuAlwaysOnTop property can be used control how the popup menu box is drawn.
setMenuBackground(Color) - Method in class echopointng.Menu
Sets the background color of the Menu's drop down box.
setMenuBackgroundImage(FillImage) - Method in class echopointng.Menu
Sets the background image for this Menu's drop down box
setMenuBorder(Border) - Method in class echopointng.Menu
Sets the border for this Menu's drop down box
setMenuForeground(Color) - Method in class echopointng.Menu
Sets the foreground color of the Menu's drop down box.
setMenuInsets(Insets) - Method in class echopointng.Menu
Sets the Insets used inside the Menu's drop down box.
setMenuOutsets(Insets) - Method in class echopointng.Menu
Sets the Insets used outside the Menu's drop down box.
setMinimum(int) - Method in class echopointng.ProgressBar
Sets the model's minimum to n .
setMinimum(int) - Method in class echopointng.Slider
Sets the model's minimum to n .
setMinimum(int) - Method in interface echopointng.model.BoundedRangeModel
Sets the model's minimum to newMinimum .
setMinimum(int) - Method in class echopointng.model.DefaultBoundedRangeModel
Sets the minimum to n after ensuring that n that the other three properties obey the model's constraints: minimum <= value <= value + extent <= maximum
setMinimumDate(Calendar) - Method in class echopointng.DateChooser
Sets the minimum date the DateChooser will display.
setMinimumStretchedHeight(Extent) - Method in class echopointng.ContainerEx
 
setMinimumStretchedHeight(Extent) - Method in class echopointng.TabbedPane
 
setMinimumStretchedHeight(Extent) - Method in class echopointng.TableEx
 
setMinimumStretchedHeight(Extent) - Method in interface echopointng.able.Stretchable
Sets the minimum height that the component should stretch itself down to in pixels.
setModal(boolean) - Method in class echopointng.NativeWindow
 
setModel(ButtonModel) - Method in class echopointng.ButtonEx
 
setModel(CalendarSelectionModel) - Method in class echopointng.DateChooser
Sets a new CalendarSelectionModel model into the DateChooser
setModel(CalendarSelectionModel) - Method in class echopointng.DateField
Sets the CalendarSelectionModel to be used on the underlying DateChooser component.
setModel(ListModel) - Method in class echopointng.ListSection
Sets the ListModel of the ListSection.
setModel(BoundedRangeModel) - Method in class echopointng.ProgressBar
Sets the data model used by the ProgressBar.
setModel(BoundedRangeModel) - Method in class echopointng.Slider
Sets the data model used by the Slider.
setModel(TabModel) - Method in class echopointng.TabbedPane
Sets the TabModel used to provide the TabbedPane's tabs and content.
setModel(TreeModel) - Method in class echopointng.Tree
Sets the TreeModel that will provide the data.
setModel(TableModel) - Method in class echopointng.TreeTable
Overrides superclass version to make sure that the specified TableModelis compatible with TreeTable before invoking the inherited version.
setMonthNameLength(int) - Method in class echopointng.DateChooser
Sets the length of the month names when displayed.
setMonthSelectable(boolean) - Method in class echopointng.DateChooser
Sets whether the Month field is selectable by the user.
setMouseCursor(int) - Method in class echopointng.AbleComponent
 
setMouseCursor(int) - Method in class echopointng.ButtonEx
 
setMouseCursor(int) - Method in class echopointng.ContentPaneEx
 
setMouseCursor(int) - Method in class echopointng.LabelEx
 
setMouseCursor(int) - Method in class echopointng.LiveTable
 
setMouseCursor(int) - Method in class echopointng.RichTextArea
 
setMouseCursor(int) - Method in class echopointng.TextFieldEx
 
setMouseCursor(int) - Method in interface echopointng.able.MouseCursorable
Sets the mouse cursor to use.
setMouseCursor(int) - Method in class echopointng.layout.DisplayLayoutData
 
setMouseCursorUri(String) - Method in class echopointng.AbleComponent
 
setMouseCursorUri(String) - Method in class echopointng.ButtonEx
 
setMouseCursorUri(String) - Method in class echopointng.ContentPaneEx
 
setMouseCursorUri(String) - Method in class echopointng.LabelEx
 
setMouseCursorUri(String) - Method in class echopointng.LiveTable
 
setMouseCursorUri(String) - Method in class echopointng.RichTextArea
 
setMouseCursorUri(String) - Method in class echopointng.TextFieldEx
 
setMouseCursorUri(String) - Method in interface echopointng.able.MouseCursorable
Sets the URI to a custom platform mouse cursor.
setMouseCursorUri(String) - Method in class echopointng.layout.DisplayLayoutData
 
setName(Font, String) - Static method in class echopointng.util.FontKit
Returns a new Font object, based on font, that has the specified fontName.
setNames(Font, Font.Typeface) - Static method in class echopointng.util.FontKit
Returns a new Font object, based on font, that has the specified typeFace.
setNamespaceAware(boolean) - Method in class echopointng.template.SimpleTemplateCompilerHints
 
setNavigationArrowsVisible(boolean) - Method in class echopointng.DateChooser
Sets whether the NavigationArrows are visible
setNavigationBackground(Color) - Method in class echopointng.DateChooser
Sets the background Color of the DateChooser's navigation area.
setNavigationBackwardImage(ImageReference) - Method in class echopointng.DateChooser
Sets the image used as the navigate the DateChooser backward in time.
setNavigationFont(Font) - Method in class echopointng.DateChooser
Sets the background Font of the DateChooser's navigation area.
setNavigationForeground(Color) - Method in class echopointng.DateChooser
Sets the foreground Color of the DateChooser's navigation area.
setNavigationForwardImage(ImageReference) - Method in class echopointng.DateChooser
Sets the image used as the navigate the DateChooser forward in time.
setNavigationInhibited(boolean) - Method in class echopointng.DateChooser
If set to true the user is inhbited from navigating beyond the maximum and minimum dates.
setNoMatchingOptionText(String) - Method in class echopointng.AutoLookupTextFieldEx
 
setNullActionCommandsRaiseEvents(boolean) - Method in class echopointng.Tree
Sets whether TreeNode null action commands will cause an event to be raised.
setNumberOfBlocks(int) - Method in class echopointng.ProgressBar
Sets the number of blocks used when displaying the ProgressBar<
setOpen(boolean) - Method in class echopointng.NativeWindow
 
setOpenOption(int) - Method in class echopointng.Menu
Sets the Menu's drop down box opening options.
setOrdering(int) - Method in class echopointng.ListSection
Sets the ordering in use for the ListSection.
setOrientation(int) - Method in class echopointng.ProgressBar
Sets the progress bar's orientation to newOrientation , which must be ProgressBar.ORIENTATION_VERTICAL or ProgressBar.ORIENTATION_HORIZONTAL.
setOrientation(int, boolean) - Method in class echopointng.ProgressBar
Sets the progress bar's orientation to newOrientation , which must be ProgressBar.ORIENTATION_VERTICAL or ProgressBar.ORIENTATION_HORIZONTAL.
setOrientation(int) - Method in class echopointng.Slider
Sets the Slider's orientation to newOrientation , which must be Slider.ORIENTATION_VERTICAL or Slider.ORIENTATION_HORIZONTAL.
setOutsets(Insets) - Method in class echopointng.AbleComponent
 
setOutsets(Insets) - Method in class echopointng.ButtonEx
 
setOutsets(Insets) - Method in class echopointng.LabelEx
 
setOutsets(Insets) - Method in class echopointng.LiveTable
 
setOutsets(Insets) - Method in class echopointng.RichTextArea
 
setOutsets(Insets) - Method in class echopointng.Separator
 
setOutsets(Insets) - Method in class echopointng.TextFieldEx
 
setOutsets(Insets) - Method in interface echopointng.able.Insetable
Sets the Outsets in play.
setOutsets(Insets) - Method in class echopointng.layout.DisplayLayoutData
 
setPageFetchSize(int) - Method in class echopointng.LiveTable
The pageFetchSize property controls how many pages (and hence rows) are "fetched" when a TableModel interaction is performed.
setPageableSelectionEx(int[]) - Method in class echopointng.TableEx
Selects only the specified row indices in response to a selection data from the client but only for pageable tables.
setParagraphStyles(String[][]) - Method in class echopointng.richtext.DefaultRichTextRenderer
Sets a new set of paragraph style values to descriptive names mappings
setParent(MutableTreeNode) - Method in class echopointng.tree.DefaultMutableTreeNode
Sets this node's parent to newParent but does not change the parent's child array.
setParent(MutableTreeNode) - Method in interface echopointng.tree.MutableTreeNode
Sets the parent of the receiver to newParent.
setPartialUpdateSupport(boolean) - Method in class echopointng.Tree
If this is set to true, the Tree rendering code is given a hint on whether it can perform partial updates to speed up visual performance.
setPopUp(Component) - Method in class echopointng.PopUp
Sets the Component that is shown is the popup box when the toggle is pressed
setPopUpAlignment(Alignment) - Method in class echopointng.PopUp
Sets the alignment of the box around the popup component, with respect to either the target component or the toggle image.
setPopUpAlwaysOnTop(boolean) - Method in class echopointng.PopUp
The popUpAlwaysOnTop property can be used control how the popup box is drawn.
setPopUpBackground(Color) - Method in class echopointng.PopUp
Sets the background color of the box around the popup component.
setPopUpBorder(Border) - Method in class echopointng.PopUp
Sets the border of the box around the popup component.
setPopUpInsets(Insets) - Method in class echopointng.PopUp
Sets the insets inside the box around the popup component.
setPopUpLeftOffset(int) - Method in class echopointng.PopUp
Sets the left offset the box around the popup component.
setPopUpNextToToggle(boolean) - Method in class echopointng.PopUp
Sets to true if the popup box is aligned next to the toggle image or false if its aligned next to the target component.
setPopUpOnRollover(boolean) - Method in class echopointng.PopUp
Controls whether th popup box is shown when the mouse rolls over the toggle or false if a click is required to show the popup box.
setPopUpOutsets(Insets) - Method in class echopointng.PopUp
Sets the outer spacing of the box around the popup component.
setPopUpTopOffset(int) - Method in class echopointng.PopUp
Sets the top offset of the box around the popup component.
setPopupProperties(AbleProperties) - Method in class echopointng.AutoLookupTextFieldEx
 
setPosition(int) - Method in class echopointng.ContainerEx
 
setPosition(int) - Method in class echopointng.MenuBar
 
setPosition(int) - Method in interface echopointng.able.Positionable
Sets the position of the component This can be one of : POSITIONING_STATIC POSITIONING_RELATIVE POSITIONING_ABSOLUTE POSITIONING_FIXED
setPosition(int) - Method in class echopointng.layout.DisplayLayoutData
 
setProgressString(String) - Method in class echopointng.ProgressBar
Sets the value of the Progress String.
setProgressStringPainted(boolean) - Method in class echopointng.ProgressBar
Sets whether the progress bar will render a string.
setProperty(Component, String, boolean) - Static method in class echopointng.ComponentEx
Helper method to set 'boolean' property values
setProperty(Component, String, byte) - Static method in class echopointng.ComponentEx
Helper method to set 'byte' property values
setProperty(Component, String, char) - Static method in class echopointng.ComponentEx
Helper method to set 'char' property values
setProperty(Component, String, double) - Static method in class echopointng.ComponentEx
Helper method to set 'double' property values
setProperty(Component, String, float) - Static method in class echopointng.ComponentEx
Helper method to set 'float' property values
setProperty(Component, String, int) - Static method in class echopointng.ComponentEx
Helper method to set 'int' property values
setProperty(Component, String, long) - Static method in class echopointng.ComponentEx
Helper method to set 'long' property values
setProperty(Component, String, Object) - Static method in class echopointng.ComponentEx
Helper method to set 'Object' property values
setProperty(Component, String, short) - Static method in class echopointng.ComponentEx
Helper method to set 'short' property values
setProperty(String, boolean) - Method in class echopointng.ComponentEx
Helper method to set 'boolean' property values
setProperty(String, byte) - Method in class echopointng.ComponentEx
Helper method to set 'byte' property values
setProperty(String, char) - Method in class echopointng.ComponentEx
Helper method to set 'char' property values
setProperty(String, double) - Method in class echopointng.ComponentEx
Helper method to set 'double' property values
setProperty(String, float) - Method in class echopointng.ComponentEx
Helper method to set 'float' property values
setProperty(String, int) - Method in class echopointng.ComponentEx
Helper method to set 'int' property values
setProperty(String, long) - Method in class echopointng.ComponentEx
Helper method to set 'long' property values
setProperty(String, short) - Method in class echopointng.ComponentEx
Helper method to set 'short' property values
setProperty(String, byte) - Method in class echopointng.MutableStyleEx
 
setProperty(String, short) - Method in class echopointng.MutableStyleEx
 
setProperty(String, int) - Method in class echopointng.MutableStyleEx
 
setProperty(String, long) - Method in class echopointng.MutableStyleEx
 
setProperty(String, float) - Method in class echopointng.MutableStyleEx
 
setProperty(String, double) - Method in class echopointng.MutableStyleEx
 
setProperty(String, char) - Method in class echopointng.MutableStyleEx
 
setProperty(String, boolean) - Method in class echopointng.MutableStyleEx
 
setProperty(String, boolean) - Method in class echopointng.layout.DisplayLayoutData
 
setProperty(String, int) - Method in class echopointng.layout.DisplayLayoutData
 
setProperty(String, Object) - Method in class echopointng.layout.DisplayLayoutData
 
setProperty(Component, String, Object) - Static method in class echopointng.util.ComponentKit
This method will use reflection to set a property on a given component, and all of its children.
setProperty(Component, String, Object, Class) - Static method in class echopointng.util.ComponentKit
This method will use reflection to set a property on a given component, and all of its children.
setProperty(String, Object, Class, Object) - Static method in class echopointng.util.reflect.BeanKit
Sets the value of a given Java Bean property who has the specified name and type.
setRangeProperties(int, int, int, int, boolean) - Method in interface echopointng.model.BoundedRangeModel
This method sets all of the model's data with a single method call.
setRangeProperties(int, int, int, int, boolean) - Method in class echopointng.model.DefaultBoundedRangeModel
Sets all of the BoundedRangeModel properties after forcing the arguments to obey the usual constraints: minimum <= value <= value + extent <= maximum At most, one ChangeEvent is generated.
setRegex(String) - Method in class echopointng.TextFieldEx
Sets the regular expresion string that is in play with this TextFieldEx.
setRegexFailureProperties(AbleProperties) - Method in class echopointng.TextFieldEx
Sets the AbleProperties that are used when the regular expression evaluates to false.
setRenderer(LiveTableRenderer) - Method in class echopointng.LiveTable
 
setRenderer(ProgressBarRenderer) - Method in class echopointng.ProgressBar
Sets the renderer used by the ProgressBar.
setRenderer(RichTextRenderer) - Method in class echopointng.RichTextArea
Sets the RichTextRenderer to be used
setReplacementImageAlignment(int) - Method in class echopointng.image.TextImageReference
Sets the alignment of the replacement images within the AttributedString.
setReplacementImages(Image[]) - Method in class echopointng.image.TextImageReference
Sets the array of replacement images that will be substituted for the Unicode replacement character u'FFFC'.
setResizeDragBarUsed(boolean) - Method in class echopointng.TableEx
If true, then a visual visual bar artefact is used when resizing columns.
setResizeGrowsTable(boolean) - Method in class echopointng.TableEx
If true, then the table content area will grow to accomidate the new columns widths when they are resized.
setResizeable(boolean) - Method in class echopointng.TableEx
Controls whether the TableEx columns are resizeable.
setResource(String) - Method in class echopointng.template.ResourceTemplateDataSource
 
setRight(Extent) - Method in class echopointng.ContainerEx
 
setRight(Extent) - Method in class echopointng.MenuBar
 
setRight(Extent, Color, int) - Method in class echopointng.MutableBorderEx
Sets the right MutableBorderEx properties.
setRight(int, Color, int) - Method in class echopointng.MutableBorderEx
Sets the right MutableBorderEx properties.
setRight(Extent) - Method in interface echopointng.able.Positionable
Sets the right X position of the component
setRight(Extent) - Method in class echopointng.layout.DisplayLayoutData
 
setRightColor(Color) - Method in class echopointng.MutableBorderEx
Sets the right MutableBorderEx color property.
setRightExpandedIcon(ImageReference) - Method in class echopointng.TitleBar
 
setRightIcon(ImageReference) - Method in class echopointng.TitleBar
 
setRightSize(Extent) - Method in class echopointng.MutableBorderEx
Sets the right MutableBorderEx right property.
setRightStyle(int) - Method in class echopointng.MutableBorderEx
Sets the right MutableBorderEx style property.
setRolloverBackground(Color) - Method in class echopointng.LabelEx
Sets the background color of the LabelEx when the mouse cursor is inside its bounds.
setRolloverBackground(Color) - Method in class echopointng.PopUp
Sets the background color of the popup when the mouse cursor is inside its bounds.
setRolloverBackground(Color) - Method in class echopointng.TitleBar
Sets the background color of the TitleBar when the mouse cursor is inside its bounds.
setRolloverBackgroundImage(FillImage) - Method in class echopointng.LabelEx
Sets the background image displayed when the mouse cursor is inside the LabelEx's bounds
setRolloverBackgroundImage(FillImage) - Method in class echopointng.TitleBar
Sets the background image displayed when the mouse cursor is inside the TitleBar's bounds
setRolloverBorder(Border) - Method in class echopointng.LabelEx
Sets the border displayed around the LabelEx when the mouse cursor is inside its bounds.
setRolloverBorder(Border) - Method in class echopointng.PopUp
Sets the border displayed around the popup when the mouse cursor is inside its bounds.
setRolloverBorder(Border) - Method in class echopointng.TitleBar
Sets the border displayed around the TitleBar when the mouse cursor is inside its bounds.
setRolloverEnabled(boolean) - Method in class echopointng.LabelEx
Sets whether rollover effects are enabled when the mouse cursor is inside the LabelEx's bounds.
setRolloverEnabled(boolean) - Method in class echopointng.PopUp
Sets whether rollover effects are enabled when the mouse cursor is inside the popup's bounds.
setRolloverEnabled(boolean) - Method in class echopointng.TitleBar
Sets whether rollover effects are enabled when the mouse cursor is inside the TitleBar's bounds.
setRolloverFont(Font) - Method in class echopointng.LabelEx
Sets the font of the LabelEx when the mouse cursor is inside its bounds.
setRolloverFont(Font) - Method in class echopointng.TitleBar
Sets the font of the TitleBar when the mouse cursor is inside its bounds.
setRolloverForeground(Color) - Method in class echopointng.LabelEx
Sets the foreground color of the LabelEx when the mouse cursor is inside its bounds.
setRolloverForeground(Color) - Method in class echopointng.TitleBar
Sets the foreground color of the TitleBar when the mouse cursor is inside its bounds.
setRolloverIcon(ImageReference) - Method in class echopointng.LabelEx
Sets the icon of the LabelEx that is displayed when the mouse cursor is inside its bounds.
setRoot(TreeNode) - Method in class echopointng.tree.DefaultTreeModel
Sets the root to root.
setRoot(TreeNode) - Method in class echopointng.treetable.DefaultTreeTableModel
 
setRootAutoExpanded(boolean) - Method in class echopointng.Tree
Determines whether or not the root node from the TreeModel is automatically expanded when the model is set into the Tree.
setRootAutoExpanded(boolean) - Method in class echopointng.TreeTable
Determines whether or not the root node from the TreeModel is automatically expanded when the model is set into the Tree.
setRootVisible(boolean) - Method in class echopointng.Tree
Determines whether or not the root node from the TreeModel is visible.
setRootVisible(boolean) - Method in class echopointng.TreeTable
Determines whether or not the root node from the TreeModel is visible.
setRowHeight(Extent) - Method in class echopointng.LiveTable
 
setRowHeight(int) - Method in class echopointng.Tree
Sets the row height to be used for each row within the Tree.
setRowMapper(RowMapper) - Method in class echopointng.tree.DefaultTreeSelectionModel
Sets the RowMapper instance.
setRowSpan(int) - Method in class echopointng.layout.TableLayoutDataEx
Sets the number of rows that are spanned by this cell.
setRowsPerPage(int) - Method in class echopointng.LiveTable
 
setRowsPerPage(int) - Method in class echopointng.table.DefaultPageableSortableTableModel
 
setRowsPerPage(int) - Method in interface echopointng.table.PageableTableModel
Sets the number of viewable rows per each displayed page.
setScaleOption(int) - Method in class echopointng.image.TextImageReference
Sets the scaling option that will be used to draw the background image.
setScrollBarBaseColor(Color) - Method in class echopointng.ContainerEx
 
setScrollBarBaseColor(Color) - Method in class echopointng.LiveTable
 
setScrollBarBaseColor(Color) - Method in class echopointng.TabbedPane
 
setScrollBarBaseColor(Color) - Method in interface echopointng.able.Scrollable
Sets the base color of the ScrollBarProperties associated with this Scrollable.
setScrollBarBaseColor(Color) - Method in class echopointng.layout.ScrollableDisplayLayoutData
 
setScrollBarPolicy(int) - Method in class echopointng.ContainerEx
 
setScrollBarPolicy(int) - Method in class echopointng.LiveTable
 
setScrollBarPolicy(int) - Method in class echopointng.TabbedPane
 
setScrollBarPolicy(int) - Method in interface echopointng.able.Scrollable
Sets the scroll bar policy of the component This can be one of : SCOLLBARS_NONE SCOLLBARS_ALWAYS SCOLLBARS_AUTO CLIPHIDE
setScrollBarPolicy(int) - Method in class echopointng.layout.ScrollableDisplayLayoutData
 
setScrollBarProperties(ScrollBarProperties) - Method in class echopointng.ContainerEx
 
setScrollBarProperties(ScrollBarProperties) - Method in class echopointng.LiveTable
 
setScrollBarProperties(ScrollBarProperties) - Method in class echopointng.TabbedPane
 
setScrollBarProperties(ScrollBarProperties) - Method in interface echopointng.able.Scrollable
Sets the ScrollBarProperties associated with this Scrollable
setScrollBarProperties(ScrollBarProperties) - Method in class echopointng.layout.ScrollableDisplayLayoutData
 
setScrollIntoViewUsed(boolean) - Method in class echopointng.Tree
Tree has the ability to "scroll" a peer or child into view when a node is expanded.
setScrollable(boolean) - Method in class echopointng.TableEx
Controls whether the TableEx is scrollable.
setSearchBarIcon(ImageReference) - Method in class echopointng.AutoLookupTextFieldEx
 
setSearchBarProperties(AbleProperties) - Method in class echopointng.AutoLookupTextFieldEx
 
setSearchBarRolloverProperties(AbleProperties) - Method in class echopointng.AutoLookupTextFieldEx
 
setSearchBarSearchingIcon(ImageReference) - Method in class echopointng.AutoLookupTextFieldEx
 
setSearchBarSearchingText(String) - Method in class echopointng.AutoLookupTextFieldEx
 
setSearchBarShown(boolean) - Method in class echopointng.AutoLookupTextFieldEx
 
setSearchBarText(String) - Method in class echopointng.AutoLookupTextFieldEx
 
setSelected(boolean) - Method in class echopointng.model.DefaultMenuItemModel
Sets the menu item model's selection state.
setSelectedBackground(Color) - Method in class echopointng.DateChooser
Sets the background Color of the DateChooser's selected area.
setSelectedBackground(Color) - Method in class echopointng.tree.DefaultTreeCellRenderer
Sets the background color to be used for selected tree cell nodes.
setSelectedBorder(Border) - Method in class echopointng.DateChooser
Sets the Border in the DateChooser's selected area.
setSelectedColor(Color) - Method in class echopointng.ColorChooser
A short-cut method for getSelectionModel().setSelectedColor()
setSelectedColor(Color) - Method in interface echopointng.model.ColorSelectionModel
Sets the model's selected color newValue.
setSelectedColor(Color) - Method in class echopointng.model.DefaultColorSelectionModel
 
setSelectedDate(Calendar) - Method in class echopointng.DateChooser
Sets the currently selected date within the DateChooser
setSelectedDate(Calendar) - Method in class echopointng.DateField
Sets the selected date within the DateChooser's model.
setSelectedDate(Calendar) - Method in interface echopointng.model.CalendarSelectionModel
Sets the model's selected date to cal.
setSelectedDate(Calendar) - Method in class echopointng.model.DefaultCalendarSelectionModel
 
setSelectedFont(Font) - Method in class echopointng.DateChooser
Sets the Font of the DateChooser's selected area.
setSelectedFont(Font) - Method in class echopointng.tree.DefaultTreeCellRenderer
Sets the font to be used for selected tree cell nodes.
setSelectedForeground(Color) - Method in class echopointng.DateChooser
Sets the foreground Color of the DateChooser's selected area.
setSelectedForeground(Color) - Method in class echopointng.tree.DefaultTreeCellRenderer
Sets the foreground color to be used for selected tree cell nodes.
setSelectedIndex(int) - Method in class echopointng.TabbedPane
Sets the selected index of the TabbedPane.
setSelectedIndex(int) - Method in class echopointng.model.DefaultSingleSelectionModel
 
setSelectedIndex(int) - Method in interface echopointng.model.SingleSelectionModel
Sets the model's selected index to index .
setSelectedIndex(int, boolean) - Method in class echopointng.table.AbleTableSelectionModel
This sets the selection state of the given row to newValue.
setSelectedIndex(int, boolean) - Method in class echopointng.tree.TreeListSelectionModel
 
setSelectedIndices(int[], boolean) - Method in interface echopointng.list.ListSelectionModelEx
Allows a group of indices to be set at the one time with a change event only being raise at the end.
setSelectedIndices(int[], boolean) - Method in class echopointng.table.AbleTableSelectionModel
 
setSelectedRolloverBackground(Color) - Method in class echopointng.DateChooser
Sets the rollover background Color of the DateChooser's selected area.
setSelectedRolloverBorder(Border) - Method in class echopointng.DateChooser
Sets the rollover Border in the DateChooser's selected area.
setSelectedRolloverForeground(Color) - Method in class echopointng.DateChooser
Sets the rollover foreground Color of the DateChooser's selected area.
setSelectionDisplayBarVisible(boolean) - Method in class echopointng.DateChooser
Sets whether the SelectionDisplayBar is visible
setSelectionIncludesIcon(boolean) - Method in class echopointng.Tree
Set to true if the selection of a tree node includes the area around the node icon or false if it does not.
setSelectionInterval(int, int) - Method in class echopointng.tree.TreeListSelectionModel
 
setSelectionMode(int) - Method in class echopointng.TreeTable
Overridden to ensure that private treeAndTableCellRenderer state is kept in sync with the state of the component.
setSelectionMode(int) - Method in class echopointng.table.AbleTableSelectionModel
 
setSelectionMode(int) - Method in class echopointng.tree.DefaultTreeSelectionModel
Sets the selection model, which must be one of SINGLE_TREE_NONE, SINGLE_TREE_SELECTION, CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
setSelectionMode(int) - Method in class echopointng.tree.TreeListSelectionModel
 
setSelectionMode(int) - Method in interface echopointng.tree.TreeSelectionModel
Sets the selection model, which must be one of SINGLE_TREE_SELECTION, CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
setSelectionModel(ColorSelectionModel) - Method in class echopointng.ColorChooser
 
setSelectionModel(SingleSelectionModel) - Method in class echopointng.TabbedPane
Sets the SingleSelectionModel used to track the selected index of the TabbedPane
setSelectionModel(TreeSelectionModel) - Method in class echopointng.Tree
Sets the tree's selection model.
setSelectionPath(TreePath) - Method in class echopointng.Tree
Selects the node identified by the specified path.
setSelectionPath(TreePath) - Method in class echopointng.tree.DefaultTreeSelectionModel
Sets the selection to path.
setSelectionPath(TreePath) - Method in interface echopointng.tree.TreeSelectionModel
Sets the selection to path.
setSelectionPaths(TreePath[]) - Method in class echopointng.Tree
Selects the nodes identified by the specified array of paths.
setSelectionPaths(TreePath[]) - Method in class echopointng.tree.DefaultTreeSelectionModel
Sets the selection to the paths in paths.
setSelectionPaths(TreePath[]) - Method in class echopointng.tree.EmptyTreeSelectionModel
A null implementation that selects nothing
setSelectionPaths(TreePath[]) - Method in interface echopointng.tree.TreeSelectionModel
Sets the selection to the the paths.
setSelectionText(String) - Method in class echopointng.ColorChooser
 
setShadowColor(Color) - Method in class echopointng.able.ScrollBarProperties
Sets the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar.
setShowsRootHandles(boolean) - Method in class echopointng.Tree
Determines whether the node handles are to be displayed.
setShowsRootHandles(boolean) - Method in class echopointng.TreeTable
Sets the value of the showsRootHandles property for the tree part.
setSize(Extent) - Method in class echopointng.MutableBorderEx
Sets the MutableBorderEx size properties.
setSize(Component, int) - Static method in class echopointng.util.FontKit
Sets the size of a Component's font.
setSize(Font, int) - Static method in class echopointng.util.FontKit
Returns a new Font object, based on font, that has the specified size.
setSoftReferences(boolean) - Method in class echopointng.util.collections.ExpiryCache
Sets whether SoftReferences are used to hold cache entries.
setSortDirective(int, int) - Method in class echopointng.table.DefaultSortableTableModel
 
setSortDirective(int, int) - Method in interface echopointng.table.SortableTableModel
Sets th sort directive for the given TableModel column.
setSortValue(String) - Method in class echopointng.text.AutoLookupModel.DefaultEntry
Sets the sort value
setSpellCheckInProgress(boolean) - Method in class echopointng.RichTextArea
Sets whether a seplling check is in progress
setSpellChecker(RichTextSpellChecker) - Method in class echopointng.RichTextArea
Sets the spell checker associated with the RichTextArea
setStackTrace(String[]) - Method in class echopointng.util.throwable.ThrowableDescriptor
 
setString(AttributedString) - Method in class echopointng.image.TextImageReference
This is the AttributedString to be drawn onto the image.
setString(String) - Method in class echopointng.template.StringTemplateDataSource
 
setString(String, Object, String) - Static method in class echopointng.util.reflect.BeanKit
Sets the String value of a given Java Bean property.
setStringMap(HashMap) - Method in class echopointng.template.SimpleTemplateTextSubstitution
Sets the underlying HashMap of named String values. 99% of the time there is no need to call this method.
setStyle(int) - Method in class echopointng.MutableBorderEx
Sets the MutableBorderEx style properties.
setStyle(Font, int) - Static method in class echopointng.util.FontKit
Returns a new Font object, based on font, that has the specified style.
setStyleApplied(boolean) - Method in class echopointng.TemplatePanel
Controls whether style declarations in the template data have been applied or not.
setStyleChildren(boolean) - Method in class echopointng.Menu
Set to true if child Menu's and MenuItems will be styled with the same presentation parameters as this Menu when they are added.
setSubmenuImage(ImageReference) - Method in class echopointng.Menu
Sets the submenu ImageReference of the Menu.
setSubmenuImageAlignment(int) - Method in class echopointng.Menu
Sets the alignment of the submenu image of the Menu.
setSubmenuImageBordered(boolean) - Method in class echopointng.Menu
Set to true if the submenu image is bordered with the Menu's border color / style and size.
setSubmenuRolloverImage(ImageReference) - Method in class echopointng.Menu
Sets the submenu image used when the mouse if rolled over the Menu
setSubmitButton(boolean) - Method in class echopointng.PushButton
When newValue is true, then when the user presses ENTER, the button's action event is fired, even if the user is in another component.
setSwatchHeight(Extent) - Method in class echopointng.ColorChooser
Sets the height of the color swatches
setSwatchModel(ColorSwatchModel) - Method in class echopointng.ColorChooser
 
setSwatchWidth(Extent) - Method in class echopointng.ColorChooser
Sets the width of the color swatches
setSwatchesPerRow(int) - Method in class echopointng.ColorChooser
Sets the number for color swatches that will be displayed per row of color data.
setSynchronisedWithTarget(boolean) - Method in class echopointng.EditableLabelEx
If this is true, then the Label's value will be syncrhnonised with its target component.
setTabBorderStyle(int) - Method in class echopointng.TabbedPane
Sets the tab border style to use.
setTabImageRenderer(TabImageRenderer) - Method in class echopointng.tabbedpane.AbstractTabModel
Sets the TabImageRenderer to be used by this TabModel
setTabLeadInWidth(Extent) - Method in class echopointng.TabbedPane
Sets the width of a lead in region before the first tab placement
setTabPlacement(int) - Method in class echopointng.TabbedPane
Sets where the tabs are placed on the TabbedPane.
setTabSpacing(int) - Method in class echopointng.TabbedPane
Sets the spacing (in pixels) between tabs
setTarget(Component) - Method in class echopointng.EditableLabelEx
Sets the current target of the EditableLabelEx. if this is not already a child of the EditableLabelEx, then it will be added as one.
setTarget(Component) - Method in class echopointng.KeyStrokeListener
Set the component that is the target of this KeyStrokeListener.
setTarget(Component) - Method in class echopointng.PopUp
Sets the component that is shown beside the toggle
setTargetBackground(Color) - Method in class echopointng.PopUp
Sets the background color of the target area
setTargetBorder(Border) - Method in class echopointng.PopUp
Sets the border displayed around the target area.
setTargetInsets(Insets) - Method in class echopointng.PopUp
Sets the Insets displayed around the target area.
setTargetRolloverBackground(Color) - Method in class echopointng.PopUp
Sets the background color of the target area when the mouse cursor is inside its bounds.
setTargetRolloverBorder(Border) - Method in class echopointng.PopUp
Sets the border displayed around the target area when the mouse cursor is inside its bounds.
setTemplateDataSource(TemplateDataSource) - Method in class echopointng.TemplatePanel
Sets the TemplateDataSource to be used
setTemplateTextSubstitution(TemplateTextSubstitution) - Method in class echopointng.TemplatePanel
Sets the TemplateTextSubstitution to be used to substitute 'named' text into the template data
setText(XhtmlFragment) - Method in class echopointng.ButtonEx
This version of setText() will set an XhtmlFragment inside the ButtonEx.
setText(String) - Method in class echopointng.Calculator
Sets the text of the document model of this calculaor.
setText(String) - Method in class echopointng.ComboBox
 
setText(String) - Method in class echopointng.DirectHtml
Sets the HTML text to be sent down to the client browser
setText(XhtmlFragment) - Method in class echopointng.LabelEx
This version of setText() will set an XhtmlFragment inside the Label
setText(String) - Method in class echopointng.text.StringDocumentEx
 
setTextAngle(int) - Method in class echopointng.image.TextImageReference
Sets the text angle in degrees to be used.
setTextField(TextField) - Method in class echopointng.CalculatorField
Sets the underlying TextField
setTextField(TextField) - Method in class echopointng.ComboBox
Assigns a new text field to the combo box
setTextField(TextField) - Method in class echopointng.DateField
 
setTextMatchingPerformed(boolean) - Method in class echopointng.ComboBox
Controls whether text matching is performed as the user types in the text field.
setThreeDLightColor(Color) - Method in class echopointng.able.ScrollBarProperties
Sets the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.
setTimeToLive(long) - Method in class echopointng.template.SimpleTemplateCachingHints
Sets the time this template data can reside in the cache in milliseconds.
setTimeToLive(long) - Method in class echopointng.util.collections.ExpiryCache
Sets the default 'time-to-live' for a cache entry
setTitle(String) - Method in class echopointng.GroupBox
Sets the title text of the GroupBox
setTitle(String) - Method in class echopointng.TitleBar
Sets the title of the TitleBar
setTitleAlignment(Alignment) - Method in class echopointng.TitleBar
Sets the alignment of the title of the TitleBar
setTitleBackgroundImage(FillImage) - Method in class echopointng.TitleBar
Sets the background of the TitleBar.
setTitleBar(TitleBar) - Method in class echopointng.ExpandableSection
Sets the TitleBar used at the top of the ExpandableSection
setTitleLabel(Label) - Method in class echopointng.GroupBox
Sets the Label representing the GroupBox's title
setToggleBackground(Color) - Method in class echopointng.PopUp
Sets the background color of the toggle
setToggleBorder(Border) - Method in class echopointng.PopUp
Sets the border displayed around the toggle.
setToggleIcon(ImageReference) - Method in class echopointng.PopUp
Sets the icon of the toggle.
setToggleInsets(Insets) - Method in class echopointng.PopUp
Sets the insets of the toggle area.
setTogglePressedBackground(Color) - Method in class echopointng.PopUp
Sets the background color of the toggle when the toggle is pressed.
setTogglePressedBorder(Border) - Method in class echopointng.PopUp
Sets the border displayed around the toggle when the toggle is pressed.
setTogglePressedEnabled(boolean) - Method in class echopointng.PopUp
Sets whether pressed effects are enabled when the toggle is pressed.
setTogglePressedIcon(ImageReference) - Method in class echopointng.PopUp
Sets the icon of the toggle that is displayed when the toggle is pressed.
setToggleRolloverBackground(Color) - Method in class echopointng.PopUp
Sets the background color of the toggle when the mouse cursor is inside its bounds.
setToggleRolloverBorder(Border) - Method in class echopointng.PopUp
Sets the border displayed around the toggle when the mouse cursor is inside its bounds.
setToggleRolloverIcon(ImageReference) - Method in class echopointng.PopUp
Sets the icon of the toggle that is displayed when the mouse cursor is inside its bounds.
setToolBarAlignment(int) - Method in class echopointng.RichTextArea
Sets the toolbar alignment of the contents of this RichTextArea.
setToolBarBackground(Color) - Method in class echopointng.RichTextArea
Sets the toolbar background color
setToolTipText(String) - Method in class echopointng.AbleComponent
 
setToolTipText(String) - Method in class echopointng.ContentPaneEx
 
setToolTipText(String) - Method in class echopointng.LiveTable
 
setToolTipText(String) - Method in interface echopointng.able.ToolTipable
Sets the tool tip text (displayed when the mouse cursor is hovered over the ToolTipable).
setToolTipText(String) - Method in class echopointng.layout.DisplayLayoutData
Sets the tool tip text (displayed when the mouse cursor is hovered over the area with this layout data).
setToolTipText(String) - Method in class echopointng.layout.TableLayoutDataEx
Sets the tool tip text (displayed when the mouse cursor is hovered over the area with this layout data).
setTop(Extent) - Method in class echopointng.ContainerEx
 
setTop(Extent) - Method in class echopointng.MenuBar
 
setTop(Extent, Color, int) - Method in class echopointng.MutableBorderEx
Sets the top MutableBorderEx properties.
setTop(int, Color, int) - Method in class echopointng.MutableBorderEx
Sets the top MutableBorderEx properties.
setTop(Extent) - Method in class echopointng.NativeWindow
 
setTop(Extent) - Method in interface echopointng.able.Positionable
Sets the top Y position of the component
setTop(Extent) - Method in class echopointng.layout.DisplayLayoutData
 
setTopColor(Color) - Method in class echopointng.MutableBorderEx
Sets the top MutableBorderEx color property.
setTopColor(Color) - Method in class echopointng.Separator
 
setTopOffset(int) - Method in class echopointng.Menu
Sets the top offset of the drop down box associated with this Menu relative to its parent.
setTopSize(Extent) - Method in class echopointng.MutableBorderEx
Sets the top MutableBorderEx size property.
setTopSize(Extent) - Method in class echopointng.Separator
 
setTopStyle(int) - Method in class echopointng.MutableBorderEx
Sets the top MutableBorderEx style property.
setTransfer(String) - Method in class echopointng.Calculator
Sets the string value for the Transfer button.
setTranslucentImage(ImageReference) - Method in class echopointng.LightBox
Sets the image to be used as the background of the light box.
setTreeIcons(TreeIcons) - Method in class echopointng.Tree
Sets the TreeIcons being used by the Tree
setTreeTableModel(TreeTableModel) - Method in class echopointng.TreeTable
Sets the data model for this TreeTable to the specified TreeTableModel.
setURI(String) - Method in class echopointng.HttpPaneEx
Sets the URI to display
setURL(String) - Method in class echopointng.NativeWindow
 
setUncompletedColor(Color) - Method in class echopointng.ProgressBar
Sets the uncompleted Color of the ProgressBar.
setUnderline(Component) - Static method in class echopointng.util.FontKit
Sets Component's font to underline.
setUnderlyingTableModel(TableModel) - Method in class echopointng.table.DefaultSortableTableModel
Sets the underlying TableModel to use for this DefaultSortableTableModel.
setUpArrowImage(ImageReference) - Method in class echopointng.table.SortableTableHeaderRenderer
Sets the up arrow displyed in the column header of the sortable table.
setUpdateFromTextField(boolean) - Method in class echopointng.DateField
Set to true, the Datefield will update the CalendarSelectionModel when changes are made to the TextField.
setUserObject(Object) - Method in class echopointng.tree.DefaultMutableTreeNode
Sets the user object for this node to userObject.
setUserObject(Object) - Method in interface echopointng.tree.MutableTreeNode
Resets the user object of the receiver to object.
setValid(boolean) - Method in class echopointng.image.EncodedImageReference
This controls whether the AWT Image data is currently valid.
setValidating(boolean) - Method in class echopointng.template.SimpleTemplateCompilerHints
 
setValue(double) - Method in class echopointng.CalculatorField
Sets the value of the CalculatorField to be the given double.
setValue(int) - Method in class echopointng.ProgressBar
Sets the model's value to n .
setValue(int) - Method in class echopointng.Slider
Sets the model's value to n .
setValue(int) - Method in interface echopointng.model.BoundedRangeModel
Sets the model's current value to newValue if newValue satisfies the model's constraints.
setValue(int) - Method in class echopointng.model.DefaultBoundedRangeModel
Sets the current value of the model.
setValue(String) - Method in class echopointng.text.AutoLookupModel.DefaultEntry
Sets the value
setValue(Object) - Method in class echopointng.util.collections.ConcurrentReaderHashMap.Entry
Set the value of this entry.
setValueDecimalPlaces(int) - Method in class echopointng.Slider
Sets the number of decimal places that will be returned in the value of the getDoubleValue() method and when displayed on the client.
setValueIsAdjusting(boolean) - Method in interface echopointng.model.BoundedRangeModel
This attribute indicates that any upcoming changes to the value of the model should be considered a single event.
setValueIsAdjusting(boolean) - Method in class echopointng.model.DefaultBoundedRangeModel
Sets the valueIsAdjusting property.
setValueIsAdjusting(boolean) - Method in class echopointng.tree.TreeListSelectionModel
 
setValueRatio(double) - Method in class echopointng.Slider
Sets the ratio that will be multiplied by the current model value when its is returned by the getDoubleValue() and when displayed on the client.
setVerticalAlignment(int) - Method in class echopointng.image.TextImageReference
Sets the vertical alignment of the text relative to the x,y drawing point.
setVerticalScroll(Extent) - Method in class echopointng.ContainerEx
Sets the vertical scrollbar position of the ContainerEx.
setVisible(boolean) - Method in class echopointng.ExternalEventMonitor
This component can never be made visible.
setVisible(boolean) - Method in class echopointng.Tree
 
setVisible(Component, boolean) - Static method in class echopointng.util.ComponentKit
This method makes the component, and all its children, visible or invisible.
setWeekNumberAbbreviation(String) - Method in class echopointng.DateChooser
Sets weekNumberAbbreviation
setWeekNumberForeground(Color) - Method in class echopointng.DateChooser
Sets the foreground color of the Week Number area
setWidth(Extent) - Method in class echopointng.AbleComponent
 
setWidth(Extent) - Method in class echopointng.ImageIcon
 
setWidth(Extent) - Method in class echopointng.LabelEx
 
setWidth(Extent) - Method in class echopointng.NativeWindow
 
setWidth(Extent) - Method in interface echopointng.able.Widthable
Sets the width extent of the Widthable.
setWidth(Extent) - Method in class echopointng.layout.DisplayLayoutData
 
setX(int) - Method in class echopointng.image.TextImageReference
Sets the X position to draw the text on the image.
setXhtmlFragment(XhtmlFragment) - Method in class echopointng.text.AutoLookupModel.DefaultEntry
Sets the XhtmlFragment
setY(int) - Method in class echopointng.image.TextImageReference
Sets the y position for drawing the text on the image.
setYearRange(int) - Method in class echopointng.DateChooser
Returns the number of years that will appear in the selectable Year field.
setYearSelectable(boolean) - Method in class echopointng.DateChooser
Sets whether the Year field is selectable by the user.
setZIndex(int) - Method in class echopointng.ContainerEx
 
setZIndex(int) - Method in class echopointng.MenuBar
 
setZIndex(int) - Method in interface echopointng.able.Positionable
Sets the z-index of the component
setZIndex(int) - Method in class echopointng.layout.DisplayLayoutData
 
sharedInstance - Static variable in class echopointng.tree.EmptyTreeSelectionModel
Unique shared instance.
show() - Method in class echopointng.LightBox
A convenience method for setHidden(false);
showAllColumns() - Method in class echopointng.table.ColumnHidingTableModel
This clears shows all columns in the underlying TableModel
showColumn(int) - Method in class echopointng.table.ColumnHidingTableModel
Shows the specified column.
size() - Method in class echopointng.StackedPaneEx
 
size() - Method in class echopointng.TabbedPane
 
size() - Method in class echopointng.tabbedpane.DefaultTabModel
 
size() - Method in interface echopointng.tabbedpane.TabModel
This is called to return how many tabs are returned by this TabModel.
size() - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Returns the number of key-value mappings in this map.
size() - Method in class echopointng.util.collections.ExpiryCache
Note this may return a size larger than the number of non expired objects.
sortByColumn(int, int) - Method in class echopointng.table.DefaultSortableTableModel
 
sortByColumn(int, int) - Method in interface echopointng.table.SortableTableModel
Sorts the data backing this model based on the given column and sort directive
splitIntoLines(String) - Static method in class echopointng.util.TokenizerKit
This will split the given string into a series of lines (with no delimeters in the lines themselves)
sput(Object, Object, int) - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Continuation of put(), called only when synch lock is held and interference has been detected.
sremove(Object, int) - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Continuation of remove(), called only when synch lock is held and interference has been detected.
stack - Variable in class echopointng.tree.DefaultMutableTreeNode.PathBetweenNodesEnumeration
 
stack - Variable in class echopointng.tree.DefaultMutableTreeNode.PreorderEnumeration
 
styleAllMenuItems() - Method in class echopointng.Menu
This methods will call styleMenuItem() for every child MenuItem in the Menu.
styleAllMenuItems(Style, Style) - Method in class echopointng.Menu
This static method will set the style via setStyle() of the each of the child menus and menu items using topMenu as the top most level Menu.
styleAllMenuItemsByName(String, String) - Method in class echopointng.Menu
This method will set the style name via setStyleName() of the each of the child menus and menu items using topMenu as the top most level Menu.
styleMenuItem(MenuItem) - Method in class echopointng.Menu
This will style the MenuItem with the same presentation parameters as this Menu.
subtree - Variable in class echopointng.tree.DefaultMutableTreeNode.PostorderEnumeration
 
swapImageColors(Image, Color, Color) - Static method in class echopointng.image.ImageKit
This will change all occurences of srcColor to destColor in the image.
swapRGB(Color, int) - Static method in class echopointng.util.ColorKit
This will swap the red/green/blue elements of a color according to the swapOperation, which may be one of : SWAP_OP_RBG SWAP_OP_BGR SWAP_OP_BRG SWAP_OP_GRB SWAP_OP_GBR
synchroniseWithTarget() - Method in class echopointng.EditableLabelEx
This method is called internally to "synchronise" the value of the EditableLabelEx with its target component.

T

TAB_LINE_AND_CONTENT - Static variable in class echopointng.TabbedPane
TAB_LINE_AND_CONTENT - shows a border around the tabs and a line betweent the tabs and the content It looks a bit like this (where ==== is the border and --- is the non-border area ----------- ----------- ----------- ----------- - - - - - - - - - - - - - - - - ============================ ========================== = = = = = = = = = = = = ===============================================================
TAB_LINE_ONLY - Static variable in class echopointng.TabbedPane
TAB_LINE_ONLY - shows no border around the tabs and a line betweent the tabs and the content It looks a bit like this (where ==== is the border and --- is the non-border area ----------- ----------- ----------- ----------- - - - - - - - - - - - - - - - - ============================ ========================== - - - - - - - - - - - - ---------------------------------------------------------------
TAB_STRIP_AND_CONTENT - Static variable in class echopointng.TabbedPane
TAB_STRIP_AND_CONTENT - shows the border around the tabs and content It looks a bit like this (where ==== is the border and --- is the non-border area =========== =========== =========== =========== = = = = = = = = = = = = = = = = ============================ ========================== = = = = = = = = = = = = ===============================================================
TAB_STRIP_ONLY - Static variable in class echopointng.TabbedPane
TAB_STRIP_ONLY - shows a border around the tabs and a line betweent the tabs and the content It looks a bit like this (where ==== is the border and --- is the non-border area =========== =========== =========== =========== = = = = = = = = = = = = = = = = ============================ ========================== - - - - - - - - - - - - ---------------------------------------------------------------
TEXT_CHANGED_PROPERTY - Static variable in class echopointng.Calculator
 
TRANSLUCENT_IMAGE_80_PERCENT - Static variable in class echopointng.LightBox
A translucent PNG file with 80% opacity
TabImageRenderer - interface echopointng.tabbedpane.TabImageRenderer.
TabImageRenderer is an interface for producing "tab images" within a TabbedPane.
TabModel - interface echopointng.tabbedpane.TabModel.
TabModel is used to provide information on a collection of tabs, including their title, icons and the components that represent the tab's content.
TabbedPane - class echopointng.TabbedPane.
TabbedPane is used to provide a tabbed interface to a collection of Components.
TabbedPane() - Constructor for class echopointng.TabbedPane
Constructs a TabbedPane with the a default empty DefaultTabModel as the TabbedPane's model.
TabbedPane(TabModel) - Constructor for class echopointng.TabbedPane
Constructs a TabbedPane with the specified TabModel.
TableActionEventEx - class echopointng.table.TableActionEventEx.
A simple derivation of ActionEventEx that provides row and column information about what cell caused and action to occur
TableActionEventEx(Object, String, int, int, int) - Constructor for class echopointng.table.TableActionEventEx
Constructs a TableActionEventEx with the source of the event (the Table) the command associated and the meta key and column and row information.
TableCellRendererEx - interface echopointng.table.TableCellRendererEx.
TableCellRendererEx is an extension of TableCellRenderer that allows cell content other than Components to be expressed as well as allowing row and column spanning by table cells.
TableColumnEx - class echopointng.table.TableColumnEx.
The TableColumnEx uses TableCellRendererEx by default and provides extra construction objects as well as footer support.
TableColumnEx(int) - Constructor for class echopointng.table.TableColumnEx
 
TableColumnEx(int, Object) - Constructor for class echopointng.table.TableColumnEx
Constructs a TableColumnEx with the specified model index and the specified Header value.
TableColumnEx(int, Object, Object) - Constructor for class echopointng.table.TableColumnEx
Constructs a TableColumnEx with the specified model index and the specified Header and Footer value.
TableColumnEx(int, Extent) - Constructor for class echopointng.table.TableColumnEx
 
TableColumnEx(int, Extent, TableCellRenderer, TableCellRenderer) - Constructor for class echopointng.table.TableColumnEx
 
TableColumnEx(int, Extent, Object, TableCellRenderer, TableCellRenderer) - Constructor for class echopointng.table.TableColumnEx
Creates a TableColumnEx with the specified model index, width, headervalue, and cell and header renderers.
TableColumnEx(int, Extent, Object, Object, TableCellRenderer, TableCellRenderer) - Constructor for class echopointng.table.TableColumnEx
Creates a TableColumnEx with the specified model index, width, headervalue, footervalue, and cell and header renderers.
TableEx - class echopointng.TableEx.
TableEx is an implementation of Table thats adds support for light weight table cells and column and row spanning of cells.
TableEx() - Constructor for class echopointng.TableEx
Creates a new TableEx with an empty DefaultTableModel.
TableEx(int, int) - Constructor for class echopointng.TableEx
Creates a new TableEx with a new DefaultTableModel with the specified dimensions.
TableEx(TableModel) - Constructor for class echopointng.TableEx
Creates a TableEx using the supplied TableModel.
TableEx(TableModel, TableColumnModel) - Constructor for class echopointng.TableEx
Creates a TableEx with the supplied TableModel and the specified TableColumnModel.
TableEx.CellMatrix - class echopointng.TableEx.CellMatrix.
CellMatrix is used to hold the content for a given sized set of cells.
TableEx.CellMatrix(int, int, Object) - Constructor for class echopointng.TableEx.CellMatrix
Constructs a CellMatrix
TableLayoutDataEx - class echopointng.layout.TableLayoutDataEx.
TableLayoutDataEx is an extension of TableLayoutData that allows row and column spanning by table cells.
TableLayoutDataEx() - Constructor for class echopointng.layout.TableLayoutDataEx
Constructs a TableLayoutDataEx
TableLayoutDataEx(int, int) - Constructor for class echopointng.layout.TableLayoutDataEx
Constructs a TableLayoutDataEx
TemplateCachingHints - interface echopointng.template.TemplateCachingHints.
TemplateCachingHints is used to indicate to the templating rendering mechanism whether the compiled template data should be cached and for how long.
TemplateCompilerHints - interface echopointng.template.TemplateCompilerHints.
TemplateCompilerHints is used to indicate to the underlying templating compiler mechanism information about how it should compile the templaet data.
TemplateDataSource - interface echopointng.template.TemplateDataSource.
TemplateDataSource is used to return template source data and encoding information for this data.
TemplatePanel - class echopointng.TemplatePanel.
TemplatePanel is a container that uses a TemplateLayoutData to render a template of content.
TemplatePanel() - Constructor for class echopointng.TemplatePanel
Constructs a TemplatePanel with no template data as yet.
TemplatePanel(TemplateDataSource) - Constructor for class echopointng.TemplatePanel
Constructs a TemplatePanel with the specified TemplateDataSource.
TemplateTextSubstitution - interface echopointng.template.TemplateTextSubstitution.
This interface is used substitue named "text tags" in the template markup with variable Strings.
TextAreaEx - class echopointng.TextAreaEx.
TextAreaEx is a TextArea that adds extra support such as Attributeable.
TextAreaEx() - Constructor for class echopointng.TextAreaEx
Creates a new TextAreaEx with an empty StringDocument as its model, and default width and height settings.
TextAreaEx(Document) - Constructor for class echopointng.TextAreaEx
Creates a new TextAreaEx with the specified Document model.
TextAreaEx(Document, String, int, int) - Constructor for class echopointng.TextAreaEx
Creates a new TextAreaEx with the specified Document model, initial text, width and height settings.
TextAreaEx(String) - Constructor for class echopointng.TextAreaEx
Creates a new TextAreaEx with an StringDocument as its model and the specified text in the document.
TextFieldEx - class echopointng.TextFieldEx.
TextFieldEx is a TextField that adds extra EPNG support as well as some new event options such as onchange.
TextFieldEx() - Constructor for class echopointng.TextFieldEx
Creates a new TextFieldEx with an empty StringDocumentEx as its model, and default width setting.
TextFieldEx(Document) - Constructor for class echopointng.TextFieldEx
Creates a new TextFieldEx with the specified Document model.
TextFieldEx(Document, String, int) - Constructor for class echopointng.TextFieldEx
Creates a new TextFieldEx with the specified Document model, initial text, and column width.
TextFieldEx(String) - Constructor for class echopointng.TextFieldEx
Creates a new TextFieldEx with the specified text in a StringDocument model.
TextFieldEx(String, int) - Constructor for class echopointng.TextFieldEx
Creates a new TextFieldEx with the initial text, and column width.
TextFieldEx(int) - Constructor for class echopointng.TextFieldEx
Creates a new TextFieldEx with the specified column width.
TextImageReference - class echopointng.image.TextImageReference.
The TextImageReference class is an ImageReference implementation that can draw text onto a background image.
TextImageReference(AttributedString, Image) - Constructor for class echopointng.image.TextImageReference
Constructs a TextImageReference that will be drawn centered within the background image.
TextImageReference(AttributedString, Image, int) - Constructor for class echopointng.image.TextImageReference
Constructs a TextImageReference that will be drawn centered within the background image and scalled according to the scaling option.
TextImageReference(AttributedString, Image, int, ImageEncoder) - Constructor for class echopointng.image.TextImageReference
Constructs a TextImageReference that will be drawn centered within the background image and scalled according to the scaling option.
TextImageReference(AttributedString, String, ImageEncoder) - Constructor for class echopointng.image.TextImageReference
Constructs a TextImageReference that will be drawn centered within the background image, which is loaded from a file.
TextImageReference(AttributedString, String) - Constructor for class echopointng.image.TextImageReference
Constructs a TextImageReference that will be drawn centered within the background image, which is loaded from a file.
TextImageReference(AttributedString, URL) - Constructor for class echopointng.image.TextImageReference
Constructs a TextImageReference that will be centered within the background image, which is loaded from an URL.
TextImageReference(AttributedString, URL, ImageEncoder) - Constructor for class echopointng.image.TextImageReference
Constructs a TextImageReference that will be centered within the background image, which is loaded from an URL.
TextImageReference(int, int, AttributedString, Image) - Constructor for class echopointng.image.TextImageReference
Constructs a TextImageReference that will be drawn at the x,y points within the background image.
TextImageReference(int, int, AttributedString, Image, ImageEncoder) - Constructor for class echopointng.image.TextImageReference
Constructs a TextImageReference that will be drawn at the x,y points within the background image.
TextImageReference(int, int, AttributedString, String) - Constructor for class echopointng.image.TextImageReference
Constructs a TextImageReference that will be drawn at the x,y points within the background image, which is loaded from a file.
TextImageReference(int, int, AttributedString, String, ImageEncoder) - Constructor for class echopointng.image.TextImageReference
Constructs a TextImageReference that will be drawn at the x,y points within the background image, which is loaded from a file.
TextImageReference(int, int, AttributedString, URL) - Constructor for class echopointng.image.TextImageReference
Constructs a TextImageReference that will be drawn at the x,y points within the background image, which is loaded from an URL.
TextImageReference(int, int, AttributedString, URL, ImageEncoder) - Constructor for class echopointng.image.TextImageReference
Constructs a TextImageReference that will be drawn at the x,y points within the background image, which is loaded from an URL.
ThrowableDescriptor - class echopointng.util.throwable.ThrowableDescriptor.
ThrowableDescriptor describes an Throwable and lists if properties, causes and its stack trace.
ThrowableKit - class echopointng.util.throwable.ThrowableKit.
ThrowableKit provides helper methods for handling Exceptions in Echo web applications.
ThrowablePropertyDescriptor - class echopointng.util.throwable.ThrowablePropertyDescriptor.
ThrowablePropertyDescriptor describes a property of an Throwable
TimerExpiryCache - class echopointng.util.collections.TimerExpiryCache.
TimerExpiryCache is an a implementation of ExpiryCache that can contain objects that "expire".
TimerExpiryCache() - Constructor for class echopointng.util.collections.TimerExpiryCache
Constructs a default TimerExpiryCache
TimerExpiryCache(long, long) - Constructor for class echopointng.util.collections.TimerExpiryCache
Constructs a TimerExpiryCache
TimerExpiryCache(long, long, boolean) - Constructor for class echopointng.util.collections.TimerExpiryCache
Constructs a TimerExpiryCache with all the parameters
TitleBar - class echopointng.TitleBar.
TitleBar is a component that usually acts as a "title" of component, much like the titlebar area in a windowing environment like Windows.
TitleBar() - Constructor for class echopointng.TitleBar
 
TitleBar(String) - Constructor for class echopointng.TitleBar
 
TitleBar(String, boolean) - Constructor for class echopointng.TitleBar
 
TokenizerKit - class echopointng.util.TokenizerKit.
The TokenizerKit class is useful for break a String down into an array of "Token" strings.
ToolTipable - interface echopointng.able.ToolTipable.
The ToolTipable interface is used to set tool tip text which is displayed when the mouse cursor is hovered over the ToolTipable.
Tree - class echopointng.Tree.
The Tree component displays data in a hierarchial manner.
Tree() - Constructor for class echopointng.Tree
Returns a Tree with a DefaultMutableTreeNode as its root, which displays the root node.
Tree(TreeNode) - Constructor for class echopointng.Tree
Returns a Tree with the specified TreeNode as its root, which displays the root node.
Tree(TreeNode, boolean) - Constructor for class echopointng.Tree
Returns a Tree with the specified TreeNode as its root, which displays the root node and which decides whether a node is a leaf node in the specified manner.
Tree(TreeModel) - Constructor for class echopointng.Tree
Returns an instance of a Tree which displays the root node and is created using the specified data model.
Tree.TreeModelHandler - class echopointng.Tree.TreeModelHandler.
Listens to the model and updates the expandedState accordingly when nodes are removed, or changed.
Tree.TreeModelHandler() - Constructor for class echopointng.Tree.TreeModelHandler
 
Tree.TreeRowMapper - class echopointng.Tree.TreeRowMapper.
Handles the RowMapper interface for the tree
Tree.TreeRowMapper() - Constructor for class echopointng.Tree.TreeRowMapper
 
Tree.TreeSelectionForwarder - class echopointng.Tree.TreeSelectionForwarder.
Handles creating a new TreeSelectionEvent with the Tree as the source and passing it off to all the listeners.
Tree.TreeSelectionForwarder() - Constructor for class echopointng.Tree.TreeSelectionForwarder
 
TreeActionEventEx - class echopointng.tree.TreeActionEventEx.
TreeActionEventEx is used to raise action events when a node is clicked.
TreeActionEventEx(Object, String, int, Object) - Constructor for class echopointng.tree.TreeActionEventEx
Constructs a TreeActionEventEx with the source of the event (the Tree) the command associated and the meta key and Tree node information.
TreeCellRenderer - interface echopointng.tree.TreeCellRenderer.
The TreeCellRender is responsible for returning Components used to render a Tree node.
TreeExpansionEvent - class echopointng.tree.TreeExpansionEvent.
An event used to identify a single path in a tree.
TreeExpansionEvent(Object, TreePath) - Constructor for class echopointng.tree.TreeExpansionEvent
Constructs a TreeExpansionEvent object.
TreeExpansionListener - interface echopointng.tree.TreeExpansionListener.
The listener inerface that's notified when a tree expands or collapses a node.
TreeIcons - interface echopointng.tree.TreeIcons.
This interface is called by the Tree rendering code to retrieve named icon images.
TreeListSelectionModel - class echopointng.tree.TreeListSelectionModel.
Default data model for tree list selections.
TreeListSelectionModel() - Constructor for class echopointng.tree.TreeListSelectionModel
 
TreeModel - interface echopointng.tree.TreeModel.
The TreeModel interface defines a suitable data model for a Tree.
TreeModelEvent - class echopointng.tree.TreeModelEvent.
Encapsulates information describing changes to a tree model, and used to notify tree model listeners of the change.
TreeModelEvent(Object, Object[]) - Constructor for class echopointng.tree.TreeModelEvent
Used to create an event when the node structure has changed in some way, identifying the path to the root of a modified subtree as an array of Objects.
TreeModelEvent(Object, Object[], int[], Object[]) - Constructor for class echopointng.tree.TreeModelEvent
Used to create an event when nodes have been changed, inserted, or removed, identifying the path to the parent of the modified items as an array of Objects.
TreeModelEvent(Object, TreePath) - Constructor for class echopointng.tree.TreeModelEvent
Used to create an event when the node structure has changed in some way, identifying the path to the root of the modified subtree as a TreePath object.
TreeModelEvent(Object, TreePath, int[], Object[]) - Constructor for class echopointng.tree.TreeModelEvent
Used to create an event when nodes have been changed, inserted, or removed, identifying the path to the parent of the modified items as a TreePath object.
TreeModelListener - interface echopointng.tree.TreeModelListener.
TreeModelListener defines the interface for an object that listens to changes in a TreeModel.
TreeNode - interface echopointng.tree.TreeNode.
Defines the requirements for an object that can be used as a tree node in a TreeModel.
TreePath - class echopointng.tree.TreePath.
Represents a path to a node.
TreePath() - Constructor for class echopointng.tree.TreePath
Primarily provided for subclasses that don't wish to use the path ivar.
TreePath(Object[]) - Constructor for class echopointng.tree.TreePath
Constructs a path from an array of Objects, uniquely identifying the path from the root of the tree to a specific node, as returned by the tree's data model.
TreePath(Object[], int) - Constructor for class echopointng.tree.TreePath
 
TreePath(TreePath, Object) - Constructor for class echopointng.tree.TreePath
Constructs a TreePath this is the combination of all the path elements in parent with a last path component of lastElement.
TreePath(Object) - Constructor for class echopointng.tree.TreePath
Constructs a TreePath when there is only item in the path.
TreeSelectionEvent - class echopointng.tree.TreeSelectionEvent.
An event that characterizes a change in the current selection.
TreeSelectionEvent(Object, TreePath[], boolean[], TreePath, TreePath) - Constructor for class echopointng.tree.TreeSelectionEvent
Represents a change in the selection of a TreeSelectionModel.
TreeSelectionEvent(Object, TreePath, boolean, TreePath, TreePath) - Constructor for class echopointng.tree.TreeSelectionEvent
Represents a change in the selection of a TreeSelectionModel.
TreeSelectionListener - interface echopointng.tree.TreeSelectionListener.
TreeSelectionListener is notified when the selection in a TreeSelectionModel changes.
TreeSelectionModel - interface echopointng.tree.TreeSelectionModel.
This interface represents the current state of the selection for the Tree component.
TreeTable - class echopointng.TreeTable.
TreeTable is a specialized table consisting of a single column in which to display hierarchical data, and any number of other columns in which to display regular data.
TreeTable() - Constructor for class echopointng.TreeTable
Constructs a TreeTable using a DefaultTreeTableModel.
TreeTable(TreeTableModel) - Constructor for class echopointng.TreeTable
Constructs a TreeTable using the specified TreeTableModel.
TreeTableModel - interface echopointng.treetable.TreeTableModel.
TreeTableModel is a TreeModel that also adds TableModel like column/row functionality.
TreeWillExpandListener - interface echopointng.tree.TreeWillExpandListener.
TreeWillExpandListener is notified when a Tree is about to expand or collapse a node.
TypefacePeer - class echopointng.stylesheet.propertypeer.TypefacePeer.
TypefacePeerPeer is used to create Font.Typeface objects
TypefacePeer() - Constructor for class echopointng.stylesheet.propertypeer.TypefacePeer
 
tab - Variable in class echopointng.util.collections.ConcurrentReaderHashMap.HashIterator
 
tabComponent - Variable in class echopointng.tabbedpane.DefaultTabModel.TabEntry
 
tabContent - Variable in class echopointng.tabbedpane.DefaultTabModel.TabEntry
 
tabImageRenderer - Variable in class echopointng.tabbedpane.AbstractTabModel
our TabImageRenderer field
table - Variable in class echopointng.util.collections.ConcurrentReaderHashMap
The hash table data.
threshold - Variable in class echopointng.util.collections.ConcurrentReaderHashMap
The table is rehashed when its size exceeds this threshold.
tint(Color, double, double, double) - Static method in class echopointng.util.ColorKit
Tints a given color by a factor given in red, blue and green.
toDOM(Document) - Method in class echopointng.xhtml.XhtmlFragment
This returns the XhtmlFragment as a series of DOM Nodes.
toPagedViewRowIndex(int) - Method in class echopointng.table.DefaultPageableSortableTableModel
 
toPagedViewRowIndex(int) - Method in interface echopointng.table.PageableTableModel
This converts the unpaged model row index into the equivalent paged view row index.
toSortedViewRowIndex(int) - Method in class echopointng.table.DefaultSortableTableModel
 
toSortedViewRowIndex(int) - Method in interface echopointng.table.SortableTableModel
This converts the unsorted model row index into the equivalent sorted view row index.
toString() - Method in class echopointng.BorderEx
 
toString() - Method in class echopointng.ButtonEx
 
toString() - Method in class echopointng.ExpandableSection
 
toString() - Method in class echopointng.Menu
 
toString() - Method in class echopointng.MenuBar
 
toString() - Method in class echopointng.MenuItem
 
toString() - Method in class echopointng.ProgressBar
 
toString() - Method in class echopointng.Slider
 
toString() - Method in class echopointng.TitleBar
 
toString() - Method in class echopointng.image.TextImageReference
 
toString() - Method in class echopointng.model.DefaultBoundedRangeModel
Returns a string that displays all of the BoundedRangeModel properties.
toString() - Method in class echopointng.progressbar.DefaultProgressBarRenderer
A toString method for debugging
toString() - Method in class echopointng.stylesheet.CssObjectIntrospector
 
toString() - Method in class echopointng.stylesheet.CssStyleSheetException
 
toString() - Method in class echopointng.table.AbleTableSelectionModel
 
toString() - Method in class echopointng.tree.DefaultMutableTreeNode
Returns the result of sending toString() to this node's user object, or null if this node has no user object.
toString() - Method in class echopointng.tree.DefaultTreeSelectionModel
Returns a string that displays and identifies this object's properties.
toString() - Method in class echopointng.tree.TreeListSelectionModel
Returns a string that displays and identifies this object's properties.
toString() - Method in class echopointng.tree.TreeModelEvent
Returns a string that displays and identifies this object's properties.
toString() - Method in class echopointng.tree.TreePath
Returns a string that displays and identifies this object's properties.
toString() - Method in class echopointng.util.collections.ConcurrentReaderHashMap.Entry
 
toString() - Method in class echopointng.util.throwable.ThrowableDescriptor
 
toString() - Method in class echopointng.xhtml.XhtmlFragment
This version of toString() simply returned the same as getFragment().
toUnpagedModelRowIndex(int) - Method in class echopointng.table.DefaultPageableSortableTableModel
 
toUnpagedModelRowIndex(int) - Method in interface echopointng.table.PageableTableModel
This converts the paged view row index into the equivalent unpaged model row index.
toUnsortedModelRowIndex(int) - Method in class echopointng.table.DefaultSortableTableModel
 
toUnsortedModelRowIndex(int) - Method in interface echopointng.table.SortableTableModel
This converts the sorted view row index into the equivalent unsorted model row index.
toggleAllNodes(TreePath, boolean) - Method in class echopointng.Tree
Toggles all nodes as expanded or collapsed depending on expand starting from parentPath.
toggleColumn(int) - Method in class echopointng.table.ColumnHidingTableModel
Toggles the specified column, ie if its hidden it is shown and vice versa.
tokenize(String, String) - Static method in class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
Tokenizes a given string with the specified delimeters.
tokenize(String, String) - Static method in class echopointng.util.TokenizerKit
Tokenizes a string into an array of Strings based on the delimeters while respecting the quote characters ' and " as well defining whitespace characters 0 to 32 as delimeters.
tokenize(String, String, boolean) - Static method in class echopointng.util.TokenizerKit
Tokenizes a string into an array of Strings based on the delimeters while respecting the quote characters ' and " as well defining whitespace characters 0 to 32 as delimeters.
tokenizeStrict(String, String) - Static method in class echopointng.util.TokenizerKit
Tokenizes a string into an array of Strings based on the delimeters while respecting the quote characters ' and " but the common whitespace characters space, tab, carriage return and newline are no longer whitespace.
tokenizeStrict(String, String, boolean) - Static method in class echopointng.util.TokenizerKit
Tokenizes a string into an array of Strings based on the delimeters while respecting the quote characters ' and " but the common whitespace characters space, tab, carriage return and newline are no longer whitespace.
traverseComponent(Component, ComponentKit.ComponentTraversalCallBack) - Static method in class echopointng.util.ComponentKit
This method will traverse the current component and all its children, in a depth first manner, and call the ComponentTraversalCallBack object for each component found.
traverseInstance(ApplicationInstance, ComponentKit.ComponentTraversalCallBack) - Static method in class echopointng.util.ComponentKit
This method will traverse the EchoInstance and all its child components, in a depth first manner, and call the ComponentTraversalCallBack object for each component found.
treeCollapsed(TreeExpansionEvent) - Method in interface echopointng.tree.TreeExpansionListener
Called whenever an item in the tree has been collapsed.
treeEmpty - Static variable in class echopointng.tree.DefaultTreeIcons
 
treeExpanded(TreeExpansionEvent) - Method in interface echopointng.tree.TreeExpansionListener
Called whenever an item in the tree has been expanded.
treeFolder - Static variable in class echopointng.tree.DefaultTreeIcons
 
treeFolderOpen - Static variable in class echopointng.tree.DefaultTreeIcons
 
treeJoin - Static variable in class echopointng.tree.DefaultTreeIcons
 
treeJoinBottom - Static variable in class echopointng.tree.DefaultTreeIcons
 
treeLeaf - Static variable in class echopointng.tree.DefaultTreeIcons
 
treeLine - Static variable in class echopointng.tree.DefaultTreeIcons
 
treeMinus - Static variable in class echopointng.tree.DefaultTreeIcons
 
treeMinusBottom - Static variable in class echopointng.tree.DefaultTreeIcons
 
treeNodesChanged(TreeModelEvent) - Method in class echopointng.Tree.TreeModelHandler
 
treeNodesChanged(TreeModelEvent) - Method in interface echopointng.tree.TreeModelListener
Invoked after a node (or a set of siblings) has changed in some way.
treeNodesInserted(TreeModelEvent) - Method in class echopointng.Tree.TreeModelHandler
 
treeNodesInserted(TreeModelEvent) - Method in interface echopointng.tree.TreeModelListener
Invoked after nodes have been inserted into the tree.
treeNodesRemoved(TreeModelEvent) - Method in class echopointng.Tree.TreeModelHandler
 
treeNodesRemoved(TreeModelEvent) - Method in interface echopointng.tree.TreeModelListener
Invoked after nodes have been removed from the tree.
treePlus - Static variable in class echopointng.tree.DefaultTreeIcons
 
treePlusBottom - Static variable in class echopointng.tree.DefaultTreeIcons
 
treeRoot - Static variable in class echopointng.tree.DefaultTreeIcons
 
treeStructureChanged(TreeModelEvent) - Method in class echopointng.Tree.TreeModelHandler
 
treeStructureChanged(TreeModelEvent) - Method in interface echopointng.tree.TreeModelListener
Invoked after the tree has drastically changed structure from a given node down.
treeWillCollapse(TreeExpansionEvent) - Method in interface echopointng.tree.TreeWillExpandListener
Invoked whenever a node in the tree is about to be collapsed.
treeWillExpand(TreeExpansionEvent) - Method in interface echopointng.tree.TreeWillExpandListener
Invoked whenever a node in the tree is about to be expanded.

U

UNDEFINED - Static variable in interface echopointng.able.Scrollable
A scroll bar policy that will cause not cause any scroll bar policy to be applied at all.
UNORDERED - Static variable in class echopointng.ListSection
 
URLImageReference - class echopointng.image.URLImageReference.
URLImageReference provides an ImageReference that gets its image data from an java.net.URL.
URLImageReference(URL) - Constructor for class echopointng.image.URLImageReference
Creates an URLImageReference retrieved from the provided URL.
URLImageReference(URL, String) - Constructor for class echopointng.image.URLImageReference
Creates an URLImageReference retrieved from the provided URL and the specified content type.
URLImageReference(URL, Extent, Extent) - Constructor for class echopointng.image.URLImageReference
Creates an URLImageReference retrieved from the provided URL with the specified width and height.
URLImageReference(URL, String, Extent, Extent) - Constructor for class echopointng.image.URLImageReference
Creates an URLImageReference retrieved from the provided URL with the specified content type, width and height.
underlyingTableModel - Variable in class echopointng.table.DefaultSortableTableModel
This is the underlying TableModel being decorated by this class
undo() - Method in interface echopointng.history.HistoryUndoRedo
This method is called if the user has pressed the back button and the HistoryUndoRedo object should undo the changes made after when this object was created.
update() - Method in class echopointng.image.EncodedImageReference
Not supported.
update() - Method in class echopointng.image.URLImageReference
Not supported.
updateDateFromText() - Method in class echopointng.DateField
Called to update the calendar selection model from the current text field contents.
updateLeadIndex() - Method in class echopointng.tree.DefaultTreeSelectionModel
Updates the leadIndex instance variable.
updateTextFromDate() - Method in class echopointng.DateField
Called to update the text field from the current calendar selection model.
userObject - Variable in class echopointng.tree.DefaultMutableTreeNode
optional user object

V

VALUE_CHANGED_PROPERTY - Static variable in class echopointng.Slider
 
VK_0 - Static variable in interface echopointng.KeyStrokes
 
VK_1 - Static variable in interface echopointng.KeyStrokes
 
VK_2 - Static variable in interface echopointng.KeyStrokes
 
VK_3 - Static variable in interface echopointng.KeyStrokes
 
VK_4 - Static variable in interface echopointng.KeyStrokes
 
VK_5 - Static variable in interface echopointng.KeyStrokes
 
VK_6 - Static variable in interface echopointng.KeyStrokes
 
VK_7 - Static variable in interface echopointng.KeyStrokes
 
VK_8 - Static variable in interface echopointng.KeyStrokes
 
VK_9 - Static variable in interface echopointng.KeyStrokes
 
VK_A - Static variable in interface echopointng.KeyStrokes
 
VK_ADD - Static variable in interface echopointng.KeyStrokes
 
VK_ALT - Static variable in interface echopointng.KeyStrokes
 
VK_B - Static variable in interface echopointng.KeyStrokes
 
VK_BACK_QUOTE - Static variable in interface echopointng.KeyStrokes
 
VK_BACK_SLASH - Static variable in interface echopointng.KeyStrokes
 
VK_BACK_SPACE - Static variable in interface echopointng.KeyStrokes
 
VK_C - Static variable in interface echopointng.KeyStrokes
 
VK_CANCEL - Static variable in interface echopointng.KeyStrokes
 
VK_CAPS_LOCK - Static variable in interface echopointng.KeyStrokes
 
VK_CLEAR - Static variable in interface echopointng.KeyStrokes
 
VK_CLOSE_BRACKET - Static variable in interface echopointng.KeyStrokes
 
VK_COMMA - Static variable in interface echopointng.KeyStrokes
 
VK_CONTEXT_MENU - Static variable in interface echopointng.KeyStrokes
 
VK_CONTROL - Static variable in interface echopointng.KeyStrokes
 
VK_D - Static variable in interface echopointng.KeyStrokes
 
VK_DECIMAL - Static variable in interface echopointng.KeyStrokes
 
VK_DELETE - Static variable in interface echopointng.KeyStrokes
 
VK_DIVIDE - Static variable in interface echopointng.KeyStrokes
 
VK_DOWN - Static variable in interface echopointng.KeyStrokes
 
VK_E - Static variable in interface echopointng.KeyStrokes
 
VK_END - Static variable in interface echopointng.KeyStrokes
 
VK_ENTER - Static variable in interface echopointng.KeyStrokes
 
VK_EQUALS - Static variable in interface echopointng.KeyStrokes
 
VK_ESCAPE - Static variable in interface echopointng.KeyStrokes
 
VK_F - Static variable in interface echopointng.KeyStrokes
 
VK_F1 - Static variable in interface echopointng.KeyStrokes
 
VK_F10 - Static variable in interface echopointng.KeyStrokes
 
VK_F11 - Static variable in interface echopointng.KeyStrokes
 
VK_F12 - Static variable in interface echopointng.KeyStrokes
 
VK_F13 - Static variable in interface echopointng.KeyStrokes
 
VK_F14 - Static variable in interface echopointng.KeyStrokes
 
VK_F15 - Static variable in interface echopointng.KeyStrokes
 
VK_F16 - Static variable in interface echopointng.KeyStrokes
 
VK_F17 - Static variable in interface echopointng.KeyStrokes
 
VK_F18 - Static variable in interface echopointng.KeyStrokes
 
VK_F19 - Static variable in interface echopointng.KeyStrokes
 
VK_F2 - Static variable in interface echopointng.KeyStrokes
 
VK_F20 - Static variable in interface echopointng.KeyStrokes
 
VK_F21 - Static variable in interface echopointng.KeyStrokes
 
VK_F22 - Static variable in interface echopointng.KeyStrokes
 
VK_F23 - Static variable in interface echopointng.KeyStrokes
 
VK_F24 - Static variable in interface echopointng.KeyStrokes
 
VK_F3 - Static variable in interface echopointng.KeyStrokes
 
VK_F4 - Static variable in interface echopointng.KeyStrokes
 
VK_F5 - Static variable in interface echopointng.KeyStrokes
 
VK_F6 - Static variable in interface echopointng.KeyStrokes
 
VK_F7 - Static variable in interface echopointng.KeyStrokes
 
VK_F8 - Static variable in interface echopointng.KeyStrokes
 
VK_F9 - Static variable in interface echopointng.KeyStrokes
 
VK_G - Static variable in interface echopointng.KeyStrokes
 
VK_H - Static variable in interface echopointng.KeyStrokes
 
VK_HELP - Static variable in interface echopointng.KeyStrokes
 
VK_HOME - Static variable in interface echopointng.KeyStrokes
 
VK_I - Static variable in interface echopointng.KeyStrokes
 
VK_INSERT - Static variable in interface echopointng.KeyStrokes
 
VK_J - Static variable in interface echopointng.KeyStrokes
 
VK_K - Static variable in interface echopointng.KeyStrokes
 
VK_L - Static variable in interface echopointng.KeyStrokes
 
VK_LEFT - Static variable in interface echopointng.KeyStrokes
 
VK_M - Static variable in interface echopointng.KeyStrokes
 
VK_META - Static variable in interface echopointng.KeyStrokes
 
VK_MULTIPLY - Static variable in interface echopointng.KeyStrokes
 
VK_N - Static variable in interface echopointng.KeyStrokes
 
VK_NUMPAD0 - Static variable in interface echopointng.KeyStrokes
 
VK_NUMPAD1 - Static variable in interface echopointng.KeyStrokes
 
VK_NUMPAD2 - Static variable in interface echopointng.KeyStrokes
 
VK_NUMPAD3 - Static variable in interface echopointng.KeyStrokes
 
VK_NUMPAD4 - Static variable in interface echopointng.KeyStrokes
 
VK_NUMPAD5 - Static variable in interface echopointng.KeyStrokes
 
VK_NUMPAD6 - Static variable in interface echopointng.KeyStrokes
 
VK_NUMPAD7 - Static variable in interface echopointng.KeyStrokes
 
VK_NUMPAD8 - Static variable in interface echopointng.KeyStrokes
 
VK_NUMPAD9 - Static variable in interface echopointng.KeyStrokes
 
VK_NUM_LOCK - Static variable in interface echopointng.KeyStrokes
 
VK_O - Static variable in interface echopointng.KeyStrokes
 
VK_OPEN_BRACKET - Static variable in interface echopointng.KeyStrokes
 
VK_P - Static variable in interface echopointng.KeyStrokes
 
VK_PAGE_DOWN - Static variable in interface echopointng.KeyStrokes
 
VK_PAGE_UP - Static variable in interface echopointng.KeyStrokes
 
VK_PAUSE - Static variable in interface echopointng.KeyStrokes
 
VK_PERIOD - Static variable in interface echopointng.KeyStrokes
 
VK_PRINTSCREEN - Static variable in interface echopointng.KeyStrokes
 
VK_Q - Static variable in interface echopointng.KeyStrokes
 
VK_QUOTE - Static variable in interface echopointng.KeyStrokes
 
VK_R - Static variable in interface echopointng.KeyStrokes
 
VK_RETURN - Static variable in interface echopointng.KeyStrokes
 
VK_RIGHT - Static variable in interface echopointng.KeyStrokes
 
VK_S - Static variable in interface echopointng.KeyStrokes
 
VK_SCROLL_LOCK - Static variable in interface echopointng.KeyStrokes
 
VK_SEMICOLON - Static variable in interface echopointng.KeyStrokes
 
VK_SEPARATOR - Static variable in interface echopointng.KeyStrokes
 
VK_SHIFT - Static variable in interface echopointng.KeyStrokes
 
VK_SLASH - Static variable in interface echopointng.KeyStrokes
 
VK_SPACE - Static variable in interface echopointng.KeyStrokes
 
VK_SUBTRACT - Static variable in interface echopointng.KeyStrokes
 
VK_T - Static variable in interface echopointng.KeyStrokes
 
VK_TAB - Static variable in interface echopointng.KeyStrokes
 
VK_U - Static variable in interface echopointng.KeyStrokes
 
VK_UP - Static variable in interface echopointng.KeyStrokes
 
VK_V - Static variable in interface echopointng.KeyStrokes
 
VK_W - Static variable in interface echopointng.KeyStrokes
 
VK_X - Static variable in interface echopointng.KeyStrokes
 
VK_Y - Static variable in interface echopointng.KeyStrokes
 
VK_Z - Static variable in interface echopointng.KeyStrokes
 
valid - Variable in class echopointng.TableEx
A boolean flag indicating whether the TableEx is valid or not.
validate() - Method in class echopointng.ComboBox
 
validate() - Method in class echopointng.DateField
 
validate() - Method in class echopointng.EditableLabelEx
 
validate() - Method in class echopointng.ExpandableSection
 
validate() - Method in class echopointng.GroupBox
 
validate() - Method in class echopointng.LiveTable
 
validate() - Method in class echopointng.PopUp
 
validate() - Method in class echopointng.ProgressBar
 
validate() - Method in class echopointng.TabbedPane
 
validate() - Method in class echopointng.TableEx
 
validate() - Method in class echopointng.TemplatePanel
 
validate() - Method in class echopointng.TitleBar
 
validate() - Method in class echopointng.Tree
Called just before the tree is rendered.
validate() - Method in class echopointng.TreeTable
 
validate() - Method in class echopointng.model.ExpansionGroup
This will validate that the Expandables in the in the right state.
value - Variable in class echopointng.util.collections.ConcurrentReaderHashMap.Entry
 
valueChanged(TreeSelectionEvent) - Method in class echopointng.Tree.TreeSelectionForwarder
Invoked by the TreeSelectionModel when the selection changes.
valueChanged(TreeSelectionEvent) - Method in interface echopointng.tree.TreeSelectionListener
Called whenever the value of the selection changes.
valueForPathChanged(TreePath, Object) - Method in class echopointng.tree.DefaultTreeModel
This sets the user object of the TreeNode identified by path and posts a node changed.
valueForPathChanged(TreePath, Object) - Method in interface echopointng.tree.TreeModel
Messaged when the user has altered the value for the item identified by path to newValue.
valueForPathChanged(TreePath, Object) - Method in class echopointng.treetable.AbstractTreeTableModel
Called when value for the item identified by path has been changed.
values - Variable in class echopointng.util.collections.ConcurrentReaderHashMap
 
values() - Method in class echopointng.util.collections.ConcurrentReaderHashMap
Returns a collection view of the values contained in this map.
values() - Method in class echopointng.util.collections.ExpiryCache
This operation is not supported on ExpiryCache.

W

WebSafeColorSwatchModel - class echopointng.model.WebSafeColorSwatchModel.
WebSafeColorSwatchModel generates the Netscpae defined safe web colors.
WebSafeColorSwatchModel() - Constructor for class echopointng.model.WebSafeColorSwatchModel
 
Widthable - interface echopointng.able.Widthable.
A Sizeable is a component that can have a a fixed width in some specified units.
waitForImage(Image) - Static method in class echopointng.image.ImageKit
Waits for an Image to be loaded by using a MediaTracker internally.
whenCached(Object) - Method in class echopointng.util.collections.ExpiryCache
Returns the time when the object was cached under a given key
whenLastAccessed(Object) - Method in class echopointng.util.collections.ExpiryCache
Returns the time when the object was last accessed under a given key
whenVersion(Object) - Method in class echopointng.util.collections.ExpiryCache
Returns the version number that was provided when the object was placed in the cache.
writeSerializedAttributedString(ObjectOutputStream, AttributedString) - Static method in class echopointng.image.ImageKit
Writes an AttributedString to an object output stream and saves all Serializable obejcts contained within it.
writeSerializedImage(ObjectOutputStream, Image) - Static method in class echopointng.image.ImageKit
Writes an Image out to a serialisation stream.

X

XhtmlFragment - class echopointng.xhtml.XhtmlFragment.
XhtmlFragment is used to represent just that, a fragment of XHTML that can be used inside the Echo2 framework.
XhtmlFragment() - Constructor for class echopointng.xhtml.XhtmlFragment
Constructs a XhtmlFragment with a null XHTML fragment.
XhtmlFragment(String) - Constructor for class echopointng.xhtml.XhtmlFragment
Constructs a XhtmlFragment with the specified fragment of XHTML.
XhtmlFragment(String, LayoutData) - Constructor for class echopointng.xhtml.XhtmlFragment
Constructs a XhtmlFragment with the specified fragment of XHTML.

A B C D E F G H I J K L M N O P Q R S T U V W X
EchoPoint
2.1.0rc4