|
![]() |
|||||||
PREV NEXT | FRAMES NO FRAMES |
ActionEvent
.
ActionEvents
.ActionEvent
to the listener.
CellActionListener
to this object's
event listeners.
TreeClickEvent
occurs.
Panel.addComponent()
.
To add a component to a Window, use
getMainPanel().addComponent()
instead.
DropListener
that will be called when a drop occurs
on this component.
DropListener
that will be called when a drop occurs
on this component.
ItemEvents
from the
CheckboxMenuItem
object when its state changes.
ItemEvent
when the user selects a tab.
ItemEvent
when the user selects a tab.
CheckboxMenuItems
in this group when their state changes.
alignment
property to indicate
centered alignment
alignment
property to indicate left
alignment
alignment
property to indicate right
alignment
Application
object to handle a user's session
with this application.
Application
objects.Application
objects.Application
objects.ApplicationFactory
and provides
default implementations for some of the the methods.fireAttributeChangeEvent
to
notify all registered listeners that an attribute has changed.
Component.attributeChanged
to intercept "preview" events.
AttributeChangeEvent
.
AttributeChangeEvents
on components.AuthenticationHandler
interface, allowing you to selectively
override only those methods that you need to implement.TextField
autocomplete to the string
you pass in as an argument.
BarPlot
.
BarPlot
.
BinderPanel
or a TabbedPanel
.BinderPanel
.
TabbedPanel
.
Borders
object - that is, a Borders
object that
does not yet contain any sides.
Borders
object that has the same borders on all
four sides.
DateChooserEvent
instead.
Event object that is used to notify an application that the date in a CalendarWindow has changed
CalendarChangeEvent
.
DateChooserListener
instead.
Interface to be implemented by objects interested in being notified when the date value of a CalendarWindow changes.
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
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
CheckboxMenuItems
.CheckboxMenuItemGroup
.
illegalChar
.
Choice
component.
ClickEvent
ClickEvent
with double click flag.
ButtonClickEvents
.TableCellValue
object.
TableCellValue
object.
Object.clone()
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).
Table
component, most importantly TableModel
,
an abstract class for managing data behind the table.LayoutPlacement
.
Component
so the
Droplets Client can use it as a custom component.Application
object.
TableModelEvent.getEventType()
of a data changed event.
DateChooserEvent
.
write
as the messageType
to
indicate that this is a debug message.
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.
Dialog
.
DropEvent
object.
DropEvent
object.
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
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.DropEvents
.ensureCellIsShown
method that does not take a skin.
Ensures that the row is visible
CellCoords
object.
write
as the messageType
to
indicate that the message signals an error.
javax.swing.event.EventListenerList
.ActionEvent
to all listeners.
AttributeChangeEvent
to all listeners.
MenuSelectionEvent
to all listeners.
PreviewEvent
and passes it to the registered
PreviewListener
, if any.
ValueChangeEvent
to all listeners.
Frame
.
GameBoard
Cell
object, specifying only the background
color.
Cell
object, specifying the
background color and the image.
Cell
object, specifying the
background color, the image, and the cursor.
GameBoard
component.Piece
on a GameBoard
.Piece
object, setting the
image name, and the width and height of the piece in cells.
GameBoard
component.
DropletLog
.
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.
Application
object that contains this window.
ApplicationFactory
.
autoFormat
property.
autoScroll
property.
BinderPanel
that manages the content area of the
tabbed panel.
boolean
.
null
means all defaults
Color
.
TableColumn
object for the specified column.
executeDropletMenuItem
.
EditId
for the cell that was changed.
EditId
of the data to be displayed in the
table.
fill
property, which determines how a component
will expand to fill its available display area.
ImageLink.getForceUseRedirector()
ForceUseRedirector
attribute.
height
in class LayoutPlacement
.
width
in class LayoutPlacement
.
left
in class LayoutPlacement
.
top
in class LayoutPlacement
.
RadioButton
belongs.
horizontalTextDisplacement
property, which
determines how far to the right the text will move while the user is
clicking on the button.
imageMode
property.
imageMode
property.
imageName
property.
imageRedirector
property.
imageUrl
property.
insets
property, which determines the minimum
amount of space between the component and the edges of its display area.
iPadX
property.
iPadY
property.
TableCellChoiceList
.
CheckboxMenuItem
).
RadioButton
's label.
hasLoginContext
returned true the framework will call this method to
find out the list of contexts to populate the drop-down with.
hasLoginContext
returned true the framework will call this method to
find out the list of contexts to populate the drop-down with.
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.
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.
RadioButton
with the given label.
params.txt
file in the
Droplet Application's image directory.
Component
that contains this one, if there is
one.
CellRectangle
.
ImageLink.getRedirectorURL()
true
if the application requires a secure connection,
false
otherwise.
Choice
in the table's cell.
ItemSelectable
objects in general, returns the list of objects that
are currently selected.
Object
array.
Object
array.
ItemSelectable
objects in general, returns the list of objects that
are currently selected.
TabItem
.
TabItem
.
sendImmediateUpdates
property.
sendPreview
property is on or off.
TableModel
.
TextField
.
Tree
.
ApplicationFactoryDefaults.getShowStartupWorkingDialog()
returns false.
ItemEvent.SELECTED
or ItemEvent.DESELECTED
).
String
.
TabItems
.
TabItems
.
tabOrder
property.
Tabs
component that draws the tabs for
this panel.
UseImageSize
attribute.
UseImageSize
attribute.
TextField
.
vars
tag in Droplet DRP file, or the
Applet tags.
verticalTextDisplacement
property, which
determines how far down the text will move while the user is
clicking on the button.
weightX
property.
weightY
property.
setWidth
.
Window
.
Graph
area.
Graph
instead.
Creates a new BarGraph
.
GraphPrinter
area.
handleDataChanged
in TableModelListener
CellRectangle
of the underlying data has changed.
handleRowsDeleted
in TableModelListener
handleRowsInserted
in TableModelListener
AuthenticationHandler
.
GraphImpl
area.
GraphImpl
area.
write
as the messageType
to
indicate that the message is purely informative.
insets
property of components.Insets
object.
Component.isFocusTraversable()
.
Component.isFocusTraversableDefault()
.
Component.isFocusTraversableDefault()
.
Component.isFocusTraversableDefault()
.
Component.isFocusTraversableDefault()
.
Component.isFocusTraversableDefault()
.
Component.isFocusTraversableDefault()
.
Component.isFocusTraversableDefault()
.
Component.isFocusTraversableDefault()
.
Component.isFocusTraversableDefault()
.
ClickEvent
is actually a
TreeClickEvent
.
ClickEvent
is actually a
TreeClickEvent
.
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
.
ItemEvents
.ItemSelectable
objects
such as CheckboxMenuItems
.
KeyPressEvent
s.LabelButton
.
LayoutPlacement
with all values set to 0.
LayoutPlacement
with the given values.
LinePlot
.
LinePlot
.
List
component.
Panel
which serves as the main panel of a
window.MenuItems
,
CheckboxMenuItems
, and other Menus
(sometimes called submenus).MenuItems
, Menus
and anything that can be placed
into a MenuContainer
.Menu
.MenuSelectionEvent
.
LayoutPlacement
object that represents the cell immediately
to the below this one, with width = 1 and height = 1.
LayoutPlacement
object that represents the cell immediately
to the right of this one, with width = 1 and height = 1.
ObjectInvalidationEvent
.
ObjectInvalidationEvents
.MainPanel
.
Color
object from a String
.
CalendarChangeEvent
.
PlotComponent
.
PlotComponent
.
run
method being called on the provided object.
TextField
, provided
that the sendPreview
property is on.
TextField
whose
sendPreview
property is on.PreviewEvent
.
TextField
in order to use the autocomplete feature.url
.
RadioButton
object.
RadioButton
s.RadioButtonGroup
which will be placed within the given
window.
CellActionListener
from this
object's event listeners.
AddDriplineInvokeListener()
.
DropListener
that was added previously.
DropListener
that was added previously.
addItemListener
.
addItemListener
.
MenuSelectionListener
.
Window.addOpenDialogListener(com.droplets.api.event.OpenDialogListener)
).
remove
should be called after a call to addPage
when the page should be permanently removed from the Binder.
AddTokenChangeListener
.
RichTextDisplay
.
TableModelEvent.getEventType()
of a row deletion event.
TableModelEvent.getEventType()
of a row insertion event.
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.
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.
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.
autoFormat
property.
autoFormat
property.
autoScroll
property.
autoScroll
property.
null
means all defaults
null
means all defaults
Color
.
DateChooserWindow
point to a new date programmatically
DateChooser
point to a new date programmatically
CalendarWindow
point to a new date programmatically
CalendarPanel
point to a new date programmatically
EditId
of the data to be displayed in the
table.
MenuItem.isEnabled()
is true, this menu item is made available for selection,
otherwise it is unavailable.
fill
property, which determines how a component
will expand to fill its available display area.
fill
property, which determines how a component
will expand to fill its available display area.
ImageLink.setForceUseRedirector(boolean, java.lang.String)
ImageLink.setForceUseRedirector(boolean, java.lang.String)
height
in class LayoutPlacement
.
height
in class LayoutPlacement
.
width
in class LayoutPlacement
.
width
in class LayoutPlacement
.
left
in class LayoutPlacement
.
left
in class LayoutPlacement
.
top
in class LayoutPlacement
.
top
in class LayoutPlacement
.
horizontalTextDisplacement
property, which
determines how far to the right the text will move while the user is
clicking on the button.
horizontalTextDisplacement
property, which
determines how far to the right the text will move while the user is
clicking on the button.
above
for
details.)
above
for
details.)
above
for
details.)
above
for
details.)
imageName
property.
imageName
property.
imageRedirector
property.
imageRedirector
property.
imageUrl
property.
imageUrl
property.
insets
property, which determines the minimum
amount of space between the component and the edges of its display area.
insets
property, which determines the minimum
amount of space between the component and the edges of its display area.
iPadX
property.
iPadX
property.
iPadY
property.
iPadY
property.
passwordMode
property on or off.
passwordMode
property on or off.
setPortOrigin
method that does not take a skin.
Sets the specified cell as the first visible cell in the table.
ImageLink.setRedirectorURL(java.lang.String, java.lang.String)
ImageLink.setRedirectorURL(java.lang.String, java.lang.String)
RichTextDisplay.setScrollbarDisplayMode(int mode)
instead.
RichTextDisplay.setScrollbarDisplayMode(int mode)
instead.
RichTextDisplay.setScrollbarDisplayMode(int mode)
instead.
TabItem
.
TabItem
.
sendImmediateUpdates
property.
sendImmediateUpdates
property.
sendPreview
on or off.
sendPreview
on or off.
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
-
TabbedPanel
component.TabItem
with a name and no icon.
TabItem
with a name, a
reference to a BinderPage
, and no icon.
TabItem
with a name, row, and no icon.
TabItem
with a name, a
reference to a BinderPage
, and no icon.
TabItem
with a name and an icon.
TabItem
with a name, an icon,
and a reference to a BinderPage
.
TabItem
with a name, a row, and an icon.
TabItem
with a name, an icon,
a row, and a reference to a BinderPage
.
boolean
value to be displayed, and possibly editted, in a
Table
component.TableCellChoiceValue
.TableCellChoiceList
.
TableCellChoiceList
, containing
the specified items.
TableCellChoiceList
, containing
the specified items, and optionally cachaeble.
TableCellChoiceValue
object,
containing an empty list.
String
value contained in a
cell of a Table.TableCellStringValue
TableCellStringValue
.
Table's
cell, its formatting and its editability.TableCellValue
.
Table
.TableCellValueChangeEvent
object.
TableCellValueChangeEvents
.TableModel
.TableDropEvent
object.
Table
, and is the common ancestor for
all data models.TableModel
to its listeners.TextArea
.
TextField
.
TreeClickEvent
TreeClickEvent
with double click flag.
Tree
to its listeners.<
and >
.
Assorted static utility functions used by the Droplet Java API.
fireValueChangeEvent
to
notify all registered listeners that the value has changed.
ValueChangeEvent
.
Vector
of Object
to array of
String
.
getImage
has actually loaded.
write
as the messageType
to
indicate that the message is a warning.
Window
.
Window
.
WindowCloseEvent
.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |