Package
Class
Tree
Deprecated
Index
Help
Ascent Phase Corp.
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
F
G
H
I
K
L
M
O
P
Q
R
S
T
V
W
A
active
- Variable in class org.ascentphase.suit.
PushButton
add(MutexOption)
- Method in class org.ascentphase.suit.
MutexOptionGroup
Adds the given MutexOption to the group.
add(MutexOption, boolean)
- Method in class org.ascentphase.suit.
MutexOptionGroup
add(Widget, int, int)
- Method in class org.ascentphase.suit.
Panel
Adds a widget to the Panel at the given coordinate.
add(Widget, int, int, boolean)
- Method in class org.ascentphase.suit.
Panel
Adds a widget to the Panel at the given coordinate and give the widget initial focus.
anchor
- Variable in class org.ascentphase.suit.
Label
append(char)
- Method in class org.ascentphase.suit.
Field
Adds the given character to the Field text.
append(String)
- Method in class org.ascentphase.suit.
Field
Adds the given String to the Field text.
ArrayItemList
- class org.ascentphase.suit.
ArrayItemList
.
An ItemList that uses a String array as its underlying data source.
ArrayItemList(String[])
- Constructor for class org.ascentphase.suit.
ArrayItemList
Initializes this class with the given Array of Strings.
B
BACKSPACE_KEY
- Static variable in class org.ascentphase.suit.
QwertyKeyboard
btnHeight
- Variable in class org.ascentphase.suit.
Button
btnHeight
- Variable in class org.ascentphase.suit.
PushButton
btnWidth
- Variable in class org.ascentphase.suit.
Button
btnWidth
- Variable in class org.ascentphase.suit.
PushButton
buffer
- Variable in class org.ascentphase.suit.
Field
Button
- class org.ascentphase.suit.
Button
.
A button component which the user presses to start an application process.
Button(String)
- Constructor for class org.ascentphase.suit.
Button
Initializes a button with the given text.
C
CLEAR_KEY
- Static variable in class org.ascentphase.suit.
QwertyKeyboard
clearReq
- Variable in class org.ascentphase.suit.
Panel
CLOSE_CANCEL
- Static variable in class org.ascentphase.suit.
InputPopup
Indicates that Popup was closed with Cancel state
CLOSE_OK
- Static variable in class org.ascentphase.suit.
InputPopup
Indicates that Popup was closed with OK state
CLOSE_OTHER
- Static variable in class org.ascentphase.suit.
ComboListPopup
Indicates that the user wishes to specify a user-defined option
closeCmd
- Variable in class org.ascentphase.suit.
InputPopup
The command event indicating the popup has closed
closeState
- Variable in class org.ascentphase.suit.
InputPopup
The state of the popup when closed
cmdToThrow
- Variable in class org.ascentphase.suit.
Widget
ComboListPopup
- class org.ascentphase.suit.
ComboListPopup
.
A ComboListPopup contains a list of selectable options plus the option to select a user-defined option that the user can specify.
ComboListPopup(String, ItemList)
- Constructor for class org.ascentphase.suit.
ComboListPopup
Initializes the ComboListPopup with the given form title and list of options.
ComboListPopup(String, ItemList, String)
- Constructor for class org.ascentphase.suit.
ComboListPopup
Initializes the ComboListPopup with the given form title and list of options.
contains(int, int)
- Method in class org.ascentphase.suit.
Field
contains(int, int)
- Method in class org.ascentphase.suit.
Button
contains(int, int)
- Method in class org.ascentphase.suit.
QwertyKeyboard
contains(int, int)
- Method in class org.ascentphase.suit.
PushButton
contains(int, int)
- Method in class org.ascentphase.suit.
ScrollList
contains(int, int)
- Method in class org.ascentphase.suit.
Widget
Returns whether the given coordinate lies within this widget's area of interest.
F
Field
- class org.ascentphase.suit.
Field
.
A Field displays one or more rows of text that is underlined with a dotted line.
Field(int, int)
- Constructor for class org.ascentphase.suit.
Field
Creates a Field with no text and an unlimited length.
Field(String, int, int)
- Constructor for class org.ascentphase.suit.
Field
Creates a Field with the given text and an unlimited length.
Field(String, int, int, int)
- Constructor for class org.ascentphase.suit.
Field
Creates a Field with the given text and the given maximum text length.
font
- Variable in class org.ascentphase.suit.
Label
G
getActive()
- Method in interface org.ascentphase.suit.
MutexOption
Returns the state of this MutexOption.
getActive()
- Method in class org.ascentphase.suit.
PushButton
getActiveOption()
- Method in class org.ascentphase.suit.
MutexOptionGroup
Returns the active MutexOption in the group.
getAnchor()
- Method in class org.ascentphase.suit.
Label
getCloseState()
- Method in class org.ascentphase.suit.
InputPopup
Returns the state of the Popup indicating how it was closed.
getCommand()
- Method in class org.ascentphase.suit.
Widget
Returns the Command associated with this widget.
getIndexOf(String)
- Method in class org.ascentphase.suit.
ScrollList
Returns the index of the option with the given text.
getLabel()
- Method in class org.ascentphase.suit.
Label
getLabel()
- Method in class org.ascentphase.suit.
Trigger
Returns the current label displayed on the Trigger.
getLastKeySelected()
- Method in class org.ascentphase.suit.
QwertyKeyboard
Returns the character value of the last key pressed on the keyboard.
getSelectedIndex()
- Method in class org.ascentphase.suit.
ScrollList
Return the selected row.
getSize()
- Method in class org.ascentphase.suit.
ArrayItemList
Returns the current size of the list.
getSize()
- Method in interface org.ascentphase.suit.
ItemList
Returns the current size of the list.
getSize()
- Method in class org.ascentphase.suit.
VectorItemList
Returns the current size of the list.
getStringAt(int)
- Method in class org.ascentphase.suit.
ArrayItemList
Returns the String item at the given index.
getStringAt(int)
- Method in interface org.ascentphase.suit.
ItemList
Returns the String item at the given index.
getStringAt(int)
- Method in class org.ascentphase.suit.
VectorItemList
Returns the String item at the given index.
getText()
- Method in class org.ascentphase.suit.
Field
getText()
- Method in class org.ascentphase.suit.
InputPopup
Returns the input the user specified in the Popup.
getText()
- Method in class org.ascentphase.suit.
KeyboardPopup
getText()
- Method in class org.ascentphase.suit.
ComboListPopup
Returns the selected option that the user selected from the list.
getText()
- Method in class org.ascentphase.suit.
ListPopup
Returns the selected option that the user selected from the list.
getTruncatedWord(String, Font, int)
- Static method in class org.ascentphase.suit.
TextUtil
Returns the maximum number of characters within the given word that will fit into the specified width with the given word.
getWordsWithin(String, Font, int)
- Static method in class org.ascentphase.suit.
TextUtil
Returns all the words within the given string that will fit in the width specified with the given Font.
group
- Variable in class org.ascentphase.suit.
PushButton
H
handleCommandEvent(Command)
- Method in class org.ascentphase.suit.
InputPopup
handleCommandEvent(Command)
- Method in class org.ascentphase.suit.
KeyboardPopup
handleCommandEvent(Command)
- Method in class org.ascentphase.suit.
Panel
Notifies any listeners when a Command event occurs.
handleCommandEvent(Command)
- Method in class org.ascentphase.suit.
ComboListPopup
height
- Variable in class org.ascentphase.suit.
Field
height
- Variable in class org.ascentphase.suit.
QwertyKeyboard
height
- Variable in class org.ascentphase.suit.
ScrollList
highlightKey
- Variable in class org.ascentphase.suit.
QwertyKeyboard
I
initialize()
- Method in class org.ascentphase.suit.
KeyboardPopup
initialize(int)
- Method in class org.ascentphase.suit.
ListPopup
initialize(String)
- Method in class org.ascentphase.suit.
ComboListPopup
InputPopup
- class org.ascentphase.suit.
InputPopup
.
An InputPopup is an abstract class that acts like a popup form.
InputPopup()
- Constructor for class org.ascentphase.suit.
InputPopup
isItemSelected(int)
- Method in class org.ascentphase.suit.
ScrollList
Returns whether the given item index is selected.
itemList
- Variable in class org.ascentphase.suit.
ScrollList
ItemList
- interface org.ascentphase.suit.
ItemList
.
An interface that defines accessors to items available to a widget that displays lists of options.
items
- Variable in class org.ascentphase.suit.
ListPopup
ItemList which contains the options to display
K
KeyboardPopup
- class org.ascentphase.suit.
KeyboardPopup
.
A Popup that displays a QWERTY keyboard and a Field widget.
KeyboardPopup(String, int)
- Constructor for class org.ascentphase.suit.
KeyboardPopup
Initializes the KeyboardPopup with the given title and the given number of rows of text displayable.
KeyboardPopup(String, String, int)
- Constructor for class org.ascentphase.suit.
KeyboardPopup
Initializes the KeyboardPopup with the given title, the given default text and the given number of rows of text displayable.
keyPressed(int)
- Method in class org.ascentphase.suit.
Field
keyPressed(int)
- Method in class org.ascentphase.suit.
Panel
Called when a key is pressed.
keyPressed(int)
- Method in class org.ascentphase.suit.
Widget
Method called by the widget's containing Panel when a key is pressed and the widget has the Panel's focus.
keyReleased(int)
- Method in class org.ascentphase.suit.
Panel
Called when a key is released.
keyReleased(int)
- Method in class org.ascentphase.suit.
Widget
Method called by the widget's containing Panel when a key is released and the widget has the Panel's focus.
keyRepeated(int)
- Method in class org.ascentphase.suit.
Panel
Called when a key is repeated (held down).
L
label
- Variable in class org.ascentphase.suit.
Button
label
- Variable in class org.ascentphase.suit.
Label
label
- Variable in class org.ascentphase.suit.
PushButton
Label
- class org.ascentphase.suit.
Label
.
A simple String Label.
Label(String)
- Constructor for class org.ascentphase.suit.
Label
Creates a label with the given string.
Label(String, int)
- Constructor for class org.ascentphase.suit.
Label
Creates a label with the given string and anchor point.
lastKeySelected
- Variable in class org.ascentphase.suit.
QwertyKeyboard
list
- Variable in class org.ascentphase.suit.
VectorItemList
ListPopup
- class org.ascentphase.suit.
ListPopup
.
A component that contains a list of options the user can select from.
ListPopup(String, ItemList)
- Constructor for class org.ascentphase.suit.
ListPopup
Initializes the popup with the given form title and list of options.
ListPopup(String, ItemList, int)
- Constructor for class org.ascentphase.suit.
ListPopup
Initializes the popup with the given form title and list of options and has the given number of visible items at a time.
ListPopup(String, ItemList, String, int)
- Constructor for class org.ascentphase.suit.
ListPopup
Initializes the popup with the given form title and list of options.
M
maxLength
- Variable in class org.ascentphase.suit.
Field
MutexOption
- interface org.ascentphase.suit.
MutexOption
.
A class that implements this interface belongs to a group of MutexOptions of which only one MutexOption can be active.
MutexOptionGroup
- class org.ascentphase.suit.
MutexOptionGroup
.
A MutexOptionGroup contains one or more MutexOptions and makes sure that only one MutexOptioin is active at a time.
MutexOptionGroup()
- Constructor for class org.ascentphase.suit.
MutexOptionGroup
Default constructor.
O
org.ascentphase.suit
- package org.ascentphase.suit
OTHER
- Static variable in class org.ascentphase.suit.
ComboListPopup
Command event to indicate user selected user-defined option
P
paint(Graphics)
- Method in class org.ascentphase.suit.
Field
Draws the widget.
paint(Graphics)
- Method in class org.ascentphase.suit.
Button
Draws the widget.
paint(Graphics)
- Method in class org.ascentphase.suit.
QwertyKeyboard
Draws the widget.
paint(Graphics)
- Method in class org.ascentphase.suit.
Label
Draws the widget.
paint(Graphics)
- Method in class org.ascentphase.suit.
PushButton
Draws the widget.
paint(Graphics)
- Method in class org.ascentphase.suit.
TitleBar
Draws the widget.
paint(Graphics)
- Method in class org.ascentphase.suit.
Panel
paint
paint(Graphics)
- Method in class org.ascentphase.suit.
ScrollList
Draws the widget.
paint(Graphics)
- Method in class org.ascentphase.suit.
Widget
Draws the widget.
paint(Graphics)
- Method in class org.ascentphase.suit.
Trigger
Draws the widget.
Panel
- class org.ascentphase.suit.
Panel
.
A container that holds one or more widgets internally to be displayed.
Panel()
- Constructor for class org.ascentphase.suit.
Panel
penDown
- Variable in class org.ascentphase.suit.
Button
pointerDragged(int, int)
- Method in class org.ascentphase.suit.
Panel
Called when the pointer is dragged.
pointerDragged(int, int)
- Method in class org.ascentphase.suit.
Widget
Method called by the widget's containing Panel when a pointer is being dragged over the widget area.
pointerPressed(int, int)
- Method in class org.ascentphase.suit.
Button
pointerPressed(int, int)
- Method in class org.ascentphase.suit.
QwertyKeyboard
pointerPressed(int, int)
- Method in class org.ascentphase.suit.
Panel
Called when the pointer is pressed.
pointerPressed(int, int)
- Method in class org.ascentphase.suit.
Widget
Method called by the widget's containing Panel when a pointer is pressed over the widget area.
pointerReleased(int, int)
- Method in class org.ascentphase.suit.
Button
pointerReleased(int, int)
- Method in class org.ascentphase.suit.
QwertyKeyboard
pointerReleased(int, int)
- Method in class org.ascentphase.suit.
PushButton
pointerReleased(int, int)
- Method in class org.ascentphase.suit.
Panel
Called when the pointer is released.
pointerReleased(int, int)
- Method in class org.ascentphase.suit.
ScrollList
pointerReleased(int, int)
- Method in class org.ascentphase.suit.
Widget
Method called by the widget's containing Panel when a pointer is released over the widget area.
popupTitle
- Variable in class org.ascentphase.suit.
ListPopup
The form title of this popup
PushButton
- class org.ascentphase.suit.
PushButton
.
A PushButton is a button that behaves like a MutexOption.
PushButton(String, int, int, MutexOptionGroup)
- Constructor for class org.ascentphase.suit.
PushButton
Initialize a PushButton with the given text and belongs to the given MutexOptionGroup.
PushButton(String, MutexOptionGroup)
- Constructor for class org.ascentphase.suit.
PushButton
Initialize a PushButton with the given text and belongs to the given MutexOptionGroup.
Q
QwertyKeyboard
- class org.ascentphase.suit.
QwertyKeyboard
.
A Widget that display the QWERTY keyboard layout so the user can enter text via a pointer.
QwertyKeyboard()
- Constructor for class org.ascentphase.suit.
QwertyKeyboard
R
remove(Widget)
- Method in class org.ascentphase.suit.
Panel
Removes the given widget from the Panel.
rows
- Variable in class org.ascentphase.suit.
Field
rows
- Variable in class org.ascentphase.suit.
ScrollList
S
scroll
- Variable in class org.ascentphase.suit.
ListPopup
Internal scroll list widget
ScrollList
- class org.ascentphase.suit.
ScrollList
.
A selection list that allows a user to select one choice amongst many that are available.
ScrollList(ItemList, int, int)
- Constructor for class org.ascentphase.suit.
ScrollList
Creates a list with the given ItemList.
ScrollList(String[], int, int)
- Constructor for class org.ascentphase.suit.
ScrollList
Creates a list with the given array of Strings.
ScrollList(Vector, int, int)
- Constructor for class org.ascentphase.suit.
ScrollList
Creates a list with the given Strings in the Vector.
setActive(boolean)
- Method in interface org.ascentphase.suit.
MutexOption
Notifies whether the MutexOption is currently active or not in its group.
setActive(boolean)
- Method in class org.ascentphase.suit.
PushButton
setActiveOption(MutexOption)
- Method in class org.ascentphase.suit.
MutexOptionGroup
Sets the given MutexOption as the active option in the group.
setAnchor(int)
- Method in class org.ascentphase.suit.
Label
setCloseCommand(Command)
- Method in class org.ascentphase.suit.
InputPopup
Sets the Command event to indicate that the Popup has closed.
setCommand(Command)
- Method in class org.ascentphase.suit.
Widget
The command to throw for this widget.
setCommandListener(CommandListener)
- Method in class org.ascentphase.suit.
Panel
setFirstVisibleIndex(int)
- Method in class org.ascentphase.suit.
ScrollList
Sets the first option that is visible on the scroll list.
setLabel(String)
- Method in class org.ascentphase.suit.
Label
setLabel(String)
- Method in class org.ascentphase.suit.
Trigger
Sets the Trigger's label
setSelectedIndex(int)
- Method in class org.ascentphase.suit.
ScrollList
Sets the option at the given index as the active option.
setText(String)
- Method in class org.ascentphase.suit.
Field
SHIFT_KEY
- Static variable in class org.ascentphase.suit.
QwertyKeyboard
shifted
- Variable in class org.ascentphase.suit.
QwertyKeyboard
T
TextUtil
- class org.ascentphase.suit.
TextUtil
.
Static help methods for text utilities.
TextUtil()
- Constructor for class org.ascentphase.suit.
TextUtil
title
- Variable in class org.ascentphase.suit.
TitleBar
The text of the titlebar
TitleBar
- class org.ascentphase.suit.
TitleBar
.
This widget draws the titlebar on the Panel.
TitleBar(String, int)
- Constructor for class org.ascentphase.suit.
TitleBar
Initialize the titlebar with the given text and width in pixels.
Trigger
- class org.ascentphase.suit.
Trigger
.
A trigger is a component that acts like a button but does not necessarily start a business process.
Trigger(String)
- Constructor for class org.ascentphase.suit.
Trigger
Initialize a trigger with the given text.
V
VectorItemList
- class org.ascentphase.suit.
VectorItemList
.
An ItemList that uses a Vector as its underlying data source.
VectorItemList(Vector)
- Constructor for class org.ascentphase.suit.
VectorItemList
Initializes this class with the given Vector of String objects.
W
Widget
- class org.ascentphase.suit.
Widget
.
The superclass of any suit component.
Widget()
- Constructor for class org.ascentphase.suit.
Widget
width
- Variable in class org.ascentphase.suit.
Field
width
- Variable in class org.ascentphase.suit.
TitleBar
The width, in pixels, of the titlebar
width
- Variable in class org.ascentphase.suit.
ScrollList
A
B
C
F
G
H
I
K
L
M
O
P
Q
R
S
T
V
W
Package
Class
Tree
Deprecated
Index
Help
Ascent Phase Corp.
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2002 Ascent Phase Corp. All Rights Reserved.