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

A

action(String, String) - Method in class com.droplets.api.Component
Called by the server when the user has performed an action on this component.
action(String, String) - Method in class com.droplets.api.Table
 
action(String, String) - Method in class com.droplets.api.DeprecatedMenu
Deprecated.  
action(String, String) - Method in class com.droplets.api.Label
 
action(String, String) - Method in class com.droplets.api.ImageButton
 
action(String, String) - Method in class com.droplets.api.LabelButton
 
action(String, String) - Method in class com.droplets.api.Tree
This override method is used to handle events from the client.
action(String, String) - Method in class com.droplets.api.ImageComponent
 
action(String, String) - Method in class com.droplets.api.Graph.PlotComponentProxy
This override method is used to handle events from the client.
action(String, String) - Method in class com.droplets.api.MainPanel
 
action(String, String) - Method in class com.droplets.api.Button
 
ActionEvent - class com.droplets.api.event.ActionEvent.
Event fired when a user performs an action on a component.
ActionEvent(Object, String, String) - Constructor for class com.droplets.api.event.ActionEvent
Constructs a new ActionEvent.
ActionListener - interface com.droplets.api.event.ActionListener.
Defines the interface that must be implemented by classes that wish to receive ActionEvents.
actionPerformed(ActionEvent) - Method in class com.droplets.api.EditPasteMenuItem
 
actionPerformed(ActionEvent) - Method in class com.droplets.api.EditCopyMenuItem
 
actionPerformed(ActionEvent) - Method in class com.droplets.api.EditCutMenuItem
 
actionPerformed(ActionEvent) - Method in interface com.droplets.api.event.ActionListener
Delivers the ActionEvent to the listener.
activate() - Method in class com.droplets.api.BinderPage
Activates the binder page.
AdBanner - class com.droplets.api.AdBanner.
This component implements an auto-refresh banner for displaying ads.
AdBanner(LayoutPlacement, Window) - Constructor for class com.droplets.api.AdBanner
Constructs a new AdBanner.
add(CheckboxMenuItem) - Method in class com.droplets.api.CheckboxMenuItemGroup
Adds a checkbox menu item to this group.
add(Class, EventListener) - Method in class com.droplets.api.event.EventListenerList
Adds the listener specified by the second arg to the list.
add(Menu) - Method in class com.droplets.api.MenuBar
Adds the specified menu to the end of this menu bar.
add(MenuItem) - Method in class com.droplets.api.Menu
Adds the specified menu item to the end of this menu.
add(ParseEntry) - Method in class com.droplets.api.util.ParseTable
 
add(String) - Method in class com.droplets.api.Menu
Adds a menu item with the specified label to the menu and returns the created menu item.
add(String, String) - Method in class com.droplets.api.Menu
Adds a menu item with the specified label and action command to the menu and returns the created menu item.
add(String, String, Object) - Method in class com.droplets.api.util.ParseTable
 
add(TreeNode) - Method in class com.droplets.api.tree.TreeNode
Adds a node under this Node to the end.
add(TreeNode, int) - Method in class com.droplets.api.tree.TreeNode
Adds a node under this Node at index.
addAcceptDrop(Component) - Method in class com.droplets.api.Table
Add a valid target for us to accept drop messages from.
addAcceptDrop(Component) - Method in class com.droplets.api.Label
Add a valid target for us to accept drop messages from.
addActionListener(ActionListener) - Method in class com.droplets.api.MenuComponent
Adds a listener to this menu item.
addActionListener(ActionListener) - Method in class com.droplets.api.Component
Adds a listener to be notified when an ActionEvent occurs.
addAllComponents() - Method in class com.droplets.api.Window
Called by the Droplet Server after the window has been created.
addAllComponents() - Method in class com.droplets.api.DateChooserWindow
 
addAllComponents() - Method in class com.droplets.api.ParseEditChoice
 
addAllComponents() - Method in class com.droplets.api.calendar.CalendarWindow
Deprecated.  
addAnnotation(GraphAnnotation) - Method in interface com.droplets.api.IGraph
Adds an annotation to this Graph.
addAnnotation(GraphAnnotation) - Method in class com.droplets.api.IGraph.GraphImpl
Adds an annotation to this Graph.
addAnnotation(GraphAnnotation) - Method in class com.droplets.api.GraphPanel
Adds an annotation to this GraphPanel.
addAnnotation(GraphAnnotation) - Method in class com.droplets.api.Graph
Adds an annotation to this Graph.
addAttributeChangeListener(AttributeChangeListener) - Method in class com.droplets.api.Component
Adds a listener to be notified when an attribute of this component changes.
addCalendarChangeListener(CalendarChangeListener) - Method in class com.droplets.api.calendar.CalendarWindow
Deprecated. Add a listener object to let the application know when the user has inidicated a new date in the CalendarWindow.
addCalendarChangeListener(CalendarChangeListener) - Method in class com.droplets.api.calendar.CalendarPanel
Deprecated. Add a listener object to let the application know when the user has inidicated a new date in the CalendarWindow
addCellActionListener(GameBoard.CellActionListener) - Method in class com.droplets.apix.GameBoard
Adds a CellActionListener to this object's event listeners.
addCheckboxListener(TreeCheckboxListener) - Method in class com.droplets.api.Tree
Adds a listener to be notified before tree expansion events.
addClickListener(ClickListener) - Method in class com.droplets.api.Table
Adds a listener to be notified of clicks and double-clicks
addClickListener(ClickListener) - Method in class com.droplets.api.ImageButton
 
addClickListener(ClickListener) - Method in class com.droplets.api.LabelButton
 
addClickListener(ClickListener) - Method in class com.droplets.api.Tree
Adds a listener to be notified when a TreeClickEvent occurs.
addClickListener(ClickListener) - Method in class com.droplets.api.ImageComponent
Add a listener for the Click event of this component
addClickListener(ClickListener) - Method in class com.droplets.api.Button
 
addClickListener(ClickListener) - Method in interface com.droplets.api.Clickable
Adds a click listener to the list.
addCloseListener(WindowCloseListener) - Method in class com.droplets.api.Window
Adds a listener to be notified when this window is about to close.
addComponent(Component) - Method in class com.droplets.api.Panel
adds a component to this Panel.
addComponent(Component) - Method in class com.droplets.api.SplitterPanel
This function is overridden to throw UnsupportedOperationException Use getPanelA() or getPanelB() and add components to them instead.
addComponent(Component) - Method in class com.droplets.api.Window
Deprecated. Replaced by Panel.addComponent(). To add a component to a Window, use getMainPanel().addComponent() instead.
addComponent(Component) - Method in class com.droplets.api.GraphPanel
This method is not used in GraphPanels.
addComponent(Component) - Method in class com.droplets.api.Graph
This method is not used in Graphs.
addControlledComponent(Component) - Method in class com.droplets.api.Slider
Adds a reference to a component whose value will be updated to match the slider whenever the user makes a change.
addCookie(Cookie) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
addDataPoint(DataPoint) - Method in class com.droplets.api.PlotComponent
Adds a datapoint to the graph.
addDateChooserListener(DateChooserListener) - Method in class com.droplets.api.DateChooserWindow
Add a listener object to let the application know when the user has inidicated a new date in the DateChooserWindow.
addDateChooserListener(DateChooserListener) - Method in class com.droplets.api.DateChooser
Add a listener object to let the application know when the user has inidicated a new date in the CalendarWindow
addDateHeader(String, long) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
addDriplineInvokeListener(DriplineInvokeListener) - Method in class com.droplets.api.Dripline
Call this function to register an object that will be called whenever the user invokes the application via the dripline.
addDropListener(DropListener) - Method in class com.droplets.api.Table
Adds a listener to be notified of drop events.
addDropListener(DropListener) - Method in class com.droplets.api.Label
Add a DropListener that will be called when a drop occurs on this component.
addDropListener(DropListener) - Method in class com.droplets.api.MainPanel
Add a DropListener that will be called when a drop occurs on this component.
addedToGraph(Graph) - Method in class com.droplets.api.Graph.PlotComponentProxy
 
addedToGraph(Graph) - Method in class com.droplets.api.Graph.AnnotationComponentProxy
 
addedToGraph(Graph) - Method in class com.droplets.api.GraphPrinter.PlotPrinterProxy
 
addedToGraph(Graph) - Method in class com.droplets.api.GraphPrinter.AnnotationPrinterProxy
 
addedToGraph(GraphPanel) - Method in class com.droplets.api.Graph.PlotComponentProxy
 
addedToGraph(GraphPanel) - Method in class com.droplets.api.Graph.AnnotationComponentProxy
 
addedToGraph(GraphPanel) - Method in class com.droplets.api.GraphPrinter.PlotPrinterProxy
 
addedToGraph(GraphPanel) - Method in class com.droplets.api.GraphPrinter.AnnotationPrinterProxy
 
addHeader(String, String) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
addIntHeader(String, int) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
addInvalidationListener(ObjectInvalidationListener) - Method in class com.droplets.api.InvalidationEventSource
Adds a listener to be notified when this object has become invalid.
addItem(String) - Method in class com.droplets.api.table.TableCellChoiceList
Adds an item to the list.
addItemListener(ItemListener) - Method in class com.droplets.api.CheckboxMenuItem
Adds a listener to receive ItemEvents from the CheckboxMenuItem object when its state changes.
addItemListener(ItemListener) - Method in class com.droplets.api.Tabs
Adds a listener that will receive an ItemEvent when the user selects a tab.
addItemListener(ItemListener) - Method in interface com.droplets.api.ItemSelectable
Adds a listener to receive events from the ItemSelectable object when its state changes.
addItemListener(ItemListener) - Method in class com.droplets.api.TabbedPanel
Adds a listener that will receive an ItemEvent when the user selects a tab.
addItemListener(ItemListener) - Method in class com.droplets.api.CheckboxMenuItemGroup
Adds a listener to receive events from the CheckboxMenuItems in this group when their state changes.
addKeyPressListener(KeyPressListener) - Method in class com.droplets.api.Table
Adds a listener to be notified of key-press events.
addListener(TableModelListener) - Method in class com.droplets.api.table.TableModel
Adds a listener of data events.
addMenuSelectionListener(MenuSelectionListener) - Method in class com.droplets.api.DeprecatedMenu
Deprecated. Adds a listener to be notified when the user selects an item in this menu.
addOpenDialogListener(OpenDialogListener) - Method in class com.droplets.api.Window
Adds a listener to be notified when a file is chosen from an open dialog
addPage(BinderPage) - Method in class com.droplets.api.BinderPanel
Adds the page to the binder panel.
addParameter(String, String) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Use this method to set parameters that the Servlet can get with getParameter.
addParseEditChoiceChangeListener(ParseEditChoiceChangeListener) - Method in class com.droplets.api.ParseEditChoice
Add a listener object to let the application know when the user has inidicated a new date in the CalendarWindow
addPlot(PlotComponent) - Method in interface com.droplets.api.IGraph
Adds a plot to this Graph.
addPlot(PlotComponent) - Method in class com.droplets.api.IGraph.GraphImpl
Adds a plot to this Graph.
addPlot(PlotComponent) - Method in class com.droplets.api.GraphPanel
Adds a plot to this GraphPanel.
addPlot(PlotComponent) - Method in class com.droplets.api.Graph
Adds a plot to this Graph.
addPlotChangeListener(PlotChangeListener) - Method in class com.droplets.api.PlotComponent
Adds a listener to be notified of plot change events.
addPollListener(PollListener) - Method in class com.droplets.api.Application
Adds a listener to be notified when the client polls this application.
addSelectionListener(SelectionListener) - Method in class com.droplets.api.Table
Adds a listener to be notified of selection events.
addSeparator() - Method in class com.droplets.api.Menu
Adds a separator line to the end of the menu.
addTableCellValueChangeListener(TableCellValueChangeListener) - Method in class com.droplets.api.Table
 
addTokenChangeListener(String, DriplineTokenChangeListener) - Method in class com.droplets.api.Dripline
Adds a listener to be called whenever the token is changed.
addTool(Component) - Method in class com.droplets.api.ToolbarPanel
 
addTreeSelectionListener(TreeSelectionListener) - Method in class com.droplets.api.Tree
Adds a listener to be notified of selection events.
addTreeWillExpandListener(TreeWillExpandListener) - Method in class com.droplets.api.Tree
Adds a listener to be notified before tree expansion events.
addValueChangeListener(ValueChangeListener) - Method in class com.droplets.api.Component
Adds a listener to be notified when the value of this component changes.
addWindow(Window) - Method in class com.droplets.api.Application
Adds a window to the application.
alertWithAnimatedIcons(String, String, int, String, String, String) - Method in class com.droplets.api.Dripline
Show a Dripline Alert as a set of icons displayed successively in the system tray.
alertWithAnimatedIcons(String, Vector, int, String, String, String) - Method in class com.droplets.api.Dripline
Show a Dripline Alert as a set of icons displayed successively in the system tray.
alertWithBringToFront(String, String) - Method in class com.droplets.api.Dripline
This function brings the active application to the front of the user's screen whenever an alert is triggered.
alertWithIcon(String, String, String, String, String) - Method in class com.droplets.api.Dripline
Show a Dripline Alert as an icon in the system tray.
alertWithPopup(String, String, String, String, int, String, String) - Method in class com.droplets.api.Dripline
This method causes a pop-up dialog window above the system tray to appear.
ALIGN_CENTER - Static variable in class com.droplets.api.Label
Constant used by the alignment property to indicate centered alignment
ALIGN_CENTER - Static variable in class com.droplets.api.table.TableCellValue
Centers the text in the cell.
ALIGN_CENTER - Static variable in class com.droplets.api.table.TableColumn
Constant used to indicate center alignment of a column header
ALIGN_LEFT - Static variable in class com.droplets.api.Label
Constant used by the alignment property to indicate left alignment
ALIGN_LEFT - Static variable in class com.droplets.api.table.TableCellValue
Left-aligns the text in the cell.
ALIGN_LEFT - Static variable in class com.droplets.api.table.TableColumn
Constant used to indicate left alignment of a column header
ALIGN_RIGHT - Static variable in class com.droplets.api.Label
Constant used by the alignment property to indicate right alignment
ALIGN_RIGHT - Static variable in class com.droplets.api.table.TableCellValue
Right-aligns the text in the cell.
ALIGN_RIGHT - Static variable in class com.droplets.api.table.TableColumn
Constant used to indicate right alignment of a column header
ALL_SIDES - Static variable in class com.droplets.api.Borders
Constant representing all four sides.
ANCHOR_CENTER - Static variable in class com.droplets.api.Component
Signifies that a component should be centered within its display area.
ANCHOR_EAST - Static variable in class com.droplets.api.Component
Signifies that a component should be anchored to the east corner of its display area.
ANCHOR_NORTH - Static variable in class com.droplets.api.Component
Signifies that a component should be anchored to the north corner of its display area.
ANCHOR_NORTHEAST - Static variable in class com.droplets.api.Component
Signifies that a component should be anchored to the northeast corner of its display area.
ANCHOR_NORTHWEST - Static variable in class com.droplets.api.Component
Signifies that a component should be anchored to the northwest corner of its display area.
ANCHOR_SOUTH - Static variable in class com.droplets.api.Component
Signifies that a component should be anchored to the south corner of its display area.
ANCHOR_SOUTHEAST - Static variable in class com.droplets.api.Component
Signifies that a component should be anchored to the southeast corner of its display area.
ANCHOR_SOUTHWEST - Static variable in class com.droplets.api.Component
Signifies that a component should be anchored to the southwest corner of its display area.
ANCHOR_WEST - Static variable in class com.droplets.api.Component
Signifies that a component should be anchored to the west corner of its display area.
append(String) - Method in class com.droplets.api.RichTextDisplay
Adds text to the end of the display using the current color and font.
append(String, Color) - Method in class com.droplets.api.RichTextDisplay
Adds text to the end of the display using the current font and the specified color.
append(String, Font) - Method in class com.droplets.api.RichTextDisplay
Adds text to the end of the display using the current color and the specified font.
append(String, Font, Color) - Method in class com.droplets.api.RichTextDisplay
Adds text to the end of the display using the specified font and color.
Application - class com.droplets.api.Application.
Represents an individual client's session with a particular Droplet application.
Application(int) - Constructor for class com.droplets.api.Application
Creates an Application object to handle a user's session with this application.
ApplicationFactory - interface com.droplets.api.ApplicationFactory.
Defines the interface that must be implemented in order to create Droplet Application objects.
ApplicationFactory2 - interface com.droplets.api.ApplicationFactory2.
Defines an optional interface that may be implemented in order to add additional features to your Droplet Application objects.
ApplicationFactory3 - interface com.droplets.api.ApplicationFactory3.
to add additional features to your Droplet Application objects.
ApplicationFactoryDefaults - class com.droplets.api.ApplicationFactoryDefaults.
Convenience class that implements ApplicationFactory and provides default implementations for some of the the methods.
ApplicationFactoryDefaults() - Constructor for class com.droplets.api.ApplicationFactoryDefaults
 
AppSettings - class com.droplets.api.util.AppSettings.
Provides an interface to the application-data section of the Droplets Configuration System.
arraysHaveSameObjects(Object[], Object[]) - Static method in class com.droplets.util.Utilities
Deprecated. Determines whether the two supplied arrays have exactly the same objects in them, in the same order.
arrayToVector(Object[]) - Static method in class com.droplets.util.Utilities
Deprecated. Converts an array to a vector.
attributeChanged(AttributeChangeEvent) - Method in interface com.droplets.api.event.AttributeChangeListener
Notifies the listener that the value of a component attribute changed.
attributeChanged(String, String) - Method in class com.droplets.api.Component
Calls fireAttributeChangeEvent to notify all registered listeners that an attribute has changed.
attributeChanged(String, String) - Method in class com.droplets.api.SplitterPanel
 
attributeChanged(String, String) - Method in class com.droplets.api.TextField
Overrides Component.attributeChanged to intercept "preview" events.
attributeChanged(String, String) - Method in class com.droplets.api.Table
 
attributeChanged(String, String) - Method in class com.droplets.api.Tree
 
AttributeChangeEvent - class com.droplets.api.event.AttributeChangeEvent.
Event fired when the value of a component attribute changes.
AttributeChangeEvent(Component, String, String) - Constructor for class com.droplets.api.event.AttributeChangeEvent
Constructs a new AttributeChangeEvent.
AttributeChangeListener - interface com.droplets.api.event.AttributeChangeListener.
Interface to be implemented by classes interested in AttributeChangeEvents on components.
AUTH_FAILURE_PASSWORD_INVALID - Static variable in interface com.droplets.api.UserManagerAuthenticator
Constant denoting that authentication failed due to an invalid password.
AUTH_FAILURE_UNKNOWN - Static variable in interface com.droplets.api.UserManagerAuthenticator
Constant denoting that authentication failed due to an unspecified error.
AUTH_FAILURE_USER_INVALID - Static variable in interface com.droplets.api.UserManagerAuthenticator
Constant denoting that authentication failed due to an invalid user name.
AUTH_SUCCESS - Static variable in interface com.droplets.api.UserManagerAuthenticator
Constant denoting that authentication was a success.
authenticate(String, String, String, String, VariableMap) - Method in interface com.droplets.api.UserManagerAuthenticator
Determines if the application/user/password/context combination is correct for the given user in the given application.
authenticationCancelled() - Method in class com.droplets.api.event.AuthenticationHandlerAdapter
Default (empty) implementation.
authenticationCancelled() - Method in interface com.droplets.api.event.AuthenticationHandler
Called by the Droplet Server when the user has cancelled the authentication dialog without providing a valid username and password.
authenticationCompleted(String) - Method in class com.droplets.api.event.AuthenticationHandlerAdapter
Default (empty) implementation.
authenticationCompleted(String) - Method in interface com.droplets.api.event.AuthenticationHandler
Called by the Droplet Server when the user has provided a valid username and password.
AuthenticationHandler - interface com.droplets.api.event.AuthenticationHandler.
Callback interface for handling the results of an authentication request.
AuthenticationHandlerAdapter - class com.droplets.api.event.AuthenticationHandlerAdapter.
Convenience class that provides empty implementations for the methods in the AuthenticationHandler interface, allowing you to selectively override only those methods that you need to implement.
AuthenticationHandlerAdapter() - Constructor for class com.droplets.api.event.AuthenticationHandlerAdapter
 
autoComplete(String) - Method in class com.droplets.api.TextField
Call this method to make the TextField autocomplete to the string you pass in as an argument.

B

BarPlot - class com.droplets.api.BarPlot.
 
BarPlot(IGraph) - Constructor for class com.droplets.api.BarPlot
Creates a new BarPlot.
BarPlot(Window) - Constructor for class com.droplets.api.BarPlot
Creates a new BarPlot.
BinderPage - class com.droplets.api.BinderPage.
Represents individual tabs ("pages") displayed as part of a BinderPanel or a TabbedPanel.
BinderPage(BinderPanel, String) - Constructor for class com.droplets.api.BinderPage
Constructs a binder page to be contained in a BinderPanel.
BinderPage(TabbedPanel, String) - Constructor for class com.droplets.api.BinderPage
Constructs a binder page to be contained in a TabbedPanel.
BinderPanel - class com.droplets.api.BinderPanel.
A specialized Panel that allows the end-user to switch between multiple panes (each with its own component(s)).
BinderPanel(LayoutPlacement, Panel, Window) - Constructor for class com.droplets.api.BinderPanel
Constructs a binder panel.
BLACK - Static variable in class com.droplets.api.Color
 
BLUE - Static variable in class com.droplets.api.Color
 
BOLD - Static variable in class com.droplets.api.Font
The bold style.
BOLD_ITALIC - Static variable in class com.droplets.api.Font
Both bold and italic.
Borders - class com.droplets.api.Borders.
Represents graphical borders drawn around a rectangular component, such as a panel.
Borders() - Constructor for class com.droplets.api.Borders
Constructs a default, empty Borders object - that is, a Borders object that does not yet contain any sides.
Borders(int, Color) - Constructor for class com.droplets.api.Borders
Constructs a Borders object that has the same borders on all four sides.
BOTTOM - Static variable in class com.droplets.api.Tabs
Constant specifying tabs along the bottom of a panel.
BOTTOM - Static variable in class com.droplets.api.TabbedPanel
Constant specifying tabs along the bottom of a panel.
Button - class com.droplets.api.Button.
A button GUI component with a text label.
Button(LayoutPlacement, String, Window) - Constructor for class com.droplets.api.Button
Constructs a new Button.

C

calendarChanged(CalendarChangeEvent) - Method in interface com.droplets.api.event.CalendarChangeListener
Deprecated. Indicates that a calendar has changed.
CalendarChangeEvent - class com.droplets.api.event.CalendarChangeEvent.
Deprecated. Use DateChooserEvent instead.

Event object that is used to notify an application that the date in a CalendarWindow has changed

CalendarChangeEvent(Object, Calendar) - Constructor for class com.droplets.api.event.CalendarChangeEvent
Deprecated. Constructs a new CalendarChangeEvent.
CalendarChangeListener - interface com.droplets.api.event.CalendarChangeListener.
Deprecated. Use DateChooserListener instead.

Interface to be implemented by objects interested in being notified when the date value of a CalendarWindow changes.

CalendarPanel - class com.droplets.api.calendar.CalendarPanel.
Deprecated. Use DateChooser instead.

Component that lets the user specify a particular date using a standard visual calendar user interface. Uses an event listener to tell the application that the user has chosen a new date Copyright: Copyright (c) 2001 Company: Droplets

CalendarPanel(LayoutPlacement, Window, Calendar) - Constructor for class com.droplets.api.calendar.CalendarPanel
Deprecated. Construct a CalendarPanel. Calendar panels must be added to windows by adding them directly to parent panels (with Panel.addComponent()). Furthermore, since you must add all components to the window with the same style (to the Panel as opposed to to the Window), Window.addComponent() may not be called on the parent window at all. Panel.addComponent() is the preferred method of adding components.
CalendarWindow - class com.droplets.api.calendar.CalendarWindow.
Deprecated. Use DateChooserWindow instead.

Pop-up window that lets the user specify a particular date using a standard visual calendar user interface. Uses an event listener to tell the application that the user has chosen a new date

CalendarWindow(Application, Calendar) - Constructor for class com.droplets.api.calendar.CalendarWindow
Deprecated. Construct a Calendar window
call(String, String, HttpServletRequest, HttpServletResponse) - Static method in class com.droplets.apix.servlet.ServletCaller
Calls a method in the servlet using reflection.
canStart(String, String, boolean) - Method in class com.droplets.client.ComponentAdapter
Checks to see if the AWT Component should be created.
CellCoords - class com.droplets.api.table.CellCoords.
Implements the coordinates a of a cell with then table.
CellCoords(int, int) - Constructor for class com.droplets.api.table.CellCoords
Construct with given coordinates.
CellRectangle - class com.droplets.api.table.CellRectangle.
Represents a rectangle of cells within the table.
CellRectangle(CellCoords, TableDimension) - Constructor for class com.droplets.api.table.CellRectangle
Constructs a new rectangle given origin and dimensions.
CellRectangle(int, int, int, int) - Constructor for class com.droplets.api.table.CellRectangle
Constructs the new rectangle.
changeDataPoint(int, DataPoint) - Method in class com.droplets.api.PlotComponent
Change a datapoint in the graph.
Checkbox - class com.droplets.api.Checkbox.
A checkbox component with a text label.
Checkbox(LayoutPlacement, String, Window) - Constructor for class com.droplets.api.Checkbox
Constructs a new Checkbox.
CheckboxMenuItem - class com.droplets.api.CheckboxMenuItem.
Represents a check box that is included as an item in a menu.
CheckboxMenuItem(String) - Constructor for class com.droplets.api.CheckboxMenuItem
Constructs an instance of this class indicating the item's label.
CheckboxMenuItem(String, String) - Constructor for class com.droplets.api.CheckboxMenuItem
Constructs an instance of this class indicating the item's label and action command.
CheckboxMenuItem(String, String, boolean) - Constructor for class com.droplets.api.CheckboxMenuItem
Constructs an instance of this class indicating the item's label, action command, and initial state.
CheckboxMenuItem(String, String, boolean, int) - Constructor for class com.droplets.api.CheckboxMenuItem
Constructs an instance of this class indicating the item's label, action command, initial state, and state change strategy.
CheckboxMenuItemGroup - class com.droplets.api.CheckboxMenuItemGroup.
Enforces mutual exclusion among a group of CheckboxMenuItems .
CheckboxMenuItemGroup() - Constructor for class com.droplets.api.CheckboxMenuItemGroup
Constructs a new CheckboxMenuItemGroup.
checkForIllegalChar(String, char) - Static method in class com.droplets.util.Utilities
Deprecated. Throws an exception if the string contains the character specified by illegalChar.
checkStarted() - Method in class com.droplets.api.Tree
This method checks to see if the tree has been started, if not it throws an illegal state exception.
Choice - class com.droplets.api.Choice.
Represents a drop-down menu GUI component.
Choice(LayoutPlacement, Window) - Constructor for class com.droplets.api.Choice
Constructs a new Choice component.
clear() - Method in class com.droplets.api.RichTextDisplay
Removes all text from the display.
clearSelectedNode() - Method in class com.droplets.api.Tree
Unselects the currently selected node in the tree.
Clickable - interface com.droplets.api.Clickable.
Interface implemented by components that emit ClickEvents.
ClickEvent - class com.droplets.api.event.ClickEvent.
Event fired when a click or double-click occurs on a component.
ClickEvent(Component) - Constructor for class com.droplets.api.event.ClickEvent
Constructs a new ClickEvent
ClickEvent(Component, boolean) - Constructor for class com.droplets.api.event.ClickEvent
Construct a new ClickEvent with double click flag.
ClickListener - interface com.droplets.api.event.ClickListener.
Interface to be implemented by objects interested in receiving ButtonClickEvents.
clone() - Method in class com.droplets.api.table.TableCellValue
 
clone() - Method in class com.droplets.api.table.TableCellStringValue
Clones the TableCellValue object.
clone() - Method in class com.droplets.api.table.TableCellBooleanValue
Clones the TableCellValue object.
clone() - Method in class com.droplets.api.table.CellRectangle
Specified by Object.clone()
close() - Method in class com.droplets.api.Window
Closes this window.
closeWorkingDialog() - Method in class com.droplets.api.Application
Closes the "working" dialog.
collapseNode(TreeNode) - Method in class com.droplets.api.Tree
Collapses the requested node in the tree.
Color - class com.droplets.api.Color.
Represents a color in RGB format, meaning that the red, green, and blue components of the color are each specified as an integer between 0 and 255.
Color(int, int, int) - Constructor for class com.droplets.api.Color
Construct a new Color object with the given red, green, and blue components.
ColorBase - class com.droplets.util.ColorBase.
Deprecated. Use com.droplets.api.Color instead.

Represents a color in RGB format, meaning that the red, green, and blue components of the color are each specified as an integer between 0 and 255. Objects of this class are immutable; once created, their values cannot be changed (create another object instead).

ColorBase(int, int, int) - Constructor for class com.droplets.util.ColorBase
Deprecated. Construct a new ColorBase object with the given red, green, and blue components.
com.droplets.api - package com.droplets.api
Contains all of the classes for creating user interfaces, including Application; window classes Frame and Dialog; and all Component classes, as well as a variety of important helper classes.
com.droplets.api.calendar - package com.droplets.api.calendar
Contains classes related to the Calendar component, which allows you to present a graphic calendar and wire events to its fields.
com.droplets.api.event - package com.droplets.api.event
This package encapsulates all event-related classes.
com.droplets.api.plot - package com.droplets.api.plot
DataPoint classes for use with graphing components.
com.droplets.api.table - package com.droplets.api.table
Contains classes related to the Table component, most importantly TableModel, an abstract class for managing data behind the table.
com.droplets.api.tree - package com.droplets.api.tree
Allows you to define nodes within a Tree component.
com.droplets.api.util - package com.droplets.api.util
Provides interfaces to Droplets Server configuration system and logs.
com.droplets.apix - package com.droplets.apix
 
com.droplets.apix.servlet - package com.droplets.apix.servlet
Contains classes related to Droplets integration with Servlets.
com.droplets.client - package com.droplets.client
Contains the classes required to build the client-side portion of custom components for the Droplets platform.
com.droplets.util - package com.droplets.util
Deprecated See class summaries for replacements.
Component - class com.droplets.api.Component.
Base class of all Droplet GUI components.
Component(String, LayoutPlacement, String, Window) - Constructor for class com.droplets.api.Component
Protected constructor - only subclasses will call it.
Component(String, String, Window) - Constructor for class com.droplets.api.Component
Constructor for components that do not get laid out normally in a window, and thus do not need to specify a LayoutPlacement.
ComponentAdapter - class com.droplets.client.ComponentAdapter.
Adapter class to encapsulate an AWT Component so the Droplets Client can use it as a custom component.
ComponentAdapter() - Constructor for class com.droplets.client.ComponentAdapter
Constructs the ComponentAdapter.
ComponentServices - class com.droplets.client.ComponentServices.
An abstract class provided by the Droplets Client so the ComponentAdapter can communicate with it.
ComponentServices() - Constructor for class com.droplets.client.ComponentServices
 
constructionFailed() - Method in class com.droplets.api.Component
Subclasses should call this from their constructor before allowing any exception to propagate out.
containsHeader(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
createApplication(int) - Method in interface com.droplets.api.ApplicationFactory
Creates a new Application object.
createWindow(Application, String, String) - Method in interface com.droplets.api.WindowFactory
 
CROSSHAIR_CURSOR - Static variable in class com.droplets.api.Cursor
 
CurrencyField - class com.droplets.api.CurrencyField.
Copyright: Copyright (c) 2001 Company: Droplets
CurrencyField(LayoutPlacement, Locale, Window) - Constructor for class com.droplets.api.CurrencyField
 
CurrencyField(LayoutPlacement, Window, Locale) - Constructor for class com.droplets.api.CurrencyField
Deprecated. this constructor does not adhere to the droplets standard of how the argument list should be arranged.
Cursor - class com.droplets.api.Cursor.
Encapsulation of a cursor.
Cursor(int) - Constructor for class com.droplets.api.Cursor
Constructs a new Cursor object.
CustomComponent - class com.droplets.api.CustomComponent.
The server-side proxy for a custom component.
CustomComponent(LayoutPlacement, String, String, String, Window) - Constructor for class com.droplets.api.CustomComponent
Creates a new custom component.
CustomComponent(LayoutPlacement, String, String, Window) - Constructor for class com.droplets.api.CustomComponent
Creates a new custom component.
CYAN - Static variable in class com.droplets.api.Color
 

D

DARK_GRAY - Static variable in class com.droplets.api.Color
 
DATA_CHANGED - Static variable in class com.droplets.api.event.TableModelEvent
Returned from TableModelEvent.getEventType() of a data changed event.
DataPoint - class com.droplets.api.plot.DataPoint.
Represents a data point in a plot.
DataPoint() - Constructor for class com.droplets.api.plot.DataPoint
 
dataRangePrefetch(CellRectangle) - Method in class com.droplets.api.table.TableModel
This function will be called by the table prior to many getCellValue calls.
DateChooser - class com.droplets.api.DateChooser.
Component that lets the user specify a particular date using a standard visual calendar user interface.
DateChooser(LayoutPlacement, Calendar, Window) - Constructor for class com.droplets.api.DateChooser
Construct a DateChooser.
dateChooserChanged(DateChooserEvent) - Method in interface com.droplets.api.event.DateChooserListener
Indicates that a date choice has been changed.
DateChooserEvent - class com.droplets.api.event.DateChooserEvent.
Event object that is used to notify an application that the date in a DateChooser has changed
DateChooserEvent(Object, Calendar) - Constructor for class com.droplets.api.event.DateChooserEvent
Constructs a new DateChooserEvent.
DateChooserListener - interface com.droplets.api.event.DateChooserListener.
Interface to be implemented by objects interested in being notified when the date value of a DateChooser changes.
DateChooserWindow - class com.droplets.api.DateChooserWindow.
Pop-up window that lets the user specify a particular date using a standard visual calendar user interface.
DateChooserWindow(Application, Calendar) - Constructor for class com.droplets.api.DateChooserWindow
Construct a DateChooserWindow
DateField - class com.droplets.api.DateField.
Copyright: Copyright (c) 2001 Company: Droplets
DateField(LayoutPlacement, Window) - Constructor for class com.droplets.api.DateField
 
DateUtilities - class com.droplets.api.util.DateUtilities.
 
DEBUG - Static variable in class com.droplets.util.DropletLog
Deprecated. Pass to write as the messageType to indicate that this is a debug message.
debug(String) - Static method in class com.droplets.api.util.Log
Writes a purely informative message to the log.
debug(String, String) - Static method in class com.droplets.api.util.Log
Writes a purely informative message to the log.
decodeEditId(String) - Static method in class com.droplets.api.table.TableCellValue
Used internally by the Droplets API.
DEFAULT_BOLD_FONT - Static variable in class com.droplets.api.table.TableCellValue
Assigns a default bold font for the text in the cell.
DEFAULT_CURSOR - Static variable in class com.droplets.api.Cursor
 
DEFAULT_FONT - Static variable in class com.droplets.api.table.TableCellValue
Assigns a default font to the text in the cell.
DEFAULT_KNOB_LENGTH - Static variable in class com.droplets.api.Slider
Default for the "knobLength" property.
DEFAULT_KNOB_WIDTH - Static variable in class com.droplets.api.Slider
Default for the "knobWidth" property.
DEFAULT_LIVE_UPDATE - Static variable in class com.droplets.api.Slider
Default for the "liveUpdate" property.
DEFAULT_MAJOR_TICK_SIZE - Static variable in class com.droplets.api.Slider
Default for the "majorTickSize" property.
DEFAULT_MAJOR_TICK_SPACING - Static variable in class com.droplets.api.Slider
Default for the "majorTickSpacing" property.
DEFAULT_MAXIMUM - Static variable in class com.droplets.api.Slider
Default for the "maximum" property.
DEFAULT_MINIMUM - Static variable in class com.droplets.api.Slider
Default for the "minimum" property.
DEFAULT_MINOR_TICK_SIZE - Static variable in class com.droplets.api.Slider
Default for the "minorTickSize" property.
DEFAULT_MINOR_TICK_SPACING - Static variable in class com.droplets.api.Slider
Default for the "minorTickSpacing" property.
DEFAULT_ORIENTATION - Static variable in class com.droplets.api.Slider
Default for the "orientation" property.
DEFAULT_SHOW_MAJOR_TICKS - Static variable in class com.droplets.api.Slider
Default for the "showMajorTickMarks" property.
DEFAULT_SHOW_MINOR_TICKS - Static variable in class com.droplets.api.Slider
Default for the "showMinorTickMarks" property.
DEFAULT_TRACK_WIDTH - Static variable in class com.droplets.api.Slider
Default for the "trackWidth" property.
DEFAULT_VALUE - Static variable in class com.droplets.api.Slider
Default for the slider's current value.
DeprecatedMenu - class com.droplets.api.DeprecatedMenu.
Deprecated. Use MenuBar instead.

Represents a pull-down application menu displayed at the top of the window. Menus are added directly to a window using Window.addComponent, not to a panel. The menus will appear in the order in which you add them, left to right.

Each menu has a name, which is the text that appears in the menu bar, and a set of choices (or "items"), which are passed to the constructor as a String array. The String "-" represents a menu separator (a horizontal bar drawn between items). Once the DeprecatedMenu object is constructed, its items cannot be changed.

When the user selects a menu item, a MenuSelectionEvent is delivered to all objects that have registered using addMenuSelectionListener. The event object contains a reference to the DeprecatedMenu and a menuItem property indicating which item was selected.

DeprecatedMenu(String, String[], Window) - Constructor for class com.droplets.api.DeprecatedMenu
Deprecated.  
DESELECTED - Static variable in class com.droplets.api.event.ItemEvent
Indicates that the current state of the subject item is deselected.
Dialog - class com.droplets.api.Dialog.
The base class of all Dialogs in Droplet applications.
Dialog(Application) - Constructor for class com.droplets.api.Dialog
Constructs a new Dialog.
DialogCloseListener - interface com.droplets.api.event.DialogCloseListener.
Implement this interface if you want to be notified of message box or error dialog closes.
doRetrieve(InputStream) - Method in class com.droplets.api.Window
A hook for your application to read its own data from a persistent stream as part of the application deserialization process.
doStore(OutputStream) - Method in class com.droplets.api.Window
A hook for your application to write its own data to a persistent stream as part of the application serialization process.
DoubleConstraints - class com.droplets.api.util.DoubleConstraints.
Title: TypeFields Description: Series of text fields that parse and format particular common data types Copyright: Copyright (c) 2001 Company: Droplets
DoubleConstraints() - Constructor for class com.droplets.api.util.DoubleConstraints
 
DoubleField - class com.droplets.api.DoubleField.
Title: Droplets Schedule Description: Application to track personal and group schedules Copyright: Copyright (c) 2001 Company: Droplets
DoubleField(LayoutPlacement, Window) - Constructor for class com.droplets.api.DoubleField
 
Dripline - class com.droplets.api.Dripline.
This class is a conduit to dripline services, which allow you to deliver desktop alerts to the client in a variety of modes (e.g., system tray icons, popup windows, sound alerts, etc.).
DriplineInvokeEvent - class com.droplets.api.event.DriplineInvokeEvent.
Defines the class that encapsulates the Dripline invoke information.
DriplineInvokeEvent(String, String) - Constructor for class com.droplets.api.event.DriplineInvokeEvent
Constructs the token change event.
DriplineInvokeListener - interface com.droplets.api.event.DriplineInvokeListener.
Defines the interface that must be implemented by classes that wish to receive notifications when the Dripline invokes a Droplet.
DriplineTokenChangeEvent - class com.droplets.api.event.DriplineTokenChangeEvent.
Defines the class that encapsulates the Dripline channel token change information.
DriplineTokenChangeEvent(String, String) - Constructor for class com.droplets.api.event.DriplineTokenChangeEvent
Constructs the token change event.
DriplineTokenChangeListener - interface com.droplets.api.event.DriplineTokenChangeListener.
Defines the interface that must be implemented by classes that wish to receive notifications when a Dripline channel token changes.
DropEvent - class com.droplets.api.event.DropEvent.
Event that is fired when one drag-and-drop-enabled component is dragged onto another.
DropEvent(Component, Component) - Constructor for class com.droplets.api.event.DropEvent
Creates a new DropEvent object.
DropEvent(String, Component) - Constructor for class com.droplets.api.event.DropEvent
Creates a new DropEvent object.
DropletLog - class com.droplets.util.DropletLog.
Deprecated. Use com.droplets.api.util.Log instead.

Provides an interface to the Droplet Server's log file. Java applications can write structured messages to the file. There are four kinds of messages, represented by four symbolic constants, one of which must be passed to each invocation of write:

  • DropletLog.DEBUG - for messages useful only during application development
  • DropletLog.ERROR - indicates an error condition that may or may not be fatal
  • DropletLog.INFO - for messages that contain helpful information that is not particularly alarming
  • DropletLog.WARNING - in between ERROR and INFO in severity
It is important to note that your application should not write frequent messages to the log. Doing so will cause performance problems for your own application and for others running in the same Droplet Server. This is because one central log file is shared by the Server and all its applications, and access to the log file is synchronized.

Logging never throws an exception. Usually it succeeds, but if it fails for some reason, it fails silently. If, for example, the log file is being written to by another application or thread when you attempt to write to it, your thread will block, but only for a short period of time (< 1 second), after which it will silently discard the log message and return.

This class is a singleton, meaning that only one global (static) instance is ever created. To write to the log, obtain the DropletLog object by calling get(), then call some method on the result. For example:

DropletLog.get().write (DropletLog.WARNING, "myApplication", "watch out, brother");
It is important that applications not cache this instance, but rather re-obtain it for each method call, as shown above. Future implementations of this class may support customizable, configurable logging strategies that will require different objects to be returned under different circumstances.
DropletsHttpServletRequest - class com.droplets.apix.servlet.DropletsHttpServletRequest.
Implements HttpServletRequest for use in a Droplet calling a Servlet.
DropletsHttpServletRequest() - Constructor for class com.droplets.apix.servlet.DropletsHttpServletRequest
Construct objects of DropletsHttpServletRequest to pass to your Servlet's doGetService() and doPostService()
DropletsHttpServletResponse - class com.droplets.apix.servlet.DropletsHttpServletResponse.
Implements HttpServletResponse for use in a Droplet calling a Servlet.
DropletsHttpServletResponse() - Constructor for class com.droplets.apix.servlet.DropletsHttpServletResponse
Construct objects of DropletsHttpServletResponse to pass to your Servlet's doGetService() and doPostService()
DropletsHttpSession - class com.droplets.apix.servlet.DropletsHttpSession.
Implements HttpSession and is meant to be used by DropletsHttpServletRequest to hold and share Session data.
DropletsHttpSession() - Constructor for class com.droplets.apix.servlet.DropletsHttpSession
Constructor for DropletsHttpSession.
DropletsRequestDispatcher - class com.droplets.apix.servlet.DropletsRequestDispatcher.
Implements RequestDispatcher for use in a Droplet calling a Servlet.
DropletsRequestDispatcher() - Constructor for class com.droplets.apix.servlet.DropletsRequestDispatcher
Normally called by DropletsHttpServletResponse to handle calls to getRequestDispatcher()
DropletsServletConfig - class com.droplets.apix.servlet.DropletsServletConfig.
Implements ServletConfig for use in a Droplet calling a Servlet.
DropletsServletConfig(String) - Constructor for class com.droplets.apix.servlet.DropletsServletConfig
 
DropletsServletContext - class com.droplets.apix.servlet.DropletsServletContext.
Implements ServletContext for use in a Droplet calling a Servlet.
DropletsServletContext() - Constructor for class com.droplets.apix.servlet.DropletsServletContext
 
DropletsServletOutputStream - class com.droplets.apix.servlet.DropletsServletOutputStream.
Extends ServletOutputStream for use in a Droplet calling a Servlet.
DropletsServletOutputStream() - Constructor for class com.droplets.apix.servlet.DropletsServletOutputStream
 
DropListener - interface com.droplets.api.event.DropListener.
The interface that must be implemented by objects interested in receiving DropEvents.

E

E_RESIZE_CURSOR - Static variable in class com.droplets.api.Cursor
 
EAST - Static variable in class com.droplets.api.Borders
Constant representing the east side
EditCopyMenuItem - class com.droplets.api.EditCopyMenuItem.
A special MenuItem that will implement copy current to clipboard semantics.
EditCopyMenuItem() - Constructor for class com.droplets.api.EditCopyMenuItem
Constructs a menu item that behaves like Edit->Copy and has the default Label
EditCopyMenuItem(String) - Constructor for class com.droplets.api.EditCopyMenuItem
Constructs a menu item that behaves like Edit->Copy and has the specified label
EditCutMenuItem - class com.droplets.api.EditCutMenuItem.
A special MenuItem that will implement cut current to clipboard semantics.
EditCutMenuItem() - Constructor for class com.droplets.api.EditCutMenuItem
Constructs a menu item that behaves like Edit->Copy and has the default Label
EditCutMenuItem(String) - Constructor for class com.droplets.api.EditCutMenuItem
Constructs a menu item that behaves like Edit->Cut and has the specified label
EditPasteMenuItem - class com.droplets.api.EditPasteMenuItem.
A special MenuItem that will implement paste current to clipboard semantics.
EditPasteMenuItem() - Constructor for class com.droplets.api.EditPasteMenuItem
Constructs a menu item that behaves like Edit->Copy and has the default Label
EditPasteMenuItem(String) - Constructor for class com.droplets.api.EditPasteMenuItem
Constructs a menu item that behaves like Edit->Paste and has the specified label
encode() - Method in class com.droplets.api.table.TableCellValue
Creates an encoded String representation of the cell value.
encode() - Method in class com.droplets.api.table.TableCellStringValue
Creates an encoded String representation of the cell value.
encode() - Method in class com.droplets.api.table.TableCellBooleanValue
 
encode(Map) - Method in class com.droplets.api.table.TableCellValue
Creates an encoded String representation of the cell value.
encode(Map) - Method in class com.droplets.api.table.TableCellChoiceValue
Encode the contents of the TableCellValue.
encodeEditId(String) - Static method in class com.droplets.api.table.TableCellValue
Used internally by the Droplets API.
encodeRedirectUrl(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
encodeRedirectURL(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
encodeUrl(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
encodeURL(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
ensureCellIsShown(CellCoords) - Method in class com.droplets.api.Table
Ensures that the row is visible
ensureCellIsShown(CellCoords, String) - Method in class com.droplets.api.Table
Deprecated. This method no longer supports being skinned. Use the ensureCellIsShown method that does not take a skin. Ensures that the row is visible
ensureValid() - Method in class com.droplets.api.InvalidationEventSource
Utility method to check whether this object is valid and throw the appropriate exception if not.
EnumField - class com.droplets.api.EnumField.
Title: EnumField Description: Component that handles parsing of text fields into an enumerated type Copyright: Copyright (c) 2001 Company: Droplets
EnumField(LayoutPlacement, ParseTable, Window) - Constructor for class com.droplets.api.EnumField
 
EnumField(LayoutPlacement, Window, ParseTable) - Constructor for class com.droplets.api.EnumField
Deprecated. this constructor does not adhere to the droplets standard of how the argument list should be arranged.
equals(Component) - Method in class com.droplets.api.Component
Determines if these two components are in fact the very same component.
equals(Object) - Method in class com.droplets.api.Insets
Tests this object for equality with another.
equals(Object) - Method in class com.droplets.api.Font
Two font objects are equal if their name, style, and size are equal.
equals(Object) - Method in class com.droplets.api.Borders
 
equals(Object) - Method in class com.droplets.api.table.TableDimension
Checks for equality (in size) with another object.
equals(Object) - Method in class com.droplets.api.table.CellRectangle
Checks equality with another object.
equals(Object) - Method in class com.droplets.api.table.CellCoords
Check for equality with another CellCoords object.
equals(Object) - Method in class com.droplets.util.ColorBase
Deprecated. Tests two ColorBase objects for equality.
ERROR - Static variable in class com.droplets.util.DropletLog
Deprecated. Pass to write as the messageType to indicate that the message signals an error.
error(String) - Static method in class com.droplets.api.util.Log
Writes a purely informative message to the log.
error(String, String) - Static method in class com.droplets.api.util.Log
Writes a purely informative message to the log.
EventListenerList - class com.droplets.api.event.EventListenerList.
This class mimics javax.swing.event.EventListenerList.
EventListenerList() - Constructor for class com.droplets.api.event.EventListenerList
 
executeDropletMenuItem(String) - Method in class com.droplets.api.Application
Programmatically selects one of the options on the Droplet menu.
expandNode(TreeNode) - Method in class com.droplets.api.Tree
Expands the requested node in the tree.

F

FILL_BOTH - Static variable in class com.droplets.api.Component
Signifies that the component should expand both horizontally and vertically to fill its display area.
FILL_HORIZONTAL - Static variable in class com.droplets.api.Component
Signifies that the component should expand horizontally, but not vertically, to fill its display area.
FILL_NONE - Static variable in class com.droplets.api.Component
Signifies that the component should not expand to fill its available display area.
FILL_VERTICAL - Static variable in class com.droplets.api.Component
Signifies that the component should expand vertically, but not horizontally, to fill its display area.
fireActionEvent(String, String) - Method in class com.droplets.api.Component
Delivers an ActionEvent to all listeners.
fireActionEvent(String, String) - Method in class com.droplets.api.CustomComponent
Delivers the action event to all listeners.
fireAttributeChangeEvent(String, String) - Method in class com.droplets.api.Component
Delivers an AttributeChangeEvent to all listeners.
fireAttributeChangeEvent(String, String) - Method in class com.droplets.api.CustomComponent
Delivers the attribute changed event to all listeners.
fireCalendarChangeEvent(Calendar) - Method in class com.droplets.api.calendar.CalendarPanel
Deprecated.  
fireDataChangedEvent(CellRectangle) - Method in class com.droplets.api.table.TableModel
Called by the sub-class to notify the listeners of a data change.
fireDateChooserEvent(Calendar) - Method in class com.droplets.api.DateChooser
 
fireInvalidationEvent() - Method in class com.droplets.api.InvalidationEventSource
Notifies all listeners that this object has become invalid and can no longer be used.
fireMenuSelectionEvent(String) - Method in class com.droplets.api.DeprecatedMenu
Deprecated. Dispatches a MenuSelectionEvent to all listeners.
fireParseEditChoiceChangeEvent(ParseEntry) - Method in class com.droplets.api.ParseEditChoice
 
firePreviewEvent(String) - Method in class com.droplets.api.TextField
Creates a new PreviewEvent and passes it to the registered PreviewListener, if any.
fireRowsDeletedEvent(int, int) - Method in class com.droplets.api.table.TableModel
Called by the sub-class to notify the listeners of rows deleted.
fireRowsInsertedEvent(int, int) - Method in class com.droplets.api.table.TableModel
Called by sub-classes to notify listeners of rows inserted.
fireValueChangeEvent(String) - Method in class com.droplets.api.Component
Delivers a ValueChangeEvent to all listeners.
fireValueChangeEvent(String) - Method in class com.droplets.api.TypedField
 
fireValueChangeEvent(String) - Method in class com.droplets.api.Slider
This method is called whenever the client component has changed the value of the slider.
fireWindowClosedEvent() - Method in class com.droplets.api.Window
Notifies all listeners that the window is closing.
flush() - Method in class com.droplets.api.Window
Sends all UI changes to the client.
flushBuffer() - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
Font - class com.droplets.api.Font.
Represents the style in which text is displayed.
Font(String, int, int) - Constructor for class com.droplets.api.Font
Constructs a new font object with the given family name, style, and point size.
format() - Method in class com.droplets.api.TypedField
 
format() - Method in class com.droplets.api.DoubleField
 
format() - Method in class com.droplets.api.NumberField
 
format() - Method in class com.droplets.api.EnumField
 
format() - Method in class com.droplets.api.TimeField
 
format() - Method in class com.droplets.api.IntField
 
format() - Method in class com.droplets.api.DateField
 
formatDate(Date) - Method in class com.droplets.api.util.DateUtilities
 
formatTime(Date) - Method in class com.droplets.api.util.TimeUtilities
 
forward(ServletRequest, ServletResponse) - Method in class com.droplets.apix.servlet.DropletsRequestDispatcher
Not implemented.
Frame - class com.droplets.api.Frame.
The base class of all Frames in Droplet applications.
Frame(Application, boolean) - Constructor for class com.droplets.api.Frame
Constructs a new Frame.

G

GameBoard - class com.droplets.apix.GameBoard.
This component can be used to implement board games where the board is made up of M x N rectangular cells with movable pieces.
GameBoard.Cell - class com.droplets.apix.GameBoard.Cell.
Contains all the attributes for a cell on a GameBoard
GameBoard.Cell(Color) - Constructor for class com.droplets.apix.GameBoard.Cell
Creates a new Cell object, specifying only the background color.
GameBoard.Cell(Color, String, boolean) - Constructor for class com.droplets.apix.GameBoard.Cell
Creates a new Cell object, specifying the background color and the image.
GameBoard.Cell(Color, String, boolean, int) - Constructor for class com.droplets.apix.GameBoard.Cell
Creates a new Cell object, specifying the background color, the image, and the cursor.
GameBoard.CellActionEvent - class com.droplets.apix.GameBoard.CellActionEvent.
Event used to notify the application of user-actions in the GameBoard component.
GameBoard.CellActionEvent(int, int) - Constructor for class com.droplets.apix.GameBoard.CellActionEvent
 
GameBoard.CellActionEvent(int, int, int, int) - Constructor for class com.droplets.apix.GameBoard.CellActionEvent
 
GameBoard.CellActionListener - interface com.droplets.apix.GameBoard.CellActionListener.
Interface objects must implement to receive CellActionEvents
GameBoard.Piece - class com.droplets.apix.GameBoard.Piece.
A Piece on a GameBoard.
GameBoard.Piece(String) - Constructor for class com.droplets.apix.GameBoard.Piece
set the image used for the piece, the width and height are both set to 1
GameBoard.Piece(String, int, int) - Constructor for class com.droplets.apix.GameBoard.Piece
Constructs a new Piece object, setting the image name, and the width and height of the piece in cells.
GameBoard(LayoutPlacement, Window) - Constructor for class com.droplets.apix.GameBoard
Constructs a new GameBoard component.
generateJpegFile(String, String, int, int, String) - Method in class com.droplets.api.GraphPrinter
 
generateSpecToStream(OutputStream) - Method in class com.droplets.api.GraphPrinter
 
generateTypeString() - Method in class com.droplets.api.Window
Generates a name for the Droplet Server specification of this window.
get() - Static method in class com.droplets.util.DropletLog
Deprecated. Returns the global singleton instance of DropletLog.
get(int) - Method in class com.droplets.api.util.ParseTable
 
getAboutText() - Method in interface com.droplets.api.ApplicationFactory3
Return any additional text for your application.
getAboutText() - Method in class com.droplets.api.ApplicationFactoryDefaults
Return any additional text for your application.
getAcceptDrop() - Method in class com.droplets.api.MainPanel
If the return is true, the window will accept text drops from outside or inside the Client process.
getAction() - Method in class com.droplets.api.event.ActionEvent
Gets the action string.
getActionCommand() - Method in class com.droplets.api.MenuItem
Returns the action command string for this menu item.
getActionCommand() - Method in class com.droplets.api.ImageButton
Gets the action command for this button.
getActionCommand() - Method in class com.droplets.api.LabelButton
Gets the action command for this button.
getActionCommand() - Method in class com.droplets.api.Button
Gets the action command for this button.
getActionCommand() - Method in class com.droplets.api.event.ActionEvent
Gets the action command.
getActivePageName() - Method in class com.droplets.api.BinderPanel
Returns the name of the active binder page.
getAlignment() - Method in class com.droplets.api.Label
Gets the text alignment.
getAlignment() - Method in class com.droplets.api.table.TableCellValue
Gets the alignment of the cell data.
getAlignment() - Method in class com.droplets.api.table.TableCellStringValue
Gets the alignment of the cell data.
getAnchor() - Method in class com.droplets.api.Component
Gets the anchor property, which determines which side or corner of its available display area the component should stick to if it does not fill the entire area.
getApplication() - Method in class com.droplets.api.Window
Gets the Application object that contains this window.
getApplicationName() - Method in interface com.droplets.api.ApplicationFactory
Returns the name of the Droplet application hosted by this ApplicationFactory.
getArgs() - Method in class com.droplets.api.event.DriplineInvokeEvent
Gets the args passed to the dripline alert method that the user is using to invoke this Droplet.
getArgs() - Method in class com.droplets.api.event.ActionEvent
Gets the action-specific arguments.
getAttribute(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Gets an attribute previously set with setAttribute
getAttribute(String) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getAttribute(String) - Method in class com.droplets.apix.servlet.DropletsHttpSession
Returns the attribute with the given 'name' previously set with setAttribute
getAttribute(String, String) - Method in class com.droplets.api.Component
Deprecated.  
getAttributeName() - Method in class com.droplets.api.event.AttributeChangeEvent
Gets the name of the attribute that changed
getAttributeNames() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getAttributeNames() - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getAttributeNames() - Method in class com.droplets.apix.servlet.DropletsHttpSession
Returns an Enumeration of all of the attribute names.
getAuthenticatedUserName() - Method in class com.droplets.api.Application
Gets the username by which this user has authenticated
getAuthType() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getAutoBarWidth() - Method in class com.droplets.api.BarPlot
Gets whether the bar width is automatic or set with setBarWidth
getAutoFormat() - Method in class com.droplets.api.RichTextDisplay
Gets the autoFormat property.
getAutoMinMaxX() - Method in class com.droplets.api.PlotComponent
Gets whether the maximum and minimum x value should be automatically determined or not.
getAutoMinMaxY() - Method in class com.droplets.api.PlotComponent
Gets whether the maximum and minimum y value should be automatically determined or not.
getAutoScroll() - Method in class com.droplets.api.RichTextDisplay
Gets the autoScroll property.
getAwtComponent() - Method in class com.droplets.client.ComponentAdapter
Get the AWT Component that this CustomComponent is implementing.
getBackgroundColor() - Method in class com.droplets.apix.GameBoard.Cell
Gets the background color of the cell.
getBackgroundImageName() - Method in class com.droplets.apix.GameBoard.Cell
Gets the name of the background image for this cell.
getBarColor() - Method in class com.droplets.api.BarPlot
Get the color of the bars
getBarWidth() - Method in class com.droplets.api.BarPlot
Get the width of the bars in pixels
getBgColor() - Method in class com.droplets.api.Component
Gets the background color of this component.
getBgColor() - Method in class com.droplets.api.table.TableCellValue
Gets the value the model set for the background color.
getBinderPage() - Method in class com.droplets.api.TabItem
Gets the BinderPage associated with the tab.
getBinderPanel() - Method in class com.droplets.api.TabbedPanel
Gets the BinderPanel that manages the content area of the tabbed panel.
getBlue() - Method in class com.droplets.util.ColorBase
Deprecated. Gets the blue component of this ColorBase.
getBoardBackgroundColor() - Method in class com.droplets.apix.GameBoard
Gets the background color of the board portion of this component.
getBoardBorderColor() - Method in class com.droplets.apix.GameBoard
Gets the color of the border of the board portion of the component.
getBoardBorderWidth() - Method in class com.droplets.apix.GameBoard
Gets the width in pixels of the border of the board portion of the component.
getBoardHeight() - Method in class com.droplets.apix.GameBoard
Gets the height in cells of the board.
getBoardWidth() - Method in class com.droplets.apix.GameBoard
Gets the width in cells of the board.
getBoolAttribute(String, boolean) - Method in class com.droplets.api.Component
Convenience method to get a boolean attribute.
getBoolAttribute(String, boolean) - Method in interface com.droplets.api.IGraph.GraphProxy
 
getBoolAttribute(String, boolean) - Method in class com.droplets.api.Graph
 
getBoolAttribute(String, boolean) - Method in class com.droplets.api.Graph.PlotComponentProxy
 
getBoolAttribute(String, boolean) - Method in class com.droplets.api.GraphPrinter
 
getBoolAttribute(String, boolean) - Method in class com.droplets.api.GraphPrinter.PlotPrinterProxy
 
getBoolCustomAttribute(String, boolean) - Method in class com.droplets.api.CustomComponent
Convenience method to get a boolean custom attribute.
getBoolean() - Method in class com.droplets.api.table.TableCellBooleanValue
 
getBooleanValue() - Method in class com.droplets.api.event.TableCellValueChangeEvent
Gets the new value for the cell as a boolean.
getBorders() - Method in class com.droplets.api.Panel
Gets this panel's borders.
getBorders() - Method in class com.droplets.api.Tabs
Returns a Borders object representing the current border colors, if they have been set.
getBorders() - Method in class com.droplets.api.TabbedPanel
Returns a Borders object representing the current border colors.
getBordersAttribute(String) - Method in class com.droplets.api.Component
Gets the borders attribute by the given name.
getBottom() - Method in class com.droplets.api.Insets
Gets the number of pixels to leave between the bottom of the component and the bottom of its display area.
getBufferSize() - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Returns the value passed to setBufferSize (default is 0)
getCellAttributes(int, int) - Method in class com.droplets.apix.GameBoard
Returns the attributes associated with a cell, null means all defaults
getCellBorderColor() - Method in class com.droplets.apix.GameBoard
Gets the color of the cell border.
getCellBorderWidth() - Method in class com.droplets.apix.GameBoard
Gets the width in pixels of the border of the cells.
getCellValue(CellCoords) - Method in class com.droplets.api.table.TableModel
Supplies the data in each particular cell.
getCgiURL() - Method in class com.droplets.api.AdBanner
Returns the supplier URL of the banner.
getCharacterEncoding() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getCharacterEncoding() - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Returns the argument passed to setCharacterEncoding (or "ISO-8859-1" if it was never called)
getCheckboxVisible() - Method in class com.droplets.api.tree.TreeNode
Gets whether the checkbox is visible.
getChildIndex(TreeNode) - Method in class com.droplets.api.tree.TreeNode
gets the index of the TreeNode n in this node.
getChildNode(int) - Method in class com.droplets.api.tree.TreeNode
Gets the child with the index i from the Node.
getColor() - Method in class com.droplets.api.RichTextDisplay
Gets the current color, i.e.
getColor() - Method in class com.droplets.api.GraphAnnotation
Get the color of the annotation
getColor(int) - Method in class com.droplets.api.Borders
Gets the color of one of the four sides of this border.
getColorAttribute(String) - Method in class com.droplets.api.Component
Convenience method to get a Color attribute.
getColorAttribute(String) - Method in class com.droplets.api.Graph.PlotComponentProxy
 
getColorAttribute(String) - Method in class com.droplets.api.Graph.AnnotationComponentProxy
 
getColorAttribute(String) - Method in class com.droplets.api.GraphPrinter.PlotPrinterProxy
 
getColorAttribute(String) - Method in class com.droplets.api.GraphPrinter.AnnotationPrinterProxy
 
getColorCustomAttribute(String, Color) - Method in class com.droplets.api.CustomComponent
Convenience method to get a custom attribute as a Color.
getColumn() - Method in class com.droplets.api.event.TableModelEvent
Gets the starting column.
getColumn() - Method in class com.droplets.api.table.CellRectangle
Gets the column coordinates of the origin.
getColumn() - Method in class com.droplets.api.table.CellCoords
Get column coordinate
getColumn(int) - Method in class com.droplets.api.table.TableModel
Gets the TableColumn object for the specified column.
getColumnCount() - Method in class com.droplets.api.event.TableModelEvent
Gets the column count.
getColumnCount() - Method in class com.droplets.api.table.TableDimension
Get the horizontal dimension
getColumnCount() - Method in class com.droplets.api.table.CellRectangle
Gets the horizontal dimension of the rectangle.
getColumnHeaderBgColor() - Method in class com.droplets.api.Table
Gets the background color of the column header.
getColumnHeaderFgColor() - Method in class com.droplets.api.Table
Gets the foreground color of the column header.
getColumnHeadersVisible() - Method in class com.droplets.api.Table
Gets the visibility of the column header.
getColumnLabel(int) - Method in class com.droplets.api.table.TableModel
Deprecated.  
getColumnWeight(int) - Method in class com.droplets.api.table.TableModel
Deprecated.  
getComponentByName(String) - Method in class com.droplets.api.Window
Returns a reference to a component in this window given its internal name.
getConstraints() - Method in class com.droplets.api.DoubleField
 
getConstraints() - Method in class com.droplets.api.NumberField
 
getConstraints() - Method in class com.droplets.api.IntField
 
getContentLength() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getContentType() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getContentType() - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Gets the content type set by setContentType() (default "text/html; charset=ISO-8859-4")
getContext(String) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getContextPath() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getCookies() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getCoordsAsString() - Method in class com.droplets.api.tree.TreeNode
The coordinates of this node as a string (comma-delimited numbers).
getCopyrightText() - Method in interface com.droplets.api.ApplicationFactory3
Return the copyright information for your application.
getCopyrightText() - Method in class com.droplets.api.ApplicationFactoryDefaults
Return the copyright information for your application.
getCreationTime() - Method in class com.droplets.apix.servlet.DropletsHttpSession
The time that this Session object was created.
getCursor() - Method in class com.droplets.api.Component
Gets the Cursor for this Component.
getCursor() - Method in class com.droplets.apix.GameBoard.Cell
Gets the integer value for this component's cursor.
getCursorType() - Method in class com.droplets.api.Component
Gets the cursor type for this Component.
getDataPoint() - Method in class com.droplets.api.event.PlotChangeEvent
gets the datapoint that has changed
getDate() - Method in class com.droplets.api.DateField
 
getDateHeader(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getDefaultBackgroundImage() - Method in class com.droplets.apix.GameBoard
Gets the default background image used for cells.
getDefaultCellColor() - Method in class com.droplets.apix.GameBoard
Gets the default Cell color.
getDefaultCursor() - Static method in class com.droplets.api.Cursor
Gets the default Cursor.
getDouble() - Method in class com.droplets.api.DoubleField
 
getDouble() - Method in class com.droplets.api.NumberField
 
getDoubleAttribute(String, double) - Method in class com.droplets.api.Component
Convenience method to get a double attribute.
getDoubleAttribute(String, double) - Method in class com.droplets.api.Graph.AnnotationComponentProxy
 
getDoubleAttribute(String, double) - Method in class com.droplets.api.GraphPrinter.AnnotationPrinterProxy
 
getDoubleCustomAttribute(String, double) - Method in class com.droplets.api.CustomComponent
Convenience method to get a double custom attribute.
getDownBorders() - Method in class com.droplets.api.LabelButton
Gets the borders that are displayed when the button is "down" - in other words, when the mouse button is depressed over the button.
getDraggedComponent() - Method in class com.droplets.api.event.DropEvent
Gets the component that was dragged.
getDragOverBgColor() - Method in class com.droplets.api.Table
Gets the background color of the row that the mouse is being dragged over.
getDragOverBgColor() - Method in class com.droplets.api.Label
Gets the background color of the row that the mouse is being dragged over.
getDragOverFgColor() - Method in class com.droplets.api.Table
Gets the foreground color of the row that the mouse is being dragged over.
getDragOverFgColor() - Method in class com.droplets.api.Label
Gets the foreground color of the row that the mouse is being dragged over.
getDripline() - Method in class com.droplets.api.Application
Gets the Dripline object.
getDriplineChannelId() - Method in class com.droplets.api.event.DriplineInvokeEvent
Gets the dripline Channel ID associated with this change.
getDriplineChannelId() - Method in class com.droplets.api.event.DriplineTokenChangeEvent
Gets the Dripline Channel ID associated with this change.
getDropletMenuItemStrings() - Static method in class com.droplets.api.Application
Gets an array of all of the valid Droplet menu item string constants that may be passed to executeDropletMenuItem.
getEditId() - Method in class com.droplets.api.event.TableCellValueChangeEvent
Gets the EditId for the cell that was changed.
getEditId() - Method in class com.droplets.api.table.TableCellValue
Gets the EditId of the data to be displayed in the table.
getEnabled() - Method in class com.droplets.api.Component
Determines whether this component is currently enabled (that is, whether or not it's grayed out).
getEnum() - Method in class com.droplets.api.EnumField
 
getErrorFontColor() - Method in class com.droplets.api.TypedField
 
getEventType() - Method in class com.droplets.api.event.TableModelEvent
Gets the type of the event.
getEventType() - Method in class com.droplets.api.event.TreeEvent
Gets the type of the event.
getFgColor() - Method in class com.droplets.api.Component
Gets the foreground color of this component.
getFgColor() - Method in class com.droplets.api.table.TableCellValue
Gets the value the model set for the foreground color
getFilename() - Method in class com.droplets.api.event.OpenDialogEvent
 
getFill() - Method in class com.droplets.api.Component
Gets the fill property, which determines how a component will expand to fill its available display area.
getFocusColor() - Method in class com.droplets.api.Table
Returns the color of the focus box for cells.
getFont() - Method in class com.droplets.api.Component
Determines the font used if text is displayed as part of this component.
getFont() - Method in class com.droplets.api.RichTextDisplay
Gets the current font, i.e.
getFont() - Method in class com.droplets.api.table.TableCellValue
Gets the associated font object.
getFont() - Method in class com.droplets.api.table.TableCellStringValue
Gets the associated font object.
getForceUseRedirector() - Method in class com.droplets.api.AdBanner
See ImageLink.getForceUseRedirector()
getForceUseRedirector() - Method in class com.droplets.api.ImageLink
Returns the current value of the ForceUseRedirector attribute.
getGreen() - Method in class com.droplets.util.ColorBase
Deprecated. Gets the green component of this ColorBase.
getGridHeight() - Method in class com.droplets.api.Component
Gets the gridHeight property, which is equivalent to height in class LayoutPlacement.
getGridlineColor() - Method in class com.droplets.api.Table
Returns the color of the gridlines (borders between cells).
getGridlines() - Method in class com.droplets.api.Table
Returns the mode of gridlines: GRIDLINES_NONE, GRIDLINES_HORIZONTAL, etc.
getGridWidth() - Method in class com.droplets.api.Component
Gets the gridWidth property, which is equivalent to width in class LayoutPlacement.
getGridX() - Method in class com.droplets.api.Component
Gets the gridX property, which is equivalent to left in class LayoutPlacement.
getGridY() - Method in class com.droplets.api.Component
Gets the gridY property, which is equivalent to top in class LayoutPlacement.
getGroup() - Method in class com.droplets.api.RadioButton
Gets the group to which this RadioButton belongs.
getHeader(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getHeaderAlignment() - Method in class com.droplets.api.table.TableColumn
Gets the alignment of the column header
getHeaderLabel() - Method in class com.droplets.api.table.TableColumn
Gets the value of the header label.
getHeaderNames() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getHeaders(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getHeight() - Method in class com.droplets.api.TextArea
Gets the minimum number of rows that should be displayed.
getHeight() - Method in class com.droplets.api.ImageButton
Gets the preferred height.
getHeight() - Method in class com.droplets.api.ImageLink
Gets the preferred height.
getHeight() - Method in class com.droplets.api.LayoutPlacement
Gets the height of the component (in cells)
getHeight() - Method in class com.droplets.apix.GameBoard.Piece
the number of cells down the piece spans
getHighlightColor() - Method in class com.droplets.api.Slider
Gets the color of the slider knob when it is being dragged.
getHintTemplate() - Method in class com.droplets.api.PlotComponent
Gets the tooltip template.
getHorizontalTextDisplacement() - Method in class com.droplets.api.LabelButton
Gets the horizontalTextDisplacement property, which determines how far to the right the text will move while the user is clicking on the button.
getId() - Method in class com.droplets.apix.servlet.DropletsHttpSession
A unique ID for this Session object
getImage(String) - Method in class com.droplets.client.ComponentServices
 
getImage(String) - Method in class com.droplets.client.ComponentAdapter
Gets an Image, either from the Droplet Application's image jar, image directory, or an arbitrary URL.
getImageIndex() - Method in class com.droplets.api.tree.TreeNode
Gets the index of the image in the tree to use as an icon for this node when it is displayed.
getImageMode() - Method in class com.droplets.api.Panel
Gets the value of the imageMode property.
getImageMode() - Method in class com.droplets.api.ImageComponent
Gets the value of the imageMode property.
getImageName() - Method in class com.droplets.api.Panel
Gets the value of the imageName property.
getImageName() - Method in class com.droplets.api.ImageLink
Gets the name of the image set to use for the button.
getImageName() - Method in class com.droplets.api.TabItem
Gets the image name or image URL if this tab has an icon.
getImageName() - Method in class com.droplets.apix.GameBoard.Piece
the image used to represent the piece
getImageRedirector() - Method in class com.droplets.api.Panel
Gets the value of the imageRedirector property.
getImageSetName() - Method in class com.droplets.api.ImageButton
Gets the name of the image set to use for the button.
getImageSetName() - Method in class com.droplets.api.LabelButton
Gets the name of the image set to use for the button.
getImageSetName() - Method in class com.droplets.api.ImageComponent
Gets the name of the image set to use for the button.
getImageUrl() - Method in class com.droplets.api.Panel
Gets the value of the imageUrl property.
getImageUrl() - Method in class com.droplets.api.ImageComponent
Returns the current URL of the image file.
getImageURL() - Method in class com.droplets.api.ImageLink
Returns the current URL of the image file.
getIndex() - Method in class com.droplets.api.event.PlotChangeEvent
gets the index of the datapoint that changed
getIndex() - Method in class com.droplets.api.tree.TreeNode
Gets the index of this node within its parent.
getInitParameter(String) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getInitParameter(String) - Method in class com.droplets.apix.servlet.DropletsServletConfig
 
getInitParameterNames() - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getInitParameterNames() - Method in class com.droplets.apix.servlet.DropletsServletConfig
 
getInputFontColor() - Method in class com.droplets.api.TypedField
 
getInputStream() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getInsets() - Method in class com.droplets.api.Component
Gets the insets property, which determines the minimum amount of space between the component and the edges of its display area.
getInstance() - Static method in class com.droplets.api.util.DateUtilities
 
getInstance() - Static method in class com.droplets.api.util.TimeUtilities
 
getInt() - Method in class com.droplets.api.IntField
 
getIntAttribute(String, int) - Method in class com.droplets.api.Component
Convenience method to get an integer attribute.
getIntAttribute(String, int) - Method in class com.droplets.api.Graph.PlotComponentProxy
 
getIntAttribute(String, int) - Method in class com.droplets.api.Graph.AnnotationComponentProxy
 
getIntAttribute(String, int) - Method in class com.droplets.api.GraphPrinter.PlotPrinterProxy
 
getIntAttribute(String, int) - Method in class com.droplets.api.GraphPrinter.AnnotationPrinterProxy
 
getIntCustomAttribute(String, int) - Method in class com.droplets.api.CustomComponent
Convenience method to get an integer custom attribute.
getIntHeader(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getIntValue() - Method in class com.droplets.api.Slider
Returns the current value of the slider as an integer.
getIPadX() - Method in class com.droplets.api.Component
Gets the iPadX property.
getIPadY() - Method in class com.droplets.api.Component
Gets the iPadY property.
getIsBackgroundImageScaled() - Method in class com.droplets.apix.GameBoard.Cell
Gets whether or not the background image is scaled.
getIsDefaultBgImageScaled() - Method in class com.droplets.apix.GameBoard
Gets whether the default background image is scaled to the cell or not.
getIsDoubleClick() - Method in class com.droplets.api.event.ClickEvent
 
getIsEditable(boolean) - Method in class com.droplets.api.PlotComponent
Gets whether the plot can be edited by the user.
getIsMoveHandle() - Method in class com.droplets.api.Panel
if true, the panel will move the parent window if it is dragged.
getIsMoveHandle() - Method in class com.droplets.api.Label
if true, the label will move the parent window if it is dragged.
getIsResizeHandle() - Method in class com.droplets.api.ImageComponent
True if dragging the component will resize the window.
getIsScrollPanelEnabled() - Method in class com.droplets.api.Panel
gets whether the panel scrolls.
getItem() - Method in class com.droplets.api.event.ItemEvent
Returns the item to which this event pertains.
getItemAt(int) - Method in interface com.droplets.api.ItemList
Gets the item at the given index in the menu.
getItemAt(int) - Method in class com.droplets.api.List
 
getItemAt(int) - Method in class com.droplets.api.Choice
 
getItemCount() - Method in interface com.droplets.api.ItemList
Gets the number of items currently in the menu.
getItemCount() - Method in class com.droplets.api.List
 
getItemCount() - Method in class com.droplets.api.Choice
 
getItems() - Method in interface com.droplets.api.ItemList
Gets the items currently in the menu.
getItems() - Method in class com.droplets.api.List
 
getItems() - Method in class com.droplets.api.Choice
 
getItems() - Method in class com.droplets.api.table.TableCellChoiceList
Gets a copy of the choices in this TableCellChoiceList.
getItemsAsVector() - Method in interface com.droplets.api.ItemList
Gets the items currently in the menu as a Vector.
getItemsAsVector() - Method in class com.droplets.api.List
 
getItemsAsVector() - Method in class com.droplets.api.Choice
 
getItemSelectable() - Method in class com.droplets.api.event.ItemEvent
Returns the originating object for this event (for example, a CheckboxMenuItem).
getKey() - Method in class com.droplets.api.event.KeyPressEvent
 
getKeysEnabled() - Method in class com.droplets.api.Table
Returns the flag indicating whether or not this table accepts key-presses.
getKnobColor() - Method in class com.droplets.api.Slider
Gets the color of the slider knob.
getKnobLength() - Method in class com.droplets.api.Slider
Gets the length of the slider knob.
getKnobWidth() - Method in class com.droplets.api.Slider
Gets the width of the slider knob.
getLabel() - Method in class com.droplets.api.MenuItem
Returns the label of this menu item.
getLabel() - Method in class com.droplets.api.ImageButton
Gets the label of the button.
getLabel() - Method in class com.droplets.api.RadioButton
Gets this RadioButton's label.
getLabel() - Method in class com.droplets.api.LabelButton
Gets the label of the button.
getLabel() - Method in class com.droplets.api.Button
Gets the label of the button.
getLabel() - Method in class com.droplets.api.tree.TreeNode
Gets the label of the node.
getLastAccessedTime() - Method in class com.droplets.apix.servlet.DropletsHttpSession
Not supported.
getLeft() - Method in class com.droplets.api.Insets
Gets the number of pixels to leave between the left of the component and the left of its display area.
getLeft() - Method in class com.droplets.api.LayoutPlacement
Gets the X coordinate of the leftmost cell in the component's display area.
getLegendHorizontalAlignment() - Method in interface com.droplets.api.IGraph
Gets the horizontal alignment of the legend.
getLegendHorizontalAlignment() - Method in class com.droplets.api.IGraph.GraphImpl
Gets the horizontal alignment of the legend.
getLegendHorizontalAlignment() - Method in class com.droplets.api.GraphPanel
Gets the horizontal alignment of the legend.
getLegendHorizontalAlignment() - Method in class com.droplets.api.Graph
Gets the horizontal alignment of the legend.
getLegendHorizontalMargin() - Method in interface com.droplets.api.IGraph
Gets the distance from the horizontal alignment position in pixels.
getLegendHorizontalMargin() - Method in class com.droplets.api.IGraph.GraphImpl
Gets the distance from the horizontal alignment position in pixels.
getLegendHorizontalMargin() - Method in class com.droplets.api.GraphPanel
Gets the distance from the horizontal alignment position in pixels.
getLegendHorizontalMargin() - Method in class com.droplets.api.Graph
Gets the distance from the horizontal alignment position in pixels.
getLegendText() - Method in class com.droplets.api.PlotComponent
Gets the text for the legend
getLegendText() - Method in class com.droplets.api.GraphAnnotation
Gets the legend text for this annotation
getLegendVerticalAlignment() - Method in interface com.droplets.api.IGraph
Gets the vertical alignment of the legend.
getLegendVerticalAlignment() - Method in class com.droplets.api.IGraph.GraphImpl
Gets the vertical alignment of the legend.
getLegendVerticalAlignment() - Method in class com.droplets.api.GraphPanel
Gets the vertical alignment of the legend.
getLegendVerticalAlignment() - Method in class com.droplets.api.Graph
Gets the vertical alignment of the legend.
getLegendVerticalMargin() - Method in interface com.droplets.api.IGraph
Gets the distance from the vertical alignment position in pixels.
getLegendVerticalMargin() - Method in class com.droplets.api.IGraph.GraphImpl
Gets the distance from the vertical alignment position in pixels.
getLegendVerticalMargin() - Method in class com.droplets.api.GraphPanel
Gets the distance from the vertical alignment position in pixels.
getLegendVerticalMargin() - Method in class com.droplets.api.Graph
Gets the distance from the vertical alignment position in pixels.
getLegendVisible() - Method in interface com.droplets.api.IGraph
Gets the visibility of the legend
getLegendVisible() - Method in class com.droplets.api.IGraph.GraphImpl
Gets the visibility of the legend
getLegendVisible() - Method in class com.droplets.api.GraphPanel
Gets the visibility of the legend
getLegendVisible() - Method in class com.droplets.api.Graph
Gets the visibility of the legend
getLineColor() - Method in class com.droplets.api.LinePlot
Get the color of the line
getList() - Method in class com.droplets.api.table.TableCellChoiceValue
 
getListenerCount() - Method in class com.droplets.api.event.EventListenerList
Returns the number of listeners in this list.
getListenerCount(Class) - Method in class com.droplets.api.event.EventListenerList
Returns the number of listeners of the supplied type in this list.
getListenerList() - Method in class com.droplets.api.event.EventListenerList
Gets an array of all listeners.
getLocale() - Method in class com.droplets.api.TypedField
 
getLocale() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getLocale() - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Returns the value passed to setLocale (default is Locale.getDefault())
getLocales() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getLocalStore() - Method in class com.droplets.api.Table
Gets the client-side cache setting.
getLockSecondarySortAscending() - Method in class com.droplets.api.Table
If the secondary sort is locked at a particular column will return whether it is ascending or not.
getLockSecondarySortCol() - Method in class com.droplets.api.Table
If the secondary sort is locked at a particular column will return that column, otherwise it returns -1.
getLoginContext(VariableMap) - Method in class com.droplets.api.ApplicationFactoryDefaults
If hasLoginContext returned true the framework will call this method to find out the list of contexts to populate the drop-down with.
getLoginContext(VariableMap) - Method in interface com.droplets.api.ApplicationFactory2
If hasLoginContext returned true the framework will call this method to find out the list of contexts to populate the drop-down with.
getLoginContextName(VariableMap) - Method in class com.droplets.api.ApplicationFactoryDefaults
If hasLoginContext returned true the framework will call this method to find out what text you want to put to the left of the drop-down.
getLoginContextName(VariableMap) - Method in interface com.droplets.api.ApplicationFactory2
If hasLoginContext returned true the framework will call this method to find out what text you want to put to the left of the drop-down.
getMainPanel() - Method in class com.droplets.api.Window
Gets the window's main panel.
getMajorTickMarkSize() - Method in class com.droplets.api.Slider
Gets the size of major tick marks.
getMajorTickSpacing() - Method in class com.droplets.api.Slider
Gets the major tick mark spacing.
getMajorVersion() - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getMargin() - Method in class com.droplets.api.Label
Gets the number of pixels to leave in between the text and the sides of this label.
getMaximum() - Method in class com.droplets.api.Slider
Gets the maximum value.
getMaxInactiveInterval() - Method in class com.droplets.apix.servlet.DropletsHttpSession
Supported, but not used.
getMaxLength() - Method in class com.droplets.api.TextField
Returns the maximum number of characters the user is allowed to type in the field, or zero if there is no limit.
getMemberByLabel(String) - Method in class com.droplets.api.RadioButtonGroup
Gets the RadioButton with the given label.
getMenu() - Method in class com.droplets.api.event.MenuSelectionEvent
Deprecated. Type-safe method to return the source object of this event, since we know it's a Menu.
getMenuBar() - Method in class com.droplets.api.Window
Returns the menu bar for this window, or null if none exists.
getMenuItem() - Method in class com.droplets.api.event.MenuSelectionEvent
Deprecated. Gets the menu item that was selected.
getMessage() - Method in class com.droplets.api.WorkingDialog
Gets the message that appears on the dialog.
getMethod() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getMimeType(String) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getMinimum() - Method in class com.droplets.api.Slider
Gets the minimum value.
getMinorTickMarkSize() - Method in class com.droplets.api.Slider
Gets the size of minor tick marks.
getMinorTickSpacing() - Method in class com.droplets.api.Slider
Gets the minor tick mark spacing.
getMinorVersion() - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getMinScrollContentHeight() - Method in class com.droplets.api.Panel
gets the minimum height in pixels of the scrolling content.
getMinScrollContentWidth() - Method in class com.droplets.api.Panel
gets the minimum width in pixels of the scrolling content.
getMinSupportedProtocol() - Method in interface com.droplets.api.ApplicationFactory
Called by the Server to determine the minimum acceptable protocol version for handshaking purposes.
getModelSize() - Method in class com.droplets.api.table.TableModel
Must be overridden by sub-classes.
getName() - Method in class com.droplets.api.DeprecatedMenu
Deprecated. Gets the name of this menu, which is the string that appears on the menu bar.
getName() - Method in class com.droplets.api.Font
Gets the family name of the font.
getName() - Method in class com.droplets.api.TabItem
Gets the tab name.
getNamedDispatcher(String) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getNewValue() - Method in class com.droplets.api.event.ParseEditChoiceChangeEvent
Gets the new value.
getNewValue() - Method in class com.droplets.api.event.ValueChangeEvent
Gets the new value.
getNewValue() - Method in class com.droplets.api.event.DateChooserEvent
Gets the new value.
getNewValue() - Method in class com.droplets.api.event.CalendarChangeEvent
Deprecated. Gets the new value.
getNewValue() - Method in class com.droplets.api.event.AttributeChangeEvent
Gets the new value of the attribute.
getNewX() - Method in class com.droplets.apix.GameBoard.CellActionEvent
 
getNewY() - Method in class com.droplets.apix.GameBoard.CellActionEvent
 
getNullSpec() - Static method in class com.droplets.api.Color
Gets the specification for a null Color object in the Droplet Server's internal format.
getNumberFormat() - Method in class com.droplets.api.NumberField
 
getNumChildren() - Method in class com.droplets.api.tree.TreeNode
Gets the number of child nodes in this Node
getOpaque() - Method in class com.droplets.api.Component
Checks whether or not this component is opaque.
getOrientation() - Method in class com.droplets.api.SplitterPanel
Returns the orientation set with setOrientation() or the default: ORIENT_VERTICAL
getOrientation() - Method in class com.droplets.api.Tabs
Returns the orientation of the tabs -- Tabs.TOP or Tabs.BOTTOM.
getOrientation() - Method in class com.droplets.api.Slider
Gets the orientation of the slider, horizontal or vertical
getOrientation() - Method in class com.droplets.api.TabbedPanel
Returns the orientation of the tabs -- TabbedPanel.TOP or TabbedPanel.BOTTOM.
getOrigin() - Method in class com.droplets.api.table.CellRectangle
Returns the coordinates of the rectangle's top left cell.
getOutlineColor() - Method in class com.droplets.api.BarPlot
Get the color of the outline of the bars
getOutput() - Method in class com.droplets.api.util.ParseEntry
 
getOutputStream() - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Gets the stream for writing the result.
getOverBorders() - Method in class com.droplets.api.LabelButton
Gets the borders that are displayed when the button is "over" - in other words, when the mouse is on the button but the mouse button is not depressed.
getPanelA() - Method in class com.droplets.api.SplitterPanel
Returns the first panel which will be either the left panel in horizontal orientation or the top panel in vertical orientation.
getPanelB() - Method in class com.droplets.api.SplitterPanel
Returns the second panel which will be either the right panel in horizontal orientation or the bottom panel in vertical orientation.
getParameter(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Gets parameters set with addParameter.
getParameter(String, String) - Method in class com.droplets.client.ComponentServices
 
getParameter(String, String) - Method in class com.droplets.client.ComponentAdapter
Gets a parameter from the params.txt file in the Droplet Application's image directory.
getParameterMap() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Returns the Map of parameters
getParameterNames() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Returns an Enumeration of Strings with the names of all parameters
getParameterValues(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Returns an array of the values of the parameter named 'name'
getParent() - Method in class com.droplets.api.MenuComponent
Returns the container of this component.
getParent() - Method in class com.droplets.api.Component
Gets the Component that contains this one, if there is one.
getParent() - Method in class com.droplets.api.tree.TreeNode
Gets the parent of this node, which could be null if the node was never added to another node
getParse() - Method in class com.droplets.api.util.ParseEntry
 
getPassword(String, String) - Method in interface com.droplets.api.UserManager
Gets the correct password data for the given user in the given application.
getPassword2(String, String, String, VariableMap) - Method in interface com.droplets.api.UserManager2
Gets the correct password data for the given user in the given application.
getPasswordMode() - Method in class com.droplets.api.TextField
Determines whether this text field is currently in password mode - that is, whether its contents is displayed as asterisks.
getPathInfo() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getPathTranslated() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getPiece(int, int) - Method in class com.droplets.apix.GameBoard
gets the piece in a given cell, returns null if there is no piece in the cell
getPollTime() - Method in class com.droplets.api.Application
Returns the poll time in centiseconds.
getPortOrigin() - Method in class com.droplets.api.Table
Returns the coordinate of the port area relative to the origin of the table's data sheet.
getPosition() - Method in class com.droplets.api.GraphAnnotation
Gets the position of the annotation on the graph.
getPredefinedCursor(int) - Static method in class com.droplets.api.Cursor
Get the specified cursor.
getPreferredProtocol() - Method in interface com.droplets.api.ApplicationFactory
Called by the Server to determine the preferred protocol version for handshaking purposes.
getPretty() - Method in class com.droplets.api.util.ParseEntry
 
getProtocol() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getProtocolVersion() - Method in class com.droplets.api.Window
Returns the version number of the protocol currently in use.
getProtocolVersion() - Method in class com.droplets.api.Application
Returns the version number of the protocol currently in use.
getProxy() - Method in class com.droplets.api.PlotComponent
Get the component that talks to the client
getQueryString() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getRatio() - Method in class com.droplets.api.SplitterPanel
Gets the ratio of the size of Panel A to Panel B.
getReader() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getReadOnlyFocusColor() - Method in class com.droplets.api.Table
Returns the color of the focus box for read-only cells.
getRealPath(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getRealPath(String) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getReceiverRow() - Method in class com.droplets.api.event.TableDropEvent
Gets the row that is the target for this drop event.
getRectangle() - Method in class com.droplets.api.event.TableModelEvent
Get the rectangular area pertaining to the change in the form of a CellRectangle.
getRectangularSelection() - Method in class com.droplets.api.Table
If the selection is a rectangle (currently the only supported mode), returns it.
getRectangularSelection() - Method in class com.droplets.api.event.SelectionEvent
Return the selected rectangle if the event applies to rectangular selection.
getRed() - Method in class com.droplets.util.ColorBase
Deprecated. Gets the red component of this ColorBase.
getRedirectorURL() - Method in class com.droplets.api.ImageComponent
Gets the current value of the Redirector URL.
getRedirectorURL() - Method in class com.droplets.api.AdBanner
See ImageLink.getRedirectorURL()
getRedirectorURL() - Method in class com.droplets.api.ImageLink
Gets the current value of the Redirector URL.
getRefreshInterval() - Method in class com.droplets.api.AdBanner
Returns the value of the refresh interval.
getRemoteAddr() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getRemoteHost() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getRemoteUser() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getRequestDispatcher(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Returns a DropletsRequestDispatcher which ignores requests.
getRequestDispatcher(String) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getRequestedSessionId() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getRequestURI() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getRequestURL() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getRequiresImmediateAuthentication() - Method in interface com.droplets.api.ApplicationFactory
Called by the Server to determine whether to automatically authenticate the user when a Client session begins.
getRequiresImmediateAuthentication() - Method in class com.droplets.api.ApplicationFactoryDefaults
Default implementation that returns false.
getRequiresSecureConnection() - Method in class com.droplets.api.ApplicationFactoryDefaults
Returns true if the application requires a secure connection, false otherwise.
getResource(String) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getResourceAsStream(String) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getResourcePaths(String) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getRight() - Method in class com.droplets.api.Insets
Gets the number of pixels to leave between the right of the component and the right of its display area.
getRollType(char) - Method in class com.droplets.api.util.DateUtilities
 
getRoot() - Method in class com.droplets.api.Tree
Gets the root node of the tree.
getRow() - Method in class com.droplets.api.TabItem
Gets the tab row.
getRow() - Method in class com.droplets.api.event.TableModelEvent
Gets the starting row.
getRow() - Method in class com.droplets.api.table.CellRectangle
Gets the row coordinates of the origin.
getRow() - Method in class com.droplets.api.table.CellCoords
Get row coordinate.
getRowCount() - Method in class com.droplets.api.event.TableModelEvent
Gets the row count.
getRowCount() - Method in class com.droplets.api.table.TableDimension
Get the vertical dimension.
getRowCount() - Method in class com.droplets.api.table.CellRectangle
Gets the vertical dimension of the rectangle.
getSafeSpec(Color) - Static method in class com.droplets.api.Color
This method checks to see if the color is null before trying to get the spec.
getSaveOnDoubleClick() - Method in class com.droplets.api.ImageComponent
Returns true if the image will allow the user to save the image when it is double-clicked.
getScheme() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getScriptingName() - Method in class com.droplets.api.Component
Gets the scripting name for this component, used in skinning.
getScrollbarVisibility() - Method in class com.droplets.api.Panel
gets the scrollbar visibility mode.
getScrollbarVisible() - Method in class com.droplets.api.Table
Returns the flag indicating whether or not the table scroll bar is visible.
getSelectedChoice() - Method in class com.droplets.api.event.TableCellValueChangeEvent
Gets the new index of the selection in the Choice in the table's cell.
getSelectedChoice() - Method in class com.droplets.api.table.TableCellChoiceValue
 
getSelectedNode() - Method in class com.droplets.api.Tree
Gets the currently selected node in the tree.
getSelectedObjects() - Method in class com.droplets.api.CheckboxMenuItem
For ItemSelectable objects in general, returns the list of objects that are currently selected.
getSelectedObjects() - Method in class com.droplets.api.Tabs
Returns the current selection as an Object array.
getSelectedObjects() - Method in interface com.droplets.api.ItemSelectable
Returns the selected items or null if no items are selected.
getSelectedObjects() - Method in class com.droplets.api.TabbedPanel
Returns the current selection as an Object array.
getSelectedObjects() - Method in class com.droplets.api.CheckboxMenuItemGroup
For ItemSelectable objects in general, returns the list of objects that are currently selected.
getSelectedTab() - Method in class com.droplets.api.Tabs
Gets the currently selected TabItem.
getSelectedTab() - Method in class com.droplets.api.TabbedPanel
Gets the currently selected TabItem.
getSelectedTabColor() - Method in class com.droplets.api.Tabs
Returns the color of selected tabs, if one has been set.
getSelectedTabColor() - Method in class com.droplets.api.TabbedPanel
Returns the color of selected tabs, if one has been set.
getSelectionBgColor() - Method in class com.droplets.api.Table
Returns the background color of the selection.
getSelectionBgColor() - Method in class com.droplets.api.Tree
Gets the background color for selected items in the tree.
getSelectionFgColor() - Method in class com.droplets.api.Table
Returns the foreground color of the selection.
getSelectionFgColor() - Method in class com.droplets.api.Tree
Gets the foreground color for selected items in the tree.
getSelectionMode() - Method in class com.droplets.api.Table
Returns the mode of selection.
getSendImmediateUpdates() - Method in class com.droplets.api.List
Gets the value of the sendImmediateUpdates property.
getSendPreview() - Method in class com.droplets.api.TextField
Determines whether the sendPreview property is on or off.
getServerInfo() - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getServerName() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getServerPort() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getServlet(String) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getServletContext() - Method in class com.droplets.apix.servlet.DropletsHttpSession
Not supported.
getServletContext() - Method in class com.droplets.apix.servlet.DropletsServletConfig
 
getServletContextName() - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getServletName() - Method in class com.droplets.apix.servlet.DropletsServletConfig
 
getServletNames() - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getServletPath() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getServlets() - Method in class com.droplets.apix.servlet.DropletsServletContext
 
getSession() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Returns an object of class DropletsHttpSession.
getSession(boolean) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Returns an object of class DropletsHttpSession.
getSessionContext() - Method in class com.droplets.apix.servlet.DropletsHttpSession
Not supported.
getSetFontColor() - Method in class com.droplets.api.TypedField
 
getSetting(String, String, boolean, String) - Static method in class com.droplets.api.util.AppSettings
Get a setting from the application-specific settings.
getSetting(String, String, String, boolean, String) - Static method in class com.droplets.api.util.UserManagerSettings
Get a setting from the user-manager-specific settings.
getShadow() - Method in class com.droplets.api.Label
Determines whether shadowing of the text is on or off.
getShowMajorTickMarks() - Method in class com.droplets.api.Slider
Tests whether major tick marks are visible.
getShowMinorTickMarks() - Method in class com.droplets.api.Slider
Tests whether minor tick marks are visible.
getShowSecondarySort() - Method in class com.droplets.api.Table
returns true if the table is showing the secondary sort triangle in the header.
getShowStartupWorkingDialog() - Method in interface com.droplets.api.ApplicationFactory
Called by the Server to determine whether to show the "working" dialog at startup.
getShowStartupWorkingDialog() - Method in class com.droplets.api.ApplicationFactoryDefaults
Default implementation that returns false.
getSize() - Method in class com.droplets.api.Font
Gets the size.
getSizeToImage() - Method in class com.droplets.api.Panel
Returns the value of SizeToImageProperty.
getSortOnClick() - Method in class com.droplets.api.Table
Returns the flag indicating whether or not the table supports sorting when column headers are clicked.
getSource() - Method in class com.droplets.api.event.DropEvent
As in the superclass, gets the component that generated the event, which in this case is the drop target (the component onto which something was dropped).
getSourceComponent() - Method in class com.droplets.api.event.SelectionEvent
Return the reference to the component which sent the event.
getSourceComponent() - Method in class com.droplets.api.event.ClickEvent
Type-safe method to return the source object of this event, since we know it's a Component.
getSourceComponent() - Method in class com.droplets.api.event.ValueChangeEvent
Type-safe method to return the source object of this event, since we know it's a Component.
getSourceComponent() - Method in class com.droplets.api.event.KeyPressEvent
Type-safe method to return the source object of this event, since we know it's a Component.
getSourceComponent() - Method in class com.droplets.api.event.ActionEvent
Type-safe method to return the source object of this event, since we know it's a Component.
getSourceComponent() - Method in class com.droplets.api.event.AttributeChangeEvent
Type-safe method to return the source object of this event, since we know it's a Component.
getSourceTableModel() - Method in class com.droplets.api.event.TableModelEvent
Gets the source TableModel.
getSourceTextField() - Method in class com.droplets.api.event.PreviewEvent
Type-safe method to return the source object of this event, since we know it's a TextField.
getSourceTree() - Method in class com.droplets.api.event.TreeClickEvent
Type-safe method to return the source object of this event, since we know it's a Tree.
getSourceTree() - Method in class com.droplets.api.event.TreeEvent
Gets the source Tree.
getSpec() - Method in class com.droplets.api.Color
Gets the specification for this Color object in the Droplet Server's internal format.
getSpec() - Method in class com.droplets.api.plot.DataPoint
Gets the internal format of the DataPoint for the client
getSpec() - Method in class com.droplets.api.plot.XYDataPoint
For sending to the Client.
getSpec() - Method in class com.droplets.api.plot.XYLabelDataPoint
For sending to the Client.
getSpec(Object) - Static method in class com.droplets.api.plot.DataPoint
 
getSpecification() - Method in class com.droplets.api.Component
Gets this component's string specification in the Droplet Server's internal format.
getSpecification() - Method in class com.droplets.api.Table
This method is used internally by the Droplet API
getSpecification() - Method in class com.droplets.api.Tree
This method is used internally by the Droplet API
getStartupWorkingDialog() - Method in interface com.droplets.api.ApplicationFactory
Called by the server to find out the title and message of the dialog.
getStartupWorkingDialog() - Method in class com.droplets.api.ApplicationFactoryDefaults
This default implementation returns null, which is only okay if ApplicationFactoryDefaults.getShowStartupWorkingDialog() returns false.
getState() - Method in class com.droplets.api.CheckboxMenuItem
Returns true if this check box menu item has the current state of "on", and false if the state is "off".
getStateChange() - Method in class com.droplets.api.event.ItemEvent
Returns the new state of the item that generated the event (ItemEvent.SELECTED or ItemEvent.DESELECTED).
getString() - Method in class com.droplets.api.table.TableCellStringValue
Gets the String value specified by the model.
getStringAttribute(String, String) - Method in class com.droplets.api.Component
Gets the value of an attribute.
getStringAttribute(String, String) - Method in interface com.droplets.api.IGraph.GraphProxy
 
getStringAttribute(String, String) - Method in class com.droplets.api.Graph
 
getStringAttribute(String, String) - Method in class com.droplets.api.Graph.PlotComponentProxy
 
getStringAttribute(String, String) - Method in class com.droplets.api.Graph.AnnotationComponentProxy
 
getStringAttribute(String, String) - Method in class com.droplets.api.GraphPrinter
 
getStringAttribute(String, String) - Method in class com.droplets.api.GraphPrinter.PlotPrinterProxy
 
getStringAttribute(String, String) - Method in class com.droplets.api.GraphPrinter.AnnotationPrinterProxy
 
getStringCustomAttribute(String, String) - Method in class com.droplets.api.CustomComponent
Gets the value of a custom attribute from the server's cache.
getStringValue() - Method in class com.droplets.api.event.TableCellValueChangeEvent
Gets the new value for the cell as a String.
getStyle() - Method in class com.droplets.api.GraphAnnotation
Gets the style of the line to either STYLE_SOLID or STYLE_DASHED
getStyle() - Method in class com.droplets.api.Font
Gets the style.
getSymbolColor() - Method in class com.droplets.api.LinePlot
Get the color of the symbol used at the data points
getTabColor() - Method in class com.droplets.api.Tabs
Returns the default tab color, if one has been set.
getTabColor() - Method in class com.droplets.api.TabbedPanel
Returns the default tab color, if one has been set.
getTabCount() - Method in class com.droplets.api.Tabs
Gets the number of tabs.
getTabCount() - Method in class com.droplets.api.TabbedPanel
Returns the number of tabs.
getTabForPage(BinderPage) - Method in class com.droplets.api.TabbedPanel
Returns the TabItem that corresponds to a BinderPage in this panel, or null if there is no such page.
getTabItemAt(int) - Method in class com.droplets.api.Tabs
Returns one of the tabs by position.
getTabItemAt(int) - Method in class com.droplets.api.TabbedPanel
Returns one of the tabs by position.
getTabItems() - Method in class com.droplets.api.Tabs
Gets the list of tabs as an array of TabItems.
getTabItems() - Method in class com.droplets.api.TabbedPanel
Gets the list of tabs as an array of TabItems.
getTableDimension() - Method in class com.droplets.api.table.CellRectangle
Returns the dimensions of the rectangle.
getTabOrder() - Method in class com.droplets.api.MainPanel
Gets the value of the tabOrder property.
getTabsComponent() - Method in class com.droplets.api.TabbedPanel
Gets the Tabs component that draws the tabs for this panel.
getTargetComponent() - Method in class com.droplets.api.event.DropEvent
Gets the component onto which something was dropped.
getTargetURL() - Method in class com.droplets.api.ImageLink
Returns the current value of the hyperlink's target URL.
getText() - Method in class com.droplets.api.event.DropEvent
Returns the text that was dropped on the component or null, if text was not dropped.
getText() - Method in class com.droplets.api.table.TableCellValue
Gets the text value specified by the model.
getText() - Method in class com.droplets.api.table.TableCellStringValue
Deprecated.  
getThickness() - Method in class com.droplets.api.GraphAnnotation
Gets the thickness of the annotation.
getThickness(int) - Method in class com.droplets.api.Borders
Gets the thickness of one of the four sides of this border.
getThicknessUnits() - Method in class com.droplets.api.GraphAnnotation
Gets the thickness units of the annotation.
getTickMarkColor() - Method in class com.droplets.api.Slider
Gets the color used for drawing tick marks.
getTime() - Method in class com.droplets.api.TimeField
 
getTitle() - Method in class com.droplets.api.Window
Gets the title of the window (the text that appears in the title bar).
getTitle() - Method in class com.droplets.api.WorkingDialog
Gets the text that will be displayed in the title bar.
getToken() - Method in class com.droplets.api.event.DriplineTokenChangeEvent
Gets the token associated with this change.
getToolTip() - Method in class com.droplets.api.Component
Get the tool tip text.
getTop() - Method in class com.droplets.api.Insets
Gets the number of pixels to leave between the top of the component and the top of its display area.
getTop() - Method in class com.droplets.api.LayoutPlacement
Gets the Y coordinate of the topmost cell in the component's display area.
getTrackWidth() - Method in class com.droplets.api.Slider
Gets the width of the slider track.
getTreeNode() - Method in class com.droplets.api.event.TreeClickEvent
Method to return the node in the tree that was clicked.
getTreeNode() - Method in class com.droplets.api.event.TreeEvent
Gets the tree node.
getType() - Method in class com.droplets.api.Cursor
Returns the type of this Cursor.
getUpBorders() - Method in class com.droplets.api.LabelButton
Gets the borders that are displayed when the button is "up" - in other words, when the mouse button is not depressed over the button.
getUseImageSize() - Method in class com.droplets.api.ImageButton
Returns the current value of the UseImageSize attribute.
getUseImageSize() - Method in class com.droplets.api.ImageLink
Returns the current value of the UseImageSize attribute.
getUserObject() - Method in class com.droplets.api.tree.TreeNode
Gets the user object associated with this node.
getUserPrincipal() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
getValue() - Method in class com.droplets.api.Component
Gets the current value of this component.
getValue() - Method in class com.droplets.api.CustomComponent
Gets the current value of this component.
getValue() - Method in class com.droplets.api.Tabs
Returns the name of the currently selected tab.
getValue() - Method in class com.droplets.api.TabbedPanel
Returns the name of the currently selected tab.
getValue() - Method in class com.droplets.api.event.PreviewEvent
Gets the text currently in the TextField.
getValue(String) - Method in class com.droplets.apix.servlet.DropletsHttpSession
Returns the result of getAttribute(name)
getValue(String, String) - Method in class com.droplets.api.VariableMap
Gets a value from the map given a key.
getValueNames() - Method in class com.droplets.apix.servlet.DropletsHttpSession
Not implemented.
getVar(String, String) - Method in class com.droplets.client.ComponentServices
 
getVar(String, String) - Method in class com.droplets.client.ComponentAdapter
Gets a value from the vars tag in Droplet DRP file, or the Applet tags.
getVariableValue(String) - Method in class com.droplets.api.Application
Queries the value of one of the variables associated with this application.
getVersionText() - Method in interface com.droplets.api.ApplicationFactory3
Return the version number of your application.
getVersionText() - Method in class com.droplets.api.ApplicationFactoryDefaults
Return the version number of your application.
getVerticalTextDisplacement() - Method in class com.droplets.api.LabelButton
Gets the verticalTextDisplacement property, which determines how far down the text will move while the user is clicking on the button.
getVisible() - Method in class com.droplets.api.Component
Determines whether or not this component is visible.
getVisibleCellRectangle() - Method in class com.droplets.api.Table
Returns the coordinate of the port area relative to the origin of the table's data sheet.
getWeight() - Method in class com.droplets.api.table.TableColumn
Gets the column weight
getWeightX() - Method in class com.droplets.api.Component
Gets the weightX property.
getWeightY() - Method in class com.droplets.api.Component
Gets the weightY property.
getWidth() - Method in class com.droplets.api.TextField
Gets the width in pixels that was explicitly set using setWidth.
getWidth() - Method in class com.droplets.api.TextArea
Gets the minimum number of columns that should be displayed.
getWidth() - Method in class com.droplets.api.Label
Gets the preferred width.
getWidth() - Method in class com.droplets.api.ImageButton
Gets the preferred width.
getWidth() - Method in class com.droplets.api.ImageLink
Gets the preferred width.
getWidth() - Method in class com.droplets.api.LayoutPlacement
Gets the width of the component (in cells)
getWidth() - Method in class com.droplets.apix.GameBoard.Piece
the number of cells across the piece spans
getWindow() - Method in class com.droplets.api.Component
Gets the window that encloses this component.
getWindow() - Method in class com.droplets.api.event.OpenDialogEvent
 
getWindow() - Method in class com.droplets.api.event.WindowCloseEvent
Type-safe method to return the source object of this event, since we know it's a Window.
getWindowFactory() - Method in class com.droplets.api.Application
Gets the registered window factory.
getWriter() - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not Implemented.
getX() - Method in class com.droplets.api.plot.XYDataPoint
The x value of this data point
getX() - Method in class com.droplets.apix.GameBoard.CellActionEvent
 
getXAxisDataType() - Method in interface com.droplets.api.IGraph
Gets the type of the x-axis and x coordinate of the data points.
getXAxisDataType() - Method in class com.droplets.api.IGraph.GraphImpl
Gets the type of the x-axis and x coordinate of the data points.
getXAxisDataType() - Method in class com.droplets.api.GraphPanel
Gets the type of the x-axis and x coordinate of the data points.
getXAxisDataType() - Method in class com.droplets.api.Graph
Gets the type of the x-axis and x coordinate of the data points.
getXLabel() - Method in class com.droplets.api.plot.XYLabelDataPoint
The xLabel of this data point
getXTickLabels() - Method in interface com.droplets.api.IGraph
Gets the x-tick labels
getXTickLabels() - Method in class com.droplets.api.IGraph.GraphImpl
Gets the x-tick labels
getXTickLabels() - Method in class com.droplets.api.GraphPanel
Gets the x-tick labels
getXTickLabels() - Method in class com.droplets.api.Graph
Gets the x-tick labels
getY() - Method in class com.droplets.api.plot.XYDataPoint
The y value of this data point
getY() - Method in class com.droplets.apix.GameBoard.CellActionEvent
 
getYAxisDataType() - Method in interface com.droplets.api.IGraph
Gets the type of the y-axis and y coordinate of the data points.
getYAxisDataType() - Method in class com.droplets.api.IGraph.GraphImpl
Gets the type of the y-axis and y coordinate of the data points.
getYAxisDataType() - Method in class com.droplets.api.GraphPanel
Gets the type of the y-axis and y coordinate of the data points.
getYAxisDataType() - Method in class com.droplets.api.Graph
Gets the type of the y-axis and y coordinate of the data points.
getZoomable() - Method in interface com.droplets.api.IGraph
Gets whether the graph is zoomable or not
getZoomable() - Method in class com.droplets.api.IGraph.GraphImpl
Gets whether the graph is zoomable or not
getZoomable() - Method in class com.droplets.api.GraphPanel
Gets whether the graph is zoomable or not
getZoomable() - Method in class com.droplets.api.Graph
Gets whether the graph is zoomable or not
Graph - class com.droplets.api.Graph.
 
Graph.AnnotationComponentProxy - class com.droplets.api.Graph.AnnotationComponentProxy.
 
Graph.PlotComponentProxy - class com.droplets.api.Graph.PlotComponentProxy.
 
Graph(LayoutPlacement, Window) - Constructor for class com.droplets.api.Graph
Creates a new Graph area.
GraphAnnotation - class com.droplets.api.GraphAnnotation.
Construct and add to a GraphPanel to annotate the graph.
GraphAnnotation(int, IGraph) - Constructor for class com.droplets.api.GraphAnnotation
Makes an annotation for the graph which is represented as either a vertical or horizontal line with a specified style, thickness, hint, and position
GraphAnnotation(int, Window) - Constructor for class com.droplets.api.GraphAnnotation
Makes an annotation for the graph which is represented as either a vertical or horizontal line with a specified style, thickness, hint, and position
GraphPanel - class com.droplets.api.GraphPanel.
 
GraphPanel(LayoutPlacement, Window) - Constructor for class com.droplets.api.GraphPanel
Deprecated. Use Graph instead.

Creates a new BarGraph.

GraphPrinter - class com.droplets.api.GraphPrinter.
 
GraphPrinter.AnnotationPrinterProxy - class com.droplets.api.GraphPrinter.AnnotationPrinterProxy.
 
GraphPrinter.PlotPrinterProxy - class com.droplets.api.GraphPrinter.PlotPrinterProxy.
 
GraphPrinter() - Constructor for class com.droplets.api.GraphPrinter
Creates a new GraphPrinter area.
GRAY - Static variable in class com.droplets.api.Color
 
GREEN - Static variable in class com.droplets.api.Color
 
GRIDLINES_BOTH - Static variable in class com.droplets.api.Table
 
GRIDLINES_HORIZONTAL - Static variable in class com.droplets.api.Table
 
GRIDLINES_NONE - Static variable in class com.droplets.api.Table
 
GRIDLINES_VERTICAL - Static variable in class com.droplets.api.Table
 

H

HALIGN_LEFT - Static variable in interface com.droplets.api.IGraph
Left align
HALIGN_LEFT - Static variable in class com.droplets.api.GraphPanel
Left align
HALIGN_RIGHT - Static variable in interface com.droplets.api.IGraph
Left align
HALIGN_RIGHT - Static variable in class com.droplets.api.GraphPanel
Left align
HAND_CURSOR - Static variable in class com.droplets.api.Cursor
 
handleCellClick(GameBoard.CellActionEvent) - Method in interface com.droplets.apix.GameBoard.CellActionListener
 
handleClick(ClickEvent) - Method in interface com.droplets.api.event.ClickListener
Notifies the listener that a button was clicked.
handleClientPoll() - Method in interface com.droplets.api.event.PollListener
Notifies the listener that the client polled.
handleClose(boolean) - Method in interface com.droplets.api.event.DialogCloseListener
This will be called when the dialog associated with the object is closed.
handleDataChanged(TableModelEvent) - Method in class com.droplets.api.Table
Specified by handleDataChanged in TableModelListener
handleDataChanged(TableModelEvent) - Method in interface com.droplets.api.event.TableModelListener
Called by the data model to indicate that a CellRectangle of the underlying data has changed.
handleDriplineInvoke(DriplineInvokeEvent) - Method in interface com.droplets.api.event.DriplineInvokeListener
Implement this interface to get "invoke listener" events (i.e.
handleDrop(DropEvent) - Method in interface com.droplets.api.event.DropListener
Called when a component is dropped onto another.
handleFileChosen(OpenDialogEvent) - Method in interface com.droplets.api.event.OpenDialogListener
Notifies the listener that a file was chosen
handleFileSent(OpenDialogEvent) - Method in interface com.droplets.api.event.OpenDialogListener
Notifies the listener that a file was sent
handleNodeCheckboxValueChanged(TreeEvent) - Method in interface com.droplets.api.event.TreeCheckboxListener
Called to indicate that the checkbox value of a node has changed.
handleNodeSelected(TreeEvent) - Method in interface com.droplets.api.event.TreeSelectionListener
Called to indicate that a node has been selected.
handleNodeUnselected(TreeEvent) - Method in interface com.droplets.api.event.TreeSelectionListener
Called to indicate that a node has been un-selected.
handleNodeWillCollapse(TreeEvent) - Method in interface com.droplets.api.event.TreeWillExpandListener
Called to indicate that a node will collapse.
handleNodeWillExpand(TreeEvent) - Method in interface com.droplets.api.event.TreeWillExpandListener
Called to indicate that a node will expand.
handlePieceMoved(GameBoard.CellActionEvent) - Method in interface com.droplets.apix.GameBoard.CellActionListener
 
handlePlotChange(PlotChangeEvent) - Method in interface com.droplets.api.event.PlotChangeListener
 
handleRowsDeleted(TableModelEvent) - Method in class com.droplets.api.Table
Specified by handleRowsDeleted in TableModelListener
handleRowsDeleted(TableModelEvent) - Method in interface com.droplets.api.event.TableModelListener
Called by the data model to indicate that some rows have been deleted.
handleRowsInserted(TableModelEvent) - Method in class com.droplets.api.Table
Specified by handleRowsInserted in TableModelListener
handleRowsInserted(TableModelEvent) - Method in interface com.droplets.api.event.TableModelListener
Called by the data model to indicate that some rows have been inserted.
handlerReplaced() - Method in class com.droplets.api.event.AuthenticationHandlerAdapter
Default (empty) implementation.
handlerReplaced() - Method in interface com.droplets.api.event.AuthenticationHandler
Called by the Droplet Server when this object has been replaced by a different AuthenticationHandler.
handleSelection(MenuSelectionEvent) - Method in interface com.droplets.api.event.MenuSelectionListener
Deprecated. Indicates that a selection was made.
handleTokenChange(DriplineTokenChangeEvent) - Method in interface com.droplets.api.event.DriplineTokenChangeListener
Implement this interface to get token change events
hasLoginContext(VariableMap) - Method in class com.droplets.api.ApplicationFactoryDefaults
Return true if your login windows require a context.
hasLoginContext(VariableMap) - Method in interface com.droplets.api.ApplicationFactory2
Return true if your login windows require a context.
hasSide(int) - Method in class com.droplets.api.Borders
Determines whether this border contains anything on the given side.
hideIcon(String) - Method in class com.droplets.api.Dripline
This method remotes any active alert icon in the system tray.
HORIZONTAL - Static variable in class com.droplets.api.Slider
Constant for specifying a horizontal slider.

I

IGraph - interface com.droplets.api.IGraph.
 
IGraph.GraphImpl - class com.droplets.api.IGraph.GraphImpl.
 
IGraph.GraphImpl() - Constructor for class com.droplets.api.IGraph.GraphImpl
Creates a new GraphImpl area.
IGraph.GraphImpl(IGraph.GraphProxy) - Constructor for class com.droplets.api.IGraph.GraphImpl
Creates a new GraphImpl area.
IGraph.GraphProxy - interface com.droplets.api.IGraph.GraphProxy.
 
IMAGE_CENTER - Static variable in class com.droplets.api.Panel
Centers the image in the panel
IMAGE_CENTER - Static variable in class com.droplets.api.ImageComponent
Centers the image in the component
IMAGE_FIT - Static variable in class com.droplets.api.Panel
Fits the image to the panel's exact size, changing its aspect ratio accordingly.
IMAGE_FIT - Static variable in class com.droplets.api.ImageComponent
Fits the image to the component's exact size, changing its aspect ratio accordingly.
IMAGE_SCALE_BOTH - Static variable in class com.droplets.api.Panel
Scales the image to fit the panel without changing the aspect ratio
IMAGE_SCALE_BOTH - Static variable in class com.droplets.api.ImageComponent
Scales the image to fit the component without changing the aspect ratio
IMAGE_SCALE_DOWN - Static variable in class com.droplets.api.Panel
Shrinks the image to fit the panel, without changing the aspect ratio (doesn't enlarge the image beyond its native size)
IMAGE_SCALE_DOWN - Static variable in class com.droplets.api.ImageComponent
Shrinks the image to fit the component, without changing the aspect ratio (doesn't enlarge the image beyond its native size)
IMAGE_SCALE_UP - Static variable in class com.droplets.api.Panel
Enlarges the image to fit the panel, without changing the aspect ratio (doesn't shrink the image below its native size)
IMAGE_SCALE_UP - Static variable in class com.droplets.api.ImageComponent
Enlarges the image to fit the component, without changing the aspect ratio (doesn't shrink the image below its native size)
IMAGE_TILE - Static variable in class com.droplets.api.Panel
Tiles the image with the upper left of the panel as the tile origin
IMAGE_TILE - Static variable in class com.droplets.api.ImageComponent
Tiles the image with the upper left of the component as the tile origin
IMAGE_TILE_WRT_WINDOW - Static variable in class com.droplets.api.Panel
Tiles the image with the upper left of the enclosing window as the tile origin (WRT = "with respect to")
IMAGE_TILE_WRT_WINDOW - Static variable in class com.droplets.api.ImageComponent
Tiles the image with the upper left of the enclosing window as the tile origin (WRT = "with respect to")
ImageButton - class com.droplets.api.ImageButton.
A button that displays an image.
ImageButton(LayoutPlacement, String, Window) - Constructor for class com.droplets.api.ImageButton
Constructs a new ImageButton.
ImageComponent - class com.droplets.api.ImageComponent.
Component that displays an image.
ImageComponent.ImageMode - class com.droplets.api.ImageComponent.ImageMode.
Typesafe constant class to represent the different ways in which an image can be displayed in a panel.
ImageComponent(LayoutPlacement, Window) - Constructor for class com.droplets.api.ImageComponent
Constructs a new ImageComponent.
ImageLink - class com.droplets.api.ImageLink.
Component that displays a hyperlinked image.
ImageLink(LayoutPlacement, Window) - Constructor for class com.droplets.api.ImageLink
Constructs a new ImageLink component.
include(ServletRequest, ServletResponse) - Method in class com.droplets.apix.servlet.DropletsRequestDispatcher
Not implemented.
INFO - Static variable in class com.droplets.util.DropletLog
Deprecated. Pass to write as the messageType to indicate that the message is purely informative.
info(String) - Static method in class com.droplets.api.util.Log
Writes a purely informative message to the log.
info(String, String) - Static method in class com.droplets.api.util.Log
Writes a purely informative message to the log.
Insets - class com.droplets.api.Insets.
A simple class of data objects used to set the insets property of components.
Insets(int, int, int, int) - Constructor for class com.droplets.api.Insets
Constructs a new Insets object.
IntConstraints - class com.droplets.api.util.IntConstraints.
Title: TypeFields Description: Series of text fields that parse and format particular common data types Copyright: Copyright (c) 2001 Company: Droplets
IntConstraints() - Constructor for class com.droplets.api.util.IntConstraints
 
IntField - class com.droplets.api.IntField.
Title: Droplets Schedule Description: Application to track personal and group schedules Copyright: Copyright (c) 2001 Company: Droplets
IntField(LayoutPlacement, Window) - Constructor for class com.droplets.api.IntField
 
invalidate() - Method in class com.droplets.api.Component
This method is called by the native peer when the containing window is destroyed to invalidate the state of this component.
invalidate() - Method in class com.droplets.api.InvalidationEventSource
This method is called by the native peer to notify us when it is destroyed.
invalidate() - Method in class com.droplets.apix.servlet.DropletsHttpSession
Not implmented
InvalidationEventSource - class com.droplets.api.InvalidationEventSource.
Class that encapsulates the common methods and data required for tracking whether an object is in a valid state and firing an event when the object is invalidated.
InvalidationEventSource() - Constructor for class com.droplets.api.InvalidationEventSource
 
isAddedToWindow() - Method in class com.droplets.api.Component
Use this to find out if the component is added to a window
isAddedToWindow() - Method in interface com.droplets.api.IGraph.GraphProxy
 
isAddedToWindow() - Method in class com.droplets.api.GraphPrinter
 
isBold() - Method in class com.droplets.api.Font
Determines whether this font is bold.
isCacheable() - Method in class com.droplets.api.table.TableCellChoiceList
Gets whether this list is cacheable.
isChecked() - Method in class com.droplets.api.Checkbox
Determines whether this checkbox is currently checked.
isChecked() - Method in class com.droplets.api.tree.TreeNode
Determines whether this checkbox is currently checked.
isCommitted() - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
isContainer() - Method in class com.droplets.api.Component
This method is used by the window to find out if the component is a container
isContainer() - Method in class com.droplets.api.Panel
This method is used by the window to find out if the component is a container (which it is).
isEnabled() - Method in class com.droplets.api.MenuItem
Returns true if this menu item is currently enabled (i.e.
isEnabled() - Method in class com.droplets.api.EditPasteMenuItem
Returns true if this menu item is currently enabled (i.e.
isEnabled() - Method in class com.droplets.api.EditCopyMenuItem
Returns true if this menu item is currently enabled (i.e.
isEnabled() - Method in class com.droplets.api.EditCutMenuItem
Returns true if this menu item is currently enabled (i.e.
isExpanded(TreeNode) - Method in class com.droplets.api.Tree
Checks if a node is currently expanded.
isFocusTraversable() - Method in class com.droplets.api.Component
Determines whether the component can receive input focus by means of the Tab key.
isFocusTraversableDefault() - Method in class com.droplets.api.Component
Protected method which determines the default value for Component.isFocusTraversable().
isFocusTraversableDefault() - Method in class com.droplets.api.RichTextDisplay
See Component.isFocusTraversableDefault().
isFocusTraversableDefault() - Method in class com.droplets.api.Label
See Component.isFocusTraversableDefault().
isFocusTraversableDefault() - Method in class com.droplets.api.CustomComponent
Determines whether the component is normally able to receive input focus.
isFocusTraversableDefault() - Method in class com.droplets.api.ImageButton
See Component.isFocusTraversableDefault().
isFocusTraversableDefault() - Method in class com.droplets.api.GraphPanel
See Component.isFocusTraversableDefault().
isFocusTraversableDefault() - Method in class com.droplets.api.LabelButton
See Component.isFocusTraversableDefault().
isFocusTraversableDefault() - Method in class com.droplets.api.ImageComponent
See Component.isFocusTraversableDefault().
isFocusTraversableDefault() - Method in class com.droplets.api.Graph
See Component.isFocusTraversableDefault().
isFocusTraversableDefault() - Method in class com.droplets.api.AdBanner
See Component.isFocusTraversableDefault().
isFocusTraversableDefault() - Method in class com.droplets.api.ImageLink
See Component.isFocusTraversableDefault().
isInTree(Tree) - Method in class com.droplets.api.tree.TreeNode
Returns true if the tree contains this node.
isItalic() - Method in class com.droplets.api.Font
Determines whether this font is italic.
isLiveUpdate() - Method in class com.droplets.api.Slider
Tests whether ValueChangeEvents will be fired while the slider is being dragged.
isMainWindow() - Method in class com.droplets.api.Window
Determines whether this is the application's main window.
isModal() - Method in class com.droplets.api.Dialog
Determines whether this dialog is Modal.
isNew() - Method in class com.droplets.apix.servlet.DropletsHttpSession
Not implemented.
isPlain() - Method in class com.droplets.api.Font
Determines whether this font is plain (neither bold nor italic).
isRequestedSessionIdFromCookie() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
isRequestedSessionIdFromUrl() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
isRequestedSessionIdFromURL() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
isRequestedSessionIdValid() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
isSecure() - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
isSelected() - Method in class com.droplets.api.RadioButton
Determines whether this radio button is selected.
isSelected(TreeNode) - Method in class com.droplets.api.Tree
Checks if a node is currently selected.
isSelectionEmpty() - Method in class com.droplets.api.Table
Checks whether or not current selection is empty.
isSelectionEmpty() - Method in class com.droplets.api.event.SelectionEvent
Return true if the selected area is empty.
isTableDropEvent(DropEvent) - Static method in class com.droplets.api.event.TableDropEvent
This function determines if the specified event is of type TableDropEvent.
isTreeClickEvent() - Method in class com.droplets.api.event.ClickEvent
Method to determine if this ClickEvent is actually a TreeClickEvent.
isTreeClickEvent() - Method in class com.droplets.api.event.TreeClickEvent
Method to determine if this ClickEvent is actually a TreeClickEvent.
isUserInRole(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
isValid() - Method in class com.droplets.api.Component
Determines whether this object is in a valid state.
isValid() - Method in class com.droplets.api.InvalidationEventSource
Determines whether this object is in a valid state.
isWindowTypeCacheable() - Method in class com.droplets.api.Window
Called to determine if the window-type is cacheable.
ITALIC - Static variable in class com.droplets.api.Font
The italic style.
ItemEvent - class com.droplets.api.event.ItemEvent.
Represents an event that indicates that an item within a list of zero or more items was selected or deselected.
ItemEvent(ItemSelectable, Object, int) - Constructor for class com.droplets.api.event.ItemEvent
Constructs a new ItemEvent object given the following information: a selectable item that generated the event (for example, a CheckboxMenuItem), the item affected by the event (in the case of a CheckboxMenuItem, this is a String that represents its label), and an integer that indicates whether the item was ItemEvent.SELECTED or ItemEvent.DESELECTED.
ItemList - interface com.droplets.api.ItemList.
Interface implemented by components that act as menus - that is, components that allow the user to select from a list of options.
ItemListener - interface com.droplets.api.event.ItemListener.
The interface for receiving ItemEvents.
ItemSelectable - interface com.droplets.api.ItemSelectable.
An interface that defines objects which contain zero or more items that can be selected.
itemStateChanged(ItemEvent) - Method in interface com.droplets.api.event.ItemListener
Interface for receiving events from ItemSelectable objects such as CheckboxMenuItems.

J

joinItems(String[], char) - Static method in class com.droplets.util.Utilities
Deprecated. Joins an array of strings into one using the delimiter character (comma).
joinItems(String[], char, int) - Static method in class com.droplets.util.Utilities
Deprecated. Joins an array of strings into one using the delimiter character (comma).

K

keyPressed(KeyPressEvent) - Method in interface com.droplets.api.event.KeyPressListener
 
KeyPressEvent - class com.droplets.api.event.KeyPressEvent.
This event carries with it a key press, represented as an ASCII character code of the key.
KeyPressEvent(Component, int) - Constructor for class com.droplets.api.event.KeyPressEvent
Construct the new KeyPressEvent.
KeyPressListener - interface com.droplets.api.event.KeyPressListener.
Defines the interface that must be implemented by classes that wish to receive KeyPressEvents.

L

Label - class com.droplets.api.Label.
A Label GUI component.
Label(LayoutPlacement, String, Window) - Constructor for class com.droplets.api.Label
Constructs a new Label.
LabelButton - class com.droplets.api.LabelButton.
A component that is meant to be clicked like a button to trigger events, but displays like a label.
LabelButton(LayoutPlacement, Window) - Constructor for class com.droplets.api.LabelButton
Constructs a new LabelButton.
LayoutPlacement - class com.droplets.api.LayoutPlacement.
Used to configure the placement and size of a component within its layout grid.
LayoutPlacement() - Constructor for class com.droplets.api.LayoutPlacement
Constructs a LayoutPlacement with all values set to 0.
LayoutPlacement(int, int, int, int) - Constructor for class com.droplets.api.LayoutPlacement
Constructs a LayoutPlacement with the given values.
LIGHT_GRAY - Static variable in class com.droplets.api.Color
 
LinePlot - class com.droplets.api.LinePlot.
 
LinePlot(IGraph) - Constructor for class com.droplets.api.LinePlot
Creates a new LinePlot.
LinePlot(Window) - Constructor for class com.droplets.api.LinePlot
Creates a new LinePlot.
List - class com.droplets.api.List.
Represents a list box GUI component.
List(LayoutPlacement, Window) - Constructor for class com.droplets.api.List
Constructs a new List component.
listenerList - Variable in class com.droplets.api.event.EventListenerList
 
locate(int, int, int, int) - Method in class com.droplets.api.Window
Sets the dimensions and location of this window.
Log - class com.droplets.api.util.Log.
Provides an interface to the Droplet Server's log file.
log(Exception, String) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
log(String) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
log(String, Throwable) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
logout() - Method in class com.droplets.apix.servlet.DropletsHttpSession
Not implemented

M

m_checkboxValue - Variable in class com.droplets.api.tree.TreeNode
 
m_checkboxVisible - Variable in class com.droplets.api.tree.TreeNode
 
m_children - Variable in class com.droplets.api.tree.TreeNode
 
m_imageIndex - Variable in class com.droplets.api.tree.TreeNode
 
m_label - Variable in class com.droplets.api.tree.TreeNode
 
m_parent - Variable in class com.droplets.api.tree.TreeNode
 
m_receiverRow - Variable in class com.droplets.api.event.TableDropEvent
 
m_root - Variable in class com.droplets.api.tree.TreeNode
 
m_token - Variable in class com.droplets.api.Window
The token that represents this object's native peer.
m_tree - Variable in class com.droplets.api.tree.RootTreeNode
 
m_userObject - Variable in class com.droplets.api.tree.TreeNode
 
m_windowComp - Variable in class com.droplets.api.Window
The component used to communicate attributes and commands for Windows to clients.
m_xLabel - Variable in class com.droplets.api.plot.XYLabelDataPoint
 
MAGENTA - Static variable in class com.droplets.api.Color
 
MainPanel - class com.droplets.api.MainPanel.
The Panel which serves as the main panel of a window.
makeAnnotationProxy(GraphAnnotation, int) - Method in interface com.droplets.api.IGraph
Makes the appropriate PlotProxy class for this graph type.
makeAnnotationProxy(GraphAnnotation, int) - Method in class com.droplets.api.Graph
 
makeAnnotationProxy(GraphAnnotation, int) - Method in class com.droplets.api.GraphPrinter
 
makePlotProxy(PlotComponent, String) - Method in interface com.droplets.api.IGraph
Makes the appropriate PlotProxy class for this graph type.
makePlotProxy(PlotComponent, String) - Method in class com.droplets.api.Graph
Makes the appropriate PlotProxy class for this graph type.
makePlotProxy(PlotComponent, String) - Method in class com.droplets.api.GraphPrinter
Makes the appropriate PlotProxy class for this graph type.
Menu - class com.droplets.api.Menu.
A pulldown menu that contains menu components, which may be MenuItems, CheckboxMenuItems, and other Menus (sometimes called submenus).
MENU_ABOUT - Static variable in class com.droplets.api.Application
Causes the About Droplets dialog box to be displayed.
MENU_ADD_TO_WEBPAGE - Static variable in class com.droplets.api.Application
Brings up a dialog with the HTML necessary for embedding this Droplet in a web page.
MENU_EMAIL_A_FRIEND - Static variable in class com.droplets.api.Application
Causes the "Send this Droplet to a friend..." dialog box to be displayed.
MENU_GO_TO_WEBTOP - Static variable in class com.droplets.api.Application
Sends the user to the www.mydroplets.com website.
MENU_HELP - Static variable in class com.droplets.api.Application
Sends the user to the general Droplets help page.
MENU_HELP_WITH_DROPLET - Static variable in class com.droplets.api.Application
Sends the user to the help page for this particular Droplet application.
MENU_LOG_OFF_AND_EXIT - Static variable in class com.droplets.api.Application
Logs off the user and exits the application.
MENU_SAVE_TO_WEBTOP - Static variable in class com.droplets.api.Application
Sends the user to the Droplet Webtop site in order to save the current Droplet.
Menu() - Constructor for class com.droplets.api.Menu
Constructs a new Menu.
Menu(String) - Constructor for class com.droplets.api.Menu
Constructs a menu with the specified label.
MenuBar - class com.droplets.api.MenuBar.
Represents a horizontal bar with a series of pull-down application menus displayed at the top of a window.
MenuBar() - Constructor for class com.droplets.api.MenuBar
Constructs a new MenuBar.
MenuComponent - class com.droplets.api.MenuComponent.
This is the base class for MenuItems, Menus and anything that can be placed into a MenuContainer.
MenuContainer - interface com.droplets.api.MenuContainer.
A class that extends this interface should be able to contain menu components.
MenuItem - class com.droplets.api.MenuItem.
Represents items that can be placed in a Menu.
MenuItem() - Constructor for class com.droplets.api.MenuItem
Constructs a MenuItem with neither a label nor an action command.
MenuItem(String) - Constructor for class com.droplets.api.MenuItem
Constructs a menu item with the specified label, but no action command.
MenuItem(String, String) - Constructor for class com.droplets.api.MenuItem
Constructs a menu item with the specified label and action command.
MenuSelectionEvent - class com.droplets.api.event.MenuSelectionEvent.
Deprecated. Only for use with DeprecatedMenu Event fired when the user selects a choice from an application menu.
MenuSelectionEvent(DeprecatedMenu, String) - Constructor for class com.droplets.api.event.MenuSelectionEvent
Deprecated. Constructs a new MenuSelectionEvent.
MenuSelectionListener - interface com.droplets.api.event.MenuSelectionListener.
Deprecated. Only for use with DeprecatedMenu Interface to be implemented by objects interested in being notified when a selection is made from an application menu.
merge(String, String[]) - Static method in class com.droplets.util.Utilities
Deprecated. Prepends a string to a string array.
messageBox(String, String) - Method in class com.droplets.api.Application
Displays a modal dialog box with an OK button.
messageBox(String, String, DialogCloseListener) - Method in class com.droplets.api.Application
Displays a modal dialog box with an OK button.
MOVE_CURSOR - Static variable in class com.droplets.api.Cursor
 
movePiece(int, int, int, int) - Method in class com.droplets.apix.GameBoard
Moves a piece from one position on the board to another.
MUTLIPLE_INTERVAL_SELECTION - Static variable in class com.droplets.api.Table
Deprecated. Not implemented.

N

N_RESIZE_CURSOR - Static variable in class com.droplets.api.Cursor
 
NE_RESIZE_CURSOR - Static variable in class com.droplets.api.Cursor
 
newCheckboxValueChangedEvent(Tree, TreeNode) - Static method in class com.droplets.api.event.TreeEvent
Create and return tree node checkbox value change event.
NewDataChangedEvent(TableModel, CellRectangle) - Static method in class com.droplets.api.event.TableModelEvent
Create and return a data-changed event in the given rectangle.
NewRowsDeletedEvent(TableModel, int, int) - Static method in class com.droplets.api.event.TableModelEvent
Create and return a row-delete event with the given source and range of rows.
NewRowsInsertedEvent(TableModel, int, int) - Static method in class com.droplets.api.event.TableModelEvent
Create and return a row-insert event with the given source and range of rows.
newSection() - Method in class com.droplets.api.ToolbarPanel
 
newSelectedEvent(Tree, TreeNode) - Static method in class com.droplets.api.event.TreeEvent
Create and return node selected event.
newUnselectedEvent(Tree, TreeNode) - Static method in class com.droplets.api.event.TreeEvent
Create and return node un-selected event.
newWillCollapseEvent(Tree, TreeNode) - Static method in class com.droplets.api.event.TreeEvent
Create and return tree will collapse event.
newWillExpandEvent(Tree, TreeNode) - Static method in class com.droplets.api.event.TreeEvent
Create and return tree will expand event.
nextCellDown() - Method in class com.droplets.api.LayoutPlacement
Creates a new LayoutPlacement object that represents the cell immediately to the below this one, with width = 1 and height = 1.
nextCellRight() - Method in class com.droplets.api.LayoutPlacement
Creates a new LayoutPlacement object that represents the cell immediately to the right of this one, with width = 1 and height = 1.
nextDate(int) - Method in class com.droplets.api.util.DateUtilities
 
nextDayOfWeek(int) - Method in class com.droplets.api.util.DateUtilities
 
NODE_CHECKBOX_VALUE_CHANGED - Static variable in class com.droplets.api.event.TreeEvent
 
NODE_SELECTED - Static variable in class com.droplets.api.event.TreeEvent
 
NODE_UNSELECTED - Static variable in class com.droplets.api.event.TreeEvent
 
NODE_WILL_COLLAPSE - Static variable in class com.droplets.api.event.TreeEvent
 
NODE_WILL_EXPAND - Static variable in class com.droplets.api.event.TreeEvent
 
NONE - Static variable in class com.droplets.api.Borders
Constant representing no sides
NORTH - Static variable in class com.droplets.api.Borders
Constant representing the north side
notifyAddAnnotation(GraphAnnotation) - Method in interface com.droplets.api.IGraph.GraphProxy
 
notifyAddAnnotation(GraphAnnotation) - Method in class com.droplets.api.Graph
 
notifyAddAnnotation(GraphAnnotation) - Method in class com.droplets.api.GraphPrinter
 
notifyAddPlot(PlotComponent) - Method in interface com.droplets.api.IGraph.GraphProxy
 
notifyAddPlot(PlotComponent) - Method in class com.droplets.api.Graph
 
notifyAddPlot(PlotComponent) - Method in class com.droplets.api.GraphPrinter
 
notifyPlotChangeListener(PlotChangeEvent) - Method in class com.droplets.api.PlotComponent
Notifies listeners of a plot change.
NULL_CURSOR - Static variable in class com.droplets.api.Cursor
 
NumberField - class com.droplets.api.NumberField.
Copyright: Copyright (c) 2001 Company: Droplets
NumberField(LayoutPlacement, NumberFormat, Window) - Constructor for class com.droplets.api.NumberField
 
NumberField(LayoutPlacement, Window, NumberFormat) - Constructor for class com.droplets.api.NumberField
Deprecated. this constructor does not adhere to the droplets standard of how the argument list should be arranged.
NW_RESIZE_CURSOR - Static variable in class com.droplets.api.Cursor
 

O

objectInvalidated(ObjectInvalidationEvent) - Method in interface com.droplets.api.event.ObjectInvalidationListener
Called to notify this object that a Droplets API object has been invalidated.
ObjectInvalidationEvent - class com.droplets.api.event.ObjectInvalidationEvent.
Event fired when a Droplets API object is invalidated, meaning it can no longer be used.
ObjectInvalidationEvent(Object) - Constructor for class com.droplets.api.event.ObjectInvalidationEvent
Constructs a new ObjectInvalidationEvent.
ObjectInvalidationListener - interface com.droplets.api.event.ObjectInvalidationListener.
Defines the interface that must be implemented by classes that wish to receive ObjectInvalidationEvents.
onCustomAction(String, String) - Method in class com.droplets.api.CustomComponent
Template method called when the client-component has sent a custom action to the server-component.
onCustomAction(String, String) - Method in class com.droplets.apix.GameBoard
Used internally to route messages from the client.
onCustomAction(String, String) - Method in class com.droplets.client.ComponentAdapter
Template method called by the Droplets Client when a custom action has been recieved.
onCustomAttributeChanged(String, String) - Method in class com.droplets.api.CustomComponent
Template method called when the client-component has changed the value of a custom attribute.
onCustomAttributeChanged(String, String) - Method in class com.droplets.api.Tabs
Template method called when the client-component has changed the value of a custom attribute.
onCustomAttributeChanged(String, String) - Method in class com.droplets.client.ComponentAdapter
Template method called by the Droplets Client when a custom attribute has been changed.
OpenDialogEvent - class com.droplets.api.event.OpenDialogEvent.
An event to encapsulate the data from Open File Dialog events
OpenDialogEvent(Window, String) - Constructor for class com.droplets.api.event.OpenDialogEvent
 
OpenDialogListener - interface com.droplets.api.event.OpenDialogListener.
Interface to be implemented by objects interested in receiving File Open Dialog events.
ORANGE - Static variable in class com.droplets.api.Color
 
ORIENT_HORIZONTAL - Static variable in class com.droplets.api.SplitterPanel
Indicates that the layout is Horizontal (panel A and panel B go from left to right and the bar is vertical)
ORIENT_HORIZONTAL - Static variable in class com.droplets.api.GraphAnnotation
specifies that the line is horizontal
ORIENT_VERTICAL - Static variable in class com.droplets.api.SplitterPanel
Indicates that the layout is Vertical (panel A and panel B go from top to bottom and the bar is horizontal)
ORIENT_VERTICAL - Static variable in class com.droplets.api.GraphAnnotation
specifies that the line is vertical

P

Panel - class com.droplets.api.Panel.
 
Panel.ImageMode - class com.droplets.api.Panel.ImageMode.
Typesafe constant class to represent the different ways in which an image can be displayed in a panel.
Panel(LayoutPlacement, Panel, Window) - Constructor for class com.droplets.api.Panel
Constructs a new panel component.
Panel(LayoutPlacement, Window) - Constructor for class com.droplets.api.Panel
Constructs a new panel component.
Panel(Window) - Constructor for class com.droplets.api.Panel
Special constructor for use by panels that have no parent, such as MainPanel.
parse(String) - Method in class com.droplets.api.TypedField
 
parse(String) - Method in class com.droplets.api.DoubleField
 
parse(String) - Method in class com.droplets.api.NumberField
 
parse(String) - Method in class com.droplets.api.EnumField
 
parse(String) - Method in class com.droplets.api.CurrencyField
 
parse(String) - Method in class com.droplets.api.PercentField
 
parse(String) - Method in class com.droplets.api.TimeField
 
parse(String) - Method in class com.droplets.api.IntField
 
parse(String) - Method in class com.droplets.api.DateField
 
parseColor(String) - Static method in class com.droplets.api.Color
Parse a Color object from a String.
parseDate(Date, String, TimeZone) - Method in class com.droplets.api.util.DateUtilities
 
parseDate(String) - Method in class com.droplets.api.util.DateUtilities
 
parseDate(String, DateFormat) - Method in class com.droplets.api.util.DateUtilities
 
parseDate(String, TimeZone) - Method in class com.droplets.api.util.DateUtilities
 
parseDateByName(String) - Method in class com.droplets.api.util.DateUtilities
 
ParseEditChoice - class com.droplets.api.ParseEditChoice.
Title: ParseEditChoice Description: Copyright: Copyright (c) 2001 Company: Droplets
ParseEditChoice(Application, ParseTable) - Constructor for class com.droplets.api.ParseEditChoice
 
parseEditChoiceChanged(ParseEditChoiceChangeEvent) - Method in interface com.droplets.api.event.ParseEditChoiceChangeListener
Indicates that a ParseEditChoice has changed.
ParseEditChoiceChangeEvent - class com.droplets.api.event.ParseEditChoiceChangeEvent.
Event object that is used to notify an application that the selection in a ParseEditChoice has changed
ParseEditChoiceChangeEvent(Object, ParseEntry) - Constructor for class com.droplets.api.event.ParseEditChoiceChangeEvent
Constructs a new CalendarChangeEvent.
ParseEditChoiceChangeListener - interface com.droplets.api.event.ParseEditChoiceChangeListener.
Interface to be implemented by objects interested in being notified when the date value of a ParseEditChoice changes.
ParseEntry - class com.droplets.api.util.ParseEntry.
Title: ParseEntry Description: Project to experiment with auto-parsing edit boxes Copyright: Copyright (c) 2001 Company: Droplets
ParseEntry(String, String, Object) - Constructor for class com.droplets.api.util.ParseEntry
 
ParseTable - class com.droplets.api.util.ParseTable.
Title: ParseTable Description: Copyright: Copyright (c) 2001 Company: Droplets
ParseTable() - Constructor for class com.droplets.api.util.ParseTable
 
parseTime(Date, String, TimeZone) - Method in class com.droplets.api.util.TimeUtilities
 
parseTime(String) - Method in class com.droplets.api.util.TimeUtilities
 
parseTime(String, DateFormat) - Method in class com.droplets.api.util.TimeUtilities
 
parseTime(String, TimeZone) - Method in class com.droplets.api.util.TimeUtilities
 
parseTimeByName(String) - Method in class com.droplets.api.util.TimeUtilities
 
passesConstraints(double) - Method in class com.droplets.api.util.DoubleConstraints
 
passesConstraints(int) - Method in class com.droplets.api.util.IntConstraints
 
PercentField - class com.droplets.api.PercentField.
Copyright: Copyright (c) 2001 Company: Droplets
PercentField(LayoutPlacement, Locale, Window) - Constructor for class com.droplets.api.PercentField
 
PercentField(LayoutPlacement, Window, Locale) - Constructor for class com.droplets.api.PercentField
Deprecated. this constructor does not adhere to the droplets standard of how the argument list should be arranged.
PINK - Static variable in class com.droplets.api.Color
 
PLAIN - Static variable in class com.droplets.api.Font
The style which is neither bold nor italic.
playSound(String) - Method in class com.droplets.api.Application
Requests that the client play the specified sound.
PlotChangeEvent - class com.droplets.api.event.PlotChangeEvent.
 
PlotChangeEvent(PlotComponent, int, DataPoint) - Constructor for class com.droplets.api.event.PlotChangeEvent
 
PlotChangeListener - interface com.droplets.api.event.PlotChangeListener.
 
PlotComponent - class com.droplets.api.PlotComponent.
 
PlotComponent(String, IGraph) - Constructor for class com.droplets.api.PlotComponent
Creates a new PlotComponent.
PlotComponent(String, Window) - Constructor for class com.droplets.api.PlotComponent
Creates a new PlotComponent.
PollListener - interface com.droplets.api.event.PollListener.
Interface to be implemented by objects interested in receiving client poll events.
postEvent(Runnable) - Method in class com.droplets.api.Application
Posts an event to the Server's internal event queue that will result in the run method being called on the provided object.
preview(PreviewEvent) - Method in interface com.droplets.api.event.PreviewListener
Called when the user types a new character into the TextField, provided that the sendPreview property is on.
PreviewEvent - class com.droplets.api.event.PreviewEvent.
Event fired when the user types a new character into a TextField whose sendPreview property is on.
PreviewEvent(TextField, String) - Constructor for class com.droplets.api.event.PreviewEvent
Constructs a new PreviewEvent.
PreviewListener - interface com.droplets.api.event.PreviewListener.
Interface to be implemented by objects interested in receiving previews of the value of a TextField in order to use the autocomplete feature.
print(String) - Method in class com.droplets.api.Window
Prints the string to the printer.
printPdf(String) - Method in class com.droplets.api.Application
Prints the .pdf file pointed to by url.
processSortData(int, boolean, int, boolean) - Method in class com.droplets.api.Table
Handle a request to sort the data in the table.
putPieceOnBoard(int, int, GameBoard.Piece) - Method in class com.droplets.apix.GameBoard
put a game piece on the board, null removes any piece that was there.
putValue(String, Object) - Method in class com.droplets.apix.servlet.DropletsHttpSession
Calls setAttribute(name, value)

R

RadioButton - class com.droplets.api.RadioButton.
A radio button GUI component.
RadioButton(LayoutPlacement, String, RadioButtonGroup, Window) - Constructor for class com.droplets.api.RadioButton
Creates a new RadioButton object.
RadioButtonGroup - class com.droplets.api.RadioButtonGroup.
Represents a group of mutually-exclusive RadioButtons.
RadioButtonGroup(Window) - Constructor for class com.droplets.api.RadioButtonGroup
Constructs a new RadioButtonGroup which will be placed within the given window.
receiveDataPointChanged(String) - Method in class com.droplets.api.Graph.PlotComponentProxy
 
RED - Static variable in class com.droplets.api.Color
 
registerChannel(String, String, String, String, String, boolean) - Method in class com.droplets.api.Dripline
Call this function to register a Dripline channel.
remove(Class, EventListener) - Method in class com.droplets.api.event.EventListenerList
Removes a listener.
remove(int) - Method in class com.droplets.api.tree.TreeNode
Deletes a child node and its sub-tree at index.
remove(TreeNode) - Method in class com.droplets.api.tree.TreeNode
Deletes the child node and its sub-tree.
removeAcceptDrop(Component) - Method in class com.droplets.api.Table
Stop accepting drop messages from the specified target.
removeAcceptDrop(Component) - Method in class com.droplets.api.Label
Stop accepting drop messages from the specified target.
removeActionListener(ActionListener) - Method in class com.droplets.api.MenuComponent
Removes the specified action listener from this menu item.
removeActionListener(ActionListener) - Method in class com.droplets.api.Component
Removes a listener from the list.
removeAll() - Method in class com.droplets.api.event.EventListenerList
Removes all listeners.
removeAll() - Method in class com.droplets.api.tree.TreeNode
Removes all of the children from this node.
removeAllDataPoints() - Method in class com.droplets.api.PlotComponent
Removes all datapoints in the plot.
removeAllDataPoints() - Method in class com.droplets.api.Graph.PlotComponentProxy
Removes all datapoints in the plot.
removeAllDataPoints() - Method in class com.droplets.api.GraphPrinter.PlotPrinterProxy
 
removeAttribute(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Removes an attribute called 'name'.
removeAttribute(String) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
removeAttribute(String) - Method in class com.droplets.apix.servlet.DropletsHttpSession
Removes the attribute from the attribute list
removeAttributeChangeListener(AttributeChangeListener) - Method in class com.droplets.api.Component
Removes a listener from the list.
removeCalendarChangeListener(CalendarChangeListener) - Method in class com.droplets.api.calendar.CalendarWindow
Deprecated. remove a listener object from the list
removeCalendarChangeListener(CalendarChangeListener) - Method in class com.droplets.api.calendar.CalendarPanel
Deprecated. remove a listener object from the list
removeCellActionListener(GameBoard.CellActionListener) - Method in class com.droplets.apix.GameBoard
Removes a CellActionListener from this object's event listeners.
removeCheckboxListener(TreeCheckboxListener) - Method in class com.droplets.api.Tree
Removes a listener to will expand events.
removeClickListener(ClickListener) - Method in class com.droplets.api.Table
Removes a click listener.
removeClickListener(ClickListener) - Method in class com.droplets.api.ImageButton
 
removeClickListener(ClickListener) - Method in class com.droplets.api.LabelButton
 
removeClickListener(ClickListener) - Method in class com.droplets.api.Tree
Removes a listener to click events.
removeClickListener(ClickListener) - Method in class com.droplets.api.ImageComponent
Remove a listener of the Click event of this component
removeClickListener(ClickListener) - Method in class com.droplets.api.Button
 
removeClickListener(ClickListener) - Method in interface com.droplets.api.Clickable
Removes a click listener from the list.
removeCloseListener(WindowCloseListener) - Method in class com.droplets.api.Window
Removes a close listener.
removeControlledComponent(Component) - Method in class com.droplets.api.Slider
Removes a reference added with addControlledComponent().
removeDateChooserListener(DateChooserListener) - Method in class com.droplets.api.DateChooserWindow
remove a listener object from the list
removeDateChooserListener(DateChooserListener) - Method in class com.droplets.api.DateChooser
remove a listener object from the list
removeDriplineInvokeListener(DriplineInvokeListener) - Method in class com.droplets.api.Dripline
Call this function to unregister a callback that was registered with AddDriplineInvokeListener().
removeDropListener(DropListener) - Method in class com.droplets.api.Table
Removes a drop listener.
removeDropListener(DropListener) - Method in class com.droplets.api.Label
Remove a DropListener that was added previously.
removeDropListener(DropListener) - Method in class com.droplets.api.MainPanel
Remove a DropListener that was added previously.
removeInvalidationListener(ObjectInvalidationListener) - Method in class com.droplets.api.InvalidationEventSource
Removes an invalidation listener.
removeItemListener(ItemListener) - Method in class com.droplets.api.CheckboxMenuItem
Removes an item listener from this object.
removeItemListener(ItemListener) - Method in class com.droplets.api.Tabs
Removes a listener added with addItemListener.
removeItemListener(ItemListener) - Method in interface com.droplets.api.ItemSelectable
Removes an item listener from this object.
removeItemListener(ItemListener) - Method in class com.droplets.api.TabbedPanel
Removes a listener added with addItemListener.
removeItemListener(ItemListener) - Method in class com.droplets.api.CheckboxMenuItemGroup
Removes an item listener from this object.
removeKeyPressListener(KeyPressListener) - Method in class com.droplets.api.Table
Removes a key press listener.
removeListener(TableModelListener) - Method in class com.droplets.api.table.TableModel
Removes a listener of data events.
removeMenuSelectionListener(MenuSelectionListener) - Method in class com.droplets.api.DeprecatedMenu
Deprecated. Removes a MenuSelectionListener.
removeOpenDialogListener(OpenDialogListener) - Method in class com.droplets.api.Window
Removes a listener to be notified when a file is chosen from an open dialog (previously added with Window.addOpenDialogListener(com.droplets.api.event.OpenDialogListener)).
removePage(BinderPage) - Method in class com.droplets.api.BinderPanel
Removes the page frmo the binder panel and closes it remove should be called after a call to addPage when the page should be permanently removed from the Binder.
removeParameter(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Use this method to remove parameters previously set with add parameter
removeParseEditChangeListener(ParseEditChoiceChangeListener) - Method in class com.droplets.api.ParseEditChoice
remove a listener object from the list
removePlotChangeListener(PlotChangeListener) - Method in class com.droplets.api.PlotComponent
Removes a listener to plot change events.
removePollListener(PollListener) - Method in class com.droplets.api.Application
Removes a poll listener.
removeSelectionListener(SelectionListener) - Method in class com.droplets.api.Table
Removes a listener to selection events.
removeTableCellValueChangeListener(TableCellValueChangeListener) - Method in class com.droplets.api.Table
 
removeTokenChangeListener(String, DriplineTokenChangeListener) - Method in class com.droplets.api.Dripline
Removes a listener previously added with AddTokenChangeListener.
removeTreeSelectionListener(TreeSelectionListener) - Method in class com.droplets.api.Tree
Removes a listener to selection events.
removeTreeWillExpandListener(TreeWillExpandListener) - Method in class com.droplets.api.Tree
Removes a listener to will expand events.
removeValue(String) - Method in class com.droplets.apix.servlet.DropletsHttpSession
Removes the attribute from the attribute list (by calling removeAttribute)
removeValueChangeListener(ValueChangeListener) - Method in class com.droplets.api.Component
Removes a listener from the list.
reportServerError(String) - Method in class com.droplets.api.Application
Tells the Droplet client that a severe server error has occurred.
requestAuthentication(String, AuthenticationHandler) - Method in class com.droplets.api.Application
Pops up a dialog box requesting that the user supply a username and password.
requestExit() - Method in class com.droplets.api.Application
Tells the Droplet Client to exit, suspending the user's session.
requestFocus() - Method in class com.droplets.api.Component
Sets the focus to this component.
reset() - Method in class com.droplets.api.Component
Concrete components can override this if they need to do anything special when the client reconnects.
reset() - Method in class com.droplets.api.RichTextDisplay
Called when the client (re)connects.
reset() - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Clears the output stream
resetBuffer() - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Clears the output stream
RichTextDisplay - class com.droplets.api.RichTextDisplay.
Component that can display text in different fonts and colors.
RichTextDisplay(LayoutPlacement, Window) - Constructor for class com.droplets.api.RichTextDisplay
Creates a new RichTextDisplay.
RootTreeNode - class com.droplets.api.tree.RootTreeNode.
Implements a node in a com.droplets.api.Tree
RootTreeNode(String, Tree) - Constructor for class com.droplets.api.tree.RootTreeNode
This is used by the api to represent a root node.
ROWS_DELETED - Static variable in class com.droplets.api.event.TableModelEvent
Returned from TableModelEvent.getEventType() of a row deletion event.
ROWS_INSERTED - Static variable in class com.droplets.api.event.TableModelEvent
Returned from TableModelEvent.getEventType() of a row insertion event.

S

S_RESIZE_CURSOR - Static variable in class com.droplets.api.Cursor
 
saveUrlToFile(String, String) - Method in class com.droplets.api.Application
Asks the client to download a URL and save it into a file that the user chooses.
SCROLLBAR_DISPLAY_ALWAYS - Static variable in class com.droplets.api.RichTextDisplay
Show the scrollbar at all times.
SCROLLBAR_DISPLAY_ALWAYS - Static variable in class com.droplets.api.Tree
Show the scrollbar at all times.
SCROLLBAR_DISPLAY_AUTO - Static variable in class com.droplets.api.RichTextDisplay
Show the scrollbar if (and only if) the entire tree cannot be displayed.
SCROLLBAR_DISPLAY_AUTO - Static variable in class com.droplets.api.Tree
Show the scrollbar if (and only if) the entire tree cannot be displayed.
SCROLLBAR_DISPLAY_NEVER - Static variable in class com.droplets.api.RichTextDisplay
Never show the scrollbar.
SCROLLBARS_AUTO - Static variable in class com.droplets.api.Panel
Scrollbars show on a scrolling panel only when the scrolling content is larger than the panel.
SCROLLBARS_OFF - Static variable in class com.droplets.api.Panel
Scrollbars never show on a scrolling panel.
SCROLLBARS_ON - Static variable in class com.droplets.api.Panel
Scrollbars always show on a scrolling panel.
SE_RESIZE_CURSOR - Static variable in class com.droplets.api.Cursor
 
SELECT_CONTIGUOUS_ROWS - Static variable in class com.droplets.api.Table
Selection mode for selecting multiple contiguous rows.
SELECT_SINGLE_CELL - Static variable in class com.droplets.api.Table
Selection mode for selecting a single cell.
SELECT_SINGLE_ROW - Static variable in class com.droplets.api.Table
Selection mode for selecting a single row.
select() - Method in class com.droplets.api.RadioButton
Selects this radio button, causing any other radio button in the same group to become unselected.
select(int, int) - Method in class com.droplets.api.TextField
This method sets the start and end positions of the selected text, enforcing the restriction that the start position must be greater than or equal to zero.
select(int, int) - Method in class com.droplets.api.RichTextDisplay
This method sets the start and end positions of the selected text, enforcing the restriction that the start position must be greater than or equal to zero.
select(int, int) - Method in class com.droplets.api.TextArea
This method sets the start and end positions of the selected text, enforcing the restriction that the start position must be greater than or equal to zero.
selectAll() - Method in class com.droplets.api.TextField
Selects all the text in this text component
selectAll() - Method in class com.droplets.api.RichTextDisplay
Selects all the text in this text component
selectAll() - Method in class com.droplets.api.TextArea
Selects all the text in this text component
SELECTED - Static variable in class com.droplets.api.event.ItemEvent
Indicates that the current state of the subject item is selected.
selectionChanged(SelectionEvent) - Method in interface com.droplets.api.event.SelectionListener
 
SelectionEvent - class com.droplets.api.event.SelectionEvent.
 
SelectionEvent(Component, CellRectangle) - Constructor for class com.droplets.api.event.SelectionEvent
Construct an event based on rectangular selection.
SelectionListener - interface com.droplets.api.event.SelectionListener.
 
sendAddNode(TreeNode) - Method in class com.droplets.api.Tree
This method is used internally by the Droplet API.
sendAddNodeTree(TreeNode) - Method in class com.droplets.api.Tree
This method is used internally by the Droplet API.
sendCommandAttribute(String, String) - Method in class com.droplets.api.Component
Similar to Component.setStringAttribute(java.lang.String, java.lang.String, java.lang.String), except that this method bypasses the caching mechanisms implemented by the C++ component class.
sendCommandAttribute(String, String) - Method in class com.droplets.api.Table
This method is used internally by the Droplet API
sendCommandAttribute(String, String) - Method in class com.droplets.api.Tree
This method is used internally by the Droplet API
sendCommandAttribute(String, String) - Method in class com.droplets.api.Graph.PlotComponentProxy
 
sendCommandAttribute(String, String) - Method in class com.droplets.api.GraphPrinter.PlotPrinterProxy
 
sendCustomAction(String, String) - Method in class com.droplets.api.CustomComponent
Sends a custom action to your control.
sendCustomAction(String, String) - Method in class com.droplets.client.ComponentServices
 
sendCustomAction(String, String) - Method in class com.droplets.client.ComponentAdapter
Sends a custom action, notifying the server's CustomComponent object.
sendError(int) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
sendError(int, String) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
sendFile(Window, String, int, String) - Method in class com.droplets.api.Application
Sends a file to the server that was previously chosen with the file open dialog.
sendRedirect(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
sendRemoveNode(TreeNode) - Method in class com.droplets.api.Tree
This method is used internally by the Droplet API.
sendSetCheckboxValueNode(TreeNode, boolean) - Method in class com.droplets.api.Tree
This method is used internally by the Droplet API.
sendSetCheckboxVisibleNode(TreeNode, boolean) - Method in class com.droplets.api.Tree
This method is used internally by the Droplet API.
sendSetImageIndex(TreeNode) - Method in class com.droplets.api.Tree
This method is used internally by the Droplet API.
sendSetName(TreeNode) - Method in class com.droplets.api.Tree
This method is used internally by the Droplet API.
ServletCaller - class com.droplets.apix.servlet.ServletCaller.
Use the call method to call a Servlet (fully qualified with package) to Uses reflection to find the Servlet.
ServletCaller() - Constructor for class com.droplets.apix.servlet.ServletCaller
 
setAcceptDrop(boolean) - Method in class com.droplets.api.MainPanel
If accept is true, the window will accept text drops from outside or inside the Client process.
setAcceptDrop(boolean, String) - Method in class com.droplets.api.MainPanel
If accept is true, the window will accept text drops from outside or inside the Client process.
setActionCommand(String) - Method in class com.droplets.api.MenuItem
Sets the action command string for this menu item.
setActionCommand(String) - Method in class com.droplets.api.ImageButton
Sets the action command for this button.
setActionCommand(String) - Method in class com.droplets.api.LabelButton
Sets the action command for this button.
setActionCommand(String) - Method in class com.droplets.api.Button
Sets the action command for this button.
setAddedToWindow(boolean) - Method in interface com.droplets.api.IGraph
Window uses this to inform the component that it is added to a window
setAddedToWindow(boolean) - Method in interface com.droplets.api.IGraph.GraphProxy
 
setAddedToWindow(boolean) - Method in class com.droplets.api.Graph
Window uses this to inform the component that it is added to a window
setAddedToWindow(boolean) - Method in class com.droplets.api.GraphPrinter
 
setAlignment(int) - Method in class com.droplets.api.table.TableCellValue
Sets the alignment of the cell data.
setAlignment(int) - Method in class com.droplets.api.table.TableCellStringValue
Sets the alignment of the cell data.
setAlignment(String) - Method in class com.droplets.api.Label
Specifies whether text should be left-aligned, right-aligned, or centered.
setAlignment(String, String) - Method in class com.droplets.api.Label
Specifies whether text should be left-aligned, right-aligned, or centered.
setAnchor(String) - Method in class com.droplets.api.Component
Sets the anchor property, which determines which side or corner of its available display area the component should stick to if it does not fill the entire area.
setAnchor(String, String) - Method in class com.droplets.api.Component
Sets the anchor property, which determines which side or corner of its available display area the component should stick to if it does not fill the entire area.
setArg(String) - Method in class com.droplets.api.Component
Sets the arg, which is component-specific information that gets sent as part of a component's initial specification.
setAttribute(String, Object) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Sets an attribute called 'name' to 'o'.
setAttribute(String, Object) - Method in class com.droplets.apix.servlet.DropletsServletContext
 
setAttribute(String, Object) - Method in class com.droplets.apix.servlet.DropletsHttpSession
Sets an attribute called 'name' to 'value'.
setAttribute(String, String, String) - Method in class com.droplets.api.Component
Deprecated.  
setAttribute(String, String, String) - Method in class com.droplets.api.Table
This method is used internally by the Droplet API.
setAttribute(String, String, String) - Method in class com.droplets.api.Tree
This method is used internally by the Droplet API.
setAutoBarWidth(boolean) - Method in class com.droplets.api.BarPlot
Sets whether the bar width is automatic or set with setBarWidth
setAutoFormat(boolean) - Method in class com.droplets.api.RichTextDisplay
Sets the autoFormat property.
setAutoFormat(boolean, String) - Method in class com.droplets.api.RichTextDisplay
Sets the autoFormat property.
setAutoMinMaxX(boolean) - Method in class com.droplets.api.PlotComponent
Sets whether the maximum and minimum x value should be automatically determined or not.
setAutoMinMaxY(boolean) - Method in class com.droplets.api.PlotComponent
Sets whether the maximum and minimum y value should be automatically determined or not.
setAutoScroll(boolean) - Method in class com.droplets.api.RichTextDisplay
Sets the autoScroll property.
setAutoScroll(boolean, String) - Method in class com.droplets.api.RichTextDisplay
Sets the autoScroll property.
setBarColor(Color) - Method in class com.droplets.api.BarPlot
Set the color of the bars
setBarColor(Color, String) - Method in class com.droplets.api.BarPlot
Set the color of the bars
setBarWidth(int) - Method in class com.droplets.api.BarPlot
Set the width of the bars in pixels
setBarWidth(int, String) - Method in class com.droplets.api.BarPlot
Set the width of the bars in pixels
setBgColor(Color) - Method in class com.droplets.api.Component
Sets the background color of this component.
setBgColor(Color) - Method in class com.droplets.api.table.TableCellValue
Sets the cell's background color to an explicit RGB value.
setBgColor(Color, String) - Method in class com.droplets.api.Component
Sets the background color of this component.
setBinderPage(BinderPage) - Method in class com.droplets.api.TabItem
Associates a BinderPage with this tab, which will be automatically activated whenever the tab is selected.
setBoardBackgroundColor(Color) - Method in class com.droplets.apix.GameBoard
Sets the background color of the board portion of this component
setBoardBackgroundColor(Color, String) - Method in class com.droplets.apix.GameBoard
Sets the background color of the board portion of this component.
setBoardBorderColor(Color) - Method in class com.droplets.apix.GameBoard
Sets the color of the border of the board portion of the component.
setBoardBorderColor(Color, String) - Method in class com.droplets.apix.GameBoard
Sets the color of the border of the board portion of the component.
setBoardBorderWidth(int) - Method in class com.droplets.apix.GameBoard
Sets the width in pixels of the border of the board portion of the component.
setBoardBorderWidth(int, String) - Method in class com.droplets.apix.GameBoard
Sets the width in pixels of the border of the board portion of the component.
setBoardHeight(int) - Method in class com.droplets.apix.GameBoard
Sets the height in cells of the board.
setBoardHeight(int, String) - Method in class com.droplets.apix.GameBoard
Sets the height in cells of the board.
setBoardWidth(int) - Method in class com.droplets.apix.GameBoard
Sets the width in cells of the board.
setBoardWidth(int, String) - Method in class com.droplets.apix.GameBoard
Sets the width in cells of the board.
setBoolAttribute(String, boolean, String) - Method in class com.droplets.api.Component
Convenience method to set a boolean attribute.
setBoolAttribute(String, boolean, String) - Method in interface com.droplets.api.IGraph.GraphProxy
 
setBoolAttribute(String, boolean, String) - Method in class com.droplets.api.Graph
 
setBoolAttribute(String, boolean, String) - Method in class com.droplets.api.Graph.PlotComponentProxy
 
setBoolAttribute(String, boolean, String) - Method in class com.droplets.api.GraphPrinter
 
setBoolAttribute(String, boolean, String) - Method in class com.droplets.api.GraphPrinter.PlotPrinterProxy
 
setBoolCustomAttribute(String, boolean, String) - Method in class com.droplets.api.CustomComponent
Convenience method to set a boolean custom attribute.
setBoolean(boolean) - Method in class com.droplets.api.table.TableCellBooleanValue
 
setBorders(Borders) - Method in class com.droplets.api.Panel
Sets this panel's borders.
setBorders(Borders) - Method in class com.droplets.api.Tabs
Sets the colors of the tab borders from a Borders object.
setBorders(Borders) - Method in class com.droplets.api.TabbedPanel
Sets the borders of the content area and the tabs..
setBorders(Borders, String) - Method in class com.droplets.api.Panel
Sets this panel's borders.
setBorders(Borders, String) - Method in class com.droplets.api.Tabs
Sets the colors of the tab borders from a Borders object.
setBorders(Borders, String) - Method in class com.droplets.api.TabbedPanel
Sets the borders of the content area and the tabs..
setBordersAttribute(String, Borders, String) - Method in class com.droplets.api.Component
Convenience method to set an attribute whose type is a borders specification.
setBorderSides(int, int, Color) - Method in class com.droplets.api.Borders
Sets the color and thickness of any combination of the four sides of the border.
setBottom(int) - Method in class com.droplets.api.Insets
Sets the number of pixels to leave between the bottom of the component and the bottom of its display area.
setBufferSize(int) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Used to set the return value of getBufferSize (default is 0)
setCacheable(boolean) - Method in class com.droplets.api.table.TableCellChoiceList
Sets whether this list is cacheable.
setCellAttributes(int, int, GameBoard.Cell) - Method in class com.droplets.apix.GameBoard
Sets the attributes associated with a cell, null means all defaults
setCellAttributes(int, int, GameBoard.Cell, String) - Method in class com.droplets.apix.GameBoard
Sets the attributes associated with a cell, null means all defaults
setCellBorderColor(Color) - Method in class com.droplets.apix.GameBoard
Sets the color of the cell border.
setCellBorderColor(Color, String) - Method in class com.droplets.apix.GameBoard
Sets the color of the cell border.
setCellBorderWidth(int) - Method in class com.droplets.apix.GameBoard
Sets the width in pixels of the border of the cells.
setCellBorderWidth(int, String) - Method in class com.droplets.apix.GameBoard
Sets the width in pixels of the border of the cells.
setCgiURL(String) - Method in class com.droplets.api.AdBanner
Sets the URL of the supplier CGI script of the banner.
setCgiURL(String, String) - Method in class com.droplets.api.AdBanner
Sets the URL of the banner's supplier CGI script.
setChannelToken(String, String) - Method in class com.droplets.api.Dripline
Use this function to save text data on the client-side for a given channel.
setCharacterEncoding(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletRequest
Not implemented.
setCharacterEncoding(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Sets the encoding.
setCheckboxVisible(boolean) - Method in class com.droplets.api.tree.TreeNode
Sets whether the checkbox is visible.
setChecked(boolean) - Method in class com.droplets.api.Checkbox
Selects or deselects this checkbox.
setChecked(boolean) - Method in class com.droplets.api.tree.TreeNode
Selects or deselects this checkbox.
setColor(Color) - Method in class com.droplets.api.RichTextDisplay
Sets the current color, i.e.
setColor(Color) - Method in class com.droplets.api.GraphAnnotation
Set the color of the annotation
setColor(Color, String) - Method in class com.droplets.api.GraphAnnotation
Set the color of the annotation
setColorAttribute(String, Color, String) - Method in class com.droplets.api.Component
Convenience method to set a Color attribute.
setColorCustomAttribute(String, Color, String) - Method in class com.droplets.api.CustomComponent
Convenience method to set a custom attribute as a Color.
setColumn(int) - Method in class com.droplets.api.table.CellRectangle
Sets the column of the origin cell.
setColumnCount(int) - Method in class com.droplets.api.table.CellRectangle
Sets the horizontal dimension.
setColumnHeaderBgColor(Color) - Method in class com.droplets.api.Table
Sets the background color of column headers.
setColumnHeaderBgColor(Color, String) - Method in class com.droplets.api.Table
Sets the background color of column headers.
setColumnHeaderFgColor(Color) - Method in class com.droplets.api.Table
Sets the foreground color of column headers.
setColumnHeaderFgColor(Color, String) - Method in class com.droplets.api.Table
Sets the foreground color of column headers.
setColumnHeadersVisible(boolean) - Method in class com.droplets.api.Table
Controls the visibility of column headers.
setColumnHeadersVisible(boolean, String) - Method in class com.droplets.api.Table
Controls the visibility of column headers.
setConstraints(DoubleConstraints) - Method in class com.droplets.api.DoubleField
 
setConstraints(DoubleConstraints) - Method in class com.droplets.api.NumberField
 
setConstraints(IntConstraints) - Method in class com.droplets.api.IntField
 
setContentLength(int) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
setContentType(String) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Sets the content type returned by getContentType() (default "text/html; charset=ISO-8859-4")
setCursor(Cursor) - Method in class com.droplets.api.Component
Sets the Cursor for this Component.
setCursor(Cursor, String) - Method in class com.droplets.api.Component
Sets the Cursor for this Component, allowing optional skinning.
setCursorType(int, String) - Method in class com.droplets.api.Component
Sets the cursor for this component by type, and allows for optional skinning.
setCustomAttribute(String, String) - Method in class com.droplets.client.ComponentServices
 
setCustomAttribute(String, String) - Method in class com.droplets.client.ComponentAdapter
Sets a custom attribute, and notifies the server's CustomComponent object.
setDate(Calendar) - Method in class com.droplets.api.DateChooserWindow
Make the DateChooserWindow point to a new date programmatically
setDate(Calendar) - Method in class com.droplets.api.DateChooser
Make the DateChooser point to a new date programmatically
setDate(Calendar) - Method in class com.droplets.api.calendar.CalendarWindow
Deprecated. Make the CalendarWindow point to a new date programmatically
setDate(Calendar) - Method in class com.droplets.api.calendar.CalendarPanel
Deprecated. Make the CalendarPanel point to a new date programmatically
setDate(Date) - Method in class com.droplets.api.DateField
 
setDateHeader(String, long) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
setDefaultBackgroundImage(String) - Method in class com.droplets.apix.GameBoard
Sets the default background image used for cells.
setDefaultBackgroundImage(String, String) - Method in class com.droplets.apix.GameBoard
Sets the default background image used for cells.
setDefaultCellColor(Color) - Method in class com.droplets.apix.GameBoard
Sets the default Cell color.
setDefaultCellColor(Color, String) - Method in class com.droplets.apix.GameBoard
Sets the default Cell color.
setDouble(double) - Method in class com.droplets.api.DoubleField
 
setDouble(double) - Method in class com.droplets.api.NumberField
 
setDoubleAttribute(String, double, String) - Method in class com.droplets.api.Component
Convenience method to set a double attribute.
setDoubleAttribute(String, double, String) - Method in class com.droplets.api.Graph.AnnotationComponentProxy
 
setDoubleAttribute(String, double, String) - Method in class com.droplets.api.GraphPrinter.AnnotationPrinterProxy
 
setDoubleCustomAttribute(String, double, String) - Method in class com.droplets.api.CustomComponent
Convenience method to set a double custom attribute.
setDownBorders(Borders) - Method in class com.droplets.api.LabelButton
Sets the borders that are displayed when the button is "down" - in other words, when the mouse button is depressed over the button.
setDownBorders(Borders, String) - Method in class com.droplets.api.LabelButton
Sets the borders that are displayed when the button is "down" - in other words, when the mouse button is depressed over the button.
setDragOverBgColor(Color) - Method in class com.droplets.api.Table
Sets the background color of the row that the mouse is being dragged over.
setDragOverBgColor(Color) - Method in class com.droplets.api.Label
Sets the background color of the row that the mouse is being dragged over.
setDragOverBgColor(Color, String) - Method in class com.droplets.api.Table
Sets the background color of the row that the mouse is being dragged over.
setDragOverBgColor(Color, String) - Method in class com.droplets.api.Label
Sets the background color of the row that the mouse is being dragged over.
setDragOverFgColor(Color) - Method in class com.droplets.api.Table
Sets the foreground color of the row that the mouse is being dragged over.
setDragOverFgColor(Color) - Method in class com.droplets.api.Label
Sets the foreground color of the row that the mouse is being dragged over.
setDragOverFgColor(Color, String) - Method in class com.droplets.api.Table
Sets the foreground color of the row that the mouse is being dragged over.
setDragOverFgColor(Color, String) - Method in class com.droplets.api.Label
Sets the foreground color of the row that the mouse is being dragged over.
setEditId(String) - Method in class com.droplets.api.table.TableCellValue
Sets the EditId of the data to be displayed in the table.
setEnabled(boolean) - Method in class com.droplets.api.Component
Enables or disables this component.
setEnabled(boolean) - Method in class com.droplets.api.MenuItem
If MenuItem.isEnabled() is true, this menu item is made available for selection, otherwise it is unavailable.
setEnabled(boolean, String) - Method in class com.droplets.api.Component
Enables or disables this component.
setEnterButton(Button) - Method in class com.droplets.api.Component
Set the button that should be triggered when the user types the ENTER key while this component (or one of its children) has the focus.
setEnterButton(ImageButton) - Method in class com.droplets.api.Component
Set the button that should be triggered when the user types the ENTER key while this component (or one of its children) has the focus.
setEnterButton(LabelButton) - Method in class com.droplets.api.Component
Set the button that should be triggered when the user types the ENTER key while this component (or one of its children) has the focus.
setEnum(Object) - Method in class com.droplets.api.EnumField
 
setErrorFontColor(Color) - Method in class com.droplets.api.TypedField
 
setFgColor(Color) - Method in class com.droplets.api.Component
Sets the foreground color of this component.
setFgColor(Color) - Method in class com.droplets.api.table.TableCellValue
Sets the foreground color of the cell to an explicit RGB value.
setFgColor(Color, String) - Method in class com.droplets.api.Component
Sets the foreground color of this component.
setFill(String) - Method in class com.droplets.api.Component
Sets the fill property, which determines how a component will expand to fill its available display area.
setFill(String, String) - Method in class com.droplets.api.Component
Sets the fill property, which determines how a component will expand to fill its available display area.
setFocusColor(Color) - Method in class com.droplets.api.Table
Sets the color of the focus box for cells.
setFocusColor(Color, String) - Method in class com.droplets.api.Table
Sets the color of the focus box for cells, and allows skinning.
setFocusTraversable(boolean) - Method in class com.droplets.api.Component
Sets whether the component can receive input focus by means of the Tab key.
setFont(Font) - Method in class com.droplets.api.Component
Sets the font that is used if text is displayed as part of this component.
setFont(Font) - Method in class com.droplets.api.RichTextDisplay
Sets the current font, i.e.
setFont(Font) - Method in class com.droplets.api.table.TableCellValue
Sets the font for the cell value.
setFont(Font) - Method in class com.droplets.api.table.TableCellStringValue
Sets the font for the cell value.
setFont(Font, String) - Method in class com.droplets.api.Component
Sets the font that is used if text is displayed as part of this component.
setForceUseRedirector(boolean) - Method in class com.droplets.api.AdBanner
See ImageLink.setForceUseRedirector(boolean, java.lang.String)
setForceUseRedirector(boolean) - Method in class com.droplets.api.ImageLink
If set to true this attribute directs Droplets running as desktop applications to use the Droplet Redirector even though they are capable of accessing Web content directly (only applets can't).
setForceUseRedirector(boolean, String) - Method in class com.droplets.api.AdBanner
See ImageLink.setForceUseRedirector(boolean, java.lang.String)
setForceUseRedirector(boolean, String) - Method in class com.droplets.api.ImageLink
If set to true this attribute directs Droplets running as desktop applications to use the Droplet Redirector even though they are capable of accessing Web content directly (only applets can't).
setFormatString(String) - Method in class com.droplets.api.TimeField
 
setFormatString(String) - Method in class com.droplets.api.DateField
 
setGraphProxy(IGraph.GraphProxy) - Method in class com.droplets.api.IGraph.GraphImpl
 
setGridHeight(int) - Method in class com.droplets.api.Component
Sets the gridHeight property, which is equivalent to height in class LayoutPlacement.
setGridHeight(int, String) - Method in class com.droplets.api.Component
Sets the gridHeight property, which is equivalent to height in class LayoutPlacement.
setGridlineColor(Color) - Method in class com.droplets.api.Table
Sets the gridline color.
setGridlineColor(Color, String) - Method in class com.droplets.api.Table
Sets the gridline color.
setGridlines(int) - Method in class com.droplets.api.Table
Sets the gridline mode: GRIDLINES_NONE, GRIDLINES_VERTICAL, GRIDLINES_HORIZONTAL, GRIDLINES_BOTH
setGridlines(int, String) - Method in class com.droplets.api.Table
Sets the gridline mode.
setGridWidth(int) - Method in class com.droplets.api.Component
Sets the gridWidth property, which is equivalent to width in class LayoutPlacement.
setGridWidth(int, String) - Method in class com.droplets.api.Component
Sets the gridWidth property, which is equivalent to width in class LayoutPlacement.
setGridX(int) - Method in class com.droplets.api.Component
Sets the gridX property, which is equivalent to left in class LayoutPlacement.
setGridX(int, String) - Method in class com.droplets.api.Component
Sets the gridX property, which is equivalent to left in class LayoutPlacement.
setGridY(int) - Method in class com.droplets.api.Component
Sets the gridY property, which is equivalent to top in class LayoutPlacement.
setGridY(int, String) - Method in class com.droplets.api.Component
Sets the gridY property, which is equivalent to top in class LayoutPlacement.
setHeader(String, String) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
setHeight(int) - Method in class com.droplets.api.TextArea
Sets the minimum number of rows that should be displayed.
setHeight(int) - Method in class com.droplets.api.ImageButton
Sets the preferred height.
setHeight(int) - Method in class com.droplets.api.ImageLink
Sets the preferred height.
setHeight(int) - Method in class com.droplets.api.LayoutPlacement
Sets the height of the component (in cells)
setHeight(int, String) - Method in class com.droplets.api.TextArea
Sets the minimum number of rows that should be displayed.
setHeight(int, String) - Method in class com.droplets.api.ImageButton
Sets the preferred height.
setHeight(int, String) - Method in class com.droplets.api.ImageLink
Sets the preferred height.
setHighlightColor(Color) - Method in class com.droplets.api.Slider
Sets the color of the slider knob when it is being dragged.
setHighlightColor(Color, String) - Method in class com.droplets.api.Slider
Sets the color of the slider knob when it is being dragged.
setHintTemplate(String) - Method in class com.droplets.api.PlotComponent
Sets the tooltip template.
setHorizontalTextDisplacement(int) - Method in class com.droplets.api.LabelButton
Sets the horizontalTextDisplacement property, which determines how far to the right the text will move while the user is clicking on the button.
setHorizontalTextDisplacement(int, String) - Method in class com.droplets.api.LabelButton
Sets the horizontalTextDisplacement property, which determines how far to the right the text will move while the user is clicking on the button.
setImageIndex(int) - Method in class com.droplets.api.tree.TreeNode
Sets the index of the image in the tree to use as an icon for this node when it is displayed.
setImageMode(ImageComponent.ImageMode) - Method in class com.droplets.api.ImageComponent
Sets the image mode for this component (see above for details.)
setImageMode(ImageComponent.ImageMode, String) - Method in class com.droplets.api.ImageComponent
Sets the image mode for this component (see above for details.)
setImageMode(Panel.ImageMode) - Method in class com.droplets.api.Panel
Sets the image mode in effect for this panel (see above for details.)
setImageMode(Panel.ImageMode, String) - Method in class com.droplets.api.Panel
Sets the image mode for this panel (see above for details.)
setImageName(String) - Method in class com.droplets.api.Panel
Sets the value of the imageName property.
setImageName(String) - Method in class com.droplets.api.ImageLink
Sets the name of the image to display.
setImageName(String) - Method in class com.droplets.api.TabItem
Sets the image name or image URL of an icon to display on this tab.
setImageName(String, String) - Method in class com.droplets.api.Panel
Sets the value of the imageName property.
setImageName(String, String) - Method in class com.droplets.api.ImageLink
Sets the name of the image to display.
setImageRedirector(String) - Method in class com.droplets.api.Panel
Sets the value of the imageRedirector property.
setImageRedirector(String, String) - Method in class com.droplets.api.Panel
Sets the value of the imageRedirector property.
setImageSetName(String) - Method in class com.droplets.api.ImageButton
Sets the name of the image set to use for the button.
setImageSetName(String) - Method in class com.droplets.api.LabelButton
Sets the name of the image set to use for the button.
setImageSetName(String) - Method in class com.droplets.api.ImageComponent
Sets the name of the image set to use for the Component.
setImageSetName(String, String) - Method in class com.droplets.api.ImageButton
Sets the name of the image set to use for the button.
setImageSetName(String, String) - Method in class com.droplets.api.LabelButton
Sets the name of the image set to use for the button.
setImageSetName(String, String) - Method in class com.droplets.api.ImageComponent
Sets the name of the image set to use for the Component.
setImageUrl(String) - Method in class com.droplets.api.Panel
Sets the value of the imageUrl property.
setImageUrl(String) - Method in class com.droplets.api.ImageComponent
Sets the URL of the image that will be displayed.
setImageURL(String) - Method in class com.droplets.api.ImageLink
Sets the URL of the image file.
setImageUrl(String, String) - Method in class com.droplets.api.Panel
Sets the value of the imageUrl property.
setImageUrl(String, String) - Method in class com.droplets.api.ImageComponent
Sets the URL of the image that will be displayed.
setImageURL(String, String) - Method in class com.droplets.api.ImageLink
Sets the URL of the image that will be displayed.
setInputFontColor(Color) - Method in class com.droplets.api.TypedField
 
setInsets(Insets) - Method in class com.droplets.api.Component
Sets the insets property, which determines the minimum amount of space between the component and the edges of its display area.
setInsets(Insets, String) - Method in class com.droplets.api.Component
Sets the insets property, which determines the minimum amount of space between the component and the edges of its display area.
setInt(int) - Method in class com.droplets.api.IntField
 
setIntAttribute(String, int, String) - Method in class com.droplets.api.Component
Convenience method to set an integer attribute.
setIntAttribute(String, int, String) - Method in class com.droplets.api.Graph.PlotComponentProxy
 
setIntAttribute(String, int, String) - Method in class com.droplets.api.Graph.AnnotationComponentProxy
 
setIntAttribute(String, int, String) - Method in class com.droplets.api.GraphPrinter.PlotPrinterProxy
 
setIntAttribute(String, int, String) - Method in class com.droplets.api.GraphPrinter.AnnotationPrinterProxy
 
setIntCustomAttribute(String, int, String) - Method in class com.droplets.api.CustomComponent
Convenience method to set an integer custom attribute.
setIntHeader(String, int) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
setIPadX(int) - Method in class com.droplets.api.Component
Sets the iPadX property.
setIPadX(int, String) - Method in class com.droplets.api.Component
Sets the iPadX property.
setIPadY(int) - Method in class com.droplets.api.Component
Sets the iPadY property.
setIPadY(int, String) - Method in class com.droplets.api.Component
Sets the iPadY property.
setIsDefaultBgImageScaled(boolean) - Method in class com.droplets.apix.GameBoard
Sets whether the default background image is scaled to the cell or not.
setIsDefaultBgImageScaled(boolean, String) - Method in class com.droplets.apix.GameBoard
Sets whether the default background image is scaled to the cell or not.
setIsDoubleClick(boolean) - Method in class com.droplets.api.event.ClickEvent
Sets whether or not the event pertains to a double-click.
setIsEditable(boolean) - Method in class com.droplets.api.PlotComponent
Sets whether the plot can be edited by the user.
setIsMoveHandle(boolean) - Method in class com.droplets.api.Panel
if true, the panel will move the parent window if it is dragged.
setIsMoveHandle(boolean) - Method in class com.droplets.api.Label
if true, the label will move the parent window if it is dragged.
setIsMoveHandle(boolean, String) - Method in class com.droplets.api.Panel
if true, the panel will move the parent window if it is dragged.
setIsMoveHandle(boolean, String) - Method in class com.droplets.api.Label
if true, the label will move the parent window if it is dragged.
setIsResizeHandle(boolean) - Method in class com.droplets.api.ImageComponent
If value is true, dragging this component will resize the window
setIsResizeHandle(boolean, String) - Method in class com.droplets.api.ImageComponent
If value is true, dragging this component will resize the window
setIsScrollPanelEnabled(boolean) - Method in class com.droplets.api.Panel
sets whether the panel scrolls.
setItemListAttribute(String, String[]) - Method in class com.droplets.api.Component
Set an attribute whose type is an item list.
setItems(String[]) - Method in interface com.droplets.api.ItemList
Specifies the items in the menu.
setItems(String[]) - Method in class com.droplets.api.List
Sets the items in the menu, replacing any items that were there before, and clears the selection.
setItems(String[]) - Method in class com.droplets.api.Choice
Sets the items in the menu, replacing any items that were there before, and selects the first one by default.
setItems(Vector) - Method in interface com.droplets.api.ItemList
Specifies the items in the menu.
setItems(Vector) - Method in class com.droplets.api.List
Sets the items in the menu, replacing any items that were there before, and clears the selection.
setItems(Vector) - Method in class com.droplets.api.Choice
Sets the items in the menu, replacing any items that were there before, and selects the first one by default.
setKeysEnabled(boolean) - Method in class com.droplets.api.Table
Enables/disables the sending of key-stroke events.
setKnobColor(Color) - Method in class com.droplets.api.Slider
Sets the color of the slider knob.
setKnobColor(Color, String) - Method in class com.droplets.api.Slider
Sets the color of the slider knob.
setKnobLength(int) - Method in class com.droplets.api.Slider
Sets the length of the slider knob.
setKnobLength(int, String) - Method in class com.droplets.api.Slider
Sets the length of the slider knob.
setKnobWidth(int) - Method in class com.droplets.api.Slider
Sets the width of the slider knob.
setKnobWidth(int, String) - Method in class com.droplets.api.Slider
Sets the width of the slider knob.
setLabel(String) - Method in class com.droplets.api.MenuItem
Sets the label of this menu item.
setLabel(String) - Method in class com.droplets.api.ImageButton
Sets the value of the label.
setLabel(String) - Method in class com.droplets.api.LabelButton
Sets the value of the label.
setLabel(String) - Method in class com.droplets.api.Button
Sets the value of the label.
setLabel(String) - Method in class com.droplets.api.tree.TreeNode
Sets the label of the node.
setLeft(int) - Method in class com.droplets.api.Insets
Sets the number of pixels to leave between the left of the component and the left of its display area.
setLeft(int) - Method in class com.droplets.api.LayoutPlacement
Sets the X coordinate of the leftmost cell in the component's display area.
setLegendHorizontalPosition(int, int) - Method in interface com.droplets.api.IGraph
Sets the Horizontal position of the legend.
setLegendHorizontalPosition(int, int) - Method in class com.droplets.api.IGraph.GraphImpl
Sets the Horizontal position of the legend.
setLegendHorizontalPosition(int, int) - Method in class com.droplets.api.GraphPanel
Sets the Horizontal position of the legend.
setLegendHorizontalPosition(int, int) - Method in class com.droplets.api.Graph
Sets the Horizontal position of the legend.
setLegendHorizontalPosition(int, int, String) - Method in interface com.droplets.api.IGraph
Sets the Horizontal position of the legend.
setLegendHorizontalPosition(int, int, String) - Method in class com.droplets.api.IGraph.GraphImpl
Sets the Horizontal position of the legend.
setLegendHorizontalPosition(int, int, String) - Method in class com.droplets.api.GraphPanel
Sets the Horizontal position of the legend.
setLegendHorizontalPosition(int, int, String) - Method in class com.droplets.api.Graph
Sets the Horizontal position of the legend.
setLegendText(String) - Method in class com.droplets.api.PlotComponent
Sets the text for the legend
setLegendText(String) - Method in class com.droplets.api.GraphAnnotation
Sets the legend text for this annotation
setLegendText(String, String) - Method in class com.droplets.api.GraphAnnotation
Sets the legend text for this annotation
setLegendVerticalPosition(int, int) - Method in interface com.droplets.api.IGraph
Sets the Vertical position of the legend.
setLegendVerticalPosition(int, int) - Method in class com.droplets.api.IGraph.GraphImpl
Sets the Vertical position of the legend.
setLegendVerticalPosition(int, int) - Method in class com.droplets.api.GraphPanel
Sets the Vertical position of the legend.
setLegendVerticalPosition(int, int) - Method in class com.droplets.api.Graph
Sets the Vertical position of the legend.
setLegendVerticalPosition(int, int, String) - Method in interface com.droplets.api.IGraph
Sets the Vertical position of the legend.
setLegendVerticalPosition(int, int, String) - Method in class com.droplets.api.IGraph.GraphImpl
Sets the Vertical position of the legend.
setLegendVerticalPosition(int, int, String) - Method in class com.droplets.api.GraphPanel
Sets the Vertical position of the legend.
setLegendVerticalPosition(int, int, String) - Method in class com.droplets.api.Graph
Sets the Vertical position of the legend.
setLegendVisible(boolean) - Method in interface com.droplets.api.IGraph
Sets the visibility of the legend
setLegendVisible(boolean) - Method in class com.droplets.api.IGraph.GraphImpl
Sets the visibility of the legend
setLegendVisible(boolean) - Method in class com.droplets.api.GraphPanel
Sets the visibility of the legend
setLegendVisible(boolean) - Method in class com.droplets.api.Graph
Sets the visibility of the legend
setLegendVisible(boolean, String) - Method in interface com.droplets.api.IGraph
Sets the visibility of the legend
setLegendVisible(boolean, String) - Method in class com.droplets.api.IGraph.GraphImpl
Sets the visibility of the legend
setLegendVisible(boolean, String) - Method in class com.droplets.api.GraphPanel
Sets the visibility of the legend
setLegendVisible(boolean, String) - Method in class com.droplets.api.Graph
Sets the visibility of the legend
setLineColor(Color) - Method in class com.droplets.api.LinePlot
Set the color of the line
setLineColor(Color, String) - Method in class com.droplets.api.LinePlot
Set the color of the line
setList(TableCellChoiceList) - Method in class com.droplets.api.table.TableCellChoiceValue
 
setLiveUpdate(boolean) - Method in class com.droplets.api.Slider
Sets whether to fire ValueChangeEvents for every change in the slider value while the knob is being dragged.
setLiveUpdate(boolean, String) - Method in class com.droplets.api.Slider
Sets whether to fire ValueChangeEvents for every change in the slider value while the knob is being dragged.
setLocale(Locale) - Method in class com.droplets.api.TypedField
 
setLocale(Locale) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Used to set the return value of getLocale (default is Locale.getDefault())
setLocalStore(boolean) - Method in class com.droplets.api.Table
Enables/disables client-local data cache.
setLockSecondarySort(int, boolean) - Method in class com.droplets.api.Table
Locks the secondary sort at a particular column.
setMajorTickMarkSize(int) - Method in class com.droplets.api.Slider
Sets the size of major tick marks.
setMajorTickMarkSize(int, String) - Method in class com.droplets.api.Slider
Sets the size of major tick marks.
setMajorTickSpacing(int) - Method in class com.droplets.api.Slider
Sets the major tick mark spacing.
setMajorTickSpacing(int, String) - Method in class com.droplets.api.Slider
Sets the major tick mark spacing.
setMargin(int) - Method in class com.droplets.api.Label
Sets the number of pixels to leave in between the text and the sides of this label.
setMargin(int, String) - Method in class com.droplets.api.Label
Sets the number of pixels to leave in between the text and the sides of this label.
setMax(double) - Method in class com.droplets.api.util.DoubleConstraints
 
setMax(int) - Method in class com.droplets.api.util.IntConstraints
 
setMaximum(int) - Method in class com.droplets.api.Slider
Sets the maximum value.
setMaximum(int, String) - Method in class com.droplets.api.Slider
Sets the maximum value.
setMaxInactiveInterval(int) - Method in class com.droplets.apix.servlet.DropletsHttpSession
Supported, but not used.
setMaxLength(int) - Method in class com.droplets.api.TextField
Sets the maximum number of characters the user is allowed to type in the field.
setMaxX(Object) - Method in class com.droplets.api.PlotComponent
Set the maximum x value on the bar graph
setMaxY(Object) - Method in class com.droplets.api.PlotComponent
Set the maximum y value on the bar graph
setMenuBar(MenuBar) - Method in class com.droplets.api.Window
Sets the menu bar for this window.
setMessage(String) - Method in class com.droplets.api.WorkingDialog
Sets the message that appears on the dialog.
setMin(double) - Method in class com.droplets.api.util.DoubleConstraints
 
setMin(int) - Method in class com.droplets.api.util.IntConstraints
 
setMinimum(int) - Method in class com.droplets.api.Slider
Sets the minimum value.
setMinimum(int, String) - Method in class com.droplets.api.Slider
Sets the minimum value.
setMinorTickMarkSize(int) - Method in class com.droplets.api.Slider
Sets the size of minor tick marks.
setMinorTickMarkSize(int, String) - Method in class com.droplets.api.Slider
Sets the size of minor tick marks.
setMinorTickSpacing(int) - Method in class com.droplets.api.Slider
Sets the minor increment value.
setMinorTickSpacing(int, String) - Method in class com.droplets.api.Slider
Sets the minor increment value.
setMinScrollContentHeight(int) - Method in class com.droplets.api.Panel
sets the minimum height in pixels of the scrolling content.
setMinScrollContentWidth(int) - Method in class com.droplets.api.Panel
sets the minimum width in pixels of the scrolling content.
setMinX(Object) - Method in class com.droplets.api.PlotComponent
Set the minimum x value on the bar graph
setMinY(Object) - Method in class com.droplets.api.PlotComponent
Set the minimum y value on the bar graph
setModal(boolean) - Method in class com.droplets.api.Dialog
Sets the dialog modal state.
setModel(TableModel) - Method in class com.droplets.api.Table
set a new TableModel This will cause all of the attributes of the Model to be reread (Model size, data, headers etc)
setName(String) - Method in class com.droplets.api.TabItem
Sets the tab name.
setNumberFormat(NumberFormat) - Method in class com.droplets.api.NumberField
 
setOpaque(boolean) - Method in class com.droplets.api.Component
 
setOpaque(boolean, String) - Method in class com.droplets.api.Component
 
setOrientation(String) - Method in class com.droplets.api.SplitterPanel
Sets the orientation.
setOrientation(String) - Method in class com.droplets.api.Tabs
Sets the orientation of the tabs.
setOrientation(String) - Method in class com.droplets.api.Slider
Sets the orientation of the slider, horizontal or vertical.
setOrientation(String) - Method in class com.droplets.api.TabbedPanel
Sets the orientation of the tabs -- whether they appear to the top or bottom of the content panel.
setOrientation(String, String) - Method in class com.droplets.api.SplitterPanel
Sets the orientation.
setOrientation(String, String) - Method in class com.droplets.api.Tabs
Sets the orientation of the tabs.
setOrientation(String, String) - Method in class com.droplets.api.Slider
Sets the orientation of the slider, horizontal or vertical.
setOrientation(String, String) - Method in class com.droplets.api.TabbedPanel
Sets the orientation of the tabs -- whether they appear to the top or bottom of the content panel.
setOutlineColor(Color) - Method in class com.droplets.api.BarPlot
Set the color of the outline of the bars
setOutlineColor(Color, String) - Method in class com.droplets.api.BarPlot
Set the color of the outline of the bars
setOverBorders(Borders) - Method in class com.droplets.api.LabelButton
Sets the borders that are displayed when the button is "over" - in other words, when the mouse is on the button but the mouse button is not depressed.
setOverBorders(Borders, String) - Method in class com.droplets.api.LabelButton
Sets the borders that are displayed when the button is "over" - in other words, when the mouse is on the button but the mouse button is not depressed.
setPasswordMode(boolean) - Method in class com.droplets.api.TextField
Turns the passwordMode property on or off.
setPasswordMode(boolean, String) - Method in class com.droplets.api.TextField
Turns the passwordMode property on or off.
setPollTime(int) - Method in class com.droplets.api.Application
Sets the poll time in centiseconds.
setPortOrigin(CellCoords) - Method in class com.droplets.api.Table
Sets the specified cell as the first visible cell in the table.
setPortOrigin(CellCoords, String) - Method in class com.droplets.api.Table
Deprecated. This method no longer supports being skinned. Use the setPortOrigin method that does not take a skin. Sets the specified cell as the first visible cell in the table.
setPosition(double) - Method in class com.droplets.api.GraphAnnotation
Sets the position of the annotation on the graph.
setPosition(double, String) - Method in class com.droplets.api.GraphAnnotation
Sets the position of the annotation on the graph.
setPreviewListener(PreviewListener) - Method in class com.droplets.api.TextField
Registers a listener to be notifed when the user types new characters into the field.
setRatio(double) - Method in class com.droplets.api.SplitterPanel
Sets the ratio of the size of Panel A to Panel B.
setRatio(double, String) - Method in class com.droplets.api.SplitterPanel
Sets the ratio of the size of Panel A to Panel B.
setReadOnlyFocusColor(Color) - Method in class com.droplets.api.Table
Sets the color of the focus box for read-only cells.
setReadOnlyFocusColor(Color, String) - Method in class com.droplets.api.Table
Sets the color of the focus box for read-only cells, and allows skinning.
setRectangularSelection(CellRectangle) - Method in class com.droplets.api.Table
Sets the current selection.
setRedirectorURL(String) - Method in class com.droplets.api.ImageComponent
The method allows you to override the default redirector location.
setRedirectorURL(String) - Method in class com.droplets.api.AdBanner
See ImageLink.setRedirectorURL(java.lang.String, java.lang.String)
setRedirectorURL(String) - Method in class com.droplets.api.ImageLink
The method allows you to override the default redirector location.
setRedirectorURL(String, String) - Method in class com.droplets.api.ImageComponent
The method allows you to override the default redirector location.
setRedirectorURL(String, String) - Method in class com.droplets.api.AdBanner
See ImageLink.setRedirectorURL(java.lang.String, java.lang.String)
setRedirectorURL(String, String) - Method in class com.droplets.api.ImageLink
The method allows you to override the default redirector location.
setRefreshInterval(int) - Method in class com.droplets.api.AdBanner
Specifies the number of seconds that a single ad banner stays on the screen.
setRefreshInterval(int, String) - Method in class com.droplets.api.AdBanner
Specifies the number of seconds that a single ad banner stays on the screen.
setRight(int) - Method in class com.droplets.api.Insets
Sets the number of pixels to leave between the right of the component and the right of its display area.
setRoot(RootTreeNode) - Method in class com.droplets.api.tree.TreeNode
Sets the root of the node.
setRow(int) - Method in class com.droplets.api.table.CellRectangle
Sets the row of the origin cell.
setRowCount(int) - Method in class com.droplets.api.table.CellRectangle
Sets the vertical dimension.
setSaveOnDoubleClick(boolean) - Method in class com.droplets.api.ImageComponent
If value is true, allow the user to save the image with a double-click
setSaveOnDoubleClick(boolean, String) - Method in class com.droplets.api.ImageComponent
If value is true, allow the user to save the image with a double-click
setScriptingName(String) - Method in class com.droplets.api.Component
Sets the scripting name for this component, used in skinning.
setScrollbarDisplayMode(int) - Method in class com.droplets.api.RichTextDisplay
Sets the scrollbar display mode.
setScrollbarDisplayMode(int) - Method in class com.droplets.api.Tree
Sets the scrollbar display mode.
setScrollbarDisplayMode(int, String) - Method in class com.droplets.api.Tree
Sets the scrollbar display mode.
setScrollbarShowAlways() - Method in class com.droplets.api.RichTextDisplay
Deprecated. Please use RichTextDisplay.setScrollbarDisplayMode(int mode) instead.
setScrollbarShowAuto() - Method in class com.droplets.api.RichTextDisplay
Deprecated. Please use RichTextDisplay.setScrollbarDisplayMode(int mode) instead.
setScrollbarShowNever() - Method in class com.droplets.api.RichTextDisplay
Deprecated. Please use RichTextDisplay.setScrollbarDisplayMode(int mode) instead.
setScrollbarVisibility(int) - Method in class com.droplets.api.Panel
sets the scrollbar visibility mode.
setScrollbarVisible(boolean) - Method in class com.droplets.api.Table
Controls whether or not the vertical scrollbar is visible.
setScrollbarVisible(boolean, String) - Method in class com.droplets.api.Table
Controls whether or not the vertical scrollbar is visible.
setSelectedChoice(int) - Method in class com.droplets.api.table.TableCellChoiceValue
 
setSelectedNode(TreeNode) - Method in class com.droplets.api.Tree
Sets the currently selected node in the tree.
setSelectedTab(TabItem) - Method in class com.droplets.api.Tabs
Sets the currently selected TabItem.
setSelectedTab(TabItem) - Method in class com.droplets.api.TabbedPanel
Sets the currently selected TabItem.
setSelectedTabColor(Color) - Method in class com.droplets.api.Tabs
Sets the color of selected tabs.
setSelectedTabColor(Color) - Method in class com.droplets.api.TabbedPanel
Sets the color of selected tabs.
setSelectedTabColor(Color, String) - Method in class com.droplets.api.Tabs
Sets the color of selected tabs.
setSelectedTabColor(Color, String) - Method in class com.droplets.api.TabbedPanel
Sets the color of selected tabs.
setSelectionBgColor(Color) - Method in class com.droplets.api.Table
Controls the background color of selection.
setSelectionBgColor(Color) - Method in class com.droplets.api.Tree
Sets the background color for selected items in the tree.
setSelectionBgColor(Color, String) - Method in class com.droplets.api.Table
Controls the background color of selection.
setSelectionBgColor(Color, String) - Method in class com.droplets.api.Tree
Sets the background color for selected items in the tree.
setSelectionFgColor(Color) - Method in class com.droplets.api.Table
Controls the foreground color of selection.
setSelectionFgColor(Color) - Method in class com.droplets.api.Tree
Sets the foreground color for selected items in the tree.
setSelectionFgColor(Color, String) - Method in class com.droplets.api.Table
Controls the foreground color of selection.
setSelectionFgColor(Color, String) - Method in class com.droplets.api.Tree
Sets the foreground color for selected items in the tree.
setSelectionMode(int) - Method in class com.droplets.api.Table
Controls the type of supported selection.
setSelectionMode(int, String) - Method in class com.droplets.api.Table
Controls the type of supported selection.
setSendImmediateUpdates(boolean) - Method in class com.droplets.api.List
Sets the value of the sendImmediateUpdates property.
setSendImmediateUpdates(boolean, String) - Method in class com.droplets.api.List
Sets the value of the sendImmediateUpdates property.
setSendPreview(boolean) - Method in class com.droplets.api.TextField
Turns sendPreview on or off.
setSendPreview(boolean, String) - Method in class com.droplets.api.TextField
Turns sendPreview on or off.
setServices(ComponentServices) - Method in class com.droplets.client.ComponentAdapter
Sets the ComponentServices for this ComponentAdapter.
setSetFontColor(Color) - Method in class com.droplets.api.TypedField
 
setShadow(boolean) - Method in class com.droplets.api.Label
Turns shadowing of the text on or off.
setShadow(boolean, String) - Method in class com.droplets.api.Label
Turns shadowing of the text on or off.
setShowMajorTickMarks(boolean) - Method in class com.droplets.api.Slider
Sets the visibility of major tick marks.
setShowMajorTickMarks(boolean, String) - Method in class com.droplets.api.Slider
Sets the visibility of major tick marks.
setShowMinorTickMarks(boolean) - Method in class com.droplets.api.Slider
Sets the visibility of minor tick marks.
setShowMinorTickMarks(boolean, String) - Method in class com.droplets.api.Slider
Sets the visibility of minor tick marks.
setShowSecondarySort(boolean) - Method in class com.droplets.api.Table
Pass true if you want the secondary sort to be indicated in the header of the column.
setSizeToImage(boolean) - Method in class com.droplets.api.Panel
Sets the value of the SizeToImage property.
setSizeToImage(boolean, String) - Method in class com.droplets.api.Panel
Sets the value of the SizeToImage property.
setSortOnClick(boolean) - Method in class com.droplets.api.Table
Controls whether or not the table will support sorting when a user clicks on its column headers.
setSortOnClick(boolean, String) - Method in class com.droplets.api.Table
Controls whether or not the table will support sorting when a user clicks on its column headers.
setState(boolean) - Method in class com.droplets.api.CheckboxMenuItem
Sets this check box menu item to the specified state, true for "on", false for "off".
setStatus(int) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
setStatus(int, String) - Method in class com.droplets.apix.servlet.DropletsHttpServletResponse
Not implemented.
setString(String) - Method in class com.droplets.api.table.TableCellStringValue
Sets the String that will be drawn in the cell.
setStringAttribute(String, String, String) - Method in class com.droplets.api.Component
Sets the value of an attribute.
setStringAttribute(String, String, String) - Method in class com.droplets.api.RichTextDisplay
This method is used internally by the Droplet API.
setStringAttribute(String, String, String) - Method in class com.droplets.api.CustomComponent
Sets the value of an attribute.
setStringAttribute(String, String, String) - Method in interface com.droplets.api.IGraph.GraphProxy
 
setStringAttribute(String, String, String) - Method in class com.droplets.api.Graph
 
setStringAttribute(String, String, String) - Method in class com.droplets.api.Graph.PlotComponentProxy
 
setStringAttribute(String, String, String) - Method in class com.droplets.api.Graph.AnnotationComponentProxy
 
setStringAttribute(String, String, String) - Method in class com.droplets.api.GraphPrinter
 
setStringAttribute(String, String, String) - Method in class com.droplets.api.GraphPrinter.PlotPrinterProxy
 
setStringAttribute(String, String, String) - Method in class com.droplets.api.GraphPrinter.AnnotationPrinterProxy
 
setStringCustomAttribute(String, String) - Method in class com.droplets.api.CustomComponent
Set a custom attribute for your component.
setStringCustomAttribute(String, String, String) - Method in class com.droplets.api.CustomComponent
Set a custom attribute for your component.
setStyle(int) - Method in class com.droplets.api.GraphAnnotation
Sets the style of the line to either STYLE_SOLID or STYLE_DASHED
setStyle(int, String) - Method in class com.droplets.api.GraphAnnotation
Sets the style of the line to either STYLE_SOLID or STYLE_DASHED
setSymbolColor(Color) - Method in class com.droplets.api.LinePlot
Set the color of the symbol used at the data points
setSymbolColor(Color, String) - Method in class com.droplets.api.LinePlot
Set the color of the symbol used at the data points
setTabColor(Color) - Method in class com.droplets.api.Tabs
Sets the default tab color.
setTabColor(Color) - Method in class com.droplets.api.TabbedPanel
Sets the default tab color.
setTabColor(Color, String) - Method in class com.droplets.api.Tabs
Sets the default tab color.
setTabColor(Color, String) - Method in class com.droplets.api.TabbedPanel
Sets the default tab color.
setTabItems(TabItem[]) - Method in class com.droplets.api.Tabs
Sets the list of tabs from an array of TabItems.
setTabItems(TabItem[]) - Method in class com.droplets.api.TabbedPanel
Sets the list of tabs from an array of TabItems.
setTabOrder(Component[]) - Method in class com.droplets.api.MainPanel
Sets the value of the tabOrder property.
setTabOrder(Component[], String) - Method in class com.droplets.api.MainPanel
Sets the value of the tabOrder property.
setTargetURL(String) - Method in class com.droplets.api.ImageLink
Sets the URL which will be opened in the browser when the user clicks on the image.
setTargetURL(String, String) - Method in class com.droplets.api.ImageLink
Sets the URL which will be opened in the browser when the user clicks on the image.
setText(String) - Method in class com.droplets.api.table.TableCellValue
Sets the text that will be drawn in the cell.
setText(String) - Method in class com.droplets.api.table.TableCellStringValue
Deprecated.  
setTextDisplacement(int, int) - Method in class com.droplets.api.LabelButton
Convenience method for setting the horizontalTextDisplacement and the verticalTextDisplacement at the same time.
setTextDisplacement(int, int, String) - Method in class com.droplets.api.LabelButton
Convenience method for setting the horizontalTextDisplacement and the verticalTextDisplacement at the same time.
setThickness(double) - Method in class com.droplets.api.GraphAnnotation
Sets the thickness of the annotation.
setThickness(double, String) - Method in class com.droplets.api.GraphAnnotation
Sets the thickness of the annotation.
setThicknessUnits(int) - Method in class com.droplets.api.GraphAnnotation
Sets the thickness units of the annotation.
setThicknessUnits(int, String) - Method in class com.droplets.api.GraphAnnotation
Sets the thickness units of the annotation.
setTickMarkColor(Color) - Method in class com.droplets.api.Slider
Sets the color used for drawing tick marks.
setTickMarkColor(Color, String) - Method in class com.droplets.api.Slider
Sets the color used for drawing tick marks.
setTime(Date) - Method in class com.droplets.api.TimeField
 
setTimeZone(TimeZone) - Method in class com.droplets.api.TimeField
 
setTimeZone(TimeZone) - Method in class com.droplets.api.DateField
 
setTitle(String) - Method in class com.droplets.api.Window
Sets the title of the window (the text that appears in the title bar).
setTitle(String) - Method in class com.droplets.api.WorkingDialog
Sets the text that will be displayed in the title bar.
setToolTip(String) - Method in class com.droplets.api.Component
Set the tool tip text.
setTop(int) - Method in class com.droplets.api.Insets
Sets the number of pixels to leave between the top of the component and the top of its display area.
setTop(int) - Method in class com.droplets.api.LayoutPlacement
Sets the Y coordinate of the topmost cell in the component's display area.
setTrackWidth(int) - Method in class com.droplets.api.Slider
Sets the width of the slider track.
setTrackWidth(int, String) - Method in class com.droplets.api.Slider
Sets the width of the slider track.
setUpBorders(Borders) - Method in class com.droplets.api.LabelButton
Sets the borders that are displayed when the button is "up" - in other words, when the mouse button is not depressed over the button.
setUpBorders(Borders, String) - Method in class com.droplets.api.LabelButton
Sets the borders that are displayed when the button is "up" - in other words, when the mouse button is not depressed over the button.
setUseImageSize(boolean) - Method in class com.droplets.api.ImageButton
If value is true, then the component will be sized from the image that is shown in it, if the space is available on the window.
setUseImageSize(boolean) - Method in class com.droplets.api.ImageLink
If value is true, then the component will be sized from the image that is shown in it, if the space is available on the window.
setUseImageSize(boolean, String) - Method in class com.droplets.api.ImageButton
If value is true, then the component will be sized from the image that is shown in it, if the space is available on the window.
setUseImageSize(boolean, String) - Method in class com.droplets.api.ImageLink
If value is true, then the component will be sized from the image that is shown in it, if the space is available on the window.
setUserObject(Object) - Method in class com.droplets.api.tree.TreeNode
Sets the user object associated with this node.
setValue(int) - Method in class com.droplets.api.Slider
Sets the current value of the slider as an integer.
setValue(String) - Method in class com.droplets.api.Component
Sets the value of this component, even if the user is currently editing it.
setValue(String) - Method in class com.droplets.api.RadioButtonGroup
Selects one of the radio buttons in the group, causing all others to become deselected.
setValue(String) - Method in class com.droplets.api.Tabs
Sets the currently selected tab by name.
setValue(String) - Method in class com.droplets.api.List
Causes one of the items in the menu to become selected.
setValue(String) - Method in class com.droplets.api.Choice
Causes one of the items in the menu to become selected.
setValue(String) - Method in class com.droplets.api.TabbedPanel
Sets the currently selected tab by name.
setValue(String, boolean) - Method in class com.droplets.api.Component
Sets the value of this component.
setValue(String, boolean) - Method in class com.droplets.api.RadioButtonGroup
Selects one of the radio buttons in the group, causing all others to become deselected.
setValue(String, boolean) - Method in class com.droplets.api.CustomComponent
Sets the value of this component.
setValue(String, boolean) - Method in class com.droplets.api.List
Causes one of the items in the menu to become selected.
setValue(String, boolean) - Method in class com.droplets.api.Choice
Causes one of the items in the menu to become selected.
setVerticalTextDisplacement(int) - Method in class com.droplets.api.LabelButton
Sets the verticalTextDisplacement property, which determines how far down the text will move while the user is clicking on the button.
setVerticalTextDisplacement(int, String) - Method in class com.droplets.api.LabelButton
Sets the verticalTextDisplacement property, which determines how far down the text will move while the user is clicking on the button.
setVisible(boolean) - Method in class com.droplets.api.Component
Makes this component visible or invisible.
setVisible(boolean, String) - Method in class com.droplets.api.Component
Makes this component visible or invisible.
setWeightX(int) - Method in class com.droplets.api.Component
Sets the weightX property.
setWeightX(int, String) - Method in class com.droplets.api.Component
Sets the weightX property.
setWeightY(int) - Method in class com.droplets.api.Component
Sets the weightY property.
setWeightY(int, String) - Method in class com.droplets.api.Component
Sets the weightY property.
setWidth(int) - Method in class com.droplets.api.TextField
Sets the preferred width.
setWidth(int) - Method in class com.droplets.api.TextArea
Sets the minimum number of columns that should be displayed.
setWidth(int) - Method in class com.droplets.api.Label
Sets the preferred width.
setWidth(int) - Method in class com.droplets.api.ImageButton
Sets the preferred width.
setWidth(int) - Method in class com.droplets.api.ImageLink
Sets the preferred width.
setWidth(int) - Method in class com.droplets.api.LayoutPlacement
Sets the width of the component (in cells)
setWidth(int, String) - Method in class com.droplets.api.TextField
Sets the preferred width.
setWidth(int, String) - Method in class com.droplets.api.TextArea
Sets the minimum number of columns that should be displayed.
setWidth(int, String) - Method in class com.droplets.api.Label
Sets the preferred width.
setWidth(int, String) - Method in class com.droplets.api.ImageButton
Sets the preferred width.
setWidth(int, String) - Method in class com.droplets.api.ImageLink
Sets the preferred width.
setWindowFactory(WindowFactory) - Method in class com.droplets.api.Application
Registers an object that will be invoked by the Server to recreate the windows in a stored session when the session is deserialized.
setXAxisDataType(String) - Method in interface com.droplets.api.IGraph
Sets the type of the x-axis and x coordinate of the data points.
setXAxisDataType(String) - Method in class com.droplets.api.IGraph.GraphImpl
Sets the type of the x-axis and x coordinate of the data points.
setXAxisDataType(String) - Method in class com.droplets.api.GraphPanel
Sets the type of the x-axis and x coordinate of the data points.
setXAxisDataType(String) - Method in class com.droplets.api.Graph
Sets the type of the x-axis and x coordinate of the data points.
setXTickLabels(String[]) - Method in interface com.droplets.api.IGraph
Sets the x-tick labels
setXTickLabels(String[]) - Method in class com.droplets.api.IGraph.GraphImpl
Sets the x-tick labels
setXTickLabels(String[]) - Method in class com.droplets.api.GraphPanel
Sets the x-tick labels
setXTickLabels(String[]) - Method in class com.droplets.api.Graph
Sets the x-tick labels
setXTickLabels(String[], String) - Method in interface com.droplets.api.IGraph
Sets the x-tick labels.
setXTickLabels(String[], String) - Method in class com.droplets.api.IGraph.GraphImpl
Sets the x-tick labels.
setXTickLabels(String[], String) - Method in class com.droplets.api.GraphPanel
Sets the x-tick labels.
setXTickLabels(String[], String) - Method in class com.droplets.api.Graph
Sets the x-tick labels.
setYAxisDataType(String) - Method in interface com.droplets.api.IGraph
Sets the type of the x-axis and x coordinate of the data points.
setYAxisDataType(String) - Method in class com.droplets.api.IGraph.GraphImpl
Sets the type of the x-axis and x coordinate of the data points.
setYAxisDataType(String) - Method in class com.droplets.api.GraphPanel
Sets the type of the x-axis and x coordinate of the data points.
setYAxisDataType(String) - Method in class com.droplets.api.Graph
Sets the type of the x-axis and x coordinate of the data points.
setZoomable(boolean) - Method in interface com.droplets.api.IGraph
Sets whether the graph is zoomable or not
setZoomable(boolean) - Method in class com.droplets.api.IGraph.GraphImpl
Sets whether the graph is zoomable or not
setZoomable(boolean) - Method in class com.droplets.api.GraphPanel
Sets whether the graph is zoomable or not
setZoomable(boolean) - Method in class com.droplets.api.Graph
Sets whether the graph is zoomable or not
setZoomable(boolean, String) - Method in interface com.droplets.api.IGraph
Sets whether the graph is zoomable or not
setZoomable(boolean, String) - Method in class com.droplets.api.IGraph.GraphImpl
Sets whether the graph is zoomable or not
setZoomable(boolean, String) - Method in class com.droplets.api.GraphPanel
Sets whether the graph is zoomable or not
setZoomable(boolean, String) - Method in class com.droplets.api.Graph
Sets whether the graph is zoomable or not
showDocument(String, String) - Method in class com.droplets.api.Application
Shows a URL in a browser.
showErrorDialog(String) - Method in class com.droplets.api.Application
Displays a modal error dialog box with an OK button and an error icon.
showErrorDialog(String, DialogCloseListener) - Method in class com.droplets.api.Application
Displays a modal error dialog box with an OK button and an error icon.
showIcon(String, String, String, String) - Method in class com.droplets.api.Dripline
Method used to show an icon given a driplineChannelId.
showOpenDialog(Window) - Method in class com.droplets.api.Application
Puts up a File Open dialog on the client.
showPage(String) - Method in class com.droplets.api.BinderPanel
Tells the binder panel to display a page with the name passed as an argument.
showSort(int, boolean, int, boolean) - Method in class com.droplets.api.Table
Shows triangles on the headers indicating that the data is sorted a specific way Do this in the start() of the parent window if the data is initially sorted in some way.
showWorkingDialog(String, String, boolean) - Method in class com.droplets.api.Application
Displays a "working" dialog with the given title and message.
signalAttentionRequired() - Method in class com.droplets.api.Window
Request a visual cue to signal that attention is required on the window.
SINGLE_INTERVAL_SELECTION - Static variable in class com.droplets.api.Table
Deprecated. Use SELECT_CONTIGUOUS_ROWS.
SINGLE_SELECTION - Static variable in class com.droplets.api.Table
Deprecated. Use SELECT_SINGLE_ROW.
size() - Method in class com.droplets.api.util.ParseTable
 
Slider - class com.droplets.api.Slider.
A graphical component for selecting an integer value within a range.
Slider(LayoutPlacement, int, int, int, Window) - Constructor for class com.droplets.api.Slider
Constructor for a Slider component specifying the maximum, minimum, and current values.
Slider(LayoutPlacement, Window) - Constructor for class com.droplets.api.Slider
Constructor for a Slider component with default attributes.
sortData(int, boolean, int, boolean) - Method in class com.droplets.api.table.TableModel
One of the sortData methods must be overridden by the sub-class if sorting is to be supported.
sortData(int, boolean, int, boolean, CellRectangle) - Method in class com.droplets.api.table.TableModel
One of the sortData methods must be overridden by the sub-class if sorting is to be supported.
SOUTH - Static variable in class com.droplets.api.Borders
Constant representing the south side
SplitterPanel - class com.droplets.api.SplitterPanel.
This component is a Panel that contains two subpanels and puts a draggable splitter bar between them.
SplitterPanel(LayoutPlacement, Window) - Constructor for class com.droplets.api.SplitterPanel
Constructs a new SplitterPanel component.
start() - Method in class com.droplets.api.Window
Called by the Droplet Server each time the client becomes available.
start() - Method in class com.droplets.api.DateChooserWindow
 
start() - Method in class com.droplets.api.Table
Sends the initial data to the table.
start() - Method in class com.droplets.api.RichTextDisplay
Call from the window's start() method.
start() - Method in class com.droplets.api.CustomComponent
Initialize the custom control during your Window's start method.
start() - Method in class com.droplets.api.Tree
Sends the initial data to the tree.
start() - Method in class com.droplets.api.ParseEditChoice
 
start() - Method in class com.droplets.api.calendar.CalendarWindow
Deprecated.  
start() - Method in class com.droplets.client.ComponentAdapter
Initializes the ComponentAdapter, and creates the AWT Component that the adapter is providing.
startDroplet(String, int, String, String, String, String) - Method in class com.droplets.api.Application
Starts a Droplet on the client with the given Droplet parameters.
STATE_MANAGED_BY_APPLICATION - Static variable in class com.droplets.api.CheckboxMenuItem
Instructs the Droplets Client to NOT automatically toggle the state of the CheckboxMenuItem when the item is selected.
STATE_MANAGED_BY_CLIENT - Static variable in class com.droplets.api.CheckboxMenuItem
Instructs the Droplets Client to automatically toggle the state of the CheckboxMenuItem when the item is selected.
stop() - Method in class com.droplets.api.Window
Called by the Droplet Server each time the client becomes unavailable.
storeAttribute(String, String, String) - Method in class com.droplets.api.Component
Sets the value of an attribute on the server side without sending the change to the client.
stringToInt(String) - Static method in class com.droplets.util.Utilities
Deprecated. Convenience method to convert a String to an int or return 0 if the conversion fails.
stringToProperties(String) - Static method in class com.droplets.util.Utilities
Deprecated. Converts a String to a Properties object.
STYLE_DASHED - Static variable in class com.droplets.api.GraphAnnotation
The line should be dashed
STYLE_SOLID - Static variable in class com.droplets.api.GraphAnnotation
The line should be solid
subString(String, int, int) - Static method in class com.droplets.util.Utilities
Deprecated. Same as string.subString.
superAddComponent(Component) - Method in class com.droplets.api.SplitterPanel
This method is provided because addComponent is overridden to throw UnsupportedOperation.
SW_RESIZE_CURSOR - Static variable in class com.droplets.api.Cursor
 

T

TabbedPanel - class com.droplets.api.TabbedPanel.
A component that displays a row of notebook tabs and allows the user to select the active tab by clicking.
TabbedPanel(LayoutPlacement, String, Window) - Constructor for class com.droplets.api.TabbedPanel
Constructor for an empty TabbedPanel specifying whether the tabs are at the top or the bottom of the panel.
TabbedPanel(LayoutPlacement, Window) - Constructor for class com.droplets.api.TabbedPanel
Constructor for an empty TabbedPanel with the tabs on top of the panel.
TabItem - class com.droplets.api.TabItem.
Represents a single tab contained in a TabbedPanel component.
TabItem(String) - Constructor for class com.droplets.api.TabItem
Constructs a new TabItem with a name and no icon.
TabItem(String, BinderPage) - Constructor for class com.droplets.api.TabItem
Constructs a new TabItem with a name, a reference to a BinderPage, and no icon.
TabItem(String, int) - Constructor for class com.droplets.api.TabItem
Constructs a new TabItem with a name, row, and no icon.
TabItem(String, int, BinderPage) - Constructor for class com.droplets.api.TabItem
Constructs a new TabItem with a name, a reference to a BinderPage, and no icon.
TabItem(String, String) - Constructor for class com.droplets.api.TabItem
Constructs a new TabItem with a name and an icon.
TabItem(String, String, BinderPage) - Constructor for class com.droplets.api.TabItem
Constructs a new TabItem with a name, an icon, and a reference to a BinderPage.
TabItem(String, String, int) - Constructor for class com.droplets.api.TabItem
Constructs a new TabItem with a name, a row, and an icon.
TabItem(String, String, int, BinderPage) - Constructor for class com.droplets.api.TabItem
Constructs a new TabItem with a name, an icon, a row, and a reference to a BinderPage.
Table - class com.droplets.api.Table.
Provides API for the table.
Table(LayoutPlacement, TableModel, Window) - Constructor for class com.droplets.api.Table
 
Table(LayoutPlacement, Window, TableModel) - Constructor for class com.droplets.api.Table
Table constructor.
TableCellBooleanValue - class com.droplets.api.table.TableCellBooleanValue.
Encapsulation of the value and formatting of a boolean value to be displayed, and possibly editted, in a Table component.
TableCellBooleanValue() - Constructor for class com.droplets.api.table.TableCellBooleanValue
 
TableCellBooleanValue(boolean) - Constructor for class com.droplets.api.table.TableCellBooleanValue
 
TableCellChoiceList - class com.droplets.api.table.TableCellChoiceList.
A list of Choices that should be used for a TableCellChoiceValue.
TableCellChoiceList() - Constructor for class com.droplets.api.table.TableCellChoiceList
Constructs a new TableCellChoiceList.
TableCellChoiceList(String[]) - Constructor for class com.droplets.api.table.TableCellChoiceList
Constructs a new TableCellChoiceList, containing the specified items.
TableCellChoiceList(String[], boolean) - Constructor for class com.droplets.api.table.TableCellChoiceList
Constructs a new TableCellChoiceList, containing the specified items, and optionally cachaeble.
TableCellChoiceValue - class com.droplets.api.table.TableCellChoiceValue.
 
TableCellChoiceValue() - Constructor for class com.droplets.api.table.TableCellChoiceValue
Creates a new TableCellChoiceValue object, containing an empty list.
TableCellStringValue - class com.droplets.api.table.TableCellStringValue.
Encapsulation of a String value contained in a cell of a Table.
TableCellStringValue() - Constructor for class com.droplets.api.table.TableCellStringValue
Constructs a new TableCellStringValue
TableCellStringValue(String) - Constructor for class com.droplets.api.table.TableCellStringValue
Constructs a new TableCellStringValue.
TableCellValue - class com.droplets.api.table.TableCellValue.
Encapsulation of the value within a Table's cell, its formatting and its editability.
TableCellValue() - Constructor for class com.droplets.api.table.TableCellValue
Constructs the TableCellValue.
TableCellValue(String) - Constructor for class com.droplets.api.table.TableCellValue
Deprecated.  
tableCellValueChanged(TableCellValueChangeEvent) - Method in interface com.droplets.api.event.TableCellValueChangeListener
Called when a value in the table was changed.
TableCellValueChangeEvent - class com.droplets.api.event.TableCellValueChangeEvent.
Event triggered when the end-user has modified a value in a Table.
TableCellValueChangeEvent(Table, String, String) - Constructor for class com.droplets.api.event.TableCellValueChangeEvent
Constructs a new TableCellValueChangeEvent object.
TableCellValueChangeListener - interface com.droplets.api.event.TableCellValueChangeListener.
Defines the interface that must be implemented to receive TableCellValueChangeEvents.
TableColumn - class com.droplets.api.table.TableColumn.
A collection of information about a column in the TableModel.
TableColumn(String, int) - Constructor for class com.droplets.api.table.TableColumn
Constructs the TableColumn.
TableColumn(String, int, String) - Constructor for class com.droplets.api.table.TableColumn
Constructs the TableColumn.
TableDimension - class com.droplets.api.table.TableDimension.
Encapsulates information about the dimensions of a table or a table rectangle.
TableDimension(int, int) - Constructor for class com.droplets.api.table.TableDimension
Constructs a dimension given row and column counts.
TableDropEvent - class com.droplets.api.event.TableDropEvent.
Event that is fired when one drag-and-drop-enabled component is dragged onto a table.
TableDropEvent(Component, Table, int) - Constructor for class com.droplets.api.event.TableDropEvent
Creates a new TableDropEvent object.
TableModel - class com.droplets.api.table.TableModel.
This class provides access to the data underlying a Table, and is the common ancestor for all data models.
TableModel() - Constructor for class com.droplets.api.table.TableModel
 
TableModelEvent - class com.droplets.api.event.TableModelEvent.
An event sent from TableModel to its listeners.
TableModelListener - interface com.droplets.api.event.TableModelListener.
This interface is implemented by the Table component in order to listen to data change events coming from the data model.
Tabs - class com.droplets.api.Tabs.
A component that displays a row of notebook tabs and allows the user to select the active tab by clicking.
Tabs(LayoutPlacement, Window) - Constructor for class com.droplets.api.Tabs
Constructor for an empty Tabs component.
TEXT_CURSOR - Static variable in class com.droplets.api.Cursor
 
TextArea - class com.droplets.api.TextArea.
A multi-line text input component.
TextArea(LayoutPlacement, int, int, Window) - Constructor for class com.droplets.api.TextArea
Constructs a new TextArea.
TextField - class com.droplets.api.TextField.
A one-line text input field.
TextField(LayoutPlacement, Window) - Constructor for class com.droplets.api.TextField
Constructs a new TextField.
TimeField - class com.droplets.api.TimeField.
Copyright: Copyright (c) 2001 Company: Droplets
TimeField(LayoutPlacement, Window) - Constructor for class com.droplets.api.TimeField
 
TimeUtilities - class com.droplets.api.util.TimeUtilities.
 
toByteArray() - Method in class com.droplets.apix.servlet.DropletsServletOutputStream
returns the result of the internal ByteArrayOutputStream's toByteArray()
tokenize(String, char) - Static method in class com.droplets.util.Utilities
Deprecated. Split string into tokens using the delimiter.
ToolbarLabelButton - class com.droplets.api.ToolbarLabelButton.
Copyright: Copyright (c) 2001 Company: Droplets
ToolbarLabelButton(LayoutPlacement, Window) - Constructor for class com.droplets.api.ToolbarLabelButton
 
ToolbarPanel - class com.droplets.api.ToolbarPanel.
Title: ToolbarPanel Description: Copyright: Copyright (c) 2001 Company: Droplets
ToolbarPanel(LayoutPlacement, Window) - Constructor for class com.droplets.api.ToolbarPanel
 
TOP - Static variable in class com.droplets.api.Tabs
Constant specifying tabs along the top of a panel.
TOP - Static variable in class com.droplets.api.TabbedPanel
Constant specifying tabs along the top of a panel (the default).
toString() - Method in class com.droplets.api.ImageComponent.ImageMode
 
toString() - Method in class com.droplets.api.Color
Converts a (possibly null) Color object into a string.
toString() - Method in class com.droplets.api.TabItem
Returns a string representation of this object.
toString() - Method in class com.droplets.api.Panel.ImageMode
 
toString() - Method in class com.droplets.api.event.EventListenerList
Gets a string representation of this object.
toString() - Method in class com.droplets.api.plot.DataPoint
returns a String suitable for showing to users
toString() - Method in class com.droplets.apix.servlet.DropletsServletOutputStream
returns the result of the internal ByteArrayOutputStream's toString()
toString(Color) - Static method in class com.droplets.api.Color
Converts a (possibly null) Color object into a string.
Tree - class com.droplets.api.Tree.
Provides API for the tree component.
Tree(LayoutPlacement, String, int, Window) - Constructor for class com.droplets.api.Tree
Tree constructor.
Tree(LayoutPlacement, Window) - Constructor for class com.droplets.api.Tree
Tree constructor.
TreeCheckboxListener - interface com.droplets.api.event.TreeCheckboxListener.
This interface is used to send notification a node on the tree will be expanding or collapsing.
TreeClickEvent - class com.droplets.api.event.TreeClickEvent.
Event fired when a tree node is clicked.
TreeClickEvent(Tree, TreeNode) - Constructor for class com.droplets.api.event.TreeClickEvent
Constructs a new TreeClickEvent
TreeClickEvent(Tree, TreeNode, boolean) - Constructor for class com.droplets.api.event.TreeClickEvent
Construct a new TreeClickEvent with double click flag.
TreeEvent - class com.droplets.api.event.TreeEvent.
An event sent from Tree to its listeners.
TreeNode - class com.droplets.api.tree.TreeNode.
Implements a node in a com.droplets.api.Tree
TreeNode(String) - Constructor for class com.droplets.api.tree.TreeNode
Constructs a tree node and uses the label on the node, must be added to a parent node to be visible.
TreeNode(String, int) - Constructor for class com.droplets.api.tree.TreeNode
Constructs a tree node and uses the label on the node, must be added to a parent node to be visible.
TreeNode(String, Object) - Constructor for class com.droplets.api.tree.TreeNode
Constructs a tree node and uses the label on the node, must be added to a parent node to be visible.
TreeNode(String, Object, int) - Constructor for class com.droplets.api.tree.TreeNode
Constructs a tree node and uses the label on the node, must be added to a parent node to be visible.
TreeSelectionListener - interface com.droplets.api.event.TreeSelectionListener.
This interface is used to send notification that the selection on the tree has changed.
TreeWillExpandListener - interface com.droplets.api.event.TreeWillExpandListener.
This interface is used to send notification a node on the tree will be expanding or collapsing.
TYPE_DATE - Static variable in interface com.droplets.api.IGraph
Indicates the type of the coordinates are Dates Use in setXAxisType and setYAxisType.
TYPE_DATE - Static variable in class com.droplets.api.GraphPanel
Indicates the type of the coordinates are Dates Use in setXAxisType and setYAxisType.
TYPE_NUMERICAL - Static variable in interface com.droplets.api.IGraph
Indicates the type of the coordinates are Numerical.
TYPE_NUMERICAL - Static variable in class com.droplets.api.GraphPanel
Indicates the type of the coordinates are Numerical.
TypedField - class com.droplets.api.TypedField.
Copyright: Copyright (c) 2001 Company: Droplets
TypedField(LayoutPlacement, Window) - Constructor for class com.droplets.api.TypedField
 

U

UNITS_AXIS - Static variable in class com.droplets.api.GraphAnnotation
The thickness of the line is based on the units of the axis
UNITS_PIXELS - Static variable in class com.droplets.api.GraphAnnotation
The thickness of the line is given in pixels
unsetMax() - Method in class com.droplets.api.util.DoubleConstraints
 
unsetMax() - Method in class com.droplets.api.util.IntConstraints
 
unsetMin() - Method in class com.droplets.api.util.DoubleConstraints
 
unsetMin() - Method in class com.droplets.api.util.IntConstraints
 
updateParseTable(ParseTable) - Method in class com.droplets.api.ParseEditChoice
 
useImagesForNavigation(String, String) - Method in class com.droplets.api.DateChooserWindow
Set the calendar to use images for prev and next buttons instead of < and > You should deploy the images to the imagedir specified in the .drp file and provide the name of the button used for when the button is up without a .gif.
useImagesForNavigation(String, String) - Method in class com.droplets.api.DateChooser
Set the date chooser to use images for the previous/next month/year buttons, instead of the characters < and >.
useImagesForNavigation(String, String) - Method in class com.droplets.api.calendar.CalendarWindow
Deprecated. Set the calendar to use images for prev and next buttons instead of < and > You should deploy the images to the imagedir specified in the .drp file and provide the name of the button used for when the button is up without a .gif.
useImagesForNavigation(String, String) - Method in class com.droplets.api.calendar.CalendarPanel
Deprecated. Set the calendar to use images for prev and next buttons instead of < and > You should deploy the images to the imagedir specified in the .drp file and provide the name of the button used for when the button is up without a .gif.
UserManager - interface com.droplets.api.UserManager.
This is the interface that Java user manager classes must implement.
UserManager2 - interface com.droplets.api.UserManager2.
This is the interface that Java user manager classes must implement if it wants to support the extended interface that takes context and connectionVariables.
UserManagerAuthenticator - interface com.droplets.api.UserManagerAuthenticator.
This is the interface that Java user manager classes must implement to support the authentication interface that receives a user name as well as a password.
UserManagerSettings - class com.droplets.api.util.UserManagerSettings.
Provides an interface to the user-manager-data section of the Droplets Configuration System.
Utilities - class com.droplets.util.Utilities.
Deprecated. The functions contained here are available in the Java SDK.

Assorted static utility functions used by the Droplet Java API.

Utilities() - Constructor for class com.droplets.util.Utilities
Deprecated.  

V

VALIGN_BOTTOM - Static variable in interface com.droplets.api.IGraph
Bottom align
VALIGN_BOTTOM - Static variable in class com.droplets.api.GraphPanel
Bottom align
VALIGN_TOP - Static variable in interface com.droplets.api.IGraph
Top align
VALIGN_TOP - Static variable in class com.droplets.api.GraphPanel
Top align
valueChanged(String) - Method in class com.droplets.api.Component
Calls fireValueChangeEvent to notify all registered listeners that the value has changed.
valueChanged(ValueChangeEvent) - Method in interface com.droplets.api.event.ValueChangeListener
Indicates that the value of a component changed.
ValueChangeEvent - class com.droplets.api.event.ValueChangeEvent.
Event fired when the value of a component changes.
ValueChangeEvent(Component, String) - Constructor for class com.droplets.api.event.ValueChangeEvent
Constructs a new ValueChangeEvent.
ValueChangeListener - interface com.droplets.api.event.ValueChangeListener.
Interface to be implemented by objects interested in being notified when the value of a component changes.
VariableMap - class com.droplets.api.VariableMap.
Class for the framework to use to pass key-value pairs
VariableMap(int) - Constructor for class com.droplets.api.VariableMap
Constructor that binds the map to the native peer
vectorToStringArray(Vector) - Static method in class com.droplets.util.Utilities
Deprecated. Converts Vector of Object to array of String.
VERTICAL - Static variable in class com.droplets.api.Slider
Constant for specifying a vertical slider.

W

W_RESIZE_CURSOR - Static variable in class com.droplets.api.Cursor
 
WAIT_CURSOR - Static variable in class com.droplets.api.Cursor
 
waitForImage(Image, boolean) - Method in class com.droplets.client.ComponentServices
 
waitForImage(Image, boolean) - Method in class com.droplets.client.ComponentAdapter
Waits until an Image previously returned by getImage has actually loaded.
WARNING - Static variable in class com.droplets.util.DropletLog
Deprecated. Pass to write as the messageType to indicate that the message is a warning.
warning(String) - Static method in class com.droplets.api.util.Log
Writes a purely informative message to the log.
warning(String, String) - Static method in class com.droplets.api.util.Log
Writes a purely informative message to the log.
WEST - Static variable in class com.droplets.api.Borders
Constant representing the west side
WHITE - Static variable in class com.droplets.api.Color
 
Window - class com.droplets.api.Window.
The base class of all windows in Droplet applications.
Window(Application, boolean) - Constructor for class com.droplets.api.Window
Deprecated. Construct a Frame or Dialog instead of this class. They both derive from this class, so the usage is the same, but each class is more explicit about the type of Window you would get. Constructs a new Window.
Window(Application, boolean, boolean) - Constructor for class com.droplets.api.Window
Deprecated. Construct a Frame or Dialog instead of this class. They both derive from this class, so the usage is the same, but each class is more explicit about the type of Window you would get. Constructs a new Window.
windowClosed(WindowCloseEvent) - Method in interface com.droplets.api.event.WindowCloseListener
Called when a window for which this object is registered is about to close.
WindowCloseEvent - class com.droplets.api.event.WindowCloseEvent.
Event fired when a window is closed.
WindowCloseEvent(Window) - Constructor for class com.droplets.api.event.WindowCloseEvent
Constructs a new WindowCloseEvent.
WindowCloseListener - interface com.droplets.api.event.WindowCloseListener.
Interface to be implemented by objects interested in being notified when a window is about to close.
WindowFactory - interface com.droplets.api.WindowFactory.
In order for a Droplet application to use serialization, it must register an object that implements this interface.
WorkingDialog - class com.droplets.api.WorkingDialog.
Represents a working dialog.
WorkingDialog(String, String) - Constructor for class com.droplets.api.WorkingDialog
Creates a WorkingDialog with the specified properties.
write(int) - Method in class com.droplets.apix.servlet.DropletsServletOutputStream
Writes the int to an internal ByteArrayOutputStream
write(int, String) - Method in class com.droplets.util.DropletLog
Deprecated. Writes a message to the Droplet log, using the default subsystem name ("JavaDroplet").
write(int, String, String) - Method in class com.droplets.util.DropletLog
Deprecated. Writes a message to the Droplet log.

X

XYDataPoint - class com.droplets.api.plot.XYDataPoint.
Class to represent basic X-Y data points.
XYDataPoint(Object, Object) - Constructor for class com.droplets.api.plot.XYDataPoint
Data points for use in Plots that plot x vs y (eg Bar Plots, Line Plots)
XYLabelDataPoint - class com.droplets.api.plot.XYLabelDataPoint.
Class to represent basic X-Y data points, when the X value should show a specific label
XYLabelDataPoint(Object, Object, String) - Constructor for class com.droplets.api.plot.XYLabelDataPoint
Data points for use in Plots that plot x vs y (eg Bar Plots, Line Plots) and want to label the x-axis separately from the points.

Y

YELLOW - Static variable in class com.droplets.api.Color
 

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

Copyright © Droplets, 2001. All Rights Reserved.