Manual
Echo2 documentation (Javadocs) should be consulted for further reference.
Attribute objects
- Alignment
- AwtImageReference
- Border
- Char
- Color
- DerivedMutableStyle
- Extent
- FillImageBorder
- FillImage
- Font
- HttpImageReference
- ImageReference
- Insets
- LayoutDirection
- MutableStyleSheet
- MutableStyle
- ResourceImageReference
-
StreamImageReference
Layout Data Objects
- AccordionPaneLayoutData
- CellLayoutData
- ColumnLayoutData
- DisplayLayoutData
- GridLayoutData
- LayoutData
- RowLayoutData
- ScrollableDisplayLayoutData
- SplitPaneLayoutData
- TableLayoutData
-
TabPaneLayoutData
Containers
- AccordionPane
- BorderPane
- Column
- ContainerEx
- ContentPane
- ContentPaneEx
- DragSource
- Grid
- GroupBox
- MenuBarPane
- Panel
- Row
- SplitPane
- TabPane
- TransitionPane
- WindowPane
-
Window
Widget Components
- AbleProperties
- ApplicationInstance
- Button
- CalendarSelect
- ChartDisplay
- CheckBox
- ColorSelect
- ComboBox
- Component
- DirectHtml
- DropDownMenu
- Label
- ListBox
- Menu
- PasswordField
- ProgressBar
- RadioButton
- SelectField
- Slider
- Strut
- Table
- TextArea
- TextField
- TextFieldEx
-
UploadSelect
Commands/Other
Object References
AbleProperties
Inherits from Component
Properties
- -accessKey
- -alignment
- -backgroundImage
- -border
- -height
- -hidden
- -insets
- -mouseCursor
- -mouseCursorUri
- -outsets
- -toolTipText
-
-width
Class Procedures
- _getObjType_ {}
- CURSOR_AUTO {}
- CURSOR_DEFAULT {}
- CURSOR_CROSSHAIR {}
- CURSOR_POINTER {}
- CURSOR_MOVE {}
- CURSOR_E_RESIZE {}
- CURSOR_NE_RESIZE {}
- CURSOR_NW_RESIZE {}
- CURSOR_N_RESIZE {}
- CURSOR_SE_RESIZE {}
- CURSOR_SW_RESIZE {}
- CURSOR_S_RESIZE {}
- CURSOR_W_RESIZE {}
- CURSOR_TEXT {}
- CURSOR_WAIT {}
- CURSOR_HELP {}
- CURSOR_CUSTOM_URI {}
- DEFAULT_INSETS {}
-
DEFAULT_OUTSETS {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getAccessKey {}
- getAlignment {}
- getAttribute {String1}
- getAttributeNames {}
- getBackgroundImage {}
- getBorder {}
- getHeight {}
- getInsets {}
- getMouseCursor {}
- getMouseCursorUri {}
- getOutsets {}
- getToolTipText {}
- getWidth {}
- hashCode {}
- isHidden {}
- setAccessKey {String1}
- setAlignment {Alignment1}
- setAttribute {String1 Object2}
- setBackgroundImage {FillImage1}
- setBorder {Border1}
- setHeight {Extent1}
- setHidden {boolean1}
- setInsets {Insets1}
- setMouseCursor {int1}
- setMouseCursorUri {String1}
- setOutsets {Insets1}
- setToolTipText {String1}
- setWidth {Extent1}
-
toString {}
Notes
AbleProperties is a collection of property objects used by certain methods in TextFieldEx.
Goto Top
AccordionPaneLayoutData
Properties
-
-title
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getTitle {}
- hashCode {}
- setTitle {String1}
-
toString {}
Notes
This object is automatically created when using the Pack command, and is listed here for reference.
Goto Top
AccordionPane
Inherits from Component
Properties
- -activeTabIndex
- -defaultContentInsets
- -tabBackground
- -tabBackgroundImage
- -tabBorder
- -tabForeground
- -tabInsets
- -tabRolloverBackground
- -tabRolloverBackgroundImage
- -tabRolloverBorder
- -tabRolloverEnabled
-
-tabRolloverForeground
Class Procedures
- _getObjType_ {}
- INPUT_TAB_INDEX {}
-
ACTIVE_TAB_INDEX_CHANGED_PROPERTY {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getActiveTabIndex {}
- getDefaultContentInsets {}
- getTabBackground {}
- getTabBackgroundImage {}
- getTabBorder {}
- getTabForeground {}
- getTabInsets {}
- getTabRolloverBackground {}
- getTabRolloverBackgroundImage {}
- getTabRolloverBorder {}
- getTabRolloverForeground {}
- hashCode {}
- isTabRolloverEnabled {}
- setActiveTabIndex {int1}
- setDefaultContentInsets {Insets1}
- setTabBackground {Color1}
- setTabBackgroundImage {FillImage1}
- setTabBorder {Border1}
- setTabForeground {Color1}
- setTabInsets {Insets1}
- setTabRolloverBackground {Color1}
- setTabRolloverBackgroundImage {FillImage1}
- setTabRolloverBorder {Border1}
- setTabRolloverEnabled {boolean1}
- setTabRolloverForeground {Color1}
-
toString {}
Goto Top
Alignment
Constructor Arguments
horizontalSpec verticalSpec
Where:
- horizontalSpec is one of: DEFAULT LEADING TRAILING LEFT CENTER RIGHT
-
verticalSpec is one of: DEFAULT TOP CENTER BOTTOM
Properties
Class Procedures
- _getObjType_ {}
- ALIGN_LEFT {}
- ALIGN_CENTER {}
- ALIGN_RIGHT {}
- ALIGN_TOP {}
- ALIGN_BOTTOM {}
- DEFAULT {}
- LEADING {}
- TRAILING {}
- LEFT {}
- CENTER {}
- RIGHT {}
- TOP {}
- BOTTOM {}
-
_newObj_ {args}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getHorizontal {}
- getVertical {}
- hashCode {}
-
toString {}
Notes
horizontalSpec and verticalSpec may be specifed in lower-case.
Goto Top
ApplicationInstance
Properties
- -focusedComponent
-
-locale
Class Procedures
- _getObjType_ {}
- ID_STRING {}
- FOCUSED_COMPONENT_CHANGED_PROPERTY {}
- LOCALE_CHANGED_PROPERTY {}
- MODAL_COMPONENTS_CHANGED_PROPERTY {}
- WINDOWS_CHANGED_PROPERTY {}
- generateSystemId {}
- getActive {}
-
setActive {ApplicationInstance1}
Methods
- _getObj_ {}
- _getType_ {}
- activate {}
- addPropertyChangeListener {PropertyChangeListener1}
- createTaskQueue {}
- dispose {}
- doInit {}
- doValidation {}
- enqueueCommand {Command1}
- enqueueTask {TaskQueueHandle1 Runnable2}
- equals {Object1}
- generateId {}
- getComponentByRenderId {String1}
- getContextProperty {String1}
- getDefaultWindow {}
- getFocusedComponent {}
- getLayoutDirection {}
- getLocale {}
- getModalContextRoot {}
- getStyle {Class1 String2}
- getUpdateManager {}
- hasQueuedTasks {}
- hasTaskQueues {}
- hashCode {}
- init {}
- passivate {}
- processInput {String1 Object2}
- processQueuedTasks {}
- removePropertyChangeListener {PropertyChangeListener1}
- removeTaskQueue {TaskQueueHandle1}
- setContextProperty {String1 Object2}
- setFocusedComponent {Component1}
- setLocale {Locale1}
- setStyleSheet {StyleSheet1}
-
toString {}
Notes
ApplicationInstance cannot be instantiated. Instead, the Java object reference can be retrieved from the root window "." through use of the getThisAppObj method.
Use of this object is discouraged, as other commands and objects manipulate the ApplicationInstance as required.
Goto Top
AwtImageReference
Properties
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getHeight {}
- getImage {}
- getRenderId {}
- getWidth {}
- hashCode {}
-
toString {}
Notes
Creating this object should be done through the ImageReference object;
Goto Top
BorderPane
Inherits from Component
Properties
- -border
-
-insets
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getBorder {}
- getInsets {}
- hashCode {}
- setBorder {FillImageBorder1}
- setInsets {Insets1}
-
toString {}
Goto Top
Border
Constructor Arguments
size color style
Where:
- size is a valid Extent constructor argument or object
- color is a valid Color constructor argument or object
-
style is one of: NONE SOLID INSET OUTSET GROOVE RIDGE DOUBLE DOTTED DASHED
Properties
Class Procedures
- _getObjType_ {}
- STYLE_NONE {}
- STYLE_SOLID {}
- STYLE_INSET {}
- STYLE_OUTSET {}
- STYLE_GROOVE {}
- STYLE_RIDGE {}
- STYLE_DOUBLE {}
- STYLE_DOTTED {}
- STYLE_DASHED {}
-
_newObj_ {args}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getColor {}
- getSize {}
- getStyle {}
- hashCode {}
-
toString {}
Notes
style may be specified in lower-case.
Goto Top
Button
Inherits from Component
Properties
- -alignment
- -backgroundImage
- -border
- -disabledBackground
- -disabledBackgroundImage
- -disabledBorder
- -disabledFont
- -disabledForeground
- -disabledIcon
- -height
- -icon
- -iconTextMargin
- -insets
- -lineWrap
- -pressedBackground
- -pressedBackgroundImage
- -pressedBorder
- -pressedEnabled
- -pressedFont
- -pressedForeground
- -pressedIcon
- -rolloverBackground
- -rolloverBackgroundImage
- -rolloverBorder
- -rolloverEnabled
- -rolloverFont
- -rolloverForeground
- -rolloverIcon
- -text
- -textAlignment
- -textPosition
- -toolTipText
- -width
-
-command
Class Procedures
- _getObjType_ {}
- ACTION_LISTENERS_CHANGED_PROPERTY {}
-
INPUT_CLICK {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- doAction {}
- equals {Object1}
- fireActionPerformed {ActionEvent1}
- getAlignment {}
- getBackgroundImage {}
- getBorder {}
- getDisabledBackground {}
- getDisabledBackgroundImage {}
- getDisabledBorder {}
- getDisabledFont {}
- getDisabledForeground {}
- getDisabledIcon {}
- getHeight {}
- getIcon {}
- getIconTextMargin {}
- getInsets {}
- getPressedBackground {}
- getPressedBackgroundImage {}
- getPressedBorder {}
- getPressedFont {}
- getPressedForeground {}
- getPressedIcon {}
- getRolloverBackground {}
- getRolloverBackgroundImage {}
- getRolloverBorder {}
- getRolloverFont {}
- getRolloverForeground {}
- getRolloverIcon {}
- getText {}
- getTextAlignment {}
- getTextPosition {}
- getToolTipText {}
- getWidth {}
- hasActionListeners {}
- hashCode {}
- isLineWrap {}
- isPressedEnabled {}
- isRolloverEnabled {}
- setAlignment {Alignment1}
- setBackgroundImage {FillImage1}
- setBorder {Border1}
- setDisabledBackground {Color1}
- setDisabledBackgroundImage {FillImage1}
- setDisabledBorder {Border1}
- setDisabledFont {Font1}
- setDisabledForeground {Color1}
- setDisabledIcon {ImageReference1}
- setHeight {Extent1}
- setIcon {ImageReference1}
- setIconTextMargin {Extent1}
- setInsets {Insets1}
- setLineWrap {boolean1}
- setPressedBackground {Color1}
- setPressedBackgroundImage {FillImage1}
- setPressedBorder {Border1}
- setPressedEnabled {boolean1}
- setPressedFont {Font1}
- setPressedForeground {Color1}
- setPressedIcon {ImageReference1}
- setRolloverBackground {Color1}
- setRolloverBackgroundImage {FillImage1}
- setRolloverBorder {Border1}
- setRolloverEnabled {boolean1}
- setRolloverFont {Font1}
- setRolloverForeground {Color1}
- setRolloverIcon {ImageReference1}
- setText {String1}
- setTextAlignment {Alignment1}
- setTextPosition {Alignment1}
- setToolTipText {String1}
- setWidth {Extent1}
-
toString {}
Goto Top
CalendarSelect
Inherits from Component
Properties
- -adjacentMonthDateForeground
- -backgroundImage
- -border
- -date
- -selectedDateBackground
- -selectedDateBackgroundImage
-
-selectedDateForeground
Class Procedures
- _getObjType_ {}
-
DATE_CHANGED_PROPERTY {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getAdjacentMonthDateForeground {}
- getBackgroundImage {}
- getBorder {}
- getDate {}
- getSelectedDateBackground {}
- getSelectedDateBackgroundImage {}
- getSelectedDateForeground {}
- hashCode {}
- setAdjacentMonthDateForeground {Color1}
- setBackgroundImage {FillImage1}
- setBorder {Border1}
- setDate {Date1}
- setSelectedDateBackground {Color1}
- setSelectedDateBackgroundImage {FillImage1}
- setSelectedDateForeground {Color1}
-
toString {}
Goto Top
CellLayoutData
Properties
- -alignment
- -background
- -backgroundImage
-
-insets
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getAlignment {}
- getBackground {}
- getBackgroundImage {}
- getInsets {}
- hashCode {}
- setAlignment {Alignment1}
- setBackground {Color1}
- setBackgroundImage {FillImage1}
- setInsets {Insets1}
-
toString {}
Notes
This object is automatically created when using the Pack command, and is listed here for reference.
Goto Top
Char
Properties
Class Procedures
- getChar {n}
- getDescription {n}
- getCharNames {}
- getAllChars {}
-
getAllDescriptions {}
Methods
Notes
Char provides shortcuts to commonly used character entities. The Char object cannot be instantiated, instead static procedures are used.
Examples:
Label .l -text "Welcome to [Char::getChar AElig]jaks!"
foreach charName [Char::getCharNames] {
puts "char name: $charName description: [Char::getDescription $charName]"
}
Goto Top
ChartDisplay
Inherits from Component
Properties
- -chart
- -height
-
-width
Class Procedures
- _getObjType_ {}
- CHART_CHANGED_PROPERTY {}
-
CHART_CONTENT_CHANGED_PROPERTY {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getChart {}
- getHeight {}
- getWidth {}
- hashCode {}
- setChart {JFreeChart1}
- setHeight {Extent1}
- setWidth {Extent1}
-
toString {}
Goto Top
CheckBox
Inherits from Component
Properties
- -alignment
- -backgroundImage
- -border
- -disabledBackground
- -disabledBackgroundImage
- -disabledBorder
- -disabledFont
- -disabledForeground
- -disabledIcon
- -height
- -icon
- -iconTextMargin
- -insets
- -lineWrap
- -pressedBackground
- -pressedBackgroundImage
- -pressedBorder
- -pressedEnabled
- -pressedFont
- -pressedForeground
- -pressedIcon
- -pressedSelectedStateIcon
- -pressedStateIcon
- -rolloverBackground
- -rolloverBackgroundImage
- -rolloverBorder
- -rolloverEnabled
- -rolloverFont
- -rolloverForeground
- -rolloverIcon
- -rolloverSelectedStateIcon
- -rolloverStateIcon
- -selected
- -selectedStateIcon
- -stateAlignment
- -stateIcon
- -stateMargin
- -statePosition
- -text
- -textAlignment
- -textPosition
- -toolTipText
- -width
-
-command
Class Procedures
- _getObjType_ {}
- SELECTED_CHANGED_PROPERTY {}
- ACTION_LISTENERS_CHANGED_PROPERTY {}
-
INPUT_CLICK {}
Methods
- _getObj_ {}
- _getType_ {}
- addChangeListener {ChangeListener1}
- dispose {}
- doAction {}
- equals {Object1}
- fireActionPerformed {ActionEvent1}
- fireStateChanged {}
- getAlignment {}
- getBackgroundImage {}
- getBorder {}
- getDisabledBackground {}
- getDisabledBackgroundImage {}
- getDisabledBorder {}
- getDisabledFont {}
- getDisabledForeground {}
- getDisabledIcon {}
- getHeight {}
- getIcon {}
- getIconTextMargin {}
- getInsets {}
- getPressedBackground {}
- getPressedBackgroundImage {}
- getPressedBorder {}
- getPressedFont {}
- getPressedForeground {}
- getPressedIcon {}
- getPressedSelectedStateIcon {}
- getPressedStateIcon {}
- getRolloverBackground {}
- getRolloverBackgroundImage {}
- getRolloverBorder {}
- getRolloverFont {}
- getRolloverForeground {}
- getRolloverIcon {}
- getRolloverSelectedStateIcon {}
- getRolloverStateIcon {}
- getSelectedStateIcon {}
- getStateAlignment {}
- getStateIcon {}
- getStateMargin {}
- getStatePosition {}
- getText {}
- getTextAlignment {}
- getTextPosition {}
- getToolTipText {}
- getWidth {}
- hasActionListeners {}
- hashCode {}
- isLineWrap {}
- isPressedEnabled {}
- isRolloverEnabled {}
- isSelected {}
- removeChangeListener {ChangeListener1}
- setAlignment {Alignment1}
- setBackgroundImage {FillImage1}
- setBorder {Border1}
- setDisabledBackground {Color1}
- setDisabledBackgroundImage {FillImage1}
- setDisabledBorder {Border1}
- setDisabledFont {Font1}
- setDisabledForeground {Color1}
- setDisabledIcon {ImageReference1}
- setHeight {Extent1}
- setIcon {ImageReference1}
- setIconTextMargin {Extent1}
- setInsets {Insets1}
- setLineWrap {boolean1}
- setPressedBackground {Color1}
- setPressedBackgroundImage {FillImage1}
- setPressedBorder {Border1}
- setPressedEnabled {boolean1}
- setPressedFont {Font1}
- setPressedForeground {Color1}
- setPressedIcon {ImageReference1}
- setPressedSelectedStateIcon {ImageReference1}
- setPressedStateIcon {ImageReference1}
- setRolloverBackground {Color1}
- setRolloverBackgroundImage {FillImage1}
- setRolloverBorder {Border1}
- setRolloverEnabled {boolean1}
- setRolloverFont {Font1}
- setRolloverForeground {Color1}
- setRolloverIcon {ImageReference1}
- setRolloverSelectedStateIcon {ImageReference1}
- setRolloverStateIcon {ImageReference1}
- setSelected {boolean1}
- setSelectedStateIcon {ImageReference1}
- setStateAlignment {Alignment1}
- setStateIcon {ImageReference1}
- setStateMargin {Extent1}
- setStatePosition {Alignment1}
- setText {String1}
- setTextAlignment {Alignment1}
- setTextPosition {Alignment1}
- setToolTipText {String1}
- setWidth {Extent1}
-
toString {}
Goto Top
ColorSelect
Inherits from Component
Properties
- -color
- -displayValue
- -hueWidth
- -saturationHeight
-
-valueWidth
Class Procedures
- _getObjType_ {}
-
COLOR_CHANGED_PROPERTY {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getColor {}
- getHueWidth {}
- getSaturationHeight {}
- getValueWidth {}
- hashCode {}
- isDisplayValue {}
- setColor {Color1}
- setDisplayValue {boolean1}
- setHueWidth {Extent1}
- setSaturationHeight {Extent1}
- setValueWidth {Extent1}
-
toString {}
Goto Top
Color
Constructor Arguments
integer-value
or
hex-value
or
red-integer green-integer blue-integer
or
color-name
Where:
- integer-value is a integer from 0 - 16,777,215, specifing red, green, and blue values
- hex-value is a hexadecimal value #000000 to #ffffff
- red-integer green-integer blue-integer are red, green, blue values, each 0 - 255
-
color-name is a recognized color name. X11 rgb.txt and common HTML colors are defined.
Properties
Class Procedures
- _getObjType_ {}
- _newObj_ {args}
-
getColorNames {{colorNames "*"}}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getBlue {}
- getGreen {}
- getRed {}
- getRgb {}
- hashCode {}
-
toString {}
Notes
The colorNames argument of getColorNames may contain '*" wildchars, e.g., Color::getColorNames *white*
Goto Top
ColumnLayoutData
Properties
- -alignment
- -background
- -backgroundImage
- -height
-
-insets
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getAlignment {}
- getBackground {}
- getBackgroundImage {}
- getHeight {}
- getInsets {}
- hashCode {}
- setAlignment {Alignment1}
- setBackground {Color1}
- setBackgroundImage {FillImage1}
- setHeight {Extent1}
- setInsets {Insets1}
-
toString {}
Notes
This object is automatically created when using the Pack command, and is listed here for reference.
Goto Top
Column
Inherits from Component
Properties
- -border
- -cellSpacing
-
-insets
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getBorder {}
- getCellSpacing {}
- getInsets {}
- hashCode {}
- setBorder {Border1}
- setCellSpacing {Extent1}
- setInsets {Insets1}
-
toString {}
Goto Top
ComboBox
Inherits from Component
Properties
- -accessKey
- -actionOnSelection
- -autoRecall
- -autoRecallLimit
- -border
- -caseSensitive
- -expanded
- -expansionGroup
- -expansionModel
- -focusComponent
- -height
- -hidden
- -insets
- -listCellRenderer
- -listRowCount
- -mouseCursor
- -mouseCursorUri
- -outsets
- -popUp
- -popUpAlignment
- -popUpAlwaysOnTop
- -popUpBackground
- -popUpBorder
- -popUpInsets
- -popUpLeftOffset
- -popUpNextToToggle
- -popUpOnRollover
- -popUpOutsets
- -popUpTopOffset
- -rolloverBackground
- -rolloverBorder
- -rolloverEnabled
- -target
- -targetBackground
- -targetBorder
- -targetInsets
- -targetRolloverBackground
- -targetRolloverBorder
- -text
- -textField
- -textMatchingPerformed
- -toggleBackground
- -toggleBorder
- -toggleIcon
- -toggleInsets
- -togglePressedBackground
- -togglePressedBorder
- -togglePressedEnabled
- -togglePressedIcon
- -toggleRolloverBackground
- -toggleRolloverBorder
- -toggleRolloverIcon
- -toolTipText
- -width
-
-command
Class Procedures
- _getObjType_ {}
- DEFAULT_TEXT_FIELD_STYLE {}
- DEFAULT_ALIGNMENT {}
- DEFAULT_STYLE {}
- DEFAULT_ALIGNMENT echopointng.PopUp {}
- DEFAULT_STYLE echopointng.PopUp {}
- DEFAULT_TOGGLE_ICON {}
- DEFAULT_TOGGLE_ROLLOVER_ICON {}
- DEFAULT_TOGGLE_PRESSED_ICON {}
- EXPANDED_CHANGED_PROPERTY {}
- CURSOR_AUTO {}
- CURSOR_DEFAULT {}
- CURSOR_CROSSHAIR {}
- CURSOR_POINTER {}
- CURSOR_MOVE {}
- CURSOR_E_RESIZE {}
- CURSOR_NE_RESIZE {}
- CURSOR_NW_RESIZE {}
- CURSOR_N_RESIZE {}
- CURSOR_SE_RESIZE {}
- CURSOR_SW_RESIZE {}
- CURSOR_S_RESIZE {}
- CURSOR_W_RESIZE {}
- CURSOR_TEXT {}
- CURSOR_WAIT {}
- CURSOR_HELP {}
- CURSOR_CUSTOM_URI {}
- DEFAULT_INSETS {}
-
DEFAULT_OUTSETS {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getAccessKey {}
- getAttribute {String1}
- getAttributeNames {}
- getAutoRecallLimit {}
- getBorder {}
- getExpansionGroup {}
- getExpansionModel {}
- getFocusComponent {}
- getHeight {}
- getInsets {}
- getListCellRenderer {}
- getListRowCount {}
- getMouseCursor {}
- getMouseCursorUri {}
- getOutsets {}
- getPopUp {}
- getPopUpAlignment {}
- getPopUpAlwaysOnTop {}
- getPopUpBackground {}
- getPopUpBorder {}
- getPopUpInsets {}
- getPopUpLeftOffset {}
- getPopUpOutsets {}
- getPopUpTopOffset {}
- getRolloverBackground {}
- getRolloverBorder {}
- getTarget {}
- getTargetBackground {}
- getTargetBorder {}
- getTargetInsets {}
- getTargetRolloverBackground {}
- getTargetRolloverBorder {}
- getText {}
- getTextField {}
- getToggleBackground {}
- getToggleBorder {}
- getToggleIcon {}
- getToggleInsets {}
- getTogglePressedBackground {}
- getTogglePressedBorder {}
- getTogglePressedIcon {}
- getToggleRolloverBackground {}
- getToggleRolloverBorder {}
- getToggleRolloverIcon {}
- getToolTipText {}
- getWidth {}
- hasActionListeners {}
- hashCode {}
- isActionOnSelection {}
- isAutoRecall {}
- isCaseSensitive {}
- isExpanded {}
- isHidden {}
- isPopUpNextToToggle {}
- isPopUpOnRollover {}
- isRolloverEnabled {}
- isTextMatchingPerformed {}
- isTogglePressedEnabled {}
- setAccessKey {String1}
- setActionOnSelection {boolean1}
- setAttribute {String1 Object2}
- setAutoRecall {boolean1}
- setAutoRecallLimit {int1}
- setBorder {Border1}
- setCaseSensitive {boolean1}
- setExpanded {boolean1}
- setExpansionGroup {ExpansionGroup1}
- setExpansionModel {ExpansionModel1}
- setFocusComponent {Component1}
- setFocusOnExpand {boolean1}
- setHeight {Extent1}
- setHidden {boolean1}
- setInsets {Insets1}
- setListCellRenderer {ListCellRenderer1}
- setListRowCount {int1}
- setMouseCursor {int1}
- setMouseCursorUri {String1}
- setOutsets {Insets1}
- setPopUp {Component1}
- setPopUpAlignment {Alignment1}
- setPopUpAlwaysOnTop {boolean1}
- setPopUpBackground {Color1}
- setPopUpBorder {Border1}
- setPopUpInsets {Insets1}
- setPopUpLeftOffset {int1}
- setPopUpNextToToggle {boolean1}
- setPopUpOnRollover {boolean1}
- setPopUpOutsets {Insets1}
- setPopUpTopOffset {int1}
- setRolloverBackground {Color1}
- setRolloverBorder {Border1}
- setRolloverEnabled {boolean1}
- setTarget {Component1}
- setTargetBackground {Color1}
- setTargetBorder {Border1}
- setTargetInsets {Insets1}
- setTargetRolloverBackground {Color1}
- setTargetRolloverBorder {Border1}
- setText {String1}
- setTextField {TextField1}
- setTextMatchingPerformed {boolean1}
- setToggleBackground {Color1}
- setToggleBorder {Border1}
- setToggleIcon {ImageReference1}
- setToggleInsets {Insets1}
- setTogglePressedBackground {Color1}
- setTogglePressedBorder {Border1}
- setTogglePressedEnabled {boolean1}
- setTogglePressedIcon {ImageReference1}
- setToggleRolloverBackground {Color1}
- setToggleRolloverBorder {Border1}
- setToggleRolloverIcon {ImageReference1}
- setToolTipText {String1}
- setWidth {Extent1}
- toString {}
- insert {start args}
- get {start {end ""}}
- remove {start {end ""}}
- removeAll {}
- size {}
-
getSelectedItem {}
Goto Top
Component
Properties
- -background
- -enabled
- -focusTraversalIndex
- -focusTraversalParticipant
- -font
- -foreground
- -id
- -layoutData
- -layoutDirection
- -locale
- -renderId
- -style
- -styleName
-
-visible
Class Procedures
- _getObjType_ {}
- CHILDREN_CHANGED_PROPERTY {}
- ENABLED_CHANGED_PROPERTY {}
- FOCUS_TRAVERSAL_INDEX_CHANGED_PROPERTY {}
- FOCUS_TRAVERSAL_PARTICIPANT_CHANGED_PROPERTY {}
- LAYOUT_DIRECTION_CHANGED_PROPERTY {}
- LOCALE_CHANGED_PROPERTY {}
- STYLE_CHANGED_PROPERTY {}
- STYLE_NAME_CHANGED_PROPERTY {}
-
VISIBLE_CHANGED_PROPERTY {}
Methods
- _getObj_ {}
- _getType_ {}
- add {args}
- addPropertyChangeListener {PropertyChangeListener1}
- dispose {}
- equals {Object1}
- getApplicationInstance {}
- getBackground {}
- getComponent {args}
- getComponentCount {}
- getComponents {}
- getFocusTraversalIndex {}
- getFont {}
- getForeground {}
- getId {}
- getIndexedProperty {String1 int2}
- getLayoutData {}
- getLayoutDirection {}
- getLocale {}
- getParent {}
- getProperty {String1}
- getRenderId {}
- getRenderIndexedProperty {args}
- getRenderLayoutDirection {}
- getRenderLocale {}
- getRenderProperty {args}
- getStyle {}
- getStyleName {}
- getVisibleComponent {int1}
- getVisibleComponentCount {}
- getVisibleComponents {}
- hashCode {}
- indexOf {Component1}
- init {}
- isAncestorOf {Component1}
- isEnabled {}
- isFocusTraversalParticipant {}
- isRegistered {}
- isRenderEnabled {}
- isRenderVisible {}
- isValidChild {Component1}
- isValidParent {Component1}
- isVisible {}
- processInput {String1 Object2}
- remove {args}
- removeAll {}
- removePropertyChangeListener {PropertyChangeListener1}
- setBackground {Color1}
- setEnabled {boolean1}
- setFocusTraversalIndex {int1}
- setFocusTraversalParticipant {boolean1}
- setFont {Font1}
- setForeground {Color1}
- setId {String1}
- setIndexedProperty {String1 int2 Object3}
- setLayoutData {LayoutData1}
- setLayoutDirection {LayoutDirection1}
- setLocale {Locale1}
- setProperty {String1 Object2}
- setRenderId {String1}
- setStyle {Style1}
- setStyleName {String1}
- setVisible {boolean1}
- toString {}
- validate {}
- verifyInput {String1 Object2}
-
visibleIndexOf {Component1}
Notes
This class cannot be instantiated. It serves as the base class to many other components.
Goto Top
Composite
Inherits from Component
Properties
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- hashCode {}
-
toString {}
Notes
This class cannot be instantiated. It serves as the base class to the Panel container.
Goto Top
ContainerEx
Inherits from Component
Properties
- -accessKey
- -backgroundImage
- -border
- -bottom
- -height
- -heightStretched
- -hidden
- -horizontalScroll
- -insets
- -left
- -maximumStretchedHeight
- -minimumStretchedHeight
- -mouseCursor
- -mouseCursorUri
- -outsets
- -position
- -right
- -scrollBarBaseColor
- -scrollBarPolicy
- -scrollBarProperties
- -toolTipText
- -top
- -verticalScroll
- -width
-
-zIndex
Class Procedures
- _getObjType_ {}
- DEFAULT_STYLE {}
- STATIC {}
- ABSOLUTE {}
- RELATIVE {}
- FIXED {}
- UNDEFINED {}
- NEVER {}
- ALWAYS {}
- AUTO {}
- CLIPHIDE {}
- CURSOR_AUTO {}
- CURSOR_DEFAULT {}
- CURSOR_CROSSHAIR {}
- CURSOR_POINTER {}
- CURSOR_MOVE {}
- CURSOR_E_RESIZE {}
- CURSOR_NE_RESIZE {}
- CURSOR_NW_RESIZE {}
- CURSOR_N_RESIZE {}
- CURSOR_SE_RESIZE {}
- CURSOR_SW_RESIZE {}
- CURSOR_S_RESIZE {}
- CURSOR_W_RESIZE {}
- CURSOR_TEXT {}
- CURSOR_WAIT {}
- CURSOR_HELP {}
- CURSOR_CUSTOM_URI {}
- DEFAULT_INSETS {}
-
DEFAULT_OUTSETS {}
Methods
- _getObj_ {}
- _getType_ {}
- clear {}
- dispose {}
- equals {Object1}
- getAccessKey {}
- getAttribute {String1}
- getAttributeNames {}
- getBackgroundImage {}
- getBorder {}
- getBottom {}
- getHeight {}
- getHorizontalScroll {}
- getInsets {}
- getLeft {}
- getMaximumStretchedHeight {}
- getMinimumStretchedHeight {}
- getMouseCursor {}
- getMouseCursorUri {}
- getOutsets {}
- getPosition {}
- getRight {}
- getScrollBarBaseColor {}
- getScrollBarPolicy {}
- getScrollBarProperties {}
- getToolTipText {}
- getTop {}
- getVerticalScroll {}
- getWidth {}
- getZIndex {}
- hashCode {}
- isHeightStretched {}
- isHidden {}
- isPositioned {}
- setAccessKey {String1}
- setAttribute {String1 Object2}
- setBackgroundImage {FillImage1}
- setBorder {Border1}
- setBottom {Extent1}
- setHeight {Extent1}
- setHeightStretched {boolean1}
- setHidden {boolean1}
- setHorizontalScroll {Extent1}
- setInsets {Insets1}
- setLeft {Extent1}
- setMaximumStretchedHeight {Extent1}
- setMinimumStretchedHeight {Extent1}
- setMouseCursor {int1}
- setMouseCursorUri {String1}
- setOutsets {Insets1}
- setPosition {int1}
- setRight {Extent1}
- setScrollBarBaseColor {Color1}
- setScrollBarPolicy {int1}
- setScrollBarProperties {ScrollBarProperties1}
- setToolTipText {String1}
- setTop {Extent1}
- setVerticalScroll {Extent1}
- setWidth {Extent1}
- setZIndex {int1}
-
toString {}
Goto Top
ContentPaneEx
Inherits from Component
Properties
- -backgroundImage
- -horizontalScroll
- -insets
- -mouseCursor
- -mouseCursorUri
- -toolTipText
-
-verticalScroll
Class Procedures
- _getObjType_ {}
- CURSOR_AUTO {}
- CURSOR_DEFAULT {}
- CURSOR_CROSSHAIR {}
- CURSOR_POINTER {}
- CURSOR_MOVE {}
- CURSOR_E_RESIZE {}
- CURSOR_NE_RESIZE {}
- CURSOR_NW_RESIZE {}
- CURSOR_N_RESIZE {}
- CURSOR_SE_RESIZE {}
- CURSOR_SW_RESIZE {}
- CURSOR_S_RESIZE {}
- CURSOR_W_RESIZE {}
- CURSOR_TEXT {}
- CURSOR_WAIT {}
- CURSOR_HELP {}
-
CURSOR_CUSTOM_URI {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getAttribute {String1}
- getAttributeNames {}
- getBackgroundImage {}
- getHorizontalScroll {}
- getInsets {}
- getMouseCursor {}
- getMouseCursorUri {}
- getToolTipText {}
- getVerticalScroll {}
- hashCode {}
- setAttribute {String1 Object2}
- setBackgroundImage {FillImage1}
- setHorizontalScroll {Extent1}
- setInsets {Insets1}
- setMouseCursor {int1}
- setMouseCursorUri {String1}
- setToolTipText {String1}
- setVerticalScroll {Extent1}
-
toString {}
Goto Top
ContentPane
Inherits from Component
Properties
- -backgroundImage
- -horizontalScroll
- -insets
-
-verticalScroll
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getBackgroundImage {}
- getHorizontalScroll {}
- getInsets {}
- getVerticalScroll {}
- hashCode {}
- setBackgroundImage {FillImage1}
- setHorizontalScroll {Extent1}
- setInsets {Insets1}
- setVerticalScroll {Extent1}
-
toString {}
Goto Top
DerivedMutableStyle
Properties
-
-parentStyle
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- addStyleContent {Style1}
- equals {Object1}
- getIndexedProperty {String1 int2}
- getParentStyle {}
- getProperty {String1}
- getPropertyIndices {String1}
- getPropertyNames {}
- hashCode {}
- isIndexedPropertySet {String1 int2}
- isPropertySet {String1}
- removeIndexedProperty {String1 int2}
- removeProperty {String1}
- setIndexedProperty {String1 int2 Object3}
- setParentStyle {Style1}
- setProperty {String1 Object2}
- size {}
-
toString {}
Goto Top
DirectHtml
Inherits from Component
Properties
-
-text
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getText {}
- hashCode {}
- setText {String1}
-
toString {}
Goto Top
DisplayLayoutData
Properties
- -alignment
- -background
- -backgroundImage
- -border
- -bottom
- -clearFloat
- -float
- -font
- -foreground
- -height
- -inlineLayout
- -insets
- -left
- -mouseCursor
- -mouseCursorUri
- -outsets
- -position
- -right
- -toolTipText
- -top
- -width
-
-zIndex
Class Procedures
- _getObjType_ {}
- STATIC {}
- ABSOLUTE {}
- RELATIVE {}
- FIXED {}
- CURSOR_AUTO {}
- CURSOR_DEFAULT {}
- CURSOR_CROSSHAIR {}
- CURSOR_POINTER {}
- CURSOR_MOVE {}
- CURSOR_E_RESIZE {}
- CURSOR_NE_RESIZE {}
- CURSOR_NW_RESIZE {}
- CURSOR_N_RESIZE {}
- CURSOR_SE_RESIZE {}
- CURSOR_SW_RESIZE {}
- CURSOR_S_RESIZE {}
- CURSOR_W_RESIZE {}
- CURSOR_TEXT {}
- CURSOR_WAIT {}
- CURSOR_HELP {}
- CURSOR_CUSTOM_URI {}
- DEFAULT_INSETS {}
- DEFAULT_OUTSETS {}
- FLOAT_NONE {}
- FLOAT_LEFT {}
- FLOAT_RIGHT {}
- FLOAT_CLEAR_NONE {}
- FLOAT_CLEAR_LEFT {}
- FLOAT_CLEAR_RIGHT {}
-
FLOAT_CLEAR_BOTH {}
Methods
- _getObj_ {}
- _getType_ {}
- clear {}
- equals {Object1}
- getAlignment {}
- getBackground {}
- getBackgroundImage {}
- getBorder {}
- getBottom {}
- getFont {}
- getForeground {}
- getHeight {}
- getInsets {}
- getLeft {}
- getMouseCursorUri {}
- getOutsets {}
- getRenderProperty {args}
- getRight {}
- getToolTipText {}
- getTop {}
- getWidth {}
- getZIndex {}
- hashCode {}
- isInlineLayout {}
- isPositioned {}
- setAlignment {Alignment1}
- setBackground {Color1}
- setBackgroundImage {FillImage1}
- setBorder {Border1}
- setBottom {Extent1}
- setFont {Font1}
- setForeground {Color1}
- setHeight {Extent1}
- setInlineLayout {boolean1}
- setInsets {Insets1}
- setLeft {Extent1}
- setMouseCursorUri {String1}
- setOutsets {Insets1}
- setRight {Extent1}
- setToolTipText {String1}
- setTop {Extent1}
- setWidth {Extent1}
- setZIndex {int1}
- toString {}
- getPosition {}
- setPosition {position}
- getMouseCursor {}
- setMouseCursor {mousecursor}
- getClearFloat {}
- setClearFloat {clearfloat}
- getFloat {}
-
setFloat {float}
Goto Top
DragSource
Inherits from Component
Properties
-
-command
Class Procedures
- _getObjType_ {}
- DROP_TARGET_LISTENERS_CHANGED_PROPERTY {}
-
INPUT_DROP {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- fireDropEvent {DropEvent1}
- getDropTargetCount {}
- getToolTipText {String1}
- hashCode {}
- setToolTipText {String1}
- toString {}
- addDropTarget {widget}
-
removeDropTarget {widget}
Goto Top
DropDownMenu
Inherits from Component
Properties
- -backgroundImage
- -border
- -disabledBackground
- -disabledBackgroundImage
- -disabledExpandIcon
- -disabledForeground
- -expandIcon
- -height
- -menuBackground
- -menuBackgroundImage
- -menuBorder
- -menuForeground
- -selectionBackground
- -selectionBackgroundImage
- -selectionForeground
- -width
-
-command
Class Procedures
- _getObjType_ {}
- SELECTION_CHANGED_PROPERTY {}
- SELECTION_MODEL_CHANGED_PROPERTY {}
- INPUT_SELECT {}
- MODEL_CHANGED_PROPERTY {}
- STATE_MODEL_CHANGED_PROPERTY {}
-
invokeItemCommand {dropDownMenuObj item}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- doAction {OptionModel1}
- equals {Object1}
- getBackgroundImage {}
- getBorder {}
- getDisabledBackground {}
- getDisabledBackgroundImage {}
- getDisabledExpandIcon {}
- getDisabledForeground {}
- getExpandIcon {}
- getHeight {}
- getMenuBackground {}
- getMenuBackgroundImage {}
- getMenuBorder {}
- getMenuForeground {}
- getSelectionBackground {}
- getSelectionBackgroundImage {}
- getSelectionForeground {}
- getSelectionModel {}
- getWidth {}
- hashCode {}
- setBackgroundImage {FillImage1}
- setBorder {Border1}
- setDisabledBackground {Color1}
- setDisabledBackgroundImage {FillImage1}
- setDisabledExpandIcon {ImageReference1}
- setDisabledForeground {Color1}
- setExpandIcon {ImageReference1}
- setHeight {Extent1}
- setMenuBackground {Color1}
- setMenuBackgroundImage {FillImage1}
- setMenuBorder {Border1}
- setMenuForeground {Color1}
- setSelectionBackground {Color1}
- setSelectionBackgroundImage {FillImage1}
- setSelectionForeground {Color1}
- setSelectionModel {MenuSelectionModel1}
- setWidth {Extent1}
- toString {}
- menu {menuObj}
- getMenu {}
- isEnabled {id}
- setEnabled {id enabledBoolean}
- isSelected {id}
- setSelected {id selectedBoolean}
- add {args}
-
invoke {id}
Goto Top
ExpandableSection
Inherits from Component
Properties
- -accessKey
- -border
- -expanded
- -expansionGroup
- -expansionModel
- -height
- -hidden
- -insets
- -mouseCursor
- -mouseCursorUri
- -outsets
- -toolTipText
- -width
- -public
- -backgroundImage
- -expandedLeftIcon
- -expandedRightIcon
- -expandedTitle
- -expandedTitleBackgroundImage
- -leftIcon
- -rightIcon
- -rolloverBackground
- -rolloverBackgroundImage
- -rolloverBorder
- -rolloverFont
- -rolloverForeground
- -title
- -titleAlignment
- -titleBackgroundImage
- -expanded
-
-rolloverEnabled
Class Procedures
- _getObjType_ {}
- DEFAULT_STYLE {}
- EXPANDED_CHANGED_PROPERTY {}
- CURSOR_AUTO {}
- CURSOR_DEFAULT {}
- CURSOR_CROSSHAIR {}
- CURSOR_POINTER {}
- CURSOR_MOVE {}
- CURSOR_E_RESIZE {}
- CURSOR_NE_RESIZE {}
- CURSOR_NW_RESIZE {}
- CURSOR_N_RESIZE {}
- CURSOR_SE_RESIZE {}
- CURSOR_SW_RESIZE {}
- CURSOR_S_RESIZE {}
- CURSOR_W_RESIZE {}
- CURSOR_TEXT {}
- CURSOR_WAIT {}
- CURSOR_HELP {}
- CURSOR_CUSTOM_URI {}
- DEFAULT_INSETS {}
-
DEFAULT_OUTSETS {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getAccessKey {}
- getAttribute {String1}
- getAttributeNames {}
- getBorder {}
- getExpansionGroup {}
- getExpansionModel {}
- getHeight {}
- getInsets {}
- getMouseCursor {}
- getMouseCursorUri {}
- getOutsets {}
- getToolTipText {}
- getWidth {}
- hashCode {}
- isExpanded {}
- isHidden {}
- setAccessKey {String1}
- setAttribute {String1 Object2}
- setBorder {Border1}
- setExpanded {boolean1}
- setExpansionGroup {ExpansionGroup1}
- setExpansionModel {ExpansionModel1}
- setHeight {Extent1}
- setHidden {boolean1}
- setInsets {Insets1}
- setMouseCursor {int1}
- setMouseCursorUri {String1}
- setOutsets {Insets1}
- setToolTipText {String1}
- setWidth {Extent1}
- toString {}
- getBackgroundImage {}
- getExpandedLeftIcon {}
- getExpandedRightIcon {}
- getExpandedTitle {}
- getExpandedTitleBackgroundImage {}
- getLeftIcon {}
- getRightIcon {}
- getRolloverBackground {}
- getRolloverBackgroundImage {}
- getRolloverBorder {}
- getRolloverFont {}
- getRolloverForeground {}
- getTitle {}
- getTitleAlignment {}
- getTitleBackgroundImage {}
- isExpanded {}
- isRolloverEnabled {}
- setBackgroundImage {FillImage1}
- setExpanded {boolean1}
- setExpandedTitle {String1}
- setExpandedTitleBackgroundImage {FillImage1}
- setLeftExpandedIcon {ImageReference1}
- setLeftIcon {ImageReference1}
- setRightExpandedIcon {ImageReference1}
- setRightIcon {ImageReference1}
- setRolloverBackground {Color1}
- setRolloverBackgroundImage {FillImage1}
- setRolloverBorder {Border1}
- setRolloverEnabled {boolean1}
- setRolloverFont {Font1}
- setRolloverForeground {Color1}
- setTitle {String1}
- setTitleAlignment {Alignment1}
-
setTitleBackgroundImage {FillImage1}
Goto Top
Extent
Constructor Arguments
integer
or
integer-unit
Where:
- integer is an integer, whose default units are pixels (PX)
-
integer-unit is a integer with a unit suffix, one of: CM EM EX IN MM PC % PERCENT PT PX
Properties
Class Procedures
- _getObjType_ {}
- PX {}
- PERCENT {}
- PT {}
- CM {}
- MM {}
- IN {}
- EM {}
- EX {}
- PC {}
- add {Extent1 Extent2}
- validate {Extent1 int2}
- % {}
-
_newObj_ {args}
Methods
- _getObj_ {}
- _getType_ {}
- compareTo {Object1}
- equals {Object1}
- getUnits {}
- getValue {}
- hashCode {}
- isComparableTo {Extent1}
- isEnglish {}
- isPercentage {}
- isPrint {}
- isSI {}
- toMm {}
- toPoint {}
-
toString {}
Notes
Unit values may be specified in lower-case.
Goto Top
FillImageBorder
Constructor Arguments
color border-insets content-insets
or
color border-insets content-insets top-imgref topleft-imgref right-imgref bottomright-imgref bottom-imgref bottomleft-imgref left-imgref topleft-imgref
Where:
- color is a valid Color constructor argument or object
- border-insets is a valid Insets constructor or object
- content-insets is a valid Insets constructor or object
-
imgrefs are eight FillImage constructors or objects, from top clockwise to top-left
Properties
Class Procedures
- _getObjType_ {}
- TOP_LEFT {}
- TOP {}
- TOP_RIGHT {}
- LEFT {}
- RIGHT {}
- BOTTOM_LEFT {}
- BOTTOM {}
- BOTTOM_RIGHT {}
-
_newObj_ {args}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getBorderInsets {}
- getColor {}
- getContentInsets {}
- getFillImage {int1}
- hashCode {}
- setBorderInsets {Insets1}
- setColor {Color1}
- setContentInsets {Insets1}
- setFillImage {int1 FillImage2}
-
toString {}
Goto Top
FillImage
Constructor Arguments
img-ref
or
img-ref horizontalOffset verticalOffset repeat
Where:
- img-ref is a valid ImageReference constructor argument or object
- horizontalOffset is a valid Extents constructor or object
- verticalOffset is a valid Extents constructor or object
-
repeat is one of: NO_REPEAT REPEAT REPEAT_HORIZONTAL REPEAT_VERTICAL
Properties
Class Procedures
- _getObjType_ {}
- NO_REPEAT {}
- REPEAT_HORIZONTAL {}
- REPEAT_VERTICAL {}
- REPEAT {}
-
_newObj_ {args}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getHorizontalOffset {}
- getImage {}
- getRepeat {}
- getVerticalOffset {}
- hashCode {}
-
toString {}
Goto Top
Font
Constructor Arguments
font style size
Where:
- font is one of: SANS_SERIF SERIF MONOSPACE HELVETICA ARIAL VERDANA TIMES TIMES_ROMAN TIMES_NEW_ROMAN COURIER COURIER_NEW
- style is one of: PLAIN BOLD ITALIC UNDERLINE OVERLINE LINE_THROUGH
-
size is a valid Extent constructor argument or object
Properties
Class Procedures
- _getObjType_ {}
- SANS_SERIF {}
- SERIF {}
- MONOSPACE {}
- HELVETICA {}
- ARIAL {}
- VERDANA {}
- TIMES {}
- TIMES_ROMAN {}
- TIMES_NEW_ROMAN {}
- COURIER {}
- COURIER_NEW {}
- PLAIN {}
- BOLD {}
- ITALIC {}
- UNDERLINE {}
- OVERLINE {}
- LINE_THROUGH {}
-
_newObj_ {args}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getSize {}
- getTypeface {}
- hashCode {}
- isBold {}
- isItalic {}
- isLineThrough {}
- isOverline {}
- isPlain {}
- isUnderline {}
-
toString {}
Notes
Font name and syle may be specified in lower-case.
Goto Top
GridLayoutData
Properties
- -alignment
- -background
- -backgroundImage
- -columnSpan
- -insets
-
-rowSpan
Class Procedures
- _getObjType_ {}
-
SPAN_FILL {}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getAlignment {}
- getBackground {}
- getBackgroundImage {}
- getColumnSpan {}
- getInsets {}
- getRowSpan {}
- hashCode {}
- setAlignment {Alignment1}
- setBackground {Color1}
- setBackgroundImage {FillImage1}
- setColumnSpan {int1}
- setInsets {Insets1}
- setRowSpan {int1}
-
toString {}
Notes
This object is automatically created when using the Pack command, and is listed here for reference.
Goto Top
Grid
Inherits from Component
Properties
- -border
- -height
- -insets
- -orientation
- -size
-
-width
Class Procedures
- _getObjType_ {}
- DEFAULT_SIZE {}
- ORIENTATION_HORIZONTAL {}
-
ORIENTATION_VERTICAL {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getBorder {}
- getColumnWidth {int1}
- getHeight {}
- getInsets {}
- getOrientation {}
- getRowHeight {int1}
- getSize {}
- getWidth {}
- hashCode {}
- setBorder {Border1}
- setColumnWidth {int1 Extent2}
- setHeight {Extent1}
- setInsets {Insets1}
- setOrientation {int1}
- setRowHeight {int1 Extent2}
- setSize {int1}
- setWidth {Extent1}
-
toString {}
Goto Top
GroupBox
Inherits from Component
Properties
- -accessKey
- -border
- -height
- -hidden
- -insets
- -mouseCursor
- -mouseCursorUri
- -outsets
- -title
- -titleLabel
- -toolTipText
-
-width
Class Procedures
- _getObjType_ {}
- DEFAULT_STYLE {}
- CURSOR_AUTO {}
- CURSOR_DEFAULT {}
- CURSOR_CROSSHAIR {}
- CURSOR_POINTER {}
- CURSOR_MOVE {}
- CURSOR_E_RESIZE {}
- CURSOR_NE_RESIZE {}
- CURSOR_NW_RESIZE {}
- CURSOR_N_RESIZE {}
- CURSOR_SE_RESIZE {}
- CURSOR_SW_RESIZE {}
- CURSOR_S_RESIZE {}
- CURSOR_W_RESIZE {}
- CURSOR_TEXT {}
- CURSOR_WAIT {}
- CURSOR_HELP {}
- CURSOR_CUSTOM_URI {}
- DEFAULT_INSETS {}
-
DEFAULT_OUTSETS {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getAccessKey {}
- getAttribute {String1}
- getAttributeNames {}
- getBorder {}
- getHeight {}
- getInsets {}
- getMouseCursor {}
- getMouseCursorUri {}
- getOutsets {}
- getTitle {}
- getTitleLabel {}
- getToolTipText {}
- getWidth {}
- hashCode {}
- isHidden {}
- setAccessKey {String1}
- setAttribute {String1 Object2}
- setBorder {Border1}
- setHeight {Extent1}
- setHidden {boolean1}
- setInsets {Insets1}
- setMouseCursor {int1}
- setMouseCursorUri {String1}
- setOutsets {Insets1}
- setTitle {String1}
- setToolTipText {String1}
- setWidth {Extent1}
- toString {}
-
setTitleLabel {Label1}
Goto Top
HttpImageReference
Properties
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getHeight {}
- getRenderId {}
- getUri {}
- getWidth {}
- hashCode {}
-
toString {}
Notes
Creating this object should be done through the ImageReference object;
Goto Top
ImageReference
Constructor Arguments
type-file ?width? ?height? ?content-type?
Where:
- type-file-obj is a type and file specfication or a java object.
- awt-obj image is a java.awt.Image object reference
- http://image/path image is URL image reference
- resource:/image/path image is file residing in the distribution .war file or loadable from the CLASSPATH.
- file:/image/path image is file residing on the local filesystem.
- /image/path image is file residing on the local filesystem (same as file:).
- width optional, is a valid Extent constructor argument or object, or [java::null]
- height optional, is a valid Extent constructor argument or object, or [java::null]
-
content-type optional, is a valid Mime type, eg. "image/png". If type-file is a file:,
then the content-type will be assumed if the file suffix is one of: .jpg .jpeg .gif .png
Optional arguments are positional, e.g. if contentType is specified, it must be preceded by width and height.
Properties
Class Procedures
- _getObjType_ {}
-
_newObj_ {args}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getHeight {}
- getRenderId {}
- getWidth {}
- hashCode {}
- toString {}
-
getSource {}
Goto Top
Insets
Constructor Arguments
size
or
horizontalSize verticalSize
or
leftSize topSize rightSize bottomSize
Where:
- size is a valid Extent contructor or object, for all four margins.
- horizontalSize is a valid Extent contructor or object, for top margin.
- verticalSize is a valid Extent contructor or object, for botton margin.
-
leftSize topSize rightSize bottomSize are valid Extent contructors or objects, for left, top, right, and bottom margins.
Properties
Class Procedures
- _getObjType_ {}
-
_newObj_ {args}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getBottom {}
- getLeft {}
- getRight {}
- getTop {}
- hashCode {}
-
toString {}
Goto Top
Label
Inherits from Component
Properties
- -icon
- -iconTextMargin
- -lineWrap
- -text
- -textAlignment
- -textPosition
-
-toolTipText
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getIcon {}
- getIconTextMargin {}
- getText {}
- getTextAlignment {}
- getTextPosition {}
- getToolTipText {}
- hashCode {}
- isLineWrap {}
- setIcon {ImageReference1}
- setIconTextMargin {Extent1}
- setLineWrap {boolean1}
- setText {String1}
- setTextAlignment {Alignment1}
- setTextPosition {Alignment1}
- setToolTipText {String1}
-
toString {}
Goto Top
LayoutData
Properties
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- hashCode {}
-
toString {}
Notes
This object is automatically created when using the Pack command, and is listed here for reference.
Goto Top
LayoutDirection
Properties
Class Procedures
- _getObjType_ {}
- LTR {}
- RTL {}
-
forLocale {Locale1}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- hashCode {}
- isLeftToRight {}
-
toString {}
Goto Top
ListBox
Inherits from Component
Properties
- -border
- -cellRenderer
- -disabledBackground
- -disabledBorder
- -disabledFont
- -disabledForeground
- -height
- -insets
- -rolloverBackground
- -rolloverEnabled
- -rolloverFont
- -rolloverForeground
- -selectedIndices
- -selectionMode
- -toolTipText
- -width
-
-command
Class Procedures
- _getObjType_ {}
- INPUT_ACTION {}
- ACTION_LISTENERS_CHANGED_PROPERTY {}
- LIST_DATA_CHANGED_PROPERTY {}
- LIST_MODEL_CHANGED_PROPERTY {}
- LIST_CELL_RENDERER_CHANGED_PROPERTY {}
- SELECTION_MODEL_CHANGED_PROPERTY {}
- SELECTION_CHANGED_PROPERTY {}
- DEFAULT_LIST_CELL_RENDERER {}
- SINGLE_SELECTION {}
-
MULTIPLE_SELECTION {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getBorder {}
- getCellRenderer {}
- getDisabledBackground {}
- getDisabledBorder {}
- getDisabledFont {}
- getDisabledForeground {}
- getHeight {}
- getInsets {}
- getMaxSelectedIndex {}
- getMinSelectedIndex {}
- getRolloverBackground {}
- getRolloverFont {}
- getRolloverForeground {}
- getSelectionMode {}
- getSelectionModel {}
- getToolTipText {}
- getWidth {}
- hasActionListeners {}
- hashCode {}
- isRolloverEnabled {}
- isSelectedIndex {int1}
- setBorder {Border1}
- setCellRenderer {ListCellRenderer1}
- setDisabledBackground {Color1}
- setDisabledBorder {Border1}
- setDisabledFont {Font1}
- setDisabledForeground {Color1}
- setHeight {Extent1}
- setInsets {Insets1}
- setRolloverBackground {Color1}
- setRolloverEnabled {boolean1}
- setRolloverFont {Font1}
- setRolloverForeground {Color1}
- setSelectedIndex {args}
- setSelectionMode {int1}
- setSelectionModel {ListSelectionModel1}
- setToolTipText {String1}
- setWidth {Extent1}
- toString {}
- insert {start args}
- get {start {end ""}}
- remove {start {end ""}}
- removeAll {}
- size {}
- getSelectedIndices {}
- getSelectedValue {}
- getSelectedValues {}
-
setSelectedIndices {args}
Notes
The Listbox component creates a DefaultListModel, see Echo2 documentation for further reference.
Goto Top
MenuBarPane
Inherits from Component
Properties
- -backgroundImage
- -border
- -disabledBackground
- -disabledBackgroundImage
- -disabledForeground
- -menuBackground
- -menuBackgroundImage
- -menuBorder
- -menuForeground
- -selectionBackground
- -selectionBackgroundImage
- -selectionForeground
-
-command
Class Procedures
- _getObjType_ {}
- INPUT_SELECT {}
- MODEL_CHANGED_PROPERTY {}
- STATE_MODEL_CHANGED_PROPERTY {}
-
invokeItemCommand {menuBarPaneObj item}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- doAction {OptionModel1}
- equals {Object1}
- getBackgroundImage {}
- getBorder {}
- getDisabledBackground {}
- getDisabledBackgroundImage {}
- getDisabledForeground {}
- getMenuBackground {}
- getMenuBackgroundImage {}
- getMenuBorder {}
- getMenuForeground {}
- getSelectionBackground {}
- getSelectionBackgroundImage {}
- getSelectionForeground {}
- hashCode {}
- setBackgroundImage {FillImage1}
- setBorder {Border1}
- setDisabledBackground {Color1}
- setDisabledBackgroundImage {FillImage1}
- setDisabledForeground {Color1}
- setMenuBackground {Color1}
- setMenuBackgroundImage {FillImage1}
- setMenuBorder {Border1}
- setMenuForeground {Color1}
- setSelectionBackground {Color1}
- setSelectionBackgroundImage {FillImage1}
- setSelectionForeground {Color1}
- toString {}
- menu {menuObj}
- getMenu {}
- isEnabled {id}
- setEnabled {id enabledBoolean}
- isSelected {id}
- setSelected {id selectedBoolean}
- add {args}
-
invoke {id}
Goto Top
Menu
Properties
- -icon
-
-text
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getIcon {}
- getId {}
- getItem {int1}
- getItemCount {}
- getText {}
- hashCode {}
- setIcon {ImageReference1}
- setText {String1}
- toString {}
- add {type args}
- getItemObj {id}
- _getItemObj_ {id}
- command {id args}
- setItemCommand {id cmd}
- getItemCommand {id}
- remove {id}
- _remmoveItem_ {id}
- findSubMenuForId {id}
-
getArray {name}
Notes
Menu is is used to specify a menu for MenuBarPane or DropDownMenu. For Echo2 reference, see DefaultMenuModel.
Goto Top
MutableStyleSheet
Properties
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- addStyle {Class1 String2 Style3}
- addStyleSheet {MutableStyleSheet1}
- equals {Object1}
- getStyle {Class1 String2}
- hashCode {}
-
toString {}
Goto Top
MutableStyle
Properties
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- addStyleContent {Style1}
- equals {Object1}
- getIndexedProperty {String1 int2}
- getProperty {String1}
- getPropertyIndices {String1}
- getPropertyNames {}
- hashCode {}
- isIndexedPropertySet {String1 int2}
- isPropertySet {String1}
- removeIndexedProperty {String1 int2}
- removeProperty {String1}
- setIndexedProperty {String1 int2 Object3}
- setProperty {String1 Object2}
- size {}
-
toString {}
Goto Top
Panel
Inherits from Component
Properties
- -border
-
-insets
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getBorder {}
- getInsets {}
- hashCode {}
- setBorder {Border1}
- setInsets {Insets1}
-
toString {}
Goto Top
PasswordField
Inherits from Component
Properties
- -alignment
- -backgroundImage
- -border
- -disabledBackground
- -disabledBackgroundImage
- -disabledBorder
- -disabledFont
- -disabledForeground
- -document
- -height
- -horizontalScroll
- -insets
- -maximumLength
- -text
- -toolTipText
- -verticalScroll
- -width
-
-command
Class Procedures
- _getObjType_ {}
- INPUT_ACTION {}
- ACTION_LISTENERS_CHANGED_PROPERTY {}
- DOCUMENT_CHANGED_PROPERTY {}
-
TEXT_CHANGED_PROPERTY {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getAlignment {}
- getBackgroundImage {}
- getBorder {}
- getDisabledBackground {}
- getDisabledBackgroundImage {}
- getDisabledBorder {}
- getDisabledFont {}
- getDisabledForeground {}
- getDocument {}
- getHeight {}
- getHorizontalScroll {}
- getInsets {}
- getMaximumLength {}
- getText {}
- getToolTipText {}
- getVerticalScroll {}
- getWidth {}
- hasActionListeners {}
- hashCode {}
- setAlignment {Alignment1}
- setBackgroundImage {FillImage1}
- setBorder {Border1}
- setDisabledBackground {Color1}
- setDisabledBackgroundImage {FillImage1}
- setDisabledBorder {Border1}
- setDisabledFont {Font1}
- setDisabledForeground {Color1}
- setDocument {Document1}
- setHeight {Extent1}
- setHorizontalScroll {Extent1}
- setInsets {Insets1}
- setMaximumLength {int1}
- setText {String1}
- setToolTipText {String1}
- setVerticalScroll {Extent1}
- setWidth {Extent1}
- toString {}
- delete {start {end ""}}
- insert {idx str}
-
get {}
Notes
Methods delete and insert can specify starting and ending positions with either an integer or the keyword end.
Goto Top
ProgressBar
Inherits from Component
Properties
- -accessKey
- -border
- -completedColor
- -height
- -hidden
- -insets
- -maximum
- -minimum
- -mouseCursor
- -mouseCursorUri
- -numberOfBlocks
- -orientation
- -outsets
- -progressString
- -progressStringPainted
- -toolTipText
- -uncompletedColor
- -value
-
-width
Class Procedures
- _getObjType_ {}
- ORIENTATION_HORIZONTAL {}
- ORIENTATION_VERTICAL {}
- DEFAULT_STYLE {}
- CURSOR_AUTO {}
- CURSOR_DEFAULT {}
- CURSOR_CROSSHAIR {}
- CURSOR_POINTER {}
- CURSOR_MOVE {}
- CURSOR_E_RESIZE {}
- CURSOR_NE_RESIZE {}
- CURSOR_NW_RESIZE {}
- CURSOR_N_RESIZE {}
- CURSOR_SE_RESIZE {}
- CURSOR_SW_RESIZE {}
- CURSOR_S_RESIZE {}
- CURSOR_W_RESIZE {}
- CURSOR_TEXT {}
- CURSOR_WAIT {}
- CURSOR_HELP {}
- CURSOR_CUSTOM_URI {}
- DEFAULT_INSETS {}
-
DEFAULT_OUTSETS {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getAccessKey {}
- getAttribute {String1}
- getAttributeNames {}
- getBorder {}
- getCompletedColor {}
- getHeight {}
- getInsets {}
- getMaximum {}
- getMinimum {}
- getMouseCursor {}
- getMouseCursorUri {}
- getNumberOfBlocks {}
- getOrientation {}
- getOutsets {}
- getPercentComplete {}
- getProgressBarImage {}
- getProgressString {}
- getToolTipText {}
- getUncompletedColor {}
- getValue {}
- getWidth {}
- hashCode {}
- invalidate {}
- isHidden {}
- isProgressStringPainted {}
- setAccessKey {String1}
- setAttribute {String1 Object2}
- setBorder {Border1}
- setCompletedColor {Color1}
- setHeight {Extent1}
- setHidden {boolean1}
- setInsets {Insets1}
- setMaximum {int1}
- setMinimum {int1}
- setMouseCursor {int1}
- setMouseCursorUri {String1}
- setNumberOfBlocks {int1}
- setOrientation {args}
- setOutsets {Insets1}
- setProgressString {String1}
- setProgressStringPainted {boolean1}
- setToolTipText {String1}
- setUncompletedColor {Color1}
- setValue {int1}
- setWidth {Extent1}
-
toString {}
Goto Top
RadioButton
Inherits from Component
Properties
- -alignment
- -backgroundImage
- -border
- -disabledBackground
- -disabledBackgroundImage
- -disabledBorder
- -disabledFont
- -disabledForeground
- -disabledIcon
- -group
- -height
- -icon
- -iconTextMargin
- -insets
- -lineWrap
- -pressedBackground
- -pressedBackgroundImage
- -pressedBorder
- -pressedEnabled
- -pressedFont
- -pressedForeground
- -pressedIcon
- -pressedSelectedStateIcon
- -pressedStateIcon
- -rolloverBackground
- -rolloverBackgroundImage
- -rolloverBorder
- -rolloverEnabled
- -rolloverFont
- -rolloverForeground
- -rolloverIcon
- -rolloverSelectedStateIcon
- -rolloverStateIcon
- -selected
- -selectedStateIcon
- -stateAlignment
- -stateIcon
- -stateMargin
- -statePosition
- -text
- -textAlignment
- -textPosition
- -toolTipText
- -width
-
-command
Class Procedures
- _getObjType_ {}
- BUTTON_GROUP_CHANGED_PROPERTY {}
- SELECTED_CHANGED_PROPERTY {}
- ACTION_LISTENERS_CHANGED_PROPERTY {}
- INPUT_CLICK {}
-
newButtonGroup {Group}
Methods
- _getObj_ {}
- _getType_ {}
- addChangeListener {ChangeListener1}
- dispose {}
- doAction {}
- equals {Object1}
- fireActionPerformed {ActionEvent1}
- fireStateChanged {}
- getAlignment {}
- getBackgroundImage {}
- getBorder {}
- getDisabledBackground {}
- getDisabledBackgroundImage {}
- getDisabledBorder {}
- getDisabledFont {}
- getDisabledForeground {}
- getDisabledIcon {}
- getHeight {}
- getIcon {}
- getIconTextMargin {}
- getInsets {}
- getPressedBackground {}
- getPressedBackgroundImage {}
- getPressedBorder {}
- getPressedFont {}
- getPressedForeground {}
- getPressedIcon {}
- getPressedSelectedStateIcon {}
- getPressedStateIcon {}
- getRolloverBackground {}
- getRolloverBackgroundImage {}
- getRolloverBorder {}
- getRolloverFont {}
- getRolloverForeground {}
- getRolloverIcon {}
- getRolloverSelectedStateIcon {}
- getRolloverStateIcon {}
- getSelectedStateIcon {}
- getStateAlignment {}
- getStateIcon {}
- getStateMargin {}
- getStatePosition {}
- getText {}
- getTextAlignment {}
- getTextPosition {}
- getToolTipText {}
- getWidth {}
- hasActionListeners {}
- hashCode {}
- isLineWrap {}
- isPressedEnabled {}
- isRolloverEnabled {}
- isSelected {}
- removeChangeListener {ChangeListener1}
- setAlignment {Alignment1}
- setBackgroundImage {FillImage1}
- setBorder {Border1}
- setDisabledBackground {Color1}
- setDisabledBackgroundImage {FillImage1}
- setDisabledBorder {Border1}
- setDisabledFont {Font1}
- setDisabledForeground {Color1}
- setDisabledIcon {ImageReference1}
- setHeight {Extent1}
- setIcon {ImageReference1}
- setIconTextMargin {Extent1}
- setInsets {Insets1}
- setLineWrap {boolean1}
- setPressedBackground {Color1}
- setPressedBackgroundImage {FillImage1}
- setPressedBorder {Border1}
- setPressedEnabled {boolean1}
- setPressedFont {Font1}
- setPressedForeground {Color1}
- setPressedIcon {ImageReference1}
- setPressedSelectedStateIcon {ImageReference1}
- setPressedStateIcon {ImageReference1}
- setRolloverBackground {Color1}
- setRolloverBackgroundImage {FillImage1}
- setRolloverBorder {Border1}
- setRolloverEnabled {boolean1}
- setRolloverFont {Font1}
- setRolloverForeground {Color1}
- setRolloverIcon {ImageReference1}
- setRolloverSelectedStateIcon {ImageReference1}
- setRolloverStateIcon {ImageReference1}
- setSelected {boolean1}
- setSelectedStateIcon {ImageReference1}
- setStateAlignment {Alignment1}
- setStateIcon {ImageReference1}
- setStateMargin {Extent1}
- setStatePosition {Alignment1}
- setText {String1}
- setTextAlignment {Alignment1}
- setTextPosition {Alignment1}
- setToolTipText {String1}
- setWidth {Extent1}
- toString {}
- setGroup {Group}
-
getGroup {}
Goto Top
ResourceImageReference
Properties
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getContentType {}
- getHeight {}
- getRenderId {}
- getResource {}
- getWidth {}
- hashCode {}
- render {OutputStream1}
-
toString {}
Notes
Creating this object should be done through the ImageReference object;
Goto Top
RowLayoutData
Properties
- -alignment
- -background
- -backgroundImage
- -insets
-
-width
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getAlignment {}
- getBackground {}
- getBackgroundImage {}
- getInsets {}
- getWidth {}
- hashCode {}
- setAlignment {Alignment1}
- setBackground {Color1}
- setBackgroundImage {FillImage1}
- setInsets {Insets1}
- setWidth {Extent1}
-
toString {}
Notes
This object is automatically created when using the Pack command, and is listed here for reference.
Goto Top
Row
Inherits from Component
Properties
- -alignment
- -border
- -cellSpacing
-
-insets
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getAlignment {}
- getBorder {}
- getCellSpacing {}
- getInsets {}
- hashCode {}
- setAlignment {Alignment1}
- setBorder {Border1}
- setCellSpacing {Extent1}
- setInsets {Insets1}
-
toString {}
Goto Top
ScrollableDisplayLayoutData
Properties
- -alignment
- -background
- -backgroundImage
- -border
- -bottom
- -clearFloat
- -float
- -font
- -foreground
- -height
- -inlineLayout
- -insets
- -left
- -mouseCursor
- -mouseCursorUri
- -outsets
- -position
- -right
- -scrollBarBaseColor
- -scrollBarPolicy
- -scrollBarProperties
- -toolTipText
- -top
- -width
-
-zIndex
Class Procedures
- _getObjType_ {}
- UNDEFINED {}
- NEVER {}
- ALWAYS {}
- AUTO {}
- CLIPHIDE {}
- STATIC {}
- ABSOLUTE {}
- RELATIVE {}
- FIXED {}
- CURSOR_AUTO {}
- CURSOR_DEFAULT {}
- CURSOR_CROSSHAIR {}
- CURSOR_POINTER {}
- CURSOR_MOVE {}
- CURSOR_E_RESIZE {}
- CURSOR_NE_RESIZE {}
- CURSOR_NW_RESIZE {}
- CURSOR_N_RESIZE {}
- CURSOR_SE_RESIZE {}
- CURSOR_SW_RESIZE {}
- CURSOR_S_RESIZE {}
- CURSOR_W_RESIZE {}
- CURSOR_TEXT {}
- CURSOR_WAIT {}
- CURSOR_HELP {}
- CURSOR_CUSTOM_URI {}
- DEFAULT_INSETS {}
- DEFAULT_OUTSETS {}
- FLOAT_NONE {}
- FLOAT_LEFT {}
- FLOAT_RIGHT {}
- FLOAT_CLEAR_NONE {}
- FLOAT_CLEAR_LEFT {}
- FLOAT_CLEAR_RIGHT {}
-
FLOAT_CLEAR_BOTH {}
Methods
- _getObj_ {}
- _getType_ {}
- clear {}
- equals {Object1}
- getAlignment {}
- getBackground {}
- getBackgroundImage {}
- getBorder {}
- getBottom {}
- getFont {}
- getForeground {}
- getHeight {}
- getInsets {}
- getLeft {}
- getMouseCursorUri {}
- getOutsets {}
- getRenderProperty {args}
- getRight {}
- getScrollBarBaseColor {}
- getScrollBarProperties {}
- getToolTipText {}
- getTop {}
- getWidth {}
- getZIndex {}
- hashCode {}
- isInlineLayout {}
- isPositioned {}
- setAlignment {Alignment1}
- setBackground {Color1}
- setBackgroundImage {FillImage1}
- setBorder {Border1}
- setBottom {Extent1}
- setFont {Font1}
- setForeground {Color1}
- setHeight {Extent1}
- setInlineLayout {boolean1}
- setInsets {Insets1}
- setLeft {Extent1}
- setMouseCursorUri {String1}
- setOutsets {Insets1}
- setRight {Extent1}
- setScrollBarBaseColor {Color1}
- setScrollBarProperties {ScrollBarProperties1}
- setToolTipText {String1}
- setTop {Extent1}
- setWidth {Extent1}
- setZIndex {int1}
- toString {}
- getScrollBarPolicy {}
- setScrollBarPolicy {policy}
- getPosition {}
- setPosition {position}
- getMouseCursor {}
- setMouseCursor {mousecursor}
- getClearFloat {}
- setClearFloat {clearfloat}
- getFloat {}
-
setFloat {float}
Goto Top
SelectField
Inherits from Component
Properties
- -border
- -cellRenderer
- -disabledBackground
- -disabledBorder
- -disabledFont
- -disabledForeground
- -height
- -insets
- -rolloverBackground
- -rolloverEnabled
- -rolloverFont
- -rolloverForeground
- -selectedIndex
- -selectedItem
- -toolTipText
- -width
-
-command
Class Procedures
- _getObjType_ {}
- INPUT_ACTION {}
- ACTION_LISTENERS_CHANGED_PROPERTY {}
- LIST_DATA_CHANGED_PROPERTY {}
- LIST_MODEL_CHANGED_PROPERTY {}
- LIST_CELL_RENDERER_CHANGED_PROPERTY {}
- SELECTION_MODEL_CHANGED_PROPERTY {}
- SELECTION_CHANGED_PROPERTY {}
-
DEFAULT_LIST_CELL_RENDERER {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getBorder {}
- getCellRenderer {}
- getDisabledBackground {}
- getDisabledBorder {}
- getDisabledFont {}
- getDisabledForeground {}
- getHeight {}
- getInsets {}
- getRolloverBackground {}
- getRolloverFont {}
- getRolloverForeground {}
- getSelectedIndex {}
- getSelectionModel {}
- getToolTipText {}
- getWidth {}
- hasActionListeners {}
- hashCode {}
- isRolloverEnabled {}
- setBorder {Border1}
- setCellRenderer {ListCellRenderer1}
- setDisabledBackground {Color1}
- setDisabledBorder {Border1}
- setDisabledFont {Font1}
- setDisabledForeground {Color1}
- setHeight {Extent1}
- setInsets {Insets1}
- setRolloverBackground {Color1}
- setRolloverEnabled {boolean1}
- setRolloverFont {Font1}
- setRolloverForeground {Color1}
- setSelectedIndex {int1}
- setSelectedItem {Object1}
- setSelectionModel {ListSelectionModel1}
- setToolTipText {String1}
- setWidth {Extent1}
- toString {}
- insert {start args}
- get {start {end ""}}
- remove {start {end ""}}
- removeAll {}
- size {}
-
getSelectedItem {}
Notes
Methods insert, get, and remove can specify starting and ending positions with either an integer or the keyword end.
Goto Top
Slider
Inherits from Component
Properties
- -accessKey
- -border
- -height
- -hidden
- -immediateNotification
- -insets
- -maximum
- -minimum
- -mouseCursor
- -mouseCursorUri
- -orientation
- -outsets
- -toolTipText
- -value
- -width
-
-command
Class Procedures
- _getObjType_ {}
- DEFAULT_HORIZONTAL_STYLE {}
- DEFAULT_VERTICAL_STYLE {}
- DEFAULT_STYLE {}
- ORIENTATION_HORIZONTAL {}
- ORIENTATION_VERTICAL {}
- VALUE_CHANGED_PROPERTY {}
- CURSOR_AUTO {}
- CURSOR_DEFAULT {}
- CURSOR_CROSSHAIR {}
- CURSOR_POINTER {}
- CURSOR_MOVE {}
- CURSOR_E_RESIZE {}
- CURSOR_NE_RESIZE {}
- CURSOR_NW_RESIZE {}
- CURSOR_N_RESIZE {}
- CURSOR_SE_RESIZE {}
- CURSOR_SW_RESIZE {}
- CURSOR_S_RESIZE {}
- CURSOR_W_RESIZE {}
- CURSOR_TEXT {}
- CURSOR_WAIT {}
- CURSOR_HELP {}
- CURSOR_CUSTOM_URI {}
- DEFAULT_INSETS {}
-
DEFAULT_OUTSETS {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getAccessKey {}
- getAttribute {String1}
- getAttributeNames {}
- getBorder {}
- getHeight {}
- getInsets {}
- getMaximum {}
- getMinimum {}
- getMouseCursor {}
- getMouseCursorUri {}
- getOrientation {}
- getOutsets {}
- getToolTipText {}
- getValue {}
- getWidth {}
- hashCode {}
- isHidden {}
- isImmediateNotification {}
- setAccessKey {String1}
- setAttribute {String1 Object2}
- setBorder {Border1}
- setHeight {Extent1}
- setHidden {boolean1}
- setImmediateNotification {boolean1}
- setInsets {Insets1}
- setMaximum {int1}
- setMinimum {int1}
- setMouseCursor {int1}
- setMouseCursorUri {String1}
- setOrientation {int1}
- setOutsets {Insets1}
- setToolTipText {String1}
- setValue {int1}
- setWidth {Extent1}
-
toString {}
Goto Top
SplitPaneLayoutData
Properties
- -alignment
- -background
- -backgroundImage
- -insets
- -maximumSize
- -minimumSize
-
-overflow
Class Procedures
- _getObjType_ {}
- OVERFLOW_AUTO {}
- OVERFLOW_HIDDEN {}
-
OVERFLOW_SCROLL {}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getAlignment {}
- getBackground {}
- getBackgroundImage {}
- getInsets {}
- getMaximumSize {}
- getMinimumSize {}
- hashCode {}
- setAlignment {Alignment1}
- setBackground {Color1}
- setBackgroundImage {FillImage1}
- setInsets {Insets1}
- setMaximumSize {Extent1}
- setMinimumSize {Extent1}
- toString {}
- getOverflow {}
-
setOverflow {overflow}
Notes
This object is automatically created when using the Pack command, and is listed here for reference.
Goto Top
SplitPane
Inherits from Component
Properties
- -orientation
- -resizable
- -separatorColor
- -separatorHeight
- -separatorHorizontalImage
- -separatorPosition
- -separatorVerticalImage
-
-separatorWidth
Class Procedures
- _getObjType_ {}
- ORIENTATION_HORIZONTAL_LEADING_TRAILING {}
- ORIENTATION_HORIZONTAL_TRAILING_LEADING {}
- ORIENTATION_HORIZONTAL_LEFT_RIGHT {}
- ORIENTATION_HORIZONTAL_RIGHT_LEFT {}
- ORIENTATION_VERTICAL_TOP_BOTTOM {}
- ORIENTATION_VERTICAL_BOTTOM_TOP {}
- ORIENTATION_HORIZONTAL {}
-
ORIENTATION_VERTICAL {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getOrientation {}
- getSeparatorColor {}
- getSeparatorHeight {}
- getSeparatorHorizontalImage {}
- getSeparatorPosition {}
- getSeparatorVerticalImage {}
- getSeparatorWidth {}
- hashCode {}
- isResizable {}
- setOrientation {int1}
- setResizable {boolean1}
- setSeparatorColor {Color1}
- setSeparatorHeight {Extent1}
- setSeparatorHorizontalImage {FillImage1}
- setSeparatorPosition {Extent1}
- setSeparatorVerticalImage {FillImage1}
- setSeparatorWidth {Extent1}
-
toString {}
Goto Top
StreamImageReference
Properties
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getContentType {}
- getHeight {}
- getRenderId {}
- getWidth {}
- hashCode {}
- render {OutputStream1}
-
toString {}
Notes
Creating this object should be done through the ImageReference object;
Goto Top
Strut
Inherits from Component
Properties
- -accessKey
- -border
- -height
- -hidden
- -insets
- -mouseCursor
- -mouseCursorUri
- -outsets
- -toolTipText
-
-width
Class Procedures
- _getObjType_ {}
- CURSOR_AUTO {}
- CURSOR_DEFAULT {}
- CURSOR_CROSSHAIR {}
- CURSOR_POINTER {}
- CURSOR_MOVE {}
- CURSOR_E_RESIZE {}
- CURSOR_NE_RESIZE {}
- CURSOR_NW_RESIZE {}
- CURSOR_N_RESIZE {}
- CURSOR_SE_RESIZE {}
- CURSOR_SW_RESIZE {}
- CURSOR_S_RESIZE {}
- CURSOR_W_RESIZE {}
- CURSOR_TEXT {}
- CURSOR_WAIT {}
- CURSOR_HELP {}
- CURSOR_CUSTOM_URI {}
- DEFAULT_INSETS {}
-
DEFAULT_OUTSETS {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getAccessKey {}
- getAttribute {String1}
- getAttributeNames {}
- getBorder {}
- getHeight {}
- getInsets {}
- getMouseCursor {}
- getMouseCursorUri {}
- getOutsets {}
- getToolTipText {}
- getWidth {}
- hashCode {}
- isHidden {}
- setAccessKey {String1}
- setAttribute {String1 Object2}
- setBorder {Border1}
- setHeight {Extent1}
- setHidden {boolean1}
- setInsets {Insets1}
- setMouseCursor {int1}
- setMouseCursorUri {String1}
- setOutsets {Insets1}
- setToolTipText {String1}
- setWidth {Extent1}
-
toString {}
Goto Top
TableLayoutData
Properties
- -alignment
- -background
- -backgroundImage
-
-insets
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getAlignment {}
- getBackground {}
- getBackgroundImage {}
- getInsets {}
- hashCode {}
- setAlignment {Alignment1}
- setBackground {Color1}
- setBackgroundImage {FillImage1}
- setInsets {Insets1}
-
toString {}
Notes
This object is automatically created when using the Pack command, and is listed here for reference.
Goto Top
Table
Inherits from Component
Properties
- -autoCreateColumnsFromModel
- -border
- -defaultHeaderRenderer
- -headerVisible
- -insets
- -rolloverBackground
- -rolloverBackgroundImage
- -rolloverEnabled
- -rolloverFont
- -rolloverForeground
- -selectionBackground
- -selectionBackgroundImage
- -selectionEnabled
- -selectionFont
- -selectionForeground
- -width
- -command
- -rows
- -columns
- -cellRenderer
-
-headerRenderer
Class Procedures
- _getObjType_ {}
- DEFAULT_TABLE_CELL_RENDERER {}
- INPUT_ACTION {}
- ACTION_LISTENERS_CHANGED_PROPERTY {}
- AUTO_CREATE_COLUMNS_FROM_MODEL_CHANGED_PROPERTY {}
- COLUMN_MODEL_CHANGED_PROPERTY {}
- DEFAULT_HEADER_RENDERER_CHANGED_PROPERTY {}
- DEFAULT_RENDERER_CHANGED_PROPERTY {}
- HEADER_VISIBLE_CHANGED_PROPERTY {}
- MODEL_CHANGED_PROPERTY {}
- SELECTION_CHANGED_PROPERTY {}
- SELECTION_MODEL_CHANGED_PROPERTY {}
- HEADER_ROW {}
- SINGLE_SELECTION {}
-
MULTIPLE_SELECTION {}
Methods
- _getObj_ {}
- _getType_ {}
- createDefaultColumnsFromModel {}
- dispose {}
- equals {Object1}
- getBorder {}
- getCellComponent {int1 int2}
- getDefaultHeaderRenderer {}
- getDefaultRenderer {Class1}
- getInsets {}
- getRolloverBackground {}
- getRolloverBackgroundImage {}
- getRolloverFont {}
- getRolloverForeground {}
- getSelectionBackground {}
- getSelectionBackgroundImage {}
- getSelectionFont {}
- getSelectionForeground {}
- getSelectionModel {}
- getWidth {}
- hasActionListeners {}
- hashCode {}
- isAutoCreateColumnsFromModel {}
- isHeaderVisible {}
- isRolloverEnabled {}
- isSelectionEnabled {}
- setAutoCreateColumnsFromModel {boolean1}
- setBorder {Border1}
- setDefaultHeaderRenderer {TableCellRenderer1}
- setDefaultRenderer {Class1 TableCellRenderer2}
- setHeaderVisible {boolean1}
- setInsets {Insets1}
- setRolloverBackground {Color1}
- setRolloverBackgroundImage {FillImage1}
- setRolloverEnabled {boolean1}
- setRolloverFont {Font1}
- setRolloverForeground {Color1}
- setSelectionBackground {Color1}
- setSelectionBackgroundImage {FillImage1}
- setSelectionEnabled {boolean1}
- setSelectionFont {Font1}
- setSelectionForeground {Color1}
- setSelectionModel {ListSelectionModel1}
- setWidth {Extent1}
- toString {}
- insertRow {row columnList}
- deleteRow {row}
- deleteAll {}
- setColumnName {col name}
- getColumnName {col}
- setValueAt {value col row}
- getValueAt {col row}
- setColumnHeaderValue {col value}
- getColumnHeaderValue {col}
- setColumnWidth {col Extent1}
- getColumnWidth {col}
- clearSelection {}
- setSelectionMode {mode}
- getSelectionMode {}
- setSelectedIndex {row bool}
- getMaxSelectedIndex {}
- getMinSelectedIndex {}
- isSelectedIndex {row}
-
getSelectedIndices {}
Notes
The Table component creates a default DefaultTableModel, DefaultTableColumnModel, and DefaultListSelectionMode. See Echo2 documentation for further reference.
Goto Top
TabPaneLayoutData
Properties
-
-title
Class Procedures
-
_getObjType_ {}
Methods
- _getObj_ {}
- _getType_ {}
- equals {Object1}
- getTitle {}
- hashCode {}
- setTitle {String1}
-
toString {}
Notes
This object is automatically created when using the Pack command, and is listed here for reference.
Goto Top
TabPane
Inherits from Component
Properties
- -activeTabIndex
- -borderType
- -defaultContentInsets
- -insets
- -tabActiveBackground
- -tabActiveBackgroundImage
- -tabActiveBorder
- -tabActiveFont
- -tabActiveForeground
- -tabHeight
- -tabInactiveBackground
- -tabInactiveBackgroundImage
- -tabInactiveBorder
- -tabInactiveFont
- -tabInactiveForeground
- -tabInset
- -tabPosition
- -tabSpacing
-
-tabWidth
Class Procedures
- _getObjType_ {}
- INPUT_TAB_INDEX {}
- ACTIVE_TAB_INDEX_CHANGED_PROPERTY {}
- BORDER_TYPE_NONE {}
- BORDER_TYPE_ADJACENT_TO_TABS {}
- BORDER_TYPE_PARALLEL_TO_TABS {}
- BORDER_TYPE_SURROUND {}
- TAB_POSITION_BOTTOM {}
-
TAB_POSITION_TOP {}
Methods
- _getObj_ {}
- _getType_ {}
- dispose {}
- equals {Object1}
- getActiveTabIndex {}
- getBorderType {}
- getDefaultContentInsets {}
- getInsets {}
- getTabActiveBackground {}
- getTabActiveBackgroundImage {}
- getTabActiveBorder {}
- getTabActiveFont {}
- getTabActiveForeground {}
- getTabHeight {}
- getTabInactiveBackground {}
- getTabInactiveBackgroundImage {}
- getTabInactiveBorder {}
- getTabInactiveFont {}
- getTabInactiveForeground {}
- getTabInset {}
- getTabPosition {}
- getTabSpacing {}
- getTabWidth {}
- hashCode {}
- setActiveTabIndex {int1}
- setBorderType {int1}
- setDefaultContentInsets {Insets1}
- setInsets {Insets1}
- setTabActiveBackground {Color1}
- setTabActiveBackgroundImage {FillImage1}
- setTabActiveBorder {Border1}
- setTabActiveFont {Font1}
- setTabActiveForeground {Color1}
- setTabHeight {Extent1}
- setTabInactiveBackground {Color1}
- setTabInactiveBackgroundImage {FillImage1}
- setTabInactiveBorder {Bor