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

A

acommand - Variable in class Knob
action command for this knob
actionListener - Variable in class Awt
ActionListener to notify clients
actionPerformed(ActionEvent) - Method in class Cal
implement actionlistener to catch knobs pressed
actionPerformed(ActionEvent) - Method in class DialogBox
Implement the Action listener interface.
actionPerformed(ActionEvent) - Method in class MenuKnob
notify our listeners
active - Variable in class Caption
component states (used for implementing classes)
activeRect - Variable in class Caption
list of hrefs in this caption. maps rectangle to string
add(int, int) - Method in class Cal
increment/decrement current date/time
addActionListener(ActionListener) - Method in class Awt
adds an actionListener
addActionListener(ActionListener) - Method in class DialogBox
Add ActionListener to this dialog
addButton(String) - Method in class DialogBox
Add a dialog button to this box.
addButton(String, String) - Method in class DialogBox
Add a dialog button to this box.
addButtons(String) - Method in class DialogBox
Add a dialog buttons to this box.
addComp(Component) - Method in class Base
Adds Component to our container Usually used only internally for new... routines
addItem(String) - Method in class MenuKnob
append a menu item
addItem(String) - Method in class MultiColumnList
Add a item row to the list with just one col
addItem(String[]) - Method in class MultiColumnList
Add a item row to the list
addItem(String, Component) - Method in class TabbedPanel
add a tab
addItemListener(ItemListener) - Method in class Awt
adds an itemListener
addItems(String[]) - Method in class MultiColumnList
several rows to the list with just one col
addItems(String[][]) - Method in class MultiColumnList
Add several rows to the list
addLayoutComponent(String, Component) - Method in class ColumnLayout
Just here to satisfy the interface.
addLayoutComponent(String, Component) - Method in class NullLayout
catch this to tell the original layout that widget was added
addNewCaption(String) - Method in class Base
Adds a new Caption to our container
addNewEditArea(String) - Method in class Base
Adds a new EditArea to our container
addNewEditField(String) - Method in class Base
Adds a new EditField to our container
addNewKnob(String) - Method in class Base
Adds a new Knob to our container
addNewMultiColumnList(String) - Method in class Base
Adds a new MultiColumnList to our container
addNewTriage(String) - Method in class Base
Adds a new Triage to our container
addNewXbox(String) - Method in class Base
Adds a new Xbox to our container
addNotify() - Method in class Awt
override java.awt.Panel.addNotify() called shortly after instantiation first chance to call measure()
addNotify() - Method in class MultiColumnList
override Awt.addNotify()
addTextListener(TextListener) - Method in class AwtText
implement TextComponent.addTextListener()
adjustable - Variable in class MultiColumnList
user adjustable ?
adjustmentValueChanged(AdjustmentEvent) - Method in class Awt
implement java.awt.event.AdjustmentListener
adjustmentValueChanged(AdjustmentEvent) - Method in class MultiColumnList
implement java.awt.event.AdjustmentListener
ALL - Static variable in class ColumnLayout
expand horz and vert
append(String) - Method in class EditArea
implement TextArea.append()
Array2Insets(int[]) - Static method in class Awt
Return Insets from an int array (used to set Insets from property file)
Awt - class Awt.
(#)Awt.java
Awt() - Constructor for class Awt
Contructor for an Awt component
AwtText - class AwtText.
(#)AwtText.java
AwtText() - Constructor for class AwtText
Default constructor

B

Background - Static variable in class Awt
make fg color equal to bg color
base - Variable in class Main
our instance of the client program
Base - class Base.
(#)Base.java
Base(Main) - Constructor for class Base
The contructor called from Main
Base(Main, String) - Constructor for class Base
The contructor called from other base object
baseargs - Variable in class Main
vectorized cmdline/applet args
baseframe - Variable in class Main
used for standalone progs or for floating applets
basename - Variable in class Main
usually the name of the client class
bg - Variable in class Awt
our Background
big - Variable in class Awt
Grphics for bim
bim - Variable in class Awt
backing image for flickerfree drawing
Black - Static variable in class Awt
the color black
BlueMask - Static variable in class Awt
used to determine the blue portion of this color spec
Bold - Static variable in class Awt
font style bold
bold(Font) - Static method in class Awt
Returns a bold font with same size and family
Bolditalic - Static variable in class Awt
font style bolditalic
bolditalic(Font) - Static method in class Awt
Returns a bolditalic font with same size and family
borderDepth - Variable in class Awt
borderdepth - thickness of border
BorderPanel - class BorderPanel.
(#)Cal.java
BorderPanel() - Constructor for class BorderPanel
The default contructor creates a regualr panel w/o decoration.
BorderPanel(int) - Constructor for class BorderPanel
Create a panel with the specified border type.
BorderPanel(int, String) - Constructor for class BorderPanel
Create a panel with the specified border type and title string.
BorderPanel(String) - Constructor for class BorderPanel
Create a panel with the specified title string.
borderType - Variable in class Awt
bordertype - one of NONE, RAISED, SUNKEN, BULK, TOP
borderw - Variable in class MultiColumnList
border width around titles & col separators
BOTTOM - Static variable in class Awt
Bottom position
Brighter - Static variable in class Awt
make fg color brighter
brighter(Color) - Static method in class Awt
Return a brighter version of color c
Bsy - Static variable in class DialogBox
busy image for standard dialogboxes
Bulk - Static variable in class Awt
Used to specify a border mode in property files. not used for text
BULK - Static variable in class Awt
a highlighted border/text
busyDialog(String) - Static method in class DialogBox
Static utility method to create a standard busy dialog.

C

C - Static variable in class Awt
Center position
Cal - class Cal.
(#)Cal.java
Cal() - Constructor for class Cal
default constructor - creates date date/time widget
Cal(int) - Constructor for class Cal
constructor - creates specified widget
Cal(int, Date) - Constructor for class Cal
constructor - creates specified widget with specified initial date/time
Cal(int, Date, Locale) - Constructor for class Cal
constructor - creates specified widget with specified initial date/time and specified locale (language)
CANCEL - Static variable in class DialogBox
Cancel string for standard dialogboxes (no i18n)
caption - Variable in class Caption
our contents
Caption - class Caption.
(#)Caption.java
Caption() - Constructor for class Caption
Constructor for an empty caption
Caption(String) - Constructor for class Caption
Standard constructor
Caption(String, int) - Constructor for class Caption
Constructor with additional alignment specification
cellexpn - Variable in class ColumnLayout
Should we expand each cell to fit exactly (as in GridLayout) ?
cellinset - Variable in class ColumnLayout
The border around each cell
cellpos - Variable in class ColumnLayout
where should the component be psoitioned within each cell ?
Center - Static variable in class Awt
Center alignment
CENTER - Static variable in class Awt
Center position
CENTER - Static variable in class ColumnLayout
Center position
centerWindow(Window) - Static method in class Awt
Center a window on screen.
checkEmpty(MultiColumnList, String) - Method in class Base
returns true if MultiColumnList is empty pops up Dialog if msg !
checkEmpty(String, String, int) - Method in class Base
returns true if String is shorter than minlen pops up Dialog if msg !
checkEmpty(TextComponent, String) - Method in class Base
returns true if TextComponent is empty pops up Dialog if msg !
cl - Variable in class Cal
holds current date/time
clear() - Method in class MultiColumnList
Remove everything from the list
cname(Object) - Static method in class Debug
put out a classname if requested
Color2Esc(Color) - Static method in class Awt
Returns the escape sequence for Color c
ColorMask - Static variable in class Awt
colors use the format C, where each color value can range from 0 to F.
ColumnLayout - class ColumnLayout.
(#)ColumnLayout.java
ColumnLayout(int, int, int, int, int) - Constructor for class ColumnLayout
Creates a column layout with default insets
ColumnLayout(int, int, int, int, int, Insets) - Constructor for class ColumnLayout
Creates a column layout
columns - Variable in class ColumnLayout
no of colums
componentStates - Variable in class Awt
save components states if this panel is set to disable
correctTZ(TimeZone) - Method in class Cal
Java treats MET as "Middle Eastern Time" not as "Middle European time" as expected.
cpos - Variable in class MultiColumnList
column x positions
cwidth - Variable in class MultiColumnList
proportional column widths (sum = 1.0)

D

Darker - Static variable in class Awt
make fg color darker
darker(Color) - Static method in class Awt
Return a darker version of color c
DATE - Static variable in class Cal
bitmask for showing date
datl - Variable in class Cal
date label - disply current date set
datp - Variable in class Cal
date panel
dayp - Variable in class Cal
day panel
days - Variable in class Cal
knobs for day of month selection
Debug - class Debug.
(#)Debug.java
Debug() - Constructor for class Debug
 
debug(Object) - Static method in class Debug
Debug object o if object o is to debug - no additional message
debug(Object, Object) - Static method in class Debug
Debug object o if object o is to debug on all levels - add message m
debug(Object, Object, Object) - Static method in class Debug
Debug object o if object o and level l is to debug - add message m
deleteItem(int) - Method in class MultiColumnList
Remove one row from the list
deleteItem(String) - Method in class MultiColumnList
Remove one row from the list (matching only first col)
deleteItem(String, int) - Method in class MultiColumnList
Remove one row from the list matching in col
df - Variable in class Cal
dateformat used for this widget
DialogBox - class DialogBox.
(#)DialogBox.java
DialogBox() - Constructor for class DialogBox
Construct a new Dialog.
DialogBox(Panel, String, String) - Constructor for class DialogBox
Construct a new Dialog.
dim(Color, int) - Static method in class Awt
Return a dimmed version of color c
dispose(Object) - Method in class DialogBox
Destroys this dialog
doHref(String, int, int, int, int) - Method in class Awt
callback routine for dynamic caption content should be overwritten by implementing classes
doHref(String, int, int, int, int) - Method in class Caption
Overwrite Awt.doHref()
doMeasure() - Method in class Awt
Utility function for Awt Components re-measures an invalidates if dims changed
dragcol - Variable in class MultiColumnList
column being resized (-1 for none)
drawCaption(Graphics, Color, Font, String, int, int, int, int, int, String) - Static method in class Awt
Draws a caption within the given box. drawCaption recognizes the escape sequences above for changing text characteristics and supports multiple lines
drawCaption(Graphics, Color, Font, String, int, int, int, int, int, String, Awt) - Static method in class Awt
Draws a caption within the given box. drawCaption recognizes the escape sequences above for changing text characteristics and supports multiple lines
drawLine(Graphics, Color, int, int, int, int, int, int) - Static method in class Awt
Draws a line between the given points
drawRectangle(Graphics, Color, int, int, int, int, int, int) - Static method in class Awt
Draws a rectangle within the given box
drawString(Graphics, Color, Font, String, int, int, int, int, int) - Static method in class Awt
Draws a string within the given box.
drawString(Graphics, Color, Font, String, int, int, int, int, int, Awt) - Static method in class Awt
Draws a string within the given box.
drawTriangle(Graphics, Color, int, int, int, int, int, int) - Static method in class Awt
Draws a triangle within the given box
duplicate() - Method in class Main
duplicate our applet by opening a new browser window (only in applet mode)

E

E - Static variable in class Awt
East position
E - Static variable in class ColumnLayout
East position
East - Static variable in class Awt
East alignment
echoCharIsSet() - Method in class EditField
implement TextField.echoCharIsSet()
EditArea - class EditArea.
(#)EditField.java
EditArea(int, int) - Constructor for class EditArea
Constructor with size spec
EditArea(String, int, int) - Constructor for class EditArea
Constructor with string init & size spec
EditArea(String, int, int, int) - Constructor for class EditArea
Constructor with string init & size spec & scrollbar spec
EditField - class EditField.
(#)EditField.java
EditField(int) - Constructor for class EditField
Constructor with length spec
EditField(String) - Constructor for class EditField
Constructor with string init
EditField(String, int) - Constructor for class EditField
Constructor with length spec & string init
EFFECT_MASK - Static variable in class Awt
effect mask - bits 4-7
entered - Variable in class Caption
 
enum2Array(Enumeration) - Static method in class Util
Convert an arbitrary Enumeration into an Array of Strings
enum2String(Enumeration, String) - Static method in class Util
Convert an arbitrary Enumeration into a single String separated with a specified delimiter character
enum2Vector(Enumeration) - Static method in class Util
Convert an arbitrary Enumeration into a Vector
equalsItem(String[], int, int[]) - Method in class MultiColumnList
See if item[] equals a specific row
Err - Static variable in class DialogBox
error image for standard dialogboxes
ERR - Static variable in class DialogBox
Error string for standard dialogboxes (no i18n)
error(Object) - Static method in class Debug
Report an error
error(Object, Component) - Static method in class Awt
Creates a nicely formatted error popup.
errorDialog(String) - Static method in class DialogBox
Static utility method to create a standard error dialog
Esc - Static variable in class Awt
Unicode replacement char.
exHref(String) - Static method in class Awt
Returns the invisible (left or href) part of a string resp. href.
exString(String) - Static method in class Awt
Returns the visible (right) part of a string resp. href.

F

Fifo - class Fifo.
(#)Fifo.java
Fifo() - Constructor for class Fifo
Constructs an unlimited Fifo with duplicate entries allowed.
Fifo(boolean) - Constructor for class Fifo
Constructs an unlimited Fifo with duplicate entries allowed or not allowed depending on unique.
Fifo(int) - Constructor for class Fifo
Constructs a Fifo limited to maxentries.
Fifo(int, boolean) - Constructor for class Fifo
Constructs a Fifo.
FILL - Static variable in class Awt
fill object (rectangle/triangle) - Outline is default
findItem(String) - Method in class MultiColumnList
Find an item in column 0 - return row on succes ot -1 otherwis
findItem(String[], int[]) - Method in class MultiColumnList
Find an item in specific columns - return row on succes ot -1 otherwise
findItem(String, int) - Method in class MultiColumnList
Find an item in a specific column - return row on succes ot -1 otherwise
Flat - Static variable in class Awt
the default 'effect'
focusGained(FocusEvent) - Method in class Awt
implement java.awt.event.FocusListener
focusLost(FocusEvent) - Method in class Awt
implement java.awt.event.FocusListener
font - Variable in class Base
handle for default font.
FontMask - Static variable in class Awt
Mask for computing fontsizes
fonts - Static variable in class Awt
font cache
FontSize0 - Static variable in class Awt
font sizes absolute
FontSizeMask - Static variable in class Awt
Mask for computing fontsizes
Foreground - Static variable in class Awt
make fg color equal to fg color (same as setting it to default)

G

get(String) - Method in class Main
get an Object from our resource hierachy.
get(String, int) - Method in class Main
get an Object from our resource hierachy.
getActionCommand() - Method in class Knob
get current action command
getAppletContext(Component) - Static method in class Awt
Gets the current applet context if any
getAppletInfo() - Method in class Main
satisfy curious browser
getArg(String) - Method in class Main
fetch boolean arguments from args vector
getArg(String, int) - Method in class Main
fetch int arguments from args vector
getArg(String, Object) - Method in class Main
fetch arguments from args vector
getArg(String, String) - Method in class Main
fetch String arguments from args vector
getBaseLayout() - Method in class NullLayout
get current base layout
getBG() - Method in class Awt
return the object currently used as BG for this comp Attn: all BG's are converted to Image the first time used So this routine usually returns Object type Image
getBGImage() - Method in class Awt
get the BG Image if any
getBGParent() - Method in class Awt
walk up the component tree to find a parent with a BG !
getBGParentImage() - Method in class Awt
walk up the component tree to find a BG !
getBorderDepth() - Method in class Awt
get borderdepth
getBorderRectangle() - Method in class Awt
Get this comps rectangle within border totalsize - insets - borderDepth
getBorderType() - Method in class Awt
get bodertype
getButton(int) - Method in class DialogBox
Get the button object for a specific dialog button.
getCalendar() - Method in class Cal
get this widget's date/time as Calendar object
getCaption() - Method in class Caption
get current caption
getCaretPosition() - Method in class AwtText
implement TextComponent.getCaretPosition()
getClassName(Object) - Static method in class Debug
Return classname of Object. o ist eiter:
- a Class object
- a String containing the class name
- or the Object itself
getCloseWindowCommand() - Method in class DialogBox
Get the close window command of this dialog.
getColor(char, Color, Color, Color) - Static method in class Awt
Returns the modified color for escape char u leaves color unchanged if u does not descibe any color characteristics
getColor(Object) - Static method in class Awt
Try to get color.
getColumnCount() - Method in class MultiColumnList
Return the column count
getColumns() - Method in class EditArea
implement TextArea.getColumns()
getColumns() - Method in class EditField
implement TextField.getColumns()
getDate() - Method in class Cal
get this widget's current date/time
getEchoChar() - Method in class EditField
implement TextField.getEchoChar()
getFont(char, Font, Font) - Static method in class Awt
Returns the modified font for escape char u leaves font unchanged if u does not descibe any font characteristics
getFont(Object) - Static method in class Awt
Try to get a font.
getFont(String, int, int) - Static method in class Awt
Try to get a font from our cache.
getFrame() - Method in class DialogBox
Get parent frame.
getHash(String) - Method in class Main
get a hashtable from a resource file
getHelptext() - Method in class BorderPanel
Get this panels help text
getHost() - Method in class Main
get our origin hostname (only in applet mode)
getHref() - Method in class Caption
get current Hyper reference if any
getIconRectangle() - Method in class BorderPanel
calculate icon position & size
getInnerInsets() - Method in class Awt
get current inner border
getInnerRectangle() - Method in class Awt
Get this comps inner rectangle totalsize - insets - borderDepth - innerInsets
getInsets() - Method in class Awt
get current border
getInsets() - Method in class BorderPanel
get Insets for this panel. insets + innerInsets + titlehight
getInt(String) - Method in class Base
Convenience routines to get a int Property.
getInt(String, int) - Method in class Base
Convenience routines to get a int Property.
getIntArray(String) - Method in class Base
Convenience routines to get an intarray Property.
getIntArrayP() - Method in class Base
Convenience routines to get a intarray Property.
getIntArrayP(String) - Method in class Base
Convenience routines to get a intarray Property.
getIntP() - Method in class Base
Convenience routines to get a int Property.
getIntP(String) - Method in class Base
Convenience routines to get a int Property.
getIntP(String, int) - Method in class Base
Convenience routines to get a int Property.
getItem(int) - Method in class MenuKnob
return a menu item
getItem(int) - Method in class MultiColumnList
Returns the contents of a given row (all cols)
getItem(int, int) - Method in class MultiColumnList
Returns the contents of a given cell
getItem(int, int[]) - Method in class MultiColumnList
Returns the contents of a given row (selected cols)
getItemCount() - Method in class MenuKnob
return number of items in menu
getItemCount() - Method in class MultiColumnList
Return the item count
getItems() - Method in class MultiColumnList
Returns the all content
getItems(int) - Method in class MultiColumnList
gets the contents of one given col as string array
getItems(int[]) - Method in class MultiColumnList
Gets the contents of given cols as string array
getLabel() - Method in class Caption
get current caption (compat with java.awt.Label)
getLang() - Method in class Main
get the current language
getMetrics(Font) - Static method in class Awt
Returns Metrics for font
getMinimumSize() - Method in class Awt
override java.awt.Panel.getMinimumSize()
getMinimumSize() - Method in class TabbedPanel
override java.awt.Panel.getMinimumSize() See getPreferredSize()
getMode() - Method in class Cal
get this widget's mode
getMode() - Method in class Caption
get current mode
getMode(char, int, int) - Static method in class Awt
Returns the modified mode for escape char u leaves mode unchanged if u does not descibe any mode characteristics
getNextPosition(int) - Method in class StringSplitter
Return index of next position within string. return -1 for none
getObject(String) - Method in class Base
Convenience routines to get a Object Property.
getObjectP() - Method in class Base
Convenience routines to get a Object Property.
getObjectP(String) - Method in class Base
Convenience routines to get a Object Property.
getPanel() - Method in class DialogBox
Get the main panel (content of this dialog).
getParameterInfo() - Method in class Main
satisfy curious browser
getParent() - Method in class DialogBox
Get parent frame.
getPosition(int) - Static method in class Awt
Exctract position bits from m.
getPreferredSize() - Method in class Awt
override java.awt.Panel.getPreferredSize() and return our minimum size
getPreferredSize() - Method in class TabbedPanel
override java.awt.Panel.getPreferredSize() and return our minimum size
getPrefix() - Method in class Triage
Get the prefix
getRectangle() - Method in class Awt
Get this comps rectangle totalsize - insets
getResizable() - Method in class DialogBox
Dialog resizeable ?
getRows() - Method in class EditArea
implement TextArea.getRows()
getSelectedIndex() - Method in class MenuKnob
return index of currently selected item
getSelectedIndex() - Method in class MultiColumnList
Return the selected row
getSelectedIndex() - Method in class TabbedPanel
get index of selected tab
getSelectedItem() - Method in class MenuKnob
return currently selected item
getSelectedItem() - Method in class MultiColumnList
Return the selected item
getSelectedObjects() - Method in class Awt
implement java.awt.ItemSelectable
getSelectedObjects() - Method in class MenuKnob
implement ItemSelectable
getSelectedObjects() - Method in class MultiColumnList
implement ItemSelectable()
getSelectedText() - Method in class AwtText
implement TextComponent.getSelectedText()
getSelectionEnd() - Method in class AwtText
implement TextComponent.getSelectionEnd()
getSelectionStart() - Method in class AwtText
implement TextComponent.getSelectionStart()
getSortColumn() - Method in class MultiColumnList
which column to sort ?
getState() - Method in class Xbox
 
getString(String) - Method in class Base
Convenience routines to get a String Property.
getString(String) - Method in class Main
get a String from our resource hierachy.
getString(String) - Method in interface ParserListener
get a string to resolve variables
getString(String, String) - Method in class Base
Convenience routines to get a String Property.
getStringArray(String) - Method in class Base
Convenience routines to get a Stringarray Property.
getStringArrayP() - Method in class Base
Convenience routines to get a Stringarray Property.
getStringArrayP(String) - Method in class Base
Convenience routines to get a Stringarray Property.
getStringP() - Method in class Base
Convenience routines to get a String Property.
getStringP(String) - Method in class Base
Convenience routines to get a String Property.
getStringP(String, String) - Method in class Base
Convenience routines to get a String Property.
getTab(char, Font, int) - Static method in class Awt
Returns the tab position for escape char u return default tab if u does not descibe any tab position
getText() - Method in class AwtText
implement TextComponent.getText()
getText() - Method in class Caption
get current caption (compat with java.awt.TextComponent)
getTextArea() - Method in class EditArea
Return the wrapped comp
getTextField() - Method in class EditField
Return the wrapped comp
getTime() - Method in class Cal
get this widget's current time as seconds from 1970
getTitle() - Method in class Caption
get current caption (compat with java.awt.Label)
getTitle() - Method in class DialogBox
Get the title of this dialog.
getTitleRectangle() - Method in class BorderPanel
calculate title position & size
getTitles() - Method in class MultiColumnList
get all column titles
getTopComponent(Component) - Static method in class Awt
Gets the toplevel component (usually a frame)
getUniqueColumns() - Method in class MultiColumnList
which columns are unique ?
getVisibleCols() - Method in class MultiColumnList
how many columns are currently visible?
getWidths() - Method in class MultiColumnList
get the proportional widths of each column
GreenMask - Static variable in class Awt
used to determine the green portion of this color spec

H

hasMoreElements() - Method in class StringSplitter
Same as hasMoreTokens().
hasMoreTokens() - Method in class StringSplitter
Tests if there are more tokens/splitter available from this string.
hasMoreTokens(int) - Method in class StringSplitter
Tests if there are more tokens/splitter available from this string.
helpText - Variable in class BorderPanel
helptext for this panel null for none
HORZ - Static variable in class ColumnLayout
expand horz
Href - Static variable in class Awt
start of a href
HREF - Static variable in class Awt
the following text is a href
Hrefend - Static variable in class Awt
end of a href (or use flat/default)
hrefs - Variable in class Caption
list of hrefs in this caption. maps rectangle to string

I

iconDist - Variable in class Caption
icon layout if any
iconPos - Variable in class Caption
 
iconVisible() - Method in class BorderPanel
is icon currently visible ?
image - Variable in class MultiColumnList
backing image for flickerfree drawing
ImageCanvas - class ImageCanvas.
(#)ImageCanvas.java
ImageCanvas(Image) - Constructor for class ImageCanvas
Construct a new ImageCanvas.
in(Object) - Method in class Fifo
add an object to this fifo
Inf - Static variable in class DialogBox
info image for standard dialogboxes
INF - Static variable in class DialogBox
Info string for standard dialogboxes (no i18n)
infoDialog(String) - Static method in class DialogBox
Static utility method to create a standard info dialog.
inFrame - Variable in class Main
the current mode (applet or normal prog)
init_() - Method in class Main
the common part of the init routine
init() - Method in class Main
the applet part of the init routine
innerInsets - Variable in class Awt
insets within this comp
insert(String, int) - Method in class EditArea
implement TextArea.insert()
insets - Variable in class Awt
insets around this comp
invalid - Variable in class Caption
is layout invalid ?
invalidate() - Method in class Awt
Overwrite java.awt.component.invalidate() to do measuring .
invalidate() - Method in class AwtText
overwrite invalidate to set Font
invalidate() - Method in class Caption
Overwrite Awt.invalidate()
isActive() - Method in class Caption
get current state
isAdjustable() - Method in class MultiColumnList
can this lists columns be adjusted by user ?
isApplet - Variable in class Main
the current mode (applet or normal prog)
isApplet() - Method in class Main
are we an applet?
isAppletCheck() - Method in class Main
are we an applet?
isBulk(int) - Static method in class Awt
True if m describes effect Bulk.
isClass(Object) - Static method in class Debug
Check if class o was requested to debug.
isEditable() - Method in class AwtText
implement TextComponent.isEditable()
isEffect(int) - Static method in class Awt
True if m describes an effect (see above).
isEntered() - Method in class Caption
get current state
isFill(int) - Static method in class Awt
True if m describes effect Fill.
isHref(int) - Static method in class Awt
True if we are in Href mode.
isLevel(Object) - Static method in class Debug
Check if level l was requested to debug.
isModal() - Method in class DialogBox
Get the modal behavior of this dialog.
isMSJVM() - Static method in class Awt
Check if this is a MS JVM
isNS4JVM() - Static method in class Awt
Check if this is a Netscape 4 JVM
isRaised(int) - Static method in class Awt
True if m describes effect Raised.
isShowing() - Method in class DialogBox
Dialog on screen ?
isShowTitle() - Method in class MultiColumnList
is a title shown ?
isSortReverse() - Method in class MultiColumnList
reverse sort set ?
isSunken(int) - Static method in class Awt
True if m describes effect Sunken.
isUline(int) - Static method in class Awt
True if m describes effect Underline.
isValidColumn(int) - Method in class MultiColumnList
check if a column is valid
isValidRow(int) - Method in class MultiColumnList
check if a row is valid
Italic - Static variable in class Awt
font style italic
italic(Font) - Static method in class Awt
Returns a italic font with same size and family
itemListener - Variable in class Awt
ItemListener to notify clients
items - Variable in class MultiColumnList
items per column (arraysize = no. of cols)

J

jvendor - Static variable in class Awt
java vendor
jversion - Static variable in class Awt
java version

K

keyPressed(KeyEvent) - Method in class Awt
implement java.awt.event.KeyListener
keyPressed(KeyEvent) - Method in class MultiColumnList
implement java.awt.event.KeyListener
keyReleased(KeyEvent) - Method in class Awt
implement java.awt.event.KeyListener
keyTyped(KeyEvent) - Method in class Awt
implement java.awt.event.KeyListener
keyTyped(KeyEvent) - Method in class MultiColumnList
implement java.awt.event.KeyListener
Knob - class Knob.
(#)Knob.java
Knob() - Constructor for class Knob
create an empty knob
Knob(String) - Constructor for class Knob
create a knob with speified label

L

lang - Variable in class Main
global language - initialized from system default
Larger - Static variable in class Awt
font size relative larger
larger(Font) - Static method in class Awt
Returns a larger font with same family and style
lastclick - Variable in class MultiColumnList
last mouse click time (to enable doubleclick)
layoutContainer(Container) - Method in class ColumnLayout
Position the children.
layoutContainer(Container) - Method in class NullLayout
Move all widgets out of sight!
LEFT - Static variable in class Awt
Left position
loadImage(String) - Method in class Awt
Creates an image either form URL or Archive Returns null on failure.
loadImageFromArchive(String) - Static method in class Awt
Creates an image from a Archive At least this is what Netscape 4.x does.
loadImageFromStream(InputStream) - Static method in class Awt
Creates an image from an InputStream
loadImageFromURL(String) - Static method in class Awt
Creates an image from an url.

M

main - Variable in class Base
handle for main object.
Main - class Main.
(#)Main.java
Main() - Constructor for class Main
 
main(String[]) - Static method in class Main
main() for standalone programms
makeBim() - Method in class Awt
 
makeVisible() - Method in class MultiColumnList
Make sure selected item is visble
maxentries - Variable in class Fifo
Maximal number of entries. 0 for unlimited
measure() - Method in class Awt
Return currently needed Dimension Should be overridden by Awt Components
measure() - Method in class AwtText
implement Awt.measure()
measure() - Method in class BorderPanel
calculate required sizes for this panel
measure() - Method in class Cal
get this widget's required size
measure() - Method in class Caption
calculate required sizes
measure() - Method in class ImageCanvas
Return size needed for this widget
measure() - Method in class MultiColumnList
calculate required sizes
measureCaption() - Method in class BorderPanel
calculate Caption (Title) size including a fix one pixel border left/right two pixel top/bottom
measureCaption() - Method in class Caption
calculate Caption (Title) size including a fix one pixel border left/right two pixel top/bottom
measureCaption() - Method in class Triage
overwrite MenuKnob.measureCaption()
measureCaption(String, Font, Font, String) - Static method in class Awt
Calculates the box needed to draw the caption
measureIcon() - Method in class BorderPanel
calculate Icon size including a fix one pixel border left/right two pixel top/bottom
measureIcon() - Method in class Caption
calculate Icon size - intended as a placeholder for implementing classes
measureIcon() - Method in class MenuKnob
return dims needed for icon
measureIcon() - Method in class Xbox
overwrite Caption.measureIcon()
measureString(String, Font) - Static method in class Awt
Calculates the box needed to draw the string
measureTitleHeight() - Method in class BorderPanel
calculate titlehight, if any
menuItems - Variable in class MenuKnob
fifo that holds the menu items
MenuKnob - class MenuKnob.
(#)MenuKnob.java
MenuKnob() - Constructor for class MenuKnob
Standard constructor - no label - empty menu
MenuKnob(String[]) - Constructor for class MenuKnob
MenuKnob constructor - no label - initial menu
MenuKnob(String, String[]) - Constructor for class MenuKnob
MenuKnob constructor - initial label - initial menu
mini() - Method in class BorderPanel
Get this panels state
miniMizable - Variable in class BorderPanel
can this panel be minimized ?
minimizable() - Method in class BorderPanel
Get this panels miniMizable property
minimumDimension - Variable in class Awt
the dimension for comp
minimumLayoutSize(Container) - Method in class ColumnLayout
Calculate the minimum layout size.
minimumLayoutSize(Container) - Method in class NullLayout
Layout size is just the border - nothing else
minVisibleCols - Variable in class MultiColumnList
minimal no. of rows that must be visible
minVisibleRows - Variable in class MultiColumnList
to determine minimal space required
MISC_MASK - Static variable in class Awt
mode mask - bits 8-11
moc - Variable in class MultiColumnList
mouse over column
mode - Variable in class Cal
currend mode: TIME, DATE, DATE|TIME
mode - Variable in class Caption
Modes
Monospaced - Static variable in class Awt
font family Monospaced
monospaced(Font) - Static method in class Awt
Returns a monospaced font with same size and style
mouseClicked(MouseEvent) - Method in class Awt
implement java.awt.event.MouseListener
mouseClicked(MouseEvent) - Method in class BorderPanel
implement java.awt.event.MouseListener
mouseClicked(MouseEvent) - Method in class Tip
React on mouse click event
mouseDragged(MouseEvent) - Method in class Awt
implement java.awt.event.MouseListener
mouseDragged(MouseEvent) - Method in class Knob
implement mouse listener
mouseDragged(MouseEvent) - Method in class MultiColumnList
implement java.awt.event.MouseListener actively update screen while mouse drags column separator
mouseEntered(MouseEvent) - Method in class Awt
implement java.awt.event.MouseListener
mouseExited(MouseEvent) - Method in class Awt
implement java.awt.event.MouseListener
mouseExited(MouseEvent) - Method in class BorderPanel
implement java.awt.event.MouseListener
mouseExited(MouseEvent) - Method in class Caption
implement java.awt.event.MouseListener
mouseExited(MouseEvent) - Method in class Knob
implement mouse listener
mouseExited(MouseEvent) - Method in class MultiColumnList
implement java.awt.event.MouseListener
mouseMoved(MouseEvent) - Method in class Awt
implement java.awt.event.MouseListener
mouseMoved(MouseEvent) - Method in class BorderPanel
implement java.awt.event.MouseListener
mouseMoved(MouseEvent) - Method in class Caption
implement java.awt.event.MouseListener
mouseMoved(MouseEvent) - Method in class Knob
implement mouse listener
mouseMoved(MouseEvent) - Method in class MultiColumnList
implement java.awt.event.MouseListener Check if mouse is over a column separator & change cursor
mousePressed(MouseEvent) - Method in class Awt
implement java.awt.event.MouseListener
mousePressed(MouseEvent) - Method in class Caption
implement java.awt.event.MouseListener
mousePressed(MouseEvent) - Method in class Knob
implement mouse listener
mousePressed(MouseEvent) - Method in class MultiColumnList
implement java.awt.event.MouseListener
mouseReleased(MouseEvent) - Method in class Awt
implement java.awt.event.MouseListener
mouseReleased(MouseEvent) - Method in class Knob
implement mouse listener
msg(Exception) - Static method in class Debug
format the error msg
msg(Object) - Static method in class Debug
format the error msg
MultiColumnList - class MultiColumnList.
(#)MultiColumnList.java
MultiColumnList(String[], int, int, int) - Constructor for class MultiColumnList
Creates a new scrolling list.

N

N - Static variable in class Awt
North position
N - Static variable in class ColumnLayout
North position
NE - Static variable in class Awt
NorthEast position
NE - Static variable in class ColumnLayout
NorthEast position
newCaption(String) - Method in class Base
Creates a new Caption
newEditArea(String) - Method in class Base
Creates a new EditArea (multi-line input)
newEditField(String) - Method in class Base
Creates a new EditField (single-line input)
newKnob(String) - Method in class Base
Creates a new Knob (Button)
newMultiColumnList(String) - Method in class Base
Creates a new MultiColumnList
newTriage(String) - Method in class Base
Creates a new Triage (Choice)
newXbox(String) - Method in class Base
Creates a new Xbox (Checkbox)
nextElement() - Method in class StringSplitter
Same as nextToken().
nextToken() - Method in class StringSplitter
Returns the next token available from this string or null
None - Static variable in class Awt
reset all styles to default
NONE - Static variable in class Awt
One special mode
NONE - Static variable in class ColumnLayout
do not expand or no rubbercol/row
North - Static variable in class Awt
North alignment
NorthEast - Static variable in class Awt
NorthEast alignment
NorthWest - Static variable in class Awt
NorthWest alignment
notifyActionListeners(ActionEvent) - Method in class Awt
notifies all actionListeners
notifyActionListeners(int) - Method in class DialogBox
Notify all ActionListener
notifyItemListeners(ItemEvent) - Method in class Awt
notifies all itemListeners
Null - Static variable in class Awt
Unicode null char.
nullLayout - Variable in class BorderPanel
nulllayout is used when minimized
NullLayout - class NullLayout.
(#)NullLayout.java
NullLayout() - Constructor for class NullLayout
The default constructor does - nothing
NW - Static variable in class Awt
NorthWest position
NW - Static variable in class ColumnLayout
NorthWest position

O

OK - Static variable in class DialogBox
OK string for standard dialogboxes (no i18n)
onPress() - Method in class Knob
what to do on mouse press
onPress() - Method in class MenuKnob
pop up the menu
onPress() - Method in class Xbox
change state on mousePress Event
onRelease() - Method in class Knob
what to do on mouse release
onRelease() - Method in class Xbox
ignore mouseRelease Event
out() - Method in class Fifo
remove an object from this fifo

P

pack() - Method in class DialogBox
Make it nice looking
paint(Graphics) - Method in class Awt
Actually do the work ... this basic paint() routine just draws the border.
paint(Graphics) - Method in class BorderPanel
Overwirte paint to do the actual artwork ;-)
paint(Graphics) - Method in class Caption
Overwirte paint to do the actual artwork ;-)
paint(Graphics) - Method in class ImageCanvas
Actually paint the image
paint(Graphics) - Method in class MultiColumnList
Overwirte paint to do the actual artwork ;-)
paint(Graphics) - Method in class Triage
overwrite MenuKnob.paint()
paintBackground(Graphics) - Method in class Awt
Paint the Background
paintBackground(Graphics, int, int, int, int) - Method in class Awt
Paint the Background
paintBim(Graphics) - Method in class Awt
 
paintBorder(Graphics, int, int, int, int) - Method in class Awt
Paint the border
paintCaption(Graphics, int, int, int, int) - Method in class BorderPanel
Paint the Caption (Title)
paintCaption(Graphics, int, int, int, int) - Method in class Caption
Paint the Caption (Title)
paintIcon(Graphics, int, int, int, int) - Method in class BorderPanel
Paint the Icon
paintIcon(Graphics, int, int, int, int) - Method in class Caption
Paint the Icon
paintIcon(Graphics, int, int, int, int) - Method in class MenuKnob
Paint the Icon
paintIcon(Graphics, int, int, int, int) - Method in class Triage
overwrite MenuKnob.paintIcon() since we use a rectangle as handle
paintIcon(Graphics, int, int, int, int) - Method in class Xbox
overwrite Caption.paintIcon()
parseError(String) - Method in class Main
implement ParserListener
parseError(String) - Method in interface ParserListener
called if an error occurs
Parser - class Parser.
This class is a scanner generated by JFlex 1.3.5
Parser(InputStream) - Constructor for class Parser
Creates a new scanner.
Parser(Reader) - Constructor for class Parser
Creates a new scanner There is also a java.io.InputStream version of this constructor.
ParserListener - interface ParserListener.
(#)ParserListener.java
Plain - Static variable in class Awt
font style plain
plain(Font) - Static method in class Awt
Returns a plain font with same size and family
POSITION_MASK - Static variable in class Awt
positions / directions mask - the lowest 4 bits 0-3
preferredLayoutSize(Container) - Method in class ColumnLayout
Calculate the preferred layout size.
preferredLayoutSize(Container) - Method in class NullLayout
Layout size is just the border - nothing else
prefix - Variable in class Base
prefix used to distinguish different base objects
prefix - Variable in class Triage
String to prefix currently displayed choice with e.g. to change font, color etc.
println(String, Object) - Static method in class Debug
print a debug string
put(String, Object) - Method in class Main
Put an object in the var bucket. null keys are ignored - null valued cause the key to be deleted from bucket
putObject(String, Object) - Method in class Base
Convenience routine to put a variable in the main var bucket
putObjectP(Object) - Method in class Base
Convenience routine to put a variable in the main var bucket Short for putObject(prefix, );
putObjectP(String, Object) - Method in class Base
Convenience routine to put a variable in the main var bucket Short for putObject(prefix + , );

R

Raised - Static variable in class Awt
shadow effect to emphasize text
RAISED - Static variable in class Awt
a raised border
RedMask - Static variable in class Awt
used to determine the red portion of this color spec
refresh() - Method in class Awt
Refresh (force new layout) starting from this component down the tree
refresh(Component) - Static method in class Awt
Refresh (force new layout) starting from component up the tree
refreshAll() - Method in class Awt
Refresh (force new layout) starting from root component up the tree
remainingString() - Method in class StringSplitter
Returns the remaining String of this string or null
removeActionListener(ActionListener) - Method in class Awt
removes an actionListener
removeActionListener(ActionListener) - Method in class DialogBox
Remove ActionListener to this dialog
removeActionListeners() - Method in class DialogBox
Remove all ActionListener
removeAll() - Method in class MultiColumnList
Remove everything from the list
removeItem(Component) - Method in class TabbedPanel
remove a tab
removeItemListener(ItemListener) - Method in class Awt
removes an itemListener
removeLayoutComponent(Component) - Method in class ColumnLayout
Just here to satisfy the interface.
removeLayoutComponent(Component) - Method in class NullLayout
catch this to tell the original layout that widget was removed
removeTextListener(TextListener) - Method in class AwtText
implement TextComponent.removeTextListener()
replace(String, ParserListener) - Static method in class Parser
 
replaceRange(String, int, int) - Method in class EditArea
implement TextArea.replaceRange()
rescache - Variable in class Main
cache for already opened resources
restable - Variable in class Main
a four level resource hierachy
RIGHT - Static variable in class Awt
Right position
rubbercolumn - Variable in class ColumnLayout
which col to expand if parent larger than preferred size
rubberrow - Variable in class ColumnLayout
which row to expand if parent larger than preferred size.

S

S - Static variable in class Awt
South position
S - Static variable in class ColumnLayout
South position
SansSerif - Static variable in class Awt
font family SansSerif
sansserif(Font) - Static method in class Awt
Returns a sansserif font with same size and style
scrollbar - Variable in class MultiColumnList
scrollbar at the right side
SE - Static variable in class Awt
SouthEast position
SE - Static variable in class ColumnLayout
SouthEast position
select(int) - Method in class MenuKnob
set selected item
select(int, int) - Method in class AwtText
implement TextComponent.select()
select(String) - Method in class MenuKnob
set selected item - first matching
selectAll() - Method in class AwtText
implement TextComponent.selectAll()
selectedItem - Variable in class MenuKnob
currently selected item 0 = first
selrow - Variable in class MultiColumnList
selected row (-1 for no selection)
SEPARATOR - Static variable in class MenuKnob
String that is recognized as a separator
Serif - Static variable in class Awt
font family Serif
serif(Font) - Static method in class Awt
Returns a serif font with same size and style
set() - Method in class Cal
internally called if something has changed
set(int, int) - Method in class Cal
set current date/time
setActionCommand(String) - Method in class Knob
set current action command
setActive(boolean) - Method in class Caption
set current activity state
setAdjustable(boolean) - Method in class MultiColumnList
Turns on or off the user's ability to adjust column widths
setArgs(String) - Static method in class Debug
Configure debugging from command line arg.
setAttr(Component, String) - Method in class Base
Sets the attributes for component Usually used only internally for new... routines
setAttrTip(Component, String) - Method in class Base
Sets the attributes for component.
setBackground(Color) - Method in class Main
set the default background color
setBackground(Component) - Static method in class Awt
Set BG color of a (AWT) component
setBaseLayout(LayoutManager) - Method in class NullLayout
replace the base layout
setBG(Object) - Method in class Awt
set the BG for this comp.
setBGIfNull(Object) - Method in class Awt
set the BG for this comp only if none is currently present (even from parent)
setBorderDepth(int) - Method in class Awt
set borderdepth
setBorderType(int) - Method in class Awt
set bodertype
setBorderType(String) - Method in class Awt
set bodertype - String version (attributes from property file)
setBounds(int, int, int, int) - Method in class Awt
Overwrite Component.setBounds() to recognize resizing
setBounds(int, int, int, int) - Method in class AwtText
overwrite setBounds to set Size of wrapped comp
setBounds(int, int, int, int) - Method in class MultiColumnList
Called by the system when this component gets resized - intercept to do some layout
setButtonAction(int, String) - Method in class DialogBox
Utility method to change the action string for a dialog button.
setButtonEnabled(int, boolean) - Method in class DialogBox
Utility method to en-/disable a dialog button.
setCalendar(Calendar) - Method in class Cal
set current date/time
setCaption(String) - Method in class Caption
set a new caption
setCaretPosition(int) - Method in class AwtText
implement TextComponent.setCaretPosition()
setClass(Class, boolean) - Static method in class Debug
Set/unset debugging classes
setClass(String, boolean) - Static method in class Debug
Set/unset debugging classes
setCloseWindowCommand(String) - Method in class DialogBox
Set the close window command of this dialog.
setColumns(int) - Method in class EditArea
implement TextArea.setColumns()
setColumns(int) - Method in class EditField
implement TextField.setColumns()
setDate(Calendar) - Method in class Cal
set current date/time
setDate(Date) - Method in class Cal
set current date/time
setDate(String, DateFormat) - Method in class Cal
set current date/time from string using specified date format
setDate(String, String) - Method in class Cal
set current date/time from string using specified date format
setEchoChar(char) - Method in class EditField
implement TextField.setEchoChar()
setEditable(boolean) - Method in class AwtText
implement TextComponent.setEditable()
setEnabled(boolean) - Method in class Awt
override java.awt.Panel.setEnabled() just to recocnize state change
setEnabled(boolean) - Method in class TabbedPanel
Overwrite setEnabled to do repaint
setEntered(boolean) - Method in class Caption
set current entered state
setFifo(Fifo) - Method in class MenuKnob
replace this widgets datamodel - give it a new menu
setFlags(String, boolean) - Static method in class Debug
Set debugging flags
setFont(Font) - Method in class Awt
override java.awt.Panel.setFont(Font font) just to recognize the change
setFont(Font) - Method in class Main
set the default font
setFont(TextComponent) - Static method in class Awt
Set font of a (AWT) textcomponent
setForeground(Color) - Method in class Main
set the default foreground color
setForeground(Component) - Static method in class Awt
Set FG color of a (AWT) component
setHelptext(String) - Method in class BorderPanel
Set the help text for this panel
setInnerInsets(Insets) - Method in class Awt
sets a new border
setInsets(Insets) - Method in class Awt
sets a new border
setItem(int, int, String) - Method in class MultiColumnList
Sets the contents of a given cell
setLabel(String) - Method in class Caption
set a new caption (compat with java.awt.Label)
setLayout(LayoutManager) - Method in class BorderPanel
Overwite setLayout() to be able to save old layout
setLevel(String, boolean) - Static method in class Debug
Set/unset debugging levels
setMini(boolean) - Method in class BorderPanel
Force this panel to a specific state
setMinimizable(boolean) - Method in class BorderPanel
Set the miniMizable property for this panel
setModal(boolean) - Method in class DialogBox
Set the modal behavior of this dialog.
setMode(int) - Method in class Cal
set this widget mode - TIME, DATE or DATE|TIME
setMode(int) - Method in class Caption
set the mode
setModule(String) - Method in class Main
set the module name to use as second level in the resource lookup hierachy
setPanel(Panel) - Method in class DialogBox
Set the main panel (content of this dialog).
setParent(Component) - Method in class DialogBox
Set parent.
setPrefix(String) - Method in class Triage
Change the prefix
setResizable(boolean) - Method in class DialogBox
Set if Dialog is resizeable
setRows(int) - Method in class EditArea
implement TextArea.setRows()
setSelectedIndex(int) - Method in class MenuKnob
set selected item
setSelectedIndex(int) - Method in class MultiColumnList
Set the selected row to index
setSelectedIndex(int) - Method in class TabbedPanel
select a specific tab
setSelectionEnd(int) - Method in class AwtText
implement TextComponent.setSelectionEnd()
setSelectionStart(int) - Method in class AwtText
implement TextComponent.setSelectionStart()
setShowTitle(boolean) - Method in class MultiColumnList
show or hide a title
setSortColumn(int) - Method in class MultiColumnList
set column to sort
setSortReverse(boolean) - Method in class MultiColumnList
set sort direction
setState(boolean) - Method in class Xbox
set a new state
setText(String) - Method in class AwtText
implement TextComponent.setText()
setText(String) - Method in class Caption
set a new caption (compat with java.awt.TextComponent)
setTitle() - Method in class Base
Sets the title for this Panel Overwrite if you need something special
setTitle(String) - Method in class Caption
set a new caption (compat with java.awt.Label)
setTitle(String) - Method in class DialogBox
Set the title of this dialog.
setUniqueColumns(int[]) - Method in class MultiColumnList
set unique columns
setVisible(boolean) - Method in class Awt
override java.awt.Panel.setVisible() just to recocnize state change
setVisibleCols(int) - Method in class MultiColumnList
set number of visible columns
setWidths(float[]) - Method in class MultiColumnList
Set the proportional widths of each column
show() - Method in class DialogBox
Shows this dialog.
show(boolean) - Method in class DialogBox
Shows this dialog.
show(Component) - Method in class DialogBox
Shows this dialog.
show(Component, boolean) - Method in class DialogBox
Shows this dialog.
showDocument(String, String) - Method in class Main
show an url in a browser window (only in applet mode)
showLines - Variable in class MultiColumnList
show lines ?
showTitle - Variable in class MultiColumnList
show title ?
Smaller - Static variable in class Awt
font size relative smaller
smaller(Font) - Static method in class Awt
Returns a smaller font with same family and style
sortcol - Variable in class MultiColumnList
column being sorted (-1 for unsorted)
sortign - Variable in class MultiColumnList
sort ignore case ?
sortrev - Variable in class MultiColumnList
sort normal or reversed ?
South - Static variable in class Awt
South alignment
SouthEast - Static variable in class Awt
SouthEast alignment
SouthWest - Static variable in class Awt
SouthWest alignment
spos - Variable in class MultiColumnList
sorted positions
stack(Exception) - Static method in class Debug
return stack trace as string
stackline(int) - Static method in class Debug
return specific stackline - 0 is where exception occured
stackline2loc(String[]) - Static method in class Debug
extract location in source from stackline
stackline2meth(String[]) - Static method in class Debug
extract methodname from stackline
standardDialog(String, String, String, Image) - Static method in class DialogBox
Static utility method to create a standard Dialog with optional image
start() - Method in class Base
Interface to Main().
start() - Method in class Main
applet has been started -> tell base
state - Variable in class Xbox
the state
stop() - Method in class Base
Interface to Main().
stop() - Method in class Main
applet has been stopped -> tell base
StringSplitter - class StringSplitter.
(#)StringSplitter.java
StringSplitter(String, String) - Constructor for class StringSplitter
Construct a new StringSplitter.
StringSplitter(String, String, boolean) - Constructor for class StringSplitter
Construct a new StringSplitter.
Sunken - Static variable in class Awt
shadow effect to make text look inaktive
SUNKEN - Static variable in class Awt
a sunken border
SW - Static variable in class Awt
SouthWest position
SW - Static variable in class ColumnLayout
SouthWest position

T

Tab0 - Static variable in class Awt
Tab positions absolute; Format: Dnnn nnn is the pos in hex ranging from 0 - 7FF
TabbedPanel - class TabbedPanel.
(#)TabbedPanel.java
TabbedPanel() - Constructor for class TabbedPanel
Construct an empty tabbed panel
TabMask - Static variable in class Awt
Tab mask to determine tabs
TabSizeMask - Static variable in class Awt
Tab mask to determine tab positions
textcomp - Variable in class AwtText
the TextComp we want to wrap ...
TextFilter - class TextFilter.
(#)TextFilter.java
TextFilter(String, String, int) - Constructor for class TextFilter
Construct a textfilter
textValueChanged(TextEvent) - Method in class TextFilter
implement textlistener
tf - Variable in class Cal
timeformat used for this widget
thread() - Static method in class Debug
put out a threadname if requested
tile(Image, Dimension) - Method in class Awt
scale (grow only) an Image to specified size by just filling it with the original from left to right, top down w, h will be rounded to the next multiple of original size
tile(Image, int, int) - Method in class Awt
scale (grow only) an Image to specified size by just filling it with the original from left to right, top down w, h will be rounded to the next multiple of original size
TIME - Static variable in class Cal
bitmask for showing time
time() - Static method in class Debug
put out a timestamp if requested
timl - Variable in class Cal
time label - disply current time set
timp - Variable in class Cal
time panel
tip - Variable in class Tip
The helptext (tip)
Tip - class Tip.
(#)Tip.java
Tip(String) - Constructor for class Tip
Construct a new tip
titles - Variable in class MultiColumnList
titles per column (arraysize = no. of cols)
titleVisible() - Method in class BorderPanel
is title currently visible ?
toArray() - Method in class StringSplitter
Utility method to convert this splitter to a String array.
TOP - Static variable in class Awt
Top position
toString(DateFormat) - Method in class Cal
get this widget's date/time using the specified date format
toString(String) - Method in class Cal
get this widget's date/time using the specified date format
toString(String) - Method in class StringSplitter
Utility method to convert this splitter to a new String using delimiter as separator.
toString(String, Object) - Static method in class Debug
form a debug string
toVector() - Method in class StringSplitter
Utility method to convert this splitter to a Vector of Strings.
transform() - Method in class Main
make our applet floating (only in applet mode)
Triage - class Triage.
(#)Triage.java
Triage() - Constructor for class Triage
Construct an empty triage
Triage(String) - Constructor for class Triage
Construct an empty triage
Triage(String[]) - Constructor for class Triage
Construct triage using a string array as initializer
Triage(String, String[]) - Constructor for class Triage
Construct triage using a string array as initializer

U

Uline - Static variable in class Awt
Underline text
ULINE - Static variable in class Awt
underline effect
unique - Variable in class Fifo
Force entries to be unique ?
uniquecols - Variable in class MultiColumnList
columns that should be unique
update(Graphics) - Method in class Awt
Overwrite java.awt.component.update() to avoid flickering .
Util - class Util.
(#)Util.java
Util() - Constructor for class Util
 

V

validate() - Method in class AwtText
overwrite validate to set Size
VERT - Static variable in class ColumnLayout
expand vert
visibleCols - Variable in class MultiColumnList
no. of currently visible rows

W

W - Static variable in class Awt
West position
W - Static variable in class ColumnLayout
West position
waitForImage(Image) - Method in class Awt
wait for an Image to load completely
warn(Object) - Static method in class Debug
Report a warning
warnDialog(String) - Static method in class DialogBox
Static utility method to create a standard warning dialog.
West - Static variable in class Awt
West alignment
White - Static variable in class Awt
the color white
windowActivated(WindowEvent) - Method in class DialogBox
Implement the Window listener interface.
windowActivated(WindowEvent) - Method in class Main
implement java.awt.WindowListener - not used
windowClosed(WindowEvent) - Method in class DialogBox
Implement the Window listener interface.
windowClosed(WindowEvent) - Method in class Main
implement java.awt.WindowListener - not used
windowClosing(WindowEvent) - Method in class DialogBox
Implement the Window listener interface.
windowClosing(WindowEvent) - Method in class Main
implement java.awt.WindowListener to capture closing events and close window on request
windowDeactivated(WindowEvent) - Method in class DialogBox
Implement the Window listener interface.
windowDeactivated(WindowEvent) - Method in class Main
implement java.awt.WindowListener - not used
windowDeiconified(WindowEvent) - Method in class DialogBox
Implement the Window listener interface.
windowDeiconified(WindowEvent) - Method in class Main
implement java.awt.WindowListener - not used
windowIconified(WindowEvent) - Method in class DialogBox
Implement the Window listener interface.
windowIconified(WindowEvent) - Method in class Main
implement java.awt.WindowListener to capture iconify events to retransform window on request
windowOpened(WindowEvent) - Method in class DialogBox
Implement the Window listener interface.
windowOpened(WindowEvent) - Method in class Main
implement java.awt.WindowListener - not used
Wrn - Static variable in class DialogBox
warning image for standard dialogboxes
WRN - Static variable in class DialogBox
Warning string for standard dialogboxes (no i18n)

X

Xbox - class Xbox.
(#)Xbox.java
Xbox(String) - Constructor for class Xbox
Standard constructor

Y

yybegin(int) - Method in class Parser
Enters a new lexical state
yycharat(int) - Method in class Parser
Returns the character at position pos from the matched text.
yyclose() - Method in class Parser
Closes the input stream.
YYEOF - Static variable in class Parser
This character denotes the end of file
YYINITIAL - Static variable in class Parser
lexical states
yylength() - Method in class Parser
Returns the length of the matched text region.
yylex() - Method in class Parser
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yyreset(Reader) - Method in class Parser
Closes the current stream, and resets the scanner to read from a new input stream.
yystate() - Method in class Parser
Returns the current lexical state.
yytext() - Method in class Parser
Returns the text matched by the current regular expression.

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