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

R

RadarChart<N extends Number> - Class in echopoint.google.chart
Component wrapper for a Radar chart provided by Google Chart API.
RadarChart() - Constructor for class echopoint.google.chart.RadarChart
 
RadarChart.LineStyle - Enum in echopoint.google.chart
The enumeration of line styles supported by the chart.
RadarChartStyle - Class in echopoint.style.google.chart
The default style class for RadarChart components.
RadarChartStyle() - Constructor for class echopoint.style.google.chart.RadarChartStyle
 
rand(double, double) - Static method in class echopoint.util.RandKit
get random numbers in a range, lo <= number <= hi
rand(int, int) - Static method in class echopoint.util.RandKit
get random numbers in a range, lo <= number <= hi
rand(long, long) - Static method in class echopoint.util.RandKit
get random numbers in a range, lo <= number <= hi
rand(Calendar, Calendar) - Static method in class echopoint.util.RandKit
Returns a new Calendar object which is between start and end
rand(Object[], Object[]) - Static method in class echopoint.util.RandKit
This method will return a random sample of the possibles array into the destination array, without repeating any options.
RandKit - Class in echopoint.util
 
Range - Class in echopoint.google.chart.model
A model object used to represent the range of a chart axis (and data).
Range(int, int) - Constructor for class echopoint.google.chart.model.Range
Create a new instance using the specified values.
RangeMarker - Class in echopoint.google.chart.model
A model object that represents a range marker for the graph.
RangeMarker(String, String, double, double) - Constructor for class echopoint.google.chart.model.RangeMarker
Create a new instance using the specified values.
read() - Method in class echopoint.util.io.StringInputStream
 
read(byte[], int, int) - Method in class echopoint.util.io.StringInputStream
 
recordModification(Object) - Method in class echopoint.util.collections.ConcurrentReaderHashMap
Force a memory synchronization that will cause all readers to see table.
RectangleSection - Class in echopoint.model
A model object that represents a rectangular clickable section on an ImageMap.
RectangleSection() - Constructor for class echopoint.model.RectangleSection
Default constructor.
RectangleSection(int, int, int, int, String...) - Constructor for class echopoint.model.RectangleSection
Create a new instance using the specified values.
RectangleSection(Point, Point, String...) - Constructor for class echopoint.model.RectangleSection
Designated constructor.
ReflectionKit - Class in echopoint.util
ReflectionKit provides methods that help when using reflection on Java code.
ReflectionKit.ClassConstructorComparator - Class in echopoint.util
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 echopoint.util.ReflectionKit.ClassConstructorComparator
 
ReflectionKit.ClassDerivationComparator - Class in echopoint.util
A Comparator that can be used when comparing and sorting Class objects by most specific class order.
ReflectionKit.ClassDerivationComparator() - Constructor for class echopoint.util.ReflectionKit.ClassDerivationComparator
 
ReflectionKit.ClassFieldComparator - Class in echopoint.util
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 echopoint.util.ReflectionKit.ClassFieldComparator
 
ReflectionKit.ClassMemberComparator - Class in echopoint.util
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 echopoint.util.ReflectionKit.ClassMemberComparator
 
ReflectionKit.ClassMethodComparator - Class in echopoint.util
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 echopoint.util.ReflectionKit.ClassMethodComparator
 
ReflectionKit.ClassNameComparator - Class in echopoint.util
A Comparator that can be used when comparing and sorting Class objects by class name.
ReflectionKit.ClassNameComparator() - Constructor for class echopoint.util.ReflectionKit.ClassNameComparator
 
ReflectionKit.FieldClassComparator - Class in echopoint.util
A Comparator that can be used when comparing and sorting Field objects by name, modifier and class order.
ReflectionKit.FieldClassComparator() - Constructor for class echopoint.util.ReflectionKit.FieldClassComparator
 
ReflectionKit.MemberClassComparator - Class in echopoint.util
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 echopoint.util.ReflectionKit.MemberClassComparator
 
ReflectionKit.MethodClassComparator - Class in echopoint.util
A Comparator that can be used when comparing and sorting Method objects by name, modifier and class order.
ReflectionKit.MethodClassComparator() - Constructor for class echopoint.util.ReflectionKit.MethodClassComparator
 
ReflectionKit.MethodSearchCriteria - Interface in echopoint.util
MethodSearchCriteria is an interface used to determine if a method matches some search criteria.
RegexTextField - Class in echopoint
A text field that enforces a user supplied regular expression on a key press.
RegexTextField() - Constructor for class echopoint.RegexTextField
Default constructor.
RegexTextField(String) - Constructor for class echopoint.RegexTextField
Create a new text field with the specified regex pattern.
register(ExternalEventMonitor) - Method in class echopoint.externalevent.ExternalEventMonitorService
Registers the ExternalEventMonitor with the service that is used to invoke external events.
rehash() - Method in class echopoint.util.collections.ConcurrentReaderHashMap
Rehashes the contents of this map into a new table with a larger capacity.
RELATIVE - Static variable in interface echopoint.able.Positionable
The Positionable's position is calculated according to the normal flow.
remove(Component) - Method in class echopoint.TemplatePanel
 
remove(int) - Method in class echopoint.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 echopoint.tree.DefaultMutableTreeNode
Removes aChild from this node's child array, giving it a null parent.
remove(int) - Method in interface echopoint.tree.MutableTreeNode
Removes the child at index from the receiver.
remove(MutableTreeNode) - Method in interface echopoint.tree.MutableTreeNode
Removes node from the receiver.
remove() - Method in class echopoint.util.collections.ConcurrentReaderHashMap.HashIterator
 
remove(Object) - Method in class echopoint.util.collections.ConcurrentReaderHashMap
Removes the key (and its corresponding value) from this table.
remove(Object) - Method in class echopoint.util.collections.ExpiryCache
 
remove(Component, Component) - Static method in class echopoint.util.ComponentKit
This method will remove a child component from anywhere in the component hierarchy from parent downwards.
remove(Component) - Method in class echopoint.util.ComponentTracker
 
remove(int) - Method in class echopoint.util.ComponentTracker
 
removeActionListener(ActionListener) - Method in class echopoint.internal.AbstractContainer
Remove the specified action listener from the component.
removeActionListener(ActionListener) - Method in class echopoint.internal.AbstractImage
Remove the specified action listener from the component.
removeActionListener(ActionListener) - Method in class echopoint.jquery.DockMenu
Remove the specified action listener from the component.
removeActionListener(ActionListener) - Method in class echopoint.PushButton
Remove the specified action listener from the component.
removeActionListener(ActionListener) - Method in class echopoint.TagCloud
Remove the specified action listener from the component.
removeActionListener(ActionListener) - Method in class echopoint.tucana.FileUploadSelector
Remove the specified action listener from the component.
removeAll() - Method in class echopoint.util.ComponentTracker
 
removeAllChildren() - Method in class echopoint.tree.DefaultMutableTreeNode
Removes all of this node's children, setting their parents to null.
removeAllSections() - Method in class echopoint.ImageMap
Remove all the clickable sections from the image map.
removeAttribute(String) - Method in class echopoint.template.JspTemplateDataSource
Removes an attribute.
removeChild(DefaultMutableTreeNode, DefaultMutableTreeNode) - Method in class echopoint.tree.DefaultTreeModel
 
removeExternalEventListener(ExternalEventListener) - Method in class echopoint.externalevent.ExternalEventMonitor
Removes an ExternalEventListener from the ExternalEventMonitor
removeFromParent() - Method in class echopoint.tree.DefaultMutableTreeNode
Removes the subtree rooted at this node from the tree, giving this node a null parent.
removeFromParent() - Method in interface echopoint.tree.MutableTreeNode
Removes the receiver from its parent.
removeNamedComponent(String) - Method in class echopoint.TemplatePanel
Removes a named component from the TemplatePanel that was previously added via the addNamedComponent() method.
removePropertyChangeListener(PropertyChangeListener) - Method in class echopoint.able.ScrollBarProperties
Removes a property change listener.
removeSection(MapSection) - Method in class echopoint.ImageMap
Remove the specified clickable section from the image map.
removeTaskQueue() - Method in class echopoint.tucana.FileUploadSelector
Remove the current task queue.
reset() - Method in class echopoint.util.io.CapturedHttpServletResponse
 
reset() - Method in class echopoint.util.io.StringInputStream
 
resetBuffer() - Method in class echopoint.util.io.CapturedHttpServletResponse
 
resourceBundle - Variable in class echopoint.AutoLookupSelectField
 
ResourceImages - Class in echopoint.style.echo.extras
A utility class used to cache resource images used in styles.
ResourceImages - Class in echopoint.style.echo
A utility class that maintains a cache of common image resources used to style commonly used components.
ResourceTemplateDataSource - Class in echopoint.template
ResourceTemplateDataSource takes it template data from a Class Resource
ResourceTemplateDataSource(String, ClassLoader) - Constructor for class echopoint.template.ResourceTemplateDataSource
Constructs a ResourceTemplateDataSource with the specified class resource as template data.
ResourceTemplateDataSource(String) - Constructor for class echopoint.template.ResourceTemplateDataSource
Constructs a ResourceTemplateDataSource using the named class resource as template data.
ResourceTemplateDataSource() - Constructor for class echopoint.template.ResourceTemplateDataSource
Constructs a ResourceTemplateDataSource with no template resousrce.
returnValueOfNext() - Method in class echopoint.util.collections.ConcurrentReaderHashMap.HashIterator
 
returnValueOfNext() - Method in class echopoint.util.collections.ConcurrentReaderHashMap.KeyIterator
 
returnValueOfNext() - Method in class echopoint.util.collections.ConcurrentReaderHashMap.ValueIterator
 
RIGHTMIDDLE - Static variable in class echopoint.jquery.TooltipContainer
 
roll(char[]) - Static method in class echopoint.util.RandKit
Returns a random char from the array of chars
roll(double[]) - Static method in class echopoint.util.RandKit
Returns a random double from the array of doubles
roll(float[]) - Static method in class echopoint.util.RandKit
Returns a random float from the array of floats
roll(int[]) - Static method in class echopoint.util.RandKit
Returns a random int from the array of ints
roll(long[]) - Static method in class echopoint.util.RandKit
Returns a random long from the array of longs
roll(Object[]) - Static method in class echopoint.util.RandKit
Returns a random object from the array of objects
roll(String[]) - Static method in class echopoint.util.RandKit
Returns a random String from the array of Strings
roll(boolean[]) - Static method in class echopoint.util.RandKit
Returns a random boolean from the array of booleans
roll(int) - Static method in class echopoint.util.RandKit
Returns true "chance" percent of the time.
roll(List) - Static method in class echopoint.util.RandKit
Returns a random Object from the List of Objects
roll5050() - Static method in class echopoint.util.RandKit
Returns true of false 50 percent of the time
ROLLOVER_BORDER - Static variable in class echopoint.style.echo.AbstractButtonStyle
The rollover border colour to apply to the button.
root - Variable in class echopoint.tree.DefaultTreeModel
Root of the tree.
root - Variable in class echopoint.tree.PostorderEnumeration
 
ROW_LAYOUT - Static variable in class echopoint.ContainerEx
 
ROW_LAYOUT - Static variable in class echopoint.jquery.SlidingMenu
 
ROW_LAYOUT - Static variable in class echopoint.jquery.TooltipContainer
 

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