All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

a. Variable in class java.awt.AWTEventMulticaster
ABORTED. Static variable in class java.awt.MediaTracker
Flag indicating the download of some media was aborted.
abs(double). Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(float). Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(int). Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long). Static method in class java.lang.Math
Returns the absolute value of a long value.
AbstractMethodError(). Constructor for class java.lang.AbstractMethodError
Constructs an AbstractMethodError with no detail message.
AbstractMethodError(String). Constructor for class java.lang.AbstractMethodError
Constructs an AbstractMethodError with the specified detail message.
acos(double). Static method in class java.lang.Math
Returns the arc cosine of an angle, in the range of 0.0 through pi.
action(Event, Object). Method in class java.awt.Component
ACTION_EVENT. Static variable in class java.awt.Event
An action event.
ACTION_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting action events.
ACTION_FIRST. Static variable in class java.awt.event.ActionEvent
Marks the first integer id for the range of action event ids.
ACTION_LAST. Static variable in class java.awt.event.ActionEvent
Marks the last integer id for the range of action event ids.
ACTION_PERFORMED. Static variable in class java.awt.event.ActionEvent
An action performed event type.
ActionEvent(Object, int, String). Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with the specified source object.
ActionEvent(Object, int, String, int). Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with the specified source object.
actionListeners. Variable in class jclass.bwt.JCButton
List of action listeners
actionListeners. Variable in class jclass.bwt.JCComboBox
List of JCActionEvent listeners
actionListeners. Variable in class jclass.bwt.JCHeader
List of JCActionEvent listeners
actionListeners. Variable in class jclass.bwt.JCListComponent
List of action listeners
actionListeners. Variable in class jclass.bwt.JCOutlinerComponent
List of JCActionEvent listeners
actionListeners. Variable in class jclass.bwt.JCTextField
List of JCActionEvent listeners.
actionPerformed(ActionEvent). Method in interface java.awt.event.ActionListener
Invoked when an action occurs.
actionPerformed(ActionEvent). Method in class java.awt.AWTEventMulticaster
Handles the actionPerformed event by invoking the actionPerformed methods on listener-a and listener-b.
actionPerformed(JCActionEvent). Method in interface jclass.bwt.JCActionListener
Invoked when an action occurs.
actionPerformed(JCActionEvent). Method in class jclass.bwt.JCComboBox
If the arrow button was clicked, calls showListAction to display the list.
If the list is displayed and the RETURN key was hit, calls setTextAction to copy the selected item to the text field.
actionPerformed(JCActionEvent). Method in class jclass.bwt.JCMultiColumnWindow
Sorts a column if the user clicks on a column heading button.
actionPerformed(JCActionEvent). Method in class jclass.bwt.JCScrollbar
Scrolls by a line if an arrow key was pressed.
actionPerformed(JCActionEvent). Method in class jclass.bwt.JCSpinBox
If an arrow button was pressed, calls setTextAction.
If the user changed the text field's value, calls validate.
actionPerformed(JCActionEvent). Method in class jclass.bwt.TabArrowPanel
Scrolls the tabs depending on the arrow button hit.
ACTIVE_CAPTION. Static variable in class java.awt.SystemColor
The array index for the active caption background color.
ACTIVE_CAPTION_BORDER. Static variable in class java.awt.SystemColor
The array index for the active caption border color.
ACTIVE_CAPTION_TEXT. Static variable in class java.awt.SystemColor
The array index for the action caption text color.
activeCaption. Static variable in class java.awt.SystemColor
The background color for captions in window borders.
activeCaptionBorder. Static variable in class java.awt.SystemColor
The border color for captions in window borders.
activeCaptionText. Static variable in class java.awt.SystemColor
The text color for captions in window borders.
activeCount(). Static method in class java.lang.Thread
Returns the current number of active threads in this thread group.
activeCount(). Method in class java.lang.ThreadGroup
Returns an estimate of the number of active threads in this thread group.
activeGroupCount(). Method in class java.lang.ThreadGroup
Returns an estimate of the number of active groups in this thread group.
AD. Static variable in class java.util.GregorianCalendar
Useful constant for GregorianCalendar.
add(ActionListener, ActionListener). Static method in class java.awt.AWTEventMulticaster
Adds action-listener-a with action-listener-b and returns the resulting multicast listener.
add(AdjustmentListener, AdjustmentListener). Static method in class java.awt.AWTEventMulticaster
Adds adjustment-listener-a with adjustment-listener-b and returns the resulting multicast listener.
add(Component). Method in class java.awt.Container
Adds the specified component to this container.
add(Component). Method in class jclass.bwt.JCContainer
Adds the specified component to this container, if it is not already a child.
add(Component). Method in class jclass.bwt.JCScrolledWindow
Adds the specified component to the viewport.
add(Component). Method in class jclass.bwt.JCSplitterWindow
Adds the specified component to this container at the given position.
add(Component). Method in class jclass.bwt.JCTabManager
Adds the specified component as a page.
add(Component, int). Method in class java.awt.Container
Adds the specified component to this container at the given position in the container's component list.
add(Component, int). Method in class jclass.bwt.TabPanel
Adds the specified component to this container at the given position.
add(Component, Object). Method in class java.awt.Container
Adds the specified component to this container at the specified index.
add(Component, Object, int). Method in class java.awt.Container
Adds the specified component to this container with the specified constraints at the specified index.
add(ComponentListener, ComponentListener). Static method in class java.awt.AWTEventMulticaster
Adds component-listener-a with component-listener-b and returns the resulting multicast listener.
add(ContainerListener, ContainerListener). Static method in class java.awt.AWTEventMulticaster
Adds container-listener-a with container-listener-b and returns the resulting multicast listener.
add(FocusListener, FocusListener). Static method in class java.awt.AWTEventMulticaster
Adds focus-listener-a with focus-listener-b and returns the resulting multicast listener.
add(int). Method in class jclass.util.JCString
Adds an element.
add(int, int). Method in class java.util.Calendar
Date Arithmetic function.
add(int, int). Method in class java.util.GregorianCalendar
Overrides Calendar Date Arithmetic function.
add(int, int). Method in class java.awt.Rectangle
Adds a point to a rectangle.
add(int, Object). Method in class jclass.util.JCString
Adds an attribute and value.
add(ItemListener, ItemListener). Static method in class java.awt.AWTEventMulticaster
Adds item-listener-a with item-listener-b and returns the resulting multicast listener.
add(JCCheckbox). Method in class jclass.bwt.JCCheckboxGroup
Adds a checkbox to the list of managed checkboxes.
add(KeyListener, KeyListener). Static method in class java.awt.AWTEventMulticaster
Adds key-listener-a with key-listener-b and returns the resulting multicast listener.
add(Menu). Method in class java.awt.MenuBar
Adds the specified menu to the menu bar.
add(MenuItem). Method in class java.awt.Menu
Adds the specified item to this menu.
add(MouseListener, MouseListener). Static method in class java.awt.AWTEventMulticaster
Adds mouse-listener-a with mouse-listener-b and returns the resulting multicast listener.
add(MouseMotionListener, MouseMotionListener). Static method in class java.awt.AWTEventMulticaster
Adds mouse-motion-listener-a with mouse-motion-listener-b and returns the resulting multicast listener.
add(Object). Method in class jclass.util.JCString
Adds an object.
add(Object). Method in class jclass.util.JCVector
Adds the specified object as the last element of the vector, if it is not already a member.
add(Point). Method in class java.awt.Rectangle
Adds a point to a rectangle.
add(PopupMenu). Method in class java.awt.Component
Adds the specified popup menu to the component.
add(Rectangle). Method in class java.awt.Rectangle
Adds a rectangle to a rectangle.
add(String). Method in class java.awt.Choice
Adds an item to this Choice.
add(String). Method in class jclass.bwt.JCComboBox
Adds an item to the list.
add(String). Method in class java.awt.List
Adds the specified item to the end of scrolling list.
add(String). Method in class java.awt.Menu
Adds an item with with the specified label to this menu.
add(String, Component). Method in class java.awt.Container
Adds the specified component to this container.
add(String, int). Method in class java.awt.List
Adds the specified item to the scrolling list at the specified position.
add(String, String). Method in class jclass.util.JCTitleLayout
Creates a Label and adds it to the JCTitleLayout at the specified location.
add(TextListener, TextListener). Static method in class java.awt.AWTEventMulticaster
add(WindowListener, WindowListener). Static method in class java.awt.AWTEventMulticaster
Adds window-listener-a with window-listener-b and returns the resulting multicast listener.
addActionListener(ActionListener). Method in class java.awt.Button
Adds the specified action listener to receive action events from this button.
addActionListener(ActionListener). Method in class java.awt.List
Adds the specified action listener to receive action events from this list.
addActionListener(ActionListener). Method in class java.awt.MenuItem
Adds the specified action listener to receive action events from this menu item.
addActionListener(ActionListener). Method in class java.awt.TextField
Adds the specified action listener to recieve action events from this textfield.
addActionListener(JCActionListener). Method in class jclass.bwt.JCButton
Adds the specified action listener to receive action events from this button.
addActionListener(JCActionListener). Method in class jclass.bwt.JCComboBox
Adds the specified action listener to receive JCTextField action events.
addActionListener(JCActionListener). Method in class jclass.bwt.JCHeader
Adds the specified listener to receive action events from the buttons.
addActionListener(JCActionListener). Method in class jclass.bwt.JCList
Adds the specified action listener to receive action events from this list.
addActionListener(JCActionListener). Method in class jclass.bwt.JCListComponent
Adds the specified action listener to receive action events from this list.
addActionListener(JCActionListener). Method in class jclass.bwt.JCMultiColumnList
Adds the specified action listener to receive action events from this list.
addActionListener(JCActionListener). Method in class jclass.bwt.JCOutliner
Adds the specified action listener to receive action events.
addActionListener(JCActionListener). Method in class jclass.bwt.JCOutlinerComponent
Adds the specified action listener to receive action events.
addActionListener(JCActionListener). Method in class jclass.bwt.JCTextField
Adds the specified action listener to receive action events.
addAdjustmentListener(AdjustmentListener). Method in interface java.awt.Adjustable
Add a listener to recieve adjustment events when the value of the adjustable object changes.
addAdjustmentListener(AdjustmentListener). Method in class java.awt.Scrollbar
Adds the specified adjustment listener to recieve adjustment events from this scrollbar.
addAdjustmentListener(JCAdjustmentListener). Method in interface jclass.bwt.JCAdjustable
Add a listener to receive adjustment events when the value of the adjustable object changes.
addAdjustmentListener(JCAdjustmentListener). Method in class jclass.bwt.JCScrollbar
Adds the specified adjustment listener to receive adjustment events.
addAdjustmentListener(JCAdjustmentListener). Method in class jclass.bwt.JCSlider
Adds the specified adjustment listener to receive adjustment events.
addButton(Object). Method in class jclass.bwt.JCHeader
Creates a button with the specified value, and adds it to the header.
addButtonListener(JCButtonListener). Method in class jclass.bwt.JCButton
Adds the specified JCButtonEvent listener to receive arm/disarm events.
addComboBoxListener(JCComboBoxListener). Method in class jclass.bwt.JCComboBox
Adds the specified JCComboBoxEvent listener to receive events.
addComponentListener(ComponentListener). Method in class java.awt.Component
Adds the specified component listener to receive component events from this component.
addContainerListener(ContainerListener). Method in class java.awt.Container
Adds the specified container listener to receive container events from this container.
addElement(Object). Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addFocusListener(FocusListener). Method in class java.awt.Component
Adds the specified focus listener to receive focus events from this component.
addFolderNode(Object). Method in class jclass.bwt.JCOutlinerFolderNode
Adds a folder with the specified label to this folder.
addImage(Applet, String). Method in class jclass.util.JCString
Creates and adds an image, using a name relative to the applet through Applet.getDocumentBase().
addImage(Applet, String, String). Method in class jclass.util.JCString
Creates and adds an image, using the URL.
addImage(Image, int). Method in class java.awt.MediaTracker
Adds an image to the list of images being tracked.
addImage(Image, int, int, int). Method in class java.awt.MediaTracker
Adds a scaled image to the list of images being tracked.
addImpl(Component, Object, int). Method in class java.awt.Container
Adds the specified component to this container at the specified index.
addImpl(Component, Object, int). Method in class java.awt.ScrollPane
Adds the specified component to this scroll pane container.
addInternal(Component). Method in class jclass.bwt.JCScrolledWindow
addInternal(EventListener, EventListener). Static method in class java.awt.AWTEventMulticaster
Returns the resulting multicast listener from adding listener-a and listener-b together.
addItem(Applet, String, char). Method in class jclass.bwt.JCMultiColumnList
Parses a string and adds the specified item to the end of the list.
addItem(Applet, String, char). Method in class jclass.bwt.JCMultiColumnListComponent
Parses a string and adds the specified item to the end of the list.
addItem(Object). Method in class jclass.bwt.JCList
Adds the specified item to the end of the list.
addItem(Object). Method in class jclass.bwt.JCListComponent
Adds an item to the end of the list.
addItem(Object). Method in interface jclass.bwt.JCListInterface
Adds a item to the end of the list.
addItem(Object). Method in class jclass.bwt.JCMultiColumnList
Adds the specified item to the end of the list.
addItem(Object, int). Method in class jclass.bwt.JCList
Adds or inserts an item to the list.
addItem(Object, int). Method in class jclass.bwt.JCListComponent
Adds or inserts an item to the list.
addItem(Object, int). Method in interface jclass.bwt.JCListInterface
Adds the specified item to the end of the list.
addItem(Object, int). Method in class jclass.bwt.JCMultiColumnList
Adds or inserts an item to the list.
addItem(String). Method in class java.awt.Choice
Adds an item to this Choice.
addItem(String). Method in class java.awt.List
Adds the specified item to the end of scrolling list.
addItem(String, char). Method in class jclass.bwt.JCMultiColumnList
Parses a string and adds the specified item to the end of the list.
addItem(String, char). Method in class jclass.bwt.JCMultiColumnListComponent
Parses a string and adds the specified item to the end of the list.
addItem(String, int). Method in class java.awt.List
Adds the specified item to the scrolling list at the specified position.
addItemListener(ItemListener). Method in class java.awt.Checkbox
Adds the specified item listener to recieve item events from this checkbox.
addItemListener(ItemListener). Method in class java.awt.CheckboxMenuItem
Adds the specified item listener to recieve item events from this checkbox menu item.
addItemListener(ItemListener). Method in class java.awt.Choice
Adds the specified item listener to recieve item events from this choice.
addItemListener(ItemListener). Method in interface java.awt.ItemSelectable
Add a listener to recieve item events when the state of an item changes.
addItemListener(ItemListener). Method in class java.awt.List
Adds the specified item listener to recieve item events from this list.
addItemListener(JCItemListener). Method in class jclass.bwt.JCCheckbox
Adds the specified item listener to receive item events from this checkbox.
addItemListener(JCItemListener). Method in class jclass.bwt.JCCheckboxGroup
Adds the specified item listener to receive item events from the checkboxes.
addItemListener(JCItemListener). Method in class jclass.bwt.JCComboBox
Adds the specified item listener to receive item selection events.
addItemListener(JCItemListener). Method in interface jclass.bwt.JCItemSelectable
Add a listener to receive item events when the state of an item changes.
addItemListener(JCItemListener). Method in class jclass.bwt.JCList
Adds the specified item listener to receive item events from this list.
addItemListener(JCItemListener). Method in class jclass.bwt.JCListComponent
Adds the specified item listener to receive item events from this list.
addItemListener(JCItemListener). Method in class jclass.bwt.JCMultiColumnList
Adds the specified item listener to receive item events from this list.
addItemListener(JCItemListener). Method in class jclass.bwt.JCOutliner
Adds the specified item listener to receive item events.
addItemListener(JCItemListener). Method in class jclass.bwt.JCOutlinerComponent
Adds the specified item listener to receive node events.
ADDITION. Static variable in class jclass.bwt.JCListEvent
addKeyListener(KeyListener). Method in class java.awt.Component
Adds the specified key listener to receive key events from this component.
addLabel(Object). Method in class jclass.bwt.JCHeader
Creates a label with the specified value, and adds it to the header.
addLayoutComponent(Component, Object). Method in class java.awt.BorderLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object). Method in class java.awt.CardLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object). Method in class java.awt.GridBagLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object). Method in interface java.awt.LayoutManager2
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component). Method in class java.awt.BorderLayout
Replaced by addLayoutComponent(Component, Object).
addLayoutComponent(String, Component). Method in class java.awt.CardLayout
Replaced by addLayoutComponent(Component, Object).
addLayoutComponent(String, Component). Method in class java.awt.FlowLayout
Adds the specified component to the layout.
addLayoutComponent(String, Component). Method in class java.awt.GridBagLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component). Method in class java.awt.GridLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component). Method in class jclass.util.JCTitleLayout
Adds the component to the JCTitleLayout as the specified location.
addLayoutComponent(String, Component). Method in interface java.awt.LayoutManager
Adds the specified component with the specified name to the layout.
addMouseListener(MouseListener). Method in class java.awt.Component
Adds the specified mouse listener to receive mouse events from this component.
addMouseMotionListener(MouseMotionListener). Method in class java.awt.Component
Adds the specified mouse motion listener to receive mouse motion events from this component.
addNode(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerFolderNode
Adds a node to this folder.
addNode(JCOutlinerNode, int). Method in class jclass.bwt.JCOutlinerFolderNode
Adds a node to this folder at the specified position.
addNode(Object). Method in class jclass.bwt.JCOutlinerFolderNode
Adds a node with the specified label to this folder.
addNotify(). Method in class java.awt.Button
Creates the peer of the button.
addNotify(). Method in class java.awt.Canvas
Creates the peer of the canvas.
addNotify(). Method in class java.awt.Checkbox
Creates the peer of the Checkbox.
addNotify(). Method in class java.awt.CheckboxMenuItem
Creates the peer of the checkbox item.
addNotify(). Method in class java.awt.Choice
Creates the Choice's peer.
addNotify(). Method in class java.awt.Component
Notifies the Component that it has been added to a container and if a peer is required, it should be created.
addNotify(). Method in class java.awt.Container
Notifies the container to create a peer.
addNotify(). Method in class java.awt.Dialog
Creates the frame's peer.
addNotify(). Method in class java.awt.FileDialog
Creates the file dialog's peer.
addNotify(). Method in class java.awt.Frame
Creates the Frame's peer.
addNotify(). Method in class jclass.bwt.JCCheckbox
Calculates indicator size.
addNotify(). Method in class jclass.bwt.JCCheckboxGroup
If RadioBehavior is true and no button has been set, set the first.
addNotify(). Method in class jclass.bwt.JCComboBox
Creates the Panel's peer.
addNotify(). Method in class jclass.bwt.JCComponent
Creates the peer of the canvas.
addNotify(). Method in class jclass.bwt.JCContainer
Creates the Panel's peer.
addNotify(). Method in class jclass.bwt.JCGroupBox
Creates the Panel's peer.
addNotify(). Method in class jclass.bwt.JCHeader
Calculates column widths.
addNotify(). Method in class jclass.bwt.JCLabel
Creates the peer of the canvas.
addNotify(). Method in class jclass.bwt.JCListComponent
Calculate the item sizes.
addNotify(). Method in class jclass.bwt.JCMultiColumnListComponent
If NumColumns has not been set, it is set to the largest number of items in all items.
addNotify(). Method in class jclass.bwt.JCMultiColumnWindow
Creates the Panel's peer.
addNotify(). Method in class jclass.bwt.JCOutlinerComponent
Creates icons and processes nodes.
addNotify(). Method in class jclass.bwt.JCScrolledWindow
Creates the Panel's peer.
addNotify(). Method in class jclass.bwt.JCTabButton
If the tab manager's TabColorPolicy is BWTEnum.COLOR_PAGE, sets the tab's color to the page's color.
addNotify(). Method in class jclass.bwt.JCTextAreaComponent
Creates the peer of the canvas.
addNotify(). Method in class jclass.bwt.JCTextComponent
Creates the peer of the canvas.
addNotify(). Method in class java.awt.Label
Creates the peer for this label.
addNotify(). Method in class java.awt.List
Creates the peer for the list.
addNotify(). Method in class java.awt.Menu
Creates the menu's peer.
addNotify(). Method in class java.awt.MenuBar
Creates the menu bar's peer.
addNotify(). Method in class java.awt.MenuItem
Creates the menu item's peer.
addNotify(). Method in class java.awt.Panel
Creates the Panel's peer.
addNotify(). Method in class java.awt.PopupMenu
Creates the popup menu's peer.
addNotify(). Method in class java.awt.Scrollbar
Creates the Scrollbar's peer.
addNotify(). Method in class java.awt.ScrollPane
Creates the scroll pane's peer.
addNotify(). Method in class java.awt.TextArea
Creates the TextArea's peer.
addNotify(). Method in class java.awt.TextField
Creates the TextField's peer.
addNotify(). Method in class java.awt.Window
Creates the Window's peer.
addObserver(Observer). Method in class java.util.Observable
Adds an observer to the set of observers for this object.
addPage(Component). Method in class jclass.bwt.TabPageArea
Adds a page.
addPage(Object, Component). Method in class jclass.bwt.JCTabManager
Adds a page and creates a tab for it.
addPoint(int, int). Method in class java.awt.Polygon
Appends a point to a polygon.
addSeparator(). Method in class java.awt.Menu
Adds a separator line, or a hypen, to the menu at the current position.
addSpinBoxListener(JCSpinBoxListener). Method in class jclass.bwt.JCSpinBox
Adds the specified JCSpinBoxEvent listener to receive value change events.
addTabManagerListener(JCTabManagerListener). Method in class jclass.bwt.JCTabManager
Adds the specified JCTabManagerEvent listener to receive value change events.
addTextCursorListener(JCTextCursorListener). Method in class jclass.bwt.JCTextArea
Adds the specified JCTextCursorEvent listener to receive cursor movement events.
addTextCursorListener(JCTextCursorListener). Method in class jclass.bwt.JCTextComponent
Adds the specified JCTextCursorEvent listener to receive cursor movement events.
addTextListener(JCTextListener). Method in class jclass.bwt.JCTextArea
Adds the specified listener to receive text events.
addTextListener(JCTextListener). Method in class jclass.bwt.JCTextComponent
Adds the specified listener to receive text events.
addTextListener(TextListener). Method in class java.awt.TextComponent
Adds the specified text event listener to recieve text events from this textcomponent.
addToCache(Object, Object). Method in class jclass.util.JCCache
This adds a key or item pair to the cache.
addWindowListener(WindowListener). Method in class java.awt.Window
Adds the specified window listener to receive window events from this window.
adjustDrawingRect(int, Rectangle, Rectangle). Method in class jclass.bwt.JCMultiColumnData
Adjusts the drawing rectangle for the value.
AdjustForGravity(GridBagConstraints, Rectangle). Method in class java.awt.GridBagLayout
ADJUSTMENT_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting adjustment events.
ADJUSTMENT_FIRST. Static variable in class java.awt.event.AdjustmentEvent
Marks the first integer id for the range of adjustment event ids.
ADJUSTMENT_LAST. Static variable in class java.awt.event.AdjustmentEvent
Marks the last integer id for the range of adjustment event ids.
ADJUSTMENT_VALUE_CHANGED. Static variable in class java.awt.event.AdjustmentEvent
The adjustment value changed event.
ADJUSTMENT_VALUE_CHANGED. Static variable in class jclass.bwt.JCAdjustmentEvent
The adjustment value changed event.
AdjustmentEvent(Adjustable, int, int, int). Constructor for class java.awt.event.AdjustmentEvent
Constructs a AdjustmentEvent object with the specified Adjustable source, type, and value.
adjustmentListeners. Variable in class jclass.bwt.JCScrollbar
List of JCAdjustmentEvent listeners.
adjustmentListeners. Variable in class jclass.bwt.JCSlider
List of JCAdjustmentEvent listeners.
adjustmentValueChanged(AdjustmentEvent). Method in interface java.awt.event.AdjustmentListener
Invoked when the value of the adjustable has changed.
adjustmentValueChanged(AdjustmentEvent). Method in class java.awt.AWTEventMulticaster
Handles the adjustmentValueChanged event by invoking the adjustmentValueChanged methods on listener-a and listener-b.
adjustmentValueChanged(JCAdjustmentEvent). Method in interface jclass.bwt.JCAdjustmentListener
Invoked when the value of the adjustable has changed.
adjustmentValueChanged(JCAdjustmentEvent). Method in class jclass.bwt.JCScrolledWindow
Processes scrollbar events.
after(Date). Method in class java.util.Date
Tests if this date is after the specified date.
after(Object). Method in class java.util.Calendar
Compares the time field records.
after(Object). Method in class java.util.GregorianCalendar
Overrides Calendar Compares the time field records.
ALIGN_CENTER. Static variable in class jclass.util.JCString
ALIGN_LEFT. Static variable in class jclass.util.JCString
ALIGN_RIGHT. Static variable in class jclass.util.JCString
AlignmentEditor(). Constructor for class jclass.bwt.AlignmentEditor
alignments. Variable in class jclass.bwt.JCMultiColumnData
allowsMultipleSelections(). Method in class jclass.bwt.JCList
Returns true if this list allows multiple selections.
allowsMultipleSelections(). Method in class jclass.bwt.JCListComponent
Returns true if this list allows multiple selections.
allowsMultipleSelections(). Method in interface jclass.bwt.JCListInterface
Returns true if this list allows multiple selections.
allowsMultipleSelections(). Method in class jclass.bwt.JCMultiColumnList
Returns true if this list allows multiple selections.
allowsMultipleSelections(). Method in class java.awt.List
allowThreadSuspension(boolean). Method in class java.lang.ThreadGroup
Used by VM to control lowmem implicit suspension.
ALT_MASK. Static variable in class java.awt.event.ActionEvent
The alt modifier constant.
ALT_MASK. Static variable in class java.awt.Event
The alt modifier constant.
ALT_MASK. Static variable in class java.awt.event.InputEvent
The alt key modifier constant.
AM. Static variable in class java.util.Calendar
Useful constant for hour in 12-hour clock.
AM_PM. Static variable in class java.util.Calendar
Useful constant for date and time.
anchor. Variable in class java.awt.GridBagConstraints
and(BitSet). Method in class java.util.BitSet
Logically ANDs this bit set with the specified set of bits.
append(boolean). Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char). Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(char[]). Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int). Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(double). Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this string buffer.
append(float). Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this string buffer.
append(int). Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long). Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(Object). Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String). Method in class jclass.bwt.JCTextArea
Appends text to the end.
append(String). Method in class jclass.bwt.JCTextComponent
Appends text to the end.
append(String). Method in interface jclass.bwt.JCTextInterface
Appends text to the end.
append(String). Method in class jclass.bwt.JCTextLine
append(String). Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(String). Method in class java.awt.TextArea
Appends the given text to the end.
appendRow(String). Method in class jclass.bwt.JCTextArea
Appends a row of text.
appendRow(String). Method in class jclass.bwt.JCTextAreaComponent
Appends a row of text.
appendText(String). Method in class java.awt.TextArea
applet. Variable in class jclass.bwt.JCComponent
The parent applet.
applet. Variable in class jclass.bwt.JCContainer
The parent applet.
Applet(). Constructor for class java.applet.Applet
applet_context. Variable in class jclass.bwt.JCComponent
The current context.
appletResize(int, int). Method in interface java.applet.AppletStub
Called when the applet wants to be resized.
APRIL. Static variable in class java.util.Calendar
Useful constant for month.
areFieldsSet. Variable in class java.util.Calendar
The flag which tells if the time fields are set for the calendar.
arg. Variable in class java.awt.Event
An arbitrary argument.
ArithmeticException(). Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String). Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
arm_offset. Variable in class jclass.bwt.JCButton
Amount that the label is drawn offset when the button is pressed.
armAction(Event). Method in class jclass.bwt.JCArrowButton
Displays the button as pressed in.
armAction(Event). Method in class jclass.bwt.JCButton
Displays the button as armed (reversed top and bottom shadow colors), and posts a JCButtonEvent.
armAction(Event). Method in class jclass.bwt.JCCheckbox
Temporarily changes the state.
armAction(Event). Method in class jclass.bwt.JCTabButton
Sets tabManager's current tab to this button.
ArrangeGrid(Container). Method in class java.awt.GridBagLayout
arraycopy(Object, int, Object, int, int). Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayIndexOutOfBoundsException(). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayStoreException(). Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String). Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
ArrowButtonOrientationEditor(). Constructor for class jclass.bwt.ArrowButtonOrientationEditor
ASCENDING. Static variable in class jclass.bwt.JCMultiColumnWindow
ASCENDING. Static variable in class jclass.util.JCqsort
asin(double). Static method in class java.lang.Math
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
atan(double). Static method in class java.lang.Math
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan2(double, double). Static method in class java.lang.Math
Converts rectangular coordinates (ba) to polar (r, theta).
atEnd(). Method in class jclass.bwt.JCScrollbar
AUGUST. Static variable in class java.util.Calendar
Useful constant for month.
AWTError(String). Constructor for class java.awt.AWTError
AWTEvent(Event). Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object from the parameters of a 1.0-style event.
AWTEvent(Object, int). Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object with the specified source object and type.
AWTEventMulticaster(EventListener, EventListener). Constructor for class java.awt.AWTEventMulticaster
Creates an event multicaster instance which chains listener-a with listener-b.
AWTException(String). Constructor for class java.awt.AWTException
Constructs an AWTException with the specified detail message.

B

b. Variable in class java.awt.AWTEventMulticaster
BACK_SPACE. Static variable in class java.awt.Event
The BackSpace key.
background_selected. Variable in class jclass.bwt.JCOutlinerNodeStyle
The node's background color when it is selected.
bar_area. Variable in class jclass.bwt.JCProgressMeter
Bar area's bounding box
bar_height. Variable in class jclass.bwt.JCProgressMeter
Bar's height.
bar_horiz_inset. Variable in class jclass.bwt.JCProgressMeter
Bar's left and right inset.
bar_rect. Variable in class jclass.bwt.JCProgressMeter
Bar's drawn bounding box.
bar_shadow. Variable in class jclass.bwt.JCProgressMeter
Bar's shadow thickness.
bar_vert_inset. Variable in class jclass.bwt.JCProgressMeter
Bar's top and bottom inset.
BC. Static variable in class java.util.GregorianCalendar
Useful constant for GregorianCalendar.
beep(). Method in class jclass.bwt.JCTextArea
Emits a beep.
beep(). Method in class jclass.bwt.JCTextComponent
Emits a beep.
beep(). Method in interface jclass.bwt.JCTextInterface
Emits a beep.
beep(). Method in class java.awt.Toolkit
Emits an audio beep.
before(Date). Method in class java.util.Date
Tests if this date is before the specified date.
before(Object). Method in class java.util.Calendar
Compares the time field records.
before(Object). Method in class java.util.GregorianCalendar
Overrides Calendar Compares the time field records.
BEGIN. Static variable in class jclass.bwt.JCComboBox
BEGIN. Static variable in class jclass.bwt.JCOutlinerComponent
BELL. Static variable in class jclass.bwt.BWTEnum
BitSet(). Constructor for class java.util.BitSet
Creates an empty set.
BitSet(int). Constructor for class java.util.BitSet
Creates an empty set with the specified size.
black. Static variable in class java.awt.Color
The color black.
blinkCursor(boolean). Method in class jclass.bwt.JCTextComponent
Enables cursor blinking.
BLOCK_DECREMENT. Static variable in class java.awt.event.AdjustmentEvent
The block decrement adjustment type.
BLOCK_DECREMENT. Static variable in class jclass.bwt.JCAdjustmentEvent
The block decrement adjustment type.
BLOCK_INCREMENT. Static variable in class java.awt.event.AdjustmentEvent
The block increment adjustment type.
BLOCK_INCREMENT. Static variable in class jclass.bwt.JCAdjustmentEvent
The block increment adjustment type.
blue. Static variable in class java.awt.Color
The color blue.
BOLD. Static variable in class java.awt.Font
The bold style constant.
Boolean(boolean). Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
Boolean(String). Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value true if the string argument is not null and is equal, ignoring case, to the string "true".
booleanValue(). Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean.
BorderLayout(). Constructor for class java.awt.BorderLayout
Constructs a new BorderLayout with no gaps between components.
BorderLayout(int, int). Constructor for class java.awt.BorderLayout
Constructs a BorderLayout with the specified gaps.
BOTH. Static variable in class java.awt.GridBagConstraints
BOTTOM. Static variable in class jclass.bwt.BWTEnum
bottom. Variable in class java.awt.Insets
The inset from the bottom.
BOTTOM. Static variable in class jclass.util.JCString
BOTTOM. Static variable in class jclass.bwt.JCTabManager
BOTTOM. Static variable in class jclass.util.JCTitleLayout
BOTTOM_ALIGNMENT. Static variable in class java.awt.Component
Ease of use constant for getAlignmentY().
BOTTOMCENTER. Static variable in class jclass.bwt.BWTEnum
BOTTOMCENTER. Static variable in class jclass.bwt.JCLabel
BOTTOMCENTER. Static variable in class jclass.bwt.JCTabManager
BOTTOMLEFT. Static variable in class jclass.bwt.BWTEnum
BOTTOMLEFT. Static variable in class jclass.bwt.JCLabel
BOTTOMLEFT. Static variable in class jclass.bwt.JCTabManager
BOTTOMRIGHT. Static variable in class jclass.bwt.BWTEnum
BOTTOMRIGHT. Static variable in class jclass.bwt.JCLabel
BOTTOMRIGHT. Static variable in class jclass.bwt.JCTabManager
bounds. Variable in class java.awt.Polygon
bounds(). Method in class java.awt.Component
boxes. Variable in class jclass.bwt.JCCheckboxGroup
The child checkboxes.
brighter(). Method in class java.awt.Color
Returns a brighter version of this color.
brighter(Color). Static method in class jclass.bwt.BWTUtil
Calculates the color even when it is saturated, for example, when it is black or white.
BROWSER_APPLETVIEWER. Static variable in class jclass.util.JCEnvironment
BROWSER_EXPLORER. Static variable in class jclass.util.JCEnvironment
BROWSER_INTERPRETER. Static variable in class jclass.util.JCEnvironment
BROWSER_NETSCAPE. Static variable in class jclass.util.JCEnvironment
BROWSER_OTHER. Static variable in class jclass.util.JCEnvironment
BROWSER_UNKNOWN. Static variable in class jclass.util.JCEnvironment
BS. Static variable in class jclass.bwt.BWTEnum
buildLineTable(). Method in class jclass.bwt.JCTextAreaComponent
Scans the text and adds it to the line table.
Button(). Constructor for class java.awt.Button
Constructs a Button with no label.
Button(String). Constructor for class java.awt.Button
Constructs a Button with the specified label.
BUTTON1_MASK. Static variable in class java.awt.event.InputEvent
The mouse button1 modifier constant.
BUTTON2_MASK. Static variable in class java.awt.event.InputEvent
The mouse button2 modifier constant.
BUTTON3_MASK. Static variable in class java.awt.event.InputEvent
The mouse button3 modifier constant.
buttonArmBegin(JCButtonEvent). Method in interface jclass.bwt.JCButtonListener
Invoked before the button is armed (ie pushed).
buttonArmEnd(JCButtonEvent). Method in interface jclass.bwt.JCButtonListener
Invoked after the button is armed (ie pushed).
buttonDisarmBegin(JCButtonEvent). Method in interface jclass.bwt.JCButtonListener
Invoked before the button is disarmed (ie released).
buttonDisarmEnd(JCButtonEvent). Method in interface jclass.bwt.JCButtonListener
Invoked after the button is disarmed (ie released).
buttonListeners. Variable in class jclass.bwt.JCButton
List of JCButtonEvent listeners
BWTEnum(). Constructor for class jclass.bwt.BWTEnum
BWTUtil(). Constructor for class jclass.bwt.BWTUtil
Byte(byte). Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
Byte(String). Constructor for class java.lang.Byte
Constructs a Byte object initialized to the value specified by the String parameter.
bytesWidth(byte[], int, int). Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array of bytes in this Font.
byteValue(). Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue(). Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue(). Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to a byte).
byteValue(). Method in class java.lang.Integer
Returns the value of this Integer as a byte.
byteValue(). Method in class java.lang.Long
Returns the value of this Long as a byte.
byteValue(). Method in class java.lang.Number
Returns the value of the specified number as a byte.
byteValue(). Method in class java.lang.Short
Returns the value of this Short as a byte.

C

calcColumnWidths(). Method in class jclass.bwt.JCMultiColumnData
Determines the widths of variable-sized columns; calls component's calcWidth.
calcRowWidth(int). Method in class jclass.bwt.JCListComponent
Calculates the width of the row.
calcSize(boolean). Method in class jclass.bwt.JCListComponent
Calculates the list's internal sizes.
calcSize(int, boolean). Method in class jclass.bwt.JCListComponent
Recalculates the list's internal sizes based on the row.
calcSize(int, boolean). Method in class jclass.bwt.JCMultiColumnListComponent
Recalculates the list's internal sizes based on the row.
calcTitleSize(). Method in class jclass.bwt.JCGroupBox
Calculates the title size.
calculateNodeHeight(JCOutlinerNode). Method in class jclass.bwt.JCOutliner
Calculates the height of a node (by looking at the node's style).
calculateNodeHeight(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Calculates the height of a node (by looking at the node's style).
calculateNodeHeight(JCOutlinerNode). Method in interface jclass.bwt.JCOutlinerInterface
Calculates the height of a node (by looking at the node's style).
calculateStyleHeight(JCOutlinerNodeStyle). Method in class jclass.bwt.JCOutlinerComponent
Calculates the height of a node given its style characteristics.
calcValue(int). Method in class jclass.bwt.JCSpinBox
Gets the value to be displayed
calcValue(int). Method in class jclass.bwt.JCSpinBoxString
Gets the value to be displayed.
calcWidestRow(). Method in class jclass.bwt.JCListComponent
Calculates the widest row.
calcWidth(). Method in class jclass.bwt.JCTextLine
calcWidth(int). Method in class jclass.bwt.JCHeader
Calculates the width of a column.
calcWidth(int). Method in interface jclass.bwt.JCMultiColumnInterface
Calculates the width of a column.
calcWidth(int). Method in class jclass.bwt.JCMultiColumnListComponent
Calculates the width of a column for all rows.
calcWidth(int). Method in class jclass.bwt.JCMultiColumnWindow
Calculates the width of a column.
calcWidth(int). Method in class jclass.bwt.JCOutlinerComponent
Calculates the width of a column for all nodes.
calcWidth(JCOutlinerNode, int). Method in class jclass.bwt.JCOutlinerComponent
Calculates the width of a node's column, excluding the left and right margins.
Calendar(). Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone as returned by TimeZone.getDefault(), and the default locale.
Calendar(TimeZone, Locale). Constructor for class java.util.Calendar
Constructs a Calendar with the given time zone and locale.
CANADA. Static variable in class java.util.Locale
Useful constant for country.
CANADA_FRENCH. Static variable in class java.util.Locale
Useful constant for country.
cancelSelection(). Method in class jclass.bwt.JCTextComponent
Cancels the current selection.
Canvas(). Constructor for class java.awt.Canvas
Constructs a new Canvas.
capacity(). Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity(). Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement. Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
CAPS_LOCK. Static variable in class java.awt.Event
The CapsLock action-key.
CardLayout(). Constructor for class java.awt.CardLayout
Creates a new card layout with gaps of size zero.
CardLayout(int, int). Constructor for class java.awt.CardLayout
Creates a card layout with the specified gaps.
CASE_AS_IS. Static variable in class jclass.bwt.BWTEnum
CASE_AS_IS. Static variable in class jclass.bwt.JCTextArea
CASE_AS_IS. Static variable in class jclass.bwt.JCTextComponent
CASE_LOWER. Static variable in class jclass.bwt.BWTEnum
CASE_LOWER. Static variable in class jclass.bwt.JCTextArea
CASE_LOWER. Static variable in class jclass.bwt.JCTextComponent
CASE_UPPER. Static variable in class jclass.bwt.BWTEnum
CASE_UPPER. Static variable in class jclass.bwt.JCTextArea
CASE_UPPER. Static variable in class jclass.bwt.JCTextComponent
ceil(double). Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
CENTER. Static variable in class java.awt.BorderLayout
The center layout constraint.
CENTER. Static variable in class jclass.bwt.BWTEnum
CENTER. Static variable in class jclass.bwt.BWTUtil
CENTER. Static variable in class java.awt.FlowLayout
The right alignment variable.
CENTER. Static variable in class java.awt.GridBagConstraints
CENTER. Static variable in class jclass.bwt.JCGroupBox
CENTER. Static variable in class jclass.bwt.JCLabel
CENTER. Static variable in class jclass.util.JCString
CENTER. Static variable in class jclass.bwt.JCTabManager
CENTER. Static variable in class jclass.bwt.JCTextArea
CENTER. Static variable in class jclass.bwt.JCTextComponent
CENTER. Static variable in class jclass.util.JCTitleLayout
CENTER. Static variable in class java.awt.Label
The center alignment.
CENTER_ALIGNMENT. Static variable in class java.awt.Component
Ease of use constant for getAlignmentY() and getAlignmentX().
CHAR_UNDEFINED. Static variable in class java.awt.event.KeyEvent
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character do not have a defined keyChar.
Character(char). Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
charAt(int). Method in class java.lang.String
Returns the character at the specified index.
charAt(int). Method in class java.lang.StringBuffer
Returns the character at a specific index in this string buffer.
charsWidth(char[], int, int). Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array of characters in this Font.
charValue(). Method in class java.lang.Character
Returns the value of this Character object.
charWidth(char). Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
charWidth(int). Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
check(int). Method in class jclass.bwt.JCSlider
checkAccept(String, int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number.
checkAccess(). Method in class java.lang.Thread
Determines if the currently running thread has permission to modify this thread.
checkAccess(). Method in class java.lang.ThreadGroup
Determines if the currently running thread has permission to modify this thread group.
checkAccess(Thread). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
checkAccess(ThreadGroup). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread group argument.
checkAll(). Method in class java.awt.MediaTracker
Checks to see if all images have finished loading but does not start loading the images if they are not already loading.
checkAll(boolean). Method in class java.awt.MediaTracker
Checks to see if all images have finished loading.
checkAwtEventQueueAccess(). Method in class java.lang.SecurityManager
Tests if a client can get access to the AWT event queue.
Checkbox(). Constructor for class java.awt.Checkbox
Constructs a Checkbox with an empty label.
Checkbox(String). Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label.
Checkbox(String, boolean). Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label.
Checkbox(String, boolean, CheckboxGroup). Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label, set to the specified state, and in the specified check box group.
Checkbox(String, CheckboxGroup, boolean). Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label, set to the specified state, and in the specified check box group.
CheckboxGroup(). Constructor for class java.awt.CheckboxGroup
Creates a new CheckboxGroup.
CheckboxMenuItem(). Constructor for class java.awt.CheckboxMenuItem
Creates a checkbox menu item with an empty label, initially set to off (false state).
CheckboxMenuItem(String). Constructor for class java.awt.CheckboxMenuItem
Creates the checkbox item with the specified label, initially set to off (false state).
CheckboxMenuItem(String, boolean). Constructor for class java.awt.CheckboxMenuItem
Creates a checkbox menu item with the specified label and state.
checkConnect(String, int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number.
checkConnect(String, int, Object). Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
checkCreateClassLoader(). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a new class loader.
checkCursorPosition(int). Method in class jclass.bwt.JCTextComponent
Resets the position to the range [0,num_char]
checkDelete(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to delete the specified file.
checkEnum(int, String, int[]). Static method in class jclass.util.JCUtilConverter
Checks the validity of an enum.
checkExec(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a subprocss.
checkExit(int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code.
checkID(int). Method in class java.awt.MediaTracker
Checks to see if all images tagged with the indicated ID have finished loading, but does not start loading the images if they are not already loading.
checkID(int, boolean). Method in class java.awt.MediaTracker
Checks to see if all images tagged with the indicated ID have finished loading.
checkImage(Image, ImageObserver). Method in class java.awt.Component
Returns the status of the construction of a screen representation of the specified image.
checkImage(Image, int, int, ImageObserver). Method in class java.awt.Component
Returns the status of the construction of a scaled screen representation of the specified image.
checkImage(Image, int, int, ImageObserver). Method in class java.awt.Toolkit
Returns the status of the construction of the indicated method at the indicated width and height for the default screen.
checkLink(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file.
checkListen(int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to wait for a connection request on the specified local port number.
checkMemberAccess(Class, int). Method in class java.lang.SecurityManager
Tests if a client is allowed to access members.
checkMulticast(InetAddress). Method in class java.lang.SecurityManager
Tests if current execution context is allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress, byte). Method in class java.lang.SecurityManager
Tests to see if current execution context is allowed to use (join/leave/send/receive) IP multicast.
checkPackageAccess(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument.
checkPackageDefinition(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to define classes in the package specified by the argument.
checkPrintJobAccess(). Method in class java.lang.SecurityManager
Tests if a client can initiate a print job request.
checkPropertiesAccess(). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access or modify the system properties.
checkPropertyAccess(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name.
checkRead(FileDescriptor). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor.
checkRead(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument.
checkRead(String, Object). Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
checkSecurityAccess(String). Method in class java.lang.SecurityManager
Tests access to certain operations for a security API action.
checkSetFactory(). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to set the socket factory used by ServerSocket or Socket, or the stream handler factory used by URL.
checkState(int). Method in class jclass.bwt.JCOutlinerComponent
Checks that a state is valid.
checkSystemClipboardAccess(). Method in class java.lang.SecurityManager
Tests if a client can get access to the system clipboard.
checkTopLevelWindow(Object). Method in class java.lang.SecurityManager
Returns false if the calling thread is not trusted to bring up the top-level window indicated by the window argument.
checkWidestRow(int). Method in class jclass.bwt.JCTextAreaComponent
Checks whether the specified row is the widest.
checkWrite(FileDescriptor). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor.
checkWrite(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument.
children. Variable in class jclass.bwt.JCOutlinerFolderNode
Sub-nodes of this folder.
CHINA. Static variable in class java.util.Locale
Useful constant for country.
CHINESE. Static variable in class java.util.Locale
Useful constant for language.
Choice(). Constructor for class java.awt.Choice
Constructs a new Choice.
ClassCastException(). Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String). Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassCircularityError(). Constructor for class java.lang.ClassCircularityError
Constructs a ClassCircularityError with no detail message.
ClassCircularityError(String). Constructor for class java.lang.ClassCircularityError
Constructs a ClassCircularityError with the specified detail message.
classDepth(String). Method in class java.lang.SecurityManager
Returns the stack depth of the specified class.
ClassFormatError(). Constructor for class java.lang.ClassFormatError
Constructs a ClassFormatError with no detail message.
ClassFormatError(String). Constructor for class java.lang.ClassFormatError
Constructs a ClassFormatError with the specified detail message.
ClassLoader(). Constructor for class java.lang.ClassLoader
Constructs a new class loader and initializes it.
classLoaderDepth(). Method in class java.lang.SecurityManager
Returns the stack depth of the most recently executing method from a class defined using a class loader.
ClassNotFoundException(). Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String). Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
clear(). Method in class java.util.Calendar
Clears the values of all the time fields.
clear(). Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear(). Method in class jclass.util.JCImageCreator
Clears the data.
clear(). Method in class jclass.bwt.JCList
Clears the list.
clear(). Method in class jclass.bwt.JCListComponent
Clears all items in the list.
clear(). Method in interface jclass.bwt.JCListInterface
Clears the list.
clear(). Method in class jclass.bwt.JCMultiColumnList
Clears the list.
clear(). Method in class java.awt.List
clear(int). Method in class java.util.BitSet
Clears a bit.
clear(int). Method in class java.util.Calendar
Clears the value in the given time field.
clearChanged(). Method in class java.util.Observable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change.
clearRect(int, int, int, int). Method in class java.awt.Graphics
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clickAction(Event). Method in class jclass.bwt.JCButton
Posts an JCActionEvent.
clickAction(Event). Method in class jclass.bwt.JCCheckbox
Changes the button's state and posts an JCItemEvent.
clickCount. Variable in class java.awt.Event
The number of consecutive clicks.
clipRect(int, int, int, int). Method in class java.awt.Graphics
Intersects the current clip with the specified rectangle.
clone(). Method in class java.util.BitSet
Clones the BitSet.
clone(). Method in class java.util.Calendar
Overrides Cloneable
clone(). Method in class java.util.GregorianCalendar
Overrides Cloneable
clone(). Method in class java.awt.GridBagConstraints
Creates a new object of the same class as this object.
clone(). Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone(). Method in class java.awt.Insets
Creates a new object of the same class as this object.
clone(). Method in class jclass.bwt.JCOutlinerFolderNode
Creates a clone of the folder.
clone(). Method in class jclass.bwt.JCOutlinerNode
Creates a clone of the node.
clone(). Method in class java.util.Locale
Overrides Cloneable
clone(). Method in class java.lang.Object
Creates a new object of the same class as this object.
clone(). Method in class java.util.SimpleTimeZone
Overrides Cloneable
clone(). Method in class java.util.TimeZone
Overrides Cloneable
clone(). Method in class java.util.Vector
Returns a clone of this vector.
CloneNotSupportedException(). Constructor for class java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with no detail message.
CloneNotSupportedException(String). Constructor for class java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with the specified detail message.
col_widths. Variable in class jclass.bwt.JCGridLayout
Array of column widths.
Color(float, float, float). Constructor for class java.awt.Color
Creates a color with the specified red, green, and blue values in the range (0.0 - 1.0).
Color(int). Constructor for class java.awt.Color
Creates a color with the specified combined RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
Color(int, int, int). Constructor for class java.awt.Color
Creates a color with the specified red, green, and blue values in the range (0 - 255).
COLOR_INHERIT. Static variable in class jclass.bwt.BWTEnum
COLOR_INHERIT. Static variable in class jclass.bwt.JCTabManager
COLOR_PAGE. Static variable in class jclass.bwt.BWTEnum
COLOR_PAGE. Static variable in class jclass.bwt.JCTabManager
colorMap. Variable in class jclass.util.JCImageCreator
cols. Variable in class jclass.bwt.JCGridLayout
The number of columns in the layout, as set by the user.
column_widths. Variable in class jclass.bwt.JCMultiColumnData
column_widths_ext. Variable in class jclass.bwt.JCMultiColumnData
columnWeights. Variable in class java.awt.GridBagLayout
columnWidths. Variable in class java.awt.GridBagLayout
COMBINING_SPACING_MARK. Static variable in class java.lang.Character
COMBOBOX_DROPDOWN. Static variable in class jclass.bwt.BWTEnum
COMBOBOX_DROPDOWN. Static variable in class jclass.bwt.JCComboBox
COMBOBOX_DROPDOWN_LIST. Static variable in class jclass.bwt.BWTEnum
COMBOBOX_DROPDOWN_LIST. Static variable in class jclass.bwt.JCComboBox
COMBOBOX_SIMPLE. Static variable in class jclass.bwt.BWTEnum
COMBOBOX_SIMPLE. Static variable in class jclass.bwt.JCComboBox
comboBoxListDisplayBegin(JCComboBoxEvent). Method in interface jclass.bwt.JCComboBoxListener
Invoked before the list is displayed.
comboBoxListDisplayEnd(JCComboBoxEvent). Method in interface jclass.bwt.JCComboBoxListener
Invoked after the user has made a selection.
ComboBoxStyleEditor(). Constructor for class jclass.bwt.ComboBoxStyleEditor
command(Object). Static method in class java.lang.Compiler
Examines the argument type and its fields and perform some documented operation.
comp. Variable in class jclass.bwt.JCHeader
The component being controlled.
comp. Variable in class jclass.util.JCImageCreator
comp. Variable in class jclass.bwt.JCMultiColumnData
The component for which data is maintained, equal to a cast of the multi field.
comp. Variable in class jclass.bwt.JCMultiColumnWindow
The component scrolled by this window.
compare(Object, Object). Method in class jclass.bwt.JCOutlinerComponent
JCSortInterface comparison method.
compare(Object, Object). Method in interface jclass.util.JCSortInterface
Called by JCqsort during sorting.
compareTo(String). Method in class java.lang.String
Compares two strings lexicographically.
compileClass(Class). Static method in class java.lang.Compiler
Compiles the specified class.
compileClasses(String). Static method in class java.lang.Compiler
Compiles all classes whose name matches the specified string.
COMPLETE. Static variable in class java.awt.MediaTracker
Flag indicating the download of media completed successfully.
complete(). Method in class java.util.Calendar
Fills in any unset fields in the time field list.
Component(). Constructor for class java.awt.Component
Constructs a new Component.
COMPONENT_ADDED. Static variable in class java.awt.event.ContainerEvent
The component moved event type.
COMPONENT_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting component events.
COMPONENT_FIRST. Static variable in class java.awt.event.ComponentEvent
Marks the first integer id for the range of component event ids.
COMPONENT_HIDDEN. Static variable in class java.awt.event.ComponentEvent
The component hidden event type.
COMPONENT_LAST. Static variable in class java.awt.event.ComponentEvent
Marks the last integer id for the range of component event ids.
COMPONENT_MOVED. Static variable in class java.awt.event.ComponentEvent
The component moved event type.
COMPONENT_REMOVED. Static variable in class java.awt.event.ContainerEvent
The component resized event type.
COMPONENT_RESIZED. Static variable in class java.awt.event.ComponentEvent
The component resized event type.
COMPONENT_SHOWN. Static variable in class java.awt.event.ComponentEvent
The component shown event type.
ComponentAdapter(). Constructor for class java.awt.event.ComponentAdapter
componentAdded(ContainerEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentAdded container event by invoking the componentAdded methods on listener-a and listener-b.
componentAdded(ContainerEvent). Method in class java.awt.event.ContainerAdapter
componentAdded(ContainerEvent). Method in interface java.awt.event.ContainerListener
Invoked when a component has been added to the container.
ComponentEvent(Component, int). Constructor for class java.awt.event.ComponentEvent
Constructs a ComponentEvent object with the specified source component and type.
componentHidden(ComponentEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentHidden event by invoking the componentHidden methods on listener-a and listener-b.
componentHidden(ComponentEvent). Method in class java.awt.event.ComponentAdapter
componentHidden(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been hidden.
componentMoved(ComponentEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentMoved event by invoking the componentMoved methods on listener-a and listener-b.
componentMoved(ComponentEvent). Method in class java.awt.event.ComponentAdapter
componentMoved(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been moved.
componentRemoved(ContainerEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentRemoved container event by invoking the componentRemoved methods on listener-a and listener-b.
componentRemoved(ContainerEvent). Method in class java.awt.event.ContainerAdapter
componentRemoved(ContainerEvent). Method in interface java.awt.event.ContainerListener
Invoked when a component has been removed from the container.
componentResized(ComponentEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentResized event by invoking the componentResized methods on listener-a and listener-b.
componentResized(ComponentEvent). Method in class java.awt.event.ComponentAdapter
componentResized(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been resized.
componentShown(ComponentEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentShown event by invoking the componentShown methods on listener-a and listener-b.
componentShown(ComponentEvent). Method in class java.awt.event.ComponentAdapter
componentShown(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been shown.
comptable. Variable in class java.awt.GridBagLayout
computeFields(). Method in class java.util.Calendar
Converts UTC as milliseconds to time field values.
computeFields(). Method in class java.util.GregorianCalendar
Overrides Calendar Converts UTC as milliseconds to time field values.
computeTime(). Method in class java.util.Calendar
Converts Calendar's time field values to UTC as milliseconds.
computeTime(). Method in class java.util.GregorianCalendar
Overrides Calendar Converts time field values to UTC as milliseconds.
concat(String). Method in class java.lang.String
Concatenates the specified string to the end of this string.
CONNECTOR_PUNCTUATION. Static variable in class java.lang.Character
consume(). Method in class java.awt.AWTEvent
consume(). Method in class java.awt.event.InputEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
consumed. Variable in class java.awt.AWTEvent
Container(). Constructor for class java.awt.Container
Constructs a new Container.
CONTAINER_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting container events.
CONTAINER_FIRST. Static variable in class java.awt.event.ContainerEvent
Marks the first integer id for the range of container event ids.
CONTAINER_LAST. Static variable in class java.awt.event.ContainerEvent
Marks the last integer id for the range of container event ids.
ContainerAdapter(). Constructor for class java.awt.event.ContainerAdapter
ContainerEvent(Component, int, Component). Constructor for class java.awt.event.ContainerEvent
Constructs a ContainerEvent object with the specified source container, type, and child which is being added or removed.
contains(int, int). Method in class java.awt.Component
Checks whether this component "contains" the specified (x, y) location, where x and y are defined to be relative to the coordinate system of this component.
contains(int, int). Method in class java.awt.Polygon
Determines whether the point (x,y) is inside the Polygon.
contains(int, int). Method in class java.awt.Rectangle
Checks whether this rectangle contains the specified point.
contains(Object). Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object). Method in class java.util.Vector
Tests if the specified object is a component in this vector.
contains(Point). Method in class java.awt.Component
Checks whether this component "contains" the specified point, where x and y in the point are defined to be relative to the coordinate system of this component.
contains(Point). Method in class java.awt.Polygon
Determines whether the specified point is inside the Polygon.
contains(Point). Method in class java.awt.Rectangle
Checks whether this rectangle contains the specified point.
containsKey(Object). Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
CONTROL. Static variable in class java.lang.Character
control. Static variable in class java.awt.SystemColor
The background color for control objects.
CONTROL. Static variable in class java.awt.SystemColor
The array index for the control background color.
CONTROL_DK_SHADOW. Static variable in class java.awt.SystemColor
The array index for the control dark shadow color.
CONTROL_HIGHLIGHT. Static variable in class java.awt.SystemColor
The array index for the control highlight color.
CONTROL_LT_HIGHLIGHT. Static variable in class java.awt.SystemColor
The array index for the control light highlight color.
CONTROL_SHADOW. Static variable in class java.awt.SystemColor
The array index for the control shadow color.
CONTROL_TEXT. Static variable in class java.awt.SystemColor
The array index for the control text color.
controlDkShadow. Static variable in class java.awt.SystemColor
The dark shadow color for control objects.
controlDown(). Method in class java.awt.Event
Checks if the control key is down.
controlHighlight. Static variable in class java.awt.SystemColor
The regular highlight color for control objects.
controlLtHighlight. Static variable in class java.awt.SystemColor
The light highlight color for control objects.
controlShadow. Static variable in class java.awt.SystemColor
The regular shadow color for control objects.
controlText. Static variable in class java.awt.SystemColor
The text color for control objects.
conv. Static variable in class jclass.util.JCUtilConverter
ConvertUtil(). Constructor for class jclass.util.ConvertUtil
copyArea(int, int, int, int, int, int). Method in class java.awt.Graphics
Copies an area of the Component by a distance specified by dx and dy to the right and down.
copyFrom(Object[]). Method in class jclass.util.JCVector
Sets the vector to the elements of the array.
copyInto(Object[]). Method in class java.util.Vector
Copies the components of this vector into the specified array.
copyList(boolean[], int, boolean). Static method in class jclass.bwt.BWTUtil
Returns a lengthened copy of a list.
copyList(int[], int, int). Static method in class jclass.bwt.BWTUtil
Returns a lengthened copy of a list.
copyList(Object[], int, Object). Static method in class jclass.bwt.BWTUtil
Returns a lengthened copy of a list.
copyToClipboard(Event). Method in class jclass.bwt.JCTextComponent
If text is currently selected, copies the selection to the clipboard.
copyValueOf(char[]). Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
copyValueOf(char[], int, int). Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
cos(double). Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
countAllNodes(JCOutlinerNode, JCVector). Method in class jclass.bwt.JCOutlinerComponent
Returns the number of nodes and subnodes in a folder, regardless of visibility
countChar(char[], int, char, int, int). Static method in class jclass.bwt.BWTUtil
Counts the occurrences of the char between start and end-1.
countChar(String, char, int, int). Static method in class jclass.bwt.BWTUtil
Counts the occurrences of the char between start and end-1.
countChildren(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Returns the number of nodes and subnodes in a folder.
countComponents(). Method in class java.awt.Container
countItems(). Method in class java.awt.Choice
countItems(). Method in class jclass.bwt.JCList
Returns the number of items in the list.
countItems(). Method in class jclass.bwt.JCListComponent
Gets the number of items in the list.
countItems(). Method in interface jclass.bwt.JCListInterface
Returns the number of items in the list.
countItems(). Method in class jclass.bwt.JCMultiColumnList
Returns the number of items in the list.
countItems(). Method in class java.awt.List
countItems(). Method in class java.awt.Menu
countMenus(). Method in class java.awt.MenuBar
countObservers(). Method in class java.util.Observable
Returns the number of observers of this object.
countPreviousRows(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Returns the number of visible nodes prior to a node.
countRows(). Method in class jclass.bwt.JCTextAreaComponent
countRows(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Returns the number of visible nodes and subnodes in a folder.
countRows(JCOutlinerNode, JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Returns the number of visible nodes between 2 nodes.
countStackFrames(). Method in class java.lang.Thread
Counts the number of stack frames in this thread.
countTokens(). Method in class jclass.util.JCCSVTokenizer
This returns the next number of tokens in the string.
countTokens(). Method in class java.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
countTokens(char). Method in class jclass.util.JCStringTokenizer
Returns the next number of tokens in the String using the specified delimiter.
create(). Method in class java.awt.Graphics
Creates a new Graphics object that is a copy of this Graphics object.
create(). Method in class jclass.util.JCImageCreator
Creates an image using the data previously set using setPixels.
create(int, int, int, int). Method in class java.awt.Graphics
Creates a new Graphics object based on this Graphics object, but with a new translation and clip area.
create(String[]). Method in class jclass.util.JCImageCreator
Creates an image using the specified string array.
createButton(Button). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Button.
createCanvas(Canvas). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Canvas.
createCheckbox(Checkbox). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Checkbox.
createCheckboxMenuItem(CheckboxMenuItem). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new CheckboxMenuItem.
createChoice(Choice). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Choice.
createComponent(Component). Method in class java.awt.Toolkit
Creates a peer for a component or container.
createDescriptor(String, Class). Method in class jclass.bwt.JCMultiColumnWindowBeanInfo
createDialog(Dialog). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Dialog.
createFileDialog(FileDialog). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new FileDialog.
createFrame(Frame). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Frame.
createImage(byte[]). Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array.
createImage(byte[], int, int). Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array at the specified offset and length.
createImage(ImageProducer). Method in class java.awt.Component
Creates an image from the specified image producer.
createImage(ImageProducer). Method in class java.awt.Toolkit
Creates an image with the specified image producer.
createImage(int, int). Method in class java.awt.Component
Creates an off-screen drawable Image to be used for double buffering.
createImage(int, int). Method in class jclass.bwt.JCComponent
Creates an off-screen drawable Image to be used for double buffering.
createLabel(Label). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Label.
createList(List). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new List.
createMenu(Menu). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Menu.
createMenuBar(MenuBar). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new MenuBar.
createMenuItem(MenuItem). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new MenuItem.
createPanel(Panel). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Panel.
createPopupMenu(PopupMenu). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new PopupMenu.
createScrollbar(Scrollbar). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Scrollbar.
createScrollPane(ScrollPane). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new scrolling container.
createTextArea(TextArea). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new TextArea.
createTextField(TextField). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new TextField.
createURL(Applet, String). Static method in class jclass.util.JCFile
Returns an URL from the file
createWindow(Window). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Window.
CROSSHAIR_CURSOR. Static variable in class java.awt.Cursor
The crosshair cursor type.
CROSSHAIR_CURSOR. Static variable in class java.awt.Frame
CTRL_MASK. Static variable in class java.awt.event.ActionEvent
The control modifier constant.
CTRL_MASK. Static variable in class java.awt.Event
The control modifier constant.
CTRL_MASK. Static variable in class java.awt.event.InputEvent
The control key modifier constant.
CURRENCY_SYMBOL. Static variable in class java.lang.Character
current. Variable in class jclass.bwt.JCCheckboxGroup
The current choice.
current_tab. Variable in class jclass.bwt.JCTabButton
Is this the tab manager's current tab?
currentClassLoader(). Method in class java.lang.SecurityManager
Returns an object describing the most recent class loader executing on the stack.
currentLoadedClass(). Method in class java.lang.SecurityManager
Returns the current Class with a ClassLoader on the execution stack.
currentThread(). Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis(). Static method in class java.lang.System
Returns the current time in milliseconds.
curRow. Variable in class jclass.util.JCImageCreator
Cursor(int). Constructor for class java.awt.Cursor
Creates a new cursor object with the specified type.
cursor_blink_rate. Variable in class jclass.bwt.JCTextComponent
Cursor's blink rate (ms)
cursorListeners. Variable in class jclass.bwt.JCTextComponent
List of JCTextCursorEvent listeners.
cutToClipboard(Event). Method in class jclass.bwt.JCTextComponent
If text is currently selected, copies the selection to the clipboard and deletes it from the component.
cyan. Static variable in class java.awt.Color
The color cyan.

D

darker(). Method in class java.awt.Color
Returns a darker version of this color.
darker(Color). Static method in class jclass.bwt.BWTUtil
Calculates the color even when it is saturated, for example, when it is black or white.
darkGray. Static variable in class java.awt.Color
The color dark gray.
DASH_PUNCTUATION. Static variable in class java.lang.Character
data. Variable in class jclass.bwt.JCHeader
The data for this component.
data. Variable in class jclass.bwt.JCMultiColumnListComponent
The object which maintains the multi-column data.
data. Variable in class jclass.bwt.JCOutlinerComponent
The object which maintains the multi-column data.
DATE. Static variable in class java.util.Calendar
Useful constant for date and time.
Date(). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the time at which it was allocated measured to the nearest millisecond.
Date(int, int, int). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents midnight, local time, at the beginning of the day specified by the year, month, and date arguments.
Date(int, int, int, int, int). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the specified hour and minute, local time, of the date specified by the year, month, date, hrs, and min arguments.
Date(int, int, int, int, int, int). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the specified hour, minute, and second, local time of the date specified by the year, month, date, hrs, min, and sec arguments.
Date(long). Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since January 1, 1970, 00:00:00 GMT.
Date(String). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the date and time indicated by the string s, which is interpreted as if by the parse method.
DAY_OF_MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_WEEK. Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_WEEK_IN_MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_YEAR. Static variable in class java.util.Calendar
Useful constant for date and time.
dblbuffer_image. Variable in class jclass.bwt.JCComponent
Current double-buffer image.
dblbuffer_image. Variable in class jclass.bwt.JCContainer
Current double-buffer image.
DECEMBER. Static variable in class java.util.Calendar
Useful constant for month.
DECIMAL_DIGIT_NUMBER. Static variable in class java.lang.Character
decode(String). Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String). Static method in class java.awt.Color
Gets the specified Color.
decode(String). Static method in class java.awt.Font
Gets the specified font using the name passed in.
decode(String). Static method in class java.lang.Integer
Decodes a string into an Integer.
decode(String). Static method in class java.lang.Short
Decodes a String into a Short.
decr_arrow. Variable in class jclass.bwt.JCScrollbar
Down/right and up/left arrow buttons.
DECREMENT. Static variable in class jclass.bwt.JCSpinBox
DEFAULT. Static variable in class jclass.bwt.BWTEnum
DEFAULT_COLOR. Static variable in class jclass.util.JCString
DEFAULT_CURSOR. Static variable in class java.awt.Cursor
The default cursor type (gets set if no cursor is defined).
DEFAULT_CURSOR. Static variable in class java.awt.Frame
DEFAULT_FONT. Static variable in class jclass.util.JCString
default_style. Variable in class jclass.bwt.JCOutlinerComponent
defaultConstraints. Variable in class java.awt.GridBagLayout
defaults. Variable in class java.util.Properties
A property list that contains default values for any keys not found in this property list.
defineClass(byte[], int, int). Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class.
defineClass(String, byte[], int, int). Method in class java.lang.ClassLoader
Converts an array of bytes to an instance of class Class.
DELETE. Static variable in class jclass.bwt.BWTEnum
DELETE. Static variable in class java.awt.Event
The Delete key.
delete(int, int). Method in class jclass.bwt.JCTextLine
deleteCurrentChar(Event). Method in class jclass.bwt.JCTextComponent
Deletes the character at the current cursor position.
deleteItem(int). Method in class jclass.bwt.JCList
Deletes an item from the list.
deleteItem(int). Method in class jclass.bwt.JCListComponent
Delete an item from the list.
deleteItem(int). Method in interface jclass.bwt.JCListInterface
Deletes an item from the list.
deleteItem(int). Method in class jclass.bwt.JCMultiColumnList
Deletes an item from the list.
deleteItems(int, int). Method in class jclass.bwt.JCList
Delete multiple items from the list.
deleteItems(int, int). Method in class jclass.bwt.JCListComponent
Deletes multiple items from the list.
deleteItems(int, int). Method in interface jclass.bwt.JCListInterface
Deletes multiple items from the list.
deleteItems(int, int). Method in class jclass.bwt.JCMultiColumnList
Delete multiple items from the list.
deleteObserver(Observer). Method in class java.util.Observable
Deletes an observer from the set of observers of this object.
deleteObservers(). Method in class java.util.Observable
Clears the observer list so that this object no longer has any observers.
deletePreviousChar(Event). Method in class jclass.bwt.JCTextComponent
Deletes the character before the current cursor position.
deleteSelection(). Method in class jclass.bwt.JCTextComponent
Deletes the current selection.
deleteShortcut(). Method in class java.awt.MenuItem
Delete any MenuShortcut associated with this MenuItem.
deleteShortcut(MenuShortcut). Method in class java.awt.MenuBar
Delete the specified MenuShortcut.
deleteToEnd(int). Method in class jclass.bwt.JCTextLine
delItem(int). Method in class java.awt.List
Removes an item from the list.
delItems(int, int). Method in class java.awt.List
deliverEvent(Event). Method in class java.awt.Component
deliverEvent(Event). Method in class java.awt.Container
DESCENDING. Static variable in class jclass.bwt.JCMultiColumnWindow
DESCENDING. Static variable in class jclass.util.JCqsort
deselect(int). Method in class jclass.bwt.JCList
Deselects the item at the specified row.
deselect(int). Method in class jclass.bwt.JCListComponent
Deselects the item at the specified row, and posts an JCItemEvent.
deselect(int). Method in interface jclass.bwt.JCListInterface
Deselects the item at the specified row.
deselect(int). Method in class jclass.bwt.JCMultiColumnList
Deselects the item at the specified row.
deselect(int). Method in class java.awt.List
Deselects the item at the specified index.
deselectAll(). Method in class jclass.bwt.JCList
Deselects all items.
deselectAll(). Method in class jclass.bwt.JCListComponent
Deselects all items.
DESELECTED. Static variable in class java.awt.event.ItemEvent
The item de-selected state change type.
DESKTOP. Static variable in class java.awt.SystemColor
The array index for the desktop background color.
desktop. Static variable in class java.awt.SystemColor
The color of the desktop background.
destroy(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.
destroy(). Method in class java.lang.Process
Kills the subprocess.
destroy(). Method in class java.lang.Thread
Destroys this thread, without any cleanup.
destroy(). Method in class java.lang.ThreadGroup
Destroys this thread group and all of its subgroups.
Dialog(Frame). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame, boolean). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame, String). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dialog(Frame, String, boolean). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dictionary(). Constructor for class java.util.Dictionary
digit(char, int). Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
Dimension(). Constructor for class java.awt.Dimension
Constructs a Dimension object with 0 width and 0 height.
Dimension(Dimension). Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified value.
Dimension(int, int). Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified width and specified height.
disable(). Static method in class java.lang.Compiler
Cause the Compiler to cease operation.
disable(). Method in class java.awt.Component
disable(). Method in class jclass.bwt.JCArrowButton
Disables the component.
disable(). Method in class jclass.bwt.JCComponent
Disables the component.
disable(). Method in class jclass.bwt.JCContainer
Disables all the container's children.
disable(). Method in class jclass.bwt.JCTextComponent
Disables the component and stops the cursor blinking.
disable(). Method in class java.awt.MenuItem
disableEvents(long). Method in class java.awt.Component
Disables the events defined by the specified event mask parameter from being delivered to this component.
disableEvents(long). Method in class java.awt.MenuItem
Disables the events defined by the specified event mask parameter from being delivered to this menu item.
disarmAction(Event). Method in class jclass.bwt.JCArrowButton
Displays the button normally.
disarmAction(Event). Method in class jclass.bwt.JCButton
Paints the button with its normal appearance, and posts a JCButtonEvent
disarmAction(Event). Method in class jclass.bwt.JCTabButton
Overrides JCButton's method - no action.
dispatchEvent(AWTEvent). Method in class java.awt.Component
Dispatches an event to this component or one of its sub components.
dispatchEvent(AWTEvent). Method in class java.awt.MenuComponent
DISPLAY_ALWAYS. Static variable in class jclass.bwt.BWTEnum
DISPLAY_ALWAYS. Static variable in class jclass.bwt.JCScrolledWindow
DISPLAY_AS_NEEDED. Static variable in class jclass.bwt.BWTEnum
DISPLAY_AS_NEEDED. Static variable in class jclass.bwt.JCScrolledWindow
DISPLAY_HORIZONTAL_ONLY. Static variable in class jclass.bwt.BWTEnum
DISPLAY_HORIZONTAL_ONLY. Static variable in class jclass.bwt.JCScrolledWindow
DISPLAY_NONE. Static variable in class jclass.bwt.BWTEnum
DISPLAY_NONE. Static variable in class jclass.bwt.JCScrolledWindow
DISPLAY_VERTICAL_ONLY. Static variable in class jclass.bwt.BWTEnum
DISPLAY_VERTICAL_ONLY. Static variable in class jclass.bwt.JCScrolledWindow
dispose(). Method in class java.awt.Frame
Disposes of the Frame.
dispose(). Method in class java.awt.Graphics
Dispose of the system resources used by this graphics context.
dispose(). Method in class java.awt.Window
Disposes of the Window.
doit. Variable in class jclass.bwt.JCTextCursorEvent
Determines whether the cursor movement should be allowed.
doLayout(). Method in class java.awt.Component
Lays out the component.
doLayout(). Method in class java.awt.Container
Does a layout on this Container.
doLayout(). Method in class java.awt.ScrollPane
Lays out this container by resizing its child to its preferred size.
Double(double). Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
Double(String). Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the floating- point value of type double represented by the string.
doubleClickAction(Event, int). Method in class jclass.bwt.JCListComponent
Called when the user double-clicks an item.
doubleClickAction(JCOutlinerNode, Event). Method in class jclass.bwt.JCOutlinerComponent
Called when the node is double-clicked.
doubleToLongBits(double). Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleValue(). Method in class java.lang.Byte
Returns the value of this Byte as a double.
doubleValue(). Method in class java.lang.Double
Returns the double value of this Double.
doubleValue(). Method in class java.lang.Float
Returns the double value of this Float.
doubleValue(). Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue(). Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue(). Method in class java.lang.Number
Returns the value of the specified number as a double.
doubleValue(). Method in class java.lang.Short
Returns the value of this Short as a double.
DOWN. Static variable in class jclass.bwt.BWTEnum
DOWN. Static variable in class java.awt.Event
The down arrow action-key.
DOWN. Static variable in class jclass.bwt.JCArrowButton
DRAGDROP_ALL. Static variable in class jclass.bwt.JCOutliner
DRAGDROP_ALL. Static variable in class jclass.bwt.JCOutlinerComponent
DRAGDROP_NONE. Static variable in class jclass.bwt.JCOutliner
DRAGDROP_NONE. Static variable in class jclass.bwt.JCOutlinerComponent
DRAGDROP_SOURCE. Static variable in class jclass.bwt.JCOutliner
DRAGDROP_SOURCE. Static variable in class jclass.bwt.JCOutlinerComponent
DRAGDROP_TARGET. Static variable in class jclass.bwt.JCOutliner
DRAGDROP_TARGET. Static variable in class jclass.bwt.JCOutlinerComponent
dragging(). Method in class jclass.bwt.JCSlider
draw(Component, Graphics, Object, int, Rectangle). Static method in class jclass.bwt.BWTUtil
Draws the value as a String, JCString or Image.
draw(Component, Graphics, Rectangle, int). Method in class jclass.util.JCString
Draws the JCString.
draw(Graphics, int, int, int, int, int, int, Color, Color). Static method in class jclass.bwt.Shadow
Draws a shadow
draw(Graphics, int, int, int, int, int, int, Color, Color, Color). Static method in class jclass.bwt.Shadow
Draws a shadow
draw(Graphics, Object, int, Rectangle). Method in class jclass.bwt.JCListComponent
Draws the value as a String, JCString or Image.
draw(Graphics, Object, int, Rectangle). Method in class jclass.bwt.JCMultiColumnListComponent
Draws the value as a String, JCString or Image.
draw(Graphics, Object, Rectangle). Method in class jclass.bwt.JCMultiColumnData
Draws the value as a String, Vector, JCString, or Image.
draw(JCCheckbox, Graphics). Static method in class jclass.bwt.Indicator
Draws the button's indicator.
draw3DRect(int, int, int, int, boolean). Method in class java.awt.Graphics
Draws a 3-D highlighted outline of the specified rectangle.
draw_gc. Variable in class jclass.bwt.JCComponent
The instance passed to paint().
drawArc(int, int, int, int, int, int). Method in class java.awt.Graphics
Draws the outline of an arc covering the specified rectangle, starting at startAngle and extending for arcAngle degrees, using the current color.
drawBar(Graphics). Method in class jclass.bwt.JCProgressMeter
Draws the bar.
drawBytes(byte[], int, int, int, int). Method in class java.awt.Graphics
Draws the specified bytes using the current font and color.
drawChars(char[], int, int, int, int). Method in class java.awt.Graphics
Draws the specified characters using the current font and color.
drawDashedLine(Graphics, int, int, int, int). Static method in class jclass.bwt.BWTUtil
Draws a dashed line.
drawDashedRect(Graphics, int, int, int, int). Static method in class jclass.bwt.BWTUtil
Draws a dashed rectangle.
drawHighlight(boolean). Method in class jclass.bwt.JCComponent
Draws or clears the highlight rectangle (called by gotFocus).
drawHighlight(boolean). Method in class jclass.bwt.JCListComponent
Draws or clears the highlight rectangle (called by gotFocus).
drawHighlight(Graphics, boolean). Method in class jclass.bwt.JCArrowButton
Don't draw highlight rectangle.
drawHighlight(Graphics, boolean). Method in class jclass.bwt.JCButton
Draws or clears the highlight rectangle (called by paint).
drawHighlight(Graphics, boolean). Method in class jclass.bwt.JCCheckbox
Draws or clears the highlight rectangle (called by paint).
drawHighlight(Graphics, boolean). Method in class jclass.bwt.JCComponent
Draws or clears the highlight rectangle (called by paint).
drawHighlight(Graphics, boolean). Method in class jclass.bwt.JCMultiColumnListComponent
Draws or clears the highlight rectangle (called by paint).
drawHighlight(Graphics, boolean). Method in class jclass.bwt.JCTabButton
Draws or clears the highlight rectangle (called by paint).
drawHighlight(Graphics, int, boolean). Method in class jclass.bwt.JCListComponent
Draws or clears the highlight rectangle around the row.
drawHighlight(int, boolean). Method in class jclass.bwt.JCListComponent
Draws or clears the highlight rectangle around the row.
drawImage(Image, int, int, Color, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified image as is currently available at the specified coordinate (x, y) with the given solid background color.
drawImage(Image, int, int, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified image as is currently available at the specified coordinate (x, y).
drawImage(Image, int, int, int, int, Color, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle with the given solid background color.
drawImage(Image, int, int, int, int, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface with the given solid background color.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawIndicator(Graphics). Method in class jclass.bwt.JCCheckbox
Draws the indicator.
drawLabel(Graphics, String). Method in class jclass.bwt.JCProgressMeter
Draws the label.
drawLine(boolean, int). Method in class jclass.bwt.JCHeader
Draw temporary dashed line while resizing.
drawLine(int, int, int, int). Method in class java.awt.Graphics
Draws a line between the coordinates (x1,y1) and (x2,y2) using the current color.
drawNode(JCOutlinerNode, boolean). Method in class jclass.bwt.JCOutlinerComponent
Draws a single node.
drawNode(JCOutlinerNode, Graphics, boolean). Method in class jclass.bwt.JCOutlinerComponent
Draws a single node.
drawNode(JCOutlinerNode, int, int, Graphics). Method in class jclass.bwt.JCOutlinerComponent
Draws a node and its children.
drawOval(int, int, int, int). Method in class java.awt.Graphics
Draws the outline of an oval covering the specified rectangle using the current color.
drawPolygon(int[], int[], int). Method in class java.awt.Graphics
Draws the outline of a polygon defined by arrays of x coordinates and y coordinates using the current color.
drawPolygon(Polygon). Method in class java.awt.Graphics
Draws the outline of a polygon defined by the specified Polygon object using the current color.
drawPolyline(int[], int[], int). Method in class java.awt.Graphics
Draws a sequence of connected lines defined by arrays of x coordinates and y coordinates using the current color.
drawRect(int, int, int, int). Method in class java.awt.Graphics
Draws the outline of the specified rectangle using the current color.
drawRectangleShadow(Graphics). Method in class jclass.bwt.JCTabButton
Draws a rectangular shadow.
drawRoundRect(int, int, int, int, int, int). Method in class java.awt.Graphics
Draws the outline of the specified rounded corner rectangle using the current color.
drawShadow(Graphics). Method in class jclass.bwt.JCArrowButton
Draws the shadow (called by paint).
drawShadow(Graphics). Method in class jclass.bwt.JCComponent
Draws the shadow (called by paint).
drawShadow(Graphics). Method in class jclass.bwt.JCProgressMeter
Draws the shadow around the bar.
drawShadow(Graphics). Method in class jclass.bwt.JCTabButton
Draws the shadow.
drawShadow(Graphics). Method in class jclass.bwt.TabPageArea
Draws a 1-pixel shadow.
drawShadow(Graphics, int, int, int, int). Method in class jclass.bwt.JCGroupBox
Draws an ETCHED_IN shadow.
drawShortcut(JCOutlinerNode, Graphics, int, int). Method in class jclass.bwt.JCOutlinerComponent
Draws a folder's shortcut button.
drawSlantedShadow(Graphics). Method in class jclass.bwt.JCTabButton
Draws a slanted shadow.
drawString(String, int, int). Method in class java.awt.Graphics
Draws the specified String using the current font and color.
drawTicks(Graphics, int). Method in class jclass.bwt.JCSlider
Draws the tick marks.
drawTitle(Graphics). Method in class jclass.bwt.JCGroupBox
Draws the title.
drawValue(Graphics, Object). Method in class jclass.bwt.JCButton
Draws the button's label or arm label (if it is pressed).
drawValue(Graphics, Object). Method in class jclass.bwt.JCLabel
Draws the interior value.
drop(Event). Method in class jclass.bwt.JCOutlinerComponent
Called when the user finishes the drag & drop operation.
dropOver(Event). Method in class jclass.bwt.JCOutlinerComponent
Called as the user drags over the outliner.
DST_OFFSET. Static variable in class java.util.Calendar
Useful constant for date and time.
dumpStack(). Static method in class java.lang.Thread
Prints a stack trace of the current thread.

E

E. Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
E_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The east-resize cursor type.
E_RESIZE_CURSOR. Static variable in class java.awt.Frame
EAST. Static variable in class java.awt.BorderLayout
The east layout constraint.
EAST. Static variable in class java.awt.GridBagConstraints
echoCharIsSet(). Method in class jclass.bwt.JCTextField
Returns true if a character has been set for echoing.
echoCharIsSet(). Method in class java.awt.TextField
Returns true if this TextField has a character set for echoing.
elementAt(int). Method in class java.util.Vector
Returns the component at the specified index.
elementCount. Variable in class java.util.Vector
The number of valid components in the vector.
elementData. Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elements(). Method in class java.util.Dictionary
Returns an enumeration of the values in this dictionary.
elements(). Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements(). Method in class java.util.Vector
Returns an enumeration of the components of this vector.
empty(). Method in class java.util.Stack
Tests if this stack is empty.
EmptyStackException(). Constructor for class java.util.EmptyStackException
Constructs a new EmptyStackException with no detail message.
enable(). Static method in class java.lang.Compiler
Cause the Compiler to resume operation.
enable(). Method in class java.awt.Component
enable(). Method in class jclass.bwt.JCComponent
Enables the component.
enable(). Method in class jclass.bwt.JCContainer
Enables all the container's children.
enable(). Method in class java.awt.MenuItem
enable(boolean). Method in class java.awt.Component
enable(boolean). Method in class java.awt.MenuItem
enable11Events(long). Method in class jclass.bwt.JCComponent
For JDK1.1, calls Component.enableEvents (which is final).
enable11Events(long). Method in class jclass.bwt.JCContainer
For JDK1.1, calls Component.enableEvents (which is final).
enableArrowButtons(). Method in class jclass.bwt.JCSpinBox
Disables the arrow buttons if the end of the range is reached.
enableArrowButtons(). Method in class jclass.bwt.JCSpinBoxString
Disables the arrow buttons if the end of the range is reached.
enableEvents(long). Method in class java.awt.Component
Enables the events defined by the specified event mask parameter to be delivered to this component.
enableEvents(long). Method in class java.awt.MenuItem
Enables the events defined by the specified event mask parameter to be delivered to this menu item.
ENCLOSING_MARK. Static variable in class java.lang.Character
END. Static variable in class java.awt.Event
The end action-key.
END. Static variable in class jclass.bwt.JCComboBox
END. Static variable in class jclass.bwt.JCOutlinerComponent
end(). Method in class java.awt.PrintJob
Ends the print job and does any necessary cleanup.
END_HREF. Static variable in class jclass.util.JCString
END_PUNCTUATION. Static variable in class java.lang.Character
END_STRIKETHROUGH. Static variable in class jclass.util.JCString
END_UNDERLINE. Static variable in class jclass.util.JCString
endsWith(String). Method in class java.lang.String
Tests if this string ends with the specified suffix.
ENGLISH. Static variable in class java.util.Locale
Useful constant for language.
ensureCapacity(int). Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int). Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ENTER. Static variable in class jclass.bwt.BWTEnum
ENTER. Static variable in class java.awt.Event
The Enter key.
enumerate(Thread[]). Static method in class java.lang.Thread
Copies into the specified array every active thread in this thread group and its subgroups.
enumerate(Thread[]). Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group and its subgroups.
enumerate(Thread[], boolean). Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group.
enumerate(ThreadGroup[]). Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
enumerate(ThreadGroup[], boolean). Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
equals(JCVector). Method in class jclass.util.JCVector
Checks to see if two vectors are equal.
equals(MenuShortcut). Method in class java.awt.MenuShortcut
Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key.
equals(Object). Method in class java.util.BitSet
Compares this object against the specified object.
equals(Object). Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that contains the same boolean value as this object.
equals(Object). Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object). Method in class java.util.Calendar
Compares the time field records.
equals(Object). Method in class java.lang.Character
Compares this object against the specified object.
equals(Object). Method in class java.awt.Color
Compares this object against the specified object.
equals(Object). Method in class java.util.Date
Compares two dates.
equals(Object). Method in class java.awt.Dimension
Checks whether two dimension objects have equal values.
equals(Object). Method in class java.lang.Double
Compares this object against the specified object.
equals(Object). Method in class java.lang.Float
Compares this object against some other object.
equals(Object). Method in class java.awt.Font
Compares this object to the specifed object.
equals(Object). Method in class java.util.GregorianCalendar
Overrides Calendar Compares the time field records.
equals(Object). Method in class java.awt.Insets
Checks whether two insets objects are equal.
equals(Object). Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object). Method in class java.util.Locale
Compares two Objects for equality.
equals(Object). Method in class java.lang.Long
Compares this object against the specified object.
equals(Object). Method in class java.lang.Object
Compares two Objects for equality.
equals(Object). Method in class java.awt.Point
Checks whether two pointers are equal.
equals(Object). Method in class java.awt.Rectangle
Checks whether two rectangles are equal.
equals(Object). Method in class java.lang.Short
Compares this object to the specified object.
equals(Object). Method in class java.util.SimpleTimeZone
Compares the equality of two SimpleTimeZone objects.
equals(Object). Method in class java.lang.String
Compares this string to the specified object.
equalsIgnoreCase(String). Method in class java.lang.String
Compares this String to another object.
ERA. Static variable in class java.util.Calendar
Useful constant for date and time.
err. Static variable in class java.lang.System
The "standard" error output stream.
Error(). Constructor for class java.lang.Error
Constructs an Error with no specified detail message.
Error(String). Constructor for class java.lang.Error
Constructs an Error with the specified detail message.
error(String). Static method in class jclass.util.JCUtilConverter
Writes a parse error message to stdout.
error(String, String). Static method in class jclass.util.JCUtilConverter
Writes a parse error message to stdout.
ERRORED. Static variable in class java.awt.MediaTracker
Flag indicating the download of some media encountered an error.
ESC. Static variable in class jclass.bwt.BWTEnum
ESCAPE. Static variable in class java.awt.Event
The Escape key.
Event(Object, int, Object). Constructor for class java.awt.Event
Constructs an event with the specified target component, event type, and argument.
Event(Object, long, int, int, int, int, int). Constructor for class java.awt.Event
Constructs an event with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys and an argument set to null.
Event(Object, long, int, int, int, int, int, Object). Constructor for class java.awt.Event
Constructs an event with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys and argument.
eventInShortcut(Event, JCOutlinerNode). Method in class jclass.bwt.JCOutliner
Returns true if the node is a folder and the event is within the folder's shortcut button.
eventInShortcut(Event, JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Returns true if the node is a folder and the event is within the folder's shortcut button.
eventInShortcut(Event, JCOutlinerNode). Method in interface jclass.bwt.JCOutlinerInterface
Returns true if the node is a folder and the event is within the folder's shortcut button.
EventObject(Object). Constructor for class java.util.EventObject
EventQueue(). Constructor for class java.awt.EventQueue
eventToNode(Event). Method in class jclass.bwt.JCOutliner
Gets the node in which the event occurred.
eventToNode(Event). Method in class jclass.bwt.JCOutlinerComponent
Gets the node in which the event occurred.
eventToNode(Event). Method in interface jclass.bwt.JCOutlinerInterface
Gets the node in which the event occurred.
eventToNode(Event, boolean). Method in class jclass.bwt.JCOutlinerComponent
Gets the node in which the event occurred.
eventToRow(Event, boolean). Method in class jclass.bwt.JCListComponent
Gets the row specified by the event, or BWTEnum.NOTFOUND.
evt. Variable in class java.awt.Event
The next event.
Exception(). Constructor for class java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String). Constructor for class java.lang.Exception
Constructs an Exception with the specified detail message.
ExceptionInInitializerError(). Constructor for class java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with no detail message.
ExceptionInInitializerError(String). Constructor for class java.lang.ExceptionInInitializerError
Constructs a ExceptionInInitializerError with the specified detail message.
ExceptionInInitializerError(Throwable). Constructor for class java.lang.ExceptionInInitializerError
Constructs a new ExceptionInInitializerError class initialized to the specific throwable
exec(String). Method in class java.lang.Runtime
Executes the specified string command in a separate process.
exec(String, String[]). Method in class java.lang.Runtime
Executes the specified string command in a separate process with the specified environment.
exec(String[]). Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process.
exec(String[], String[]). Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process with the specified environment.
exit(int). Method in class java.lang.Runtime
Terminates the currently running Java Virtual Machine.
exit(int). Static method in class java.lang.System
Terminates the currently running Java Virtual Machine.
exitValue(). Method in class java.lang.Process
Returns the exit value for the subprocess.
exp(double). Static method in class java.lang.Math
Returns the exponential number e (i.e., 2.718...) raised to the power of a double value.

F

F1. Static variable in class java.awt.Event
The F1 function action-key.
F10. Static variable in class java.awt.Event
The F10 function action-key.
F11. Static variable in class java.awt.Event
The F11 function action-key.
F12. Static variable in class java.awt.Event
The F12 function action-key.
F2. Static variable in class java.awt.Event
The F2 function action-key.
F3. Static variable in class java.awt.Event
The F3 function action-key.
F4. Static variable in class java.awt.Event
The F4 function action-key.
F5. Static variable in class java.awt.Event
The F5 function action-key.
F6. Static variable in class java.awt.Event
The F6 function action-key.
F7. Static variable in class java.awt.Event
The F7 function action-key.
F8. Static variable in class java.awt.Event
The F8 function action-key.
F9. Static variable in class java.awt.Event
The F9 function action-key.
FALSE. Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
FEBRUARY. Static variable in class java.util.Calendar
Useful constant for month.
FIELD_COUNT. Static variable in class java.util.Calendar
Useful constant for date and time.
fields. Variable in class java.util.Calendar
The time fields containing values into which the millis is computed.
FileDialog(Frame). Constructor for class java.awt.FileDialog
Creates a file dialog for loading a file.
FileDialog(Frame, String). Constructor for class java.awt.FileDialog
Creates a file dialog for loading a file.
FileDialog(Frame, String, int). Constructor for class java.awt.FileDialog
Creates a file dialog with the specified title and mode.
fill. Variable in class java.awt.GridBagConstraints
fill3DRect(int, int, int, int, boolean). Method in class java.awt.Graphics
Paints a 3-D highlighted rectangle filled with the current color.
fillArc(int, int, int, int, int, int). Method in class java.awt.Graphics
Fills an arc bounded by the specified rectangle, starting at startAngle and extending for arcAngle degrees, with the current color.
fillBackground(Graphics). Method in class jclass.bwt.JCComponent
Fills the component with the background color (called by paint).
fillBackground(Graphics). Method in class jclass.bwt.JCContainer
Fills the component with the background color (called by paint).
fillBackground(Graphics). Method in class jclass.bwt.JCTabButton
Fills the polygon with the background color.
fillBackground(Graphics). Method in class jclass.bwt.TabArrowPanel
Draws a jagged edge along the left side if any tab is covered.
fillInStackTrace(). Method in class java.lang.Throwable
Fills in the execution stack trace.
fillOval(int, int, int, int). Method in class java.awt.Graphics
Fills an oval bounded by the specified rectangle with the current color.
fillPolygon(int[], int[], int). Method in class java.awt.Graphics
Fills a polygon defined by arrays of x coordinates and y coordinates with the current color using an even-odd fill rule (otherwise known as an alternating rule).
fillPolygon(Polygon). Method in class java.awt.Graphics
Fills the polygon defined by the specified Polygon object with the current color using an even-odd fill rule (otherwise known as an alternating rule).
fillRect(int, int, int, int). Method in class java.awt.Graphics
Fills the specified rectangle with the current color.
fillRoundRect(int, int, int, int, int, int). Method in class java.awt.Graphics
Fills the specified rounded corner rectangle with the current color.
finalize(). Method in class java.awt.Graphics
Disposes of this graphics context once it is no longer referenced.
finalize(). Method in class java.lang.Object
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalize(). Method in class java.awt.PrintJob
Ends this print job once it is no longer referenced.
find(Object). Method in class jclass.bwt.JCList
Finds the first row matching the specified item, or BWTEnum.NOTFOUND.
find(Object). Method in class jclass.bwt.JCListComponent
Finds the first row matching the specified item, or BWTEnum.NOTFOUND.
findItem(char). Method in class jclass.bwt.JCListComponent
Finds the first item which starts with the specified character, or BWTEnum.NOTFOUND if none could be found.
findLoadedClass(String). Method in class java.lang.ClassLoader
findNode(char). Method in class jclass.bwt.JCOutlinerComponent
Finds the first node whose label starts with the specified character, or null if none could be found.
findNode(JCOutlinerNode, int). Method in class jclass.bwt.JCOutlinerComponent
Returns a visible node at a position.
findSystemClass(String). Method in class java.lang.ClassLoader
Finds the system class with the specified name, loading it in if necessary.
findWidestRow(). Method in class jclass.bwt.JCTextAreaComponent
Finds the width of the widest row (pixels).
first(Container). Method in class java.awt.CardLayout
Flip to the first card.
firstElement(). Method in class java.util.Vector
Returns the first component of this vector.
Float(double). Constructor for class java.lang.Float
Constructs a newly allocated Floatobject that represents the argument converted to type float.
Float(float). Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(String). Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the floating- point value of type float represented by the string.
floatToIntBits(float). Static method in class java.lang.Float
Returns the bit represention of a single-float value.
floatValue(). Method in class java.lang.Byte
Returns the value of this Byte as a float.
floatValue(). Method in class java.lang.Double
Returns the float value of this Double.
floatValue(). Method in class java.lang.Float
Returns the float value of this Float object.
floatValue(). Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue(). Method in class java.lang.Long
Returns the value of this Long as a float.
floatValue(). Method in class java.lang.Number
Returns the value of the specified number as a float.
floatValue(). Method in class java.lang.Short
Returns the value of this Short as a float.
floor(double). Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
FlowLayout(). Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with a centered alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int). Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with the specified alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int, int, int). Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with the specified alignment and gap values.
flush(). Method in class java.awt.Image
Flushes all resources being used by this Image object.
FOCUS_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting focus events.
FOCUS_FIRST. Static variable in class java.awt.event.FocusEvent
Marks the first integer id for the range of focus event ids.
FOCUS_GAINED. Static variable in class java.awt.event.FocusEvent
The focus gained event type.
FOCUS_LAST. Static variable in class java.awt.event.FocusEvent
Marks the last integer id for the range of focus event ids.
FOCUS_LOST. Static variable in class java.awt.event.FocusEvent
The focus lost event type.
FocusAdapter(). Constructor for class java.awt.event.FocusAdapter
FocusEvent(Component, int). Constructor for class java.awt.event.FocusEvent
Constructs a permanent-level FocusEvent object with the specified source component and type.
FocusEvent(Component, int, boolean). Constructor for class java.awt.event.FocusEvent
Constructs a FocusEvent object with the specified source component, type, and whether or not the focus event is a temporary level event.
focusGained(FocusEvent). Method in class java.awt.AWTEventMulticaster
Handles the focusGained event by invoking the focusGained methods on listener-a and listener-b.
focusGained(FocusEvent). Method in class java.awt.event.FocusAdapter
focusGained(FocusEvent). Method in interface java.awt.event.FocusListener
Invoked when a component gains the keyboard focus.
focusLost(FocusEvent). Method in class java.awt.AWTEventMulticaster
Handles the focusLost event by invoking the focusLost methods on listener-a and listener-b.
focusLost(FocusEvent). Method in class java.awt.event.FocusAdapter
focusLost(FocusEvent). Method in interface java.awt.event.FocusListener
Invoked when a component loses the keyboard focus.
FOLDER_CLOSED. Static variable in class jclass.bwt.BWTEnum
FOLDER_CLOSED. Static variable in class jclass.bwt.JCOutliner
FOLDER_CLOSED. Static variable in class jclass.bwt.JCOutlinerComponent
folder_closed. Variable in class jclass.bwt.JCOutlinerNodeStyle
The node's icon if it is a closed folder.
folder_closed_selected. Variable in class jclass.bwt.JCOutlinerNodeStyle
The node's icon if it is a closed folder and it is selected.
folder_open. Variable in class jclass.bwt.JCOutlinerNodeStyle
The node's icon if it is an open folder.
FOLDER_OPEN_ALL. Static variable in class jclass.bwt.BWTEnum
FOLDER_OPEN_ALL. Static variable in class jclass.bwt.JCOutliner
FOLDER_OPEN_ALL. Static variable in class jclass.bwt.JCOutlinerComponent
FOLDER_OPEN_FOLDERS. Static variable in class jclass.bwt.BWTEnum
FOLDER_OPEN_FOLDERS. Static variable in class jclass.bwt.JCOutliner
FOLDER_OPEN_FOLDERS. Static variable in class jclass.bwt.JCOutlinerComponent
FOLDER_OPEN_ITEMS. Static variable in class jclass.bwt.BWTEnum
FOLDER_OPEN_ITEMS. Static variable in class jclass.bwt.JCOutliner
FOLDER_OPEN_ITEMS. Static variable in class jclass.bwt.JCOutlinerComponent
FOLDER_OPEN_NONE. Static variable in class jclass.bwt.BWTEnum
FOLDER_OPEN_NONE. Static variable in class jclass.bwt.JCOutliner
FOLDER_OPEN_NONE. Static variable in class jclass.bwt.JCOutlinerComponent
folder_open_selected. Variable in class jclass.bwt.JCOutlinerNodeStyle
The node's icon if it is an open folder and it is selected.
folderChanged(JCOutlinerNode). Method in class jclass.bwt.JCOutliner
Notifies the outliner that the number of a folder's children has changed.
folderChanged(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Notifies the outliner that the number of a folder's children has changed.
folderChanged(JCOutlinerNode). Method in interface jclass.bwt.JCOutlinerInterface
Notifies the outliner that the number of a folder's children has changed.
font. Variable in class java.awt.FontMetrics
The actual font.
font. Variable in class jclass.bwt.JCOutlinerNodeStyle
The node's font.
Font(String, int, int). Constructor for class java.awt.Font
Creates a new font with the specified name, style and point size.
FONT_HEIGHT. Static variable in class jclass.bwt.BWTEnum
FontMetrics(Font). Constructor for class java.awt.FontMetrics
Creates a new FontMetrics object with the specified font.
forDigit(int, int). Static method in class java.lang.Character
Determines the character representation for a specific digit in the specified radix.
foreground. Variable in class jclass.bwt.JCOutlinerNodeStyle
The node's foreground color.
foreground_selected. Variable in class jclass.bwt.JCOutlinerNodeStyle
The node's foreground color when it is selected.
FORMAT. Static variable in class java.lang.Character
forName(String). Static method in class java.lang.Class
Returns the Class object associated with the class with the given string name.
Frame(). Constructor for class java.awt.Frame
Constructs a new Frame that is initially invisible.
Frame(String). Constructor for class java.awt.Frame
Constructs a new, initially invisible Frame with the specified title.
FRANCE. Static variable in class java.util.Locale
Useful constant for country.
freeMemory(). Method in class java.lang.Runtime
Returns the amount of free memory in the system.
freeze(). Method in class jclass.bwt.JCTextComponent
FRENCH. Static variable in class java.util.Locale
Useful constant for language.
FRIDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
fromEnum(int, String, String, String[][], int[][], String). Static method in class jclass.util.JCUtilConverter
Converts an enum to a string.
fromEnum(int, String[], int[]). Static method in class jclass.util.JCUtilConverter
Converts an enum to a string.
fromNewLine(String). Static method in class jclass.util.JCUtilConverter
Converts all occurrences of char '\n' to string "\n"
full_node_height. Variable in class jclass.bwt.JCOutlinerComponent

G

gc(). Method in class java.lang.Runtime
Runs the garbage collector.
gc(). Static method in class java.lang.System
Runs the garbage collector.
GERMAN. Static variable in class java.util.Locale
Useful constant for language.
GERMANY. Static variable in class java.util.Locale
Useful constant for country.
get(int). Method in class java.util.BitSet
Gets a bit.
get(int). Method in class java.util.Calendar
Gets the value for a given time field.
get(Object). Method in class java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object). Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
getActionCommand(). Method in class java.awt.event.ActionEvent
Returns the command name associated with this action.
getActionCommand(). Method in class java.awt.Button
Returns the command name of the action event fired by this button.
getActionCommand(). Method in class jclass.bwt.JCButton
Returns the command name of the action event fired by this button.
getActionCommand(). Method in class jclass.bwt.JCTextField
Returns the command name of the action event fired by this field.
getActionCommand(). Method in class java.awt.MenuItem
Returns the command name of the action event fired by this menu item.
getAdjustable(). Method in class java.awt.event.AdjustmentEvent
Returns the Adjustable object where this event originated.
getAdjustmentType(). Method in class java.awt.event.AdjustmentEvent
Returns the type of adjustment which caused the value changed event.
getAlignment(). Method in class java.awt.FlowLayout
Returns the alignment value for this layout, one of LEFT, CENTER, or RIGHT.
getAlignment(). Method in class jclass.bwt.JCLabel
Gets the label's alignment.
getAlignment(). Method in class jclass.bwt.JCTabManager
Gets the default tab alignment.
getAlignment(). Method in class jclass.bwt.JCTextArea
Gets the field's alignment.
getAlignment(). Method in class jclass.bwt.JCTextComponent
Gets the field's alignment.
getAlignment(). Method in class java.awt.Label
Gets the current alignment of this label.
getAlignmentX(). Method in class java.awt.Component
Returns the alignment along the x axis.
getAlignmentX(). Method in class java.awt.Container
Returns the alignment along the x axis.
getAlignmentY(). Method in class java.awt.Component
Returns the alignment along the y axis.
getAlignmentY(). Method in class java.awt.Container
Returns the alignment along the y axis.
getAllowChange(). Method in class jclass.bwt.JCOutlinerEvent
Gets the current AllowChange value.
getAllowChange(). Method in class jclass.bwt.JCSpinBoxEvent
Determines whether the text field's value should change.
getAllowChange(). Method in class jclass.bwt.JCTextEvent
Determines whether the value change be allowed.
getAllowMovement(). Method in class jclass.bwt.JCTextCursorEvent
Determines whether the cursor movement should be allowed.
getAllowMultipleSelections(). Method in class jclass.bwt.JCList
Returns true if this list allows multiple selections.
getAllowMultipleSelections(). Method in class jclass.bwt.JCListComponent
Returns true if this list allows multiple selections.
getAllowMultipleSelections(). Method in class jclass.bwt.JCMultiColumnList
Returns true if this list allows multiple selections.
getAllowSelection(). Method in class jclass.bwt.JCListEvent
Gets the current AllowSelection value.
getApplet(Component). Static method in class jclass.bwt.BWTUtil
Follows the component's parents until a parent applet is found.
getApplet(Component). Static method in class jclass.util.JCEnvironment
Follows the component's parents until a parent applet is found.
getApplet(Component). Static method in class jclass.util.JCString
Given an AWT component, follows the component's parents until a parent applet is found.
getApplet(String). Method in interface java.applet.AppletContext
Finds and returns the applet in the document represented by this applet context with the given name.
getAppletContext(). Method in class java.applet.Applet
Determines this applet's context, which allows the applet to query and affect the environment in which it runs.
getAppletContext(). Method in interface java.applet.AppletStub
Gets a handler to the applet's context.
getAppletContext(). Method in class jclass.bwt.JCComponent
Gets the component's applet's context.
getAppletContext(). Method in class jclass.bwt.JCContainer
Gets the container's applet's context.
getAppletContext(Applet). Static method in class jclass.bwt.BWTUtil
Gets the component's applet's context.
getAppletContext(Applet). Static method in class jclass.util.JCEnvironment
Gets the component's applet's context.
getAppletInfo(). Method in class java.applet.Applet
Returns information about this applet.
getApplets(). Method in interface java.applet.AppletContext
Finds all the applets in the document represented by this applet context.
getArmLabel(). Method in class jclass.bwt.JCButton
Gets the button's ArmLabel.
getArrayCopy(). Method in class jclass.util.JCVector
Returns a copy of the internal array.
getArrowSize(). Method in class jclass.bwt.JCArrowButton
Gets the arrow's size.
getAscent(). Method in class java.awt.FontMetrics
Gets the font ascent.
getAudioClip(URL). Method in class java.applet.Applet
Returns the AudioClip object specified by the URL argument.
getAudioClip(URL). Method in interface java.applet.AppletContext
Creates an audio clip.
getAudioClip(URL, String). Method in class java.applet.Applet
Returns the AudioClip object specified by the URL and name arguments.
getAutoArrowDisable(). Method in class jclass.bwt.JCSpinBox
Gets the AutoArrowDisable value.
getAutoLabel(). Method in class jclass.bwt.JCProgressMeter
Gets the AutoLabel value.
getAutoSelect(). Method in class jclass.bwt.JCList
Gets the AutoSelect value.
getAutoSelect(). Method in class jclass.bwt.JCListComponent
Gets the AutoSelect value.
getAutoSelect(). Method in interface jclass.bwt.JCListInterface
Gets the AutoSelect value.
getAutoSelect(). Method in class jclass.bwt.JCMultiColumnList
Gets the AutoSelect value.
getAutoSelect(). Method in class jclass.bwt.JCOutliner
Gets the AutoSelect value.
getAutoSelect(). Method in class jclass.bwt.JCOutlinerComponent
Gets the AutoSelect value.
getAutoSelect(). Method in interface jclass.bwt.JCOutlinerInterface
Gets the AutoSelect value.
getAutoTick(). Method in class jclass.bwt.JCSlider
Gets the AutoTick value.
getAvailableIDs(). Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableIDs(int). Static method in class java.util.TimeZone
Gets the available IDs according to the given time zone offset.
getAvailableLocales(). Static method in class java.util.Calendar
Gets the set of locales for which Calendars are installed.
getBackground(). Method in class java.awt.Component
Gets the background color.
getBackgroundSelected(). Method in class jclass.bwt.JCOutlinerNodeStyle
Gets the node's background color when it is selected.
getBarColor(). Method in class jclass.bwt.JCProgressMeter
Gets the BarColor value.
getBarCount(). Method in class jclass.bwt.JCProgressMeter
Gets the BarCount value.
getBarSpacing(). Method in class jclass.bwt.JCProgressMeter
Gets the BarSpacing value.
getBatched(). Method in class jclass.bwt.JCList
Gets the Batched value.
getBatched(). Method in class jclass.bwt.JCListComponent
Gets the Batched value.
getBatched(). Method in class jclass.bwt.JCMultiColumnList
Gets the Batched value.
getBatched(). Method in class jclass.bwt.JCOutliner
Gets the Batched value.
getBatched(). Method in class jclass.bwt.JCOutlinerComponent
Gets the Batched value.
getBlockIncrement(). Method in interface java.awt.Adjustable
Gets the block value increment for the adjustable object.
getBlockIncrement(). Method in interface jclass.bwt.JCAdjustable
Gets the block value increment for the adjustable object.
getBlockIncrement(). Method in class jclass.bwt.JCScrollbar
Gets the page increment.
getBlockIncrement(). Method in class jclass.bwt.JCSlider
Gets the page increment.
getBlockIncrement(). Method in class java.awt.Scrollbar
Gets the block increment for this scrollbar.
getBlue(). Method in class java.awt.Color
Gets the blue component.
getBoolean(String). Static method in class java.lang.Boolean
Returns is true if and only if the system property named by the argument exists and is equal to the string "true".
getBoundingBox(). Method in class java.awt.Polygon
getBounds(). Method in class java.awt.Component
Returns the current bounds of this component.
getBounds(). Method in class java.awt.Polygon
Returns the bounding box of the shape.
getBounds(). Method in class java.awt.Rectangle
Returns the bounds of this rectangle.
getBounds(). Method in interface java.awt.Shape
Return the bounding box of the shape.
getBounds(int, boolean). Method in class jclass.bwt.JCListComponent
Gets the bounding rectangle of a row, or null if the row is invalid.
getBounds(int, boolean). Method in class jclass.bwt.JCTextAreaComponent
Gets the bounding rectangle of a row, or null if the row is invalid.
getBounds(JCOutlinerNode, Rectangle). Method in class jclass.bwt.JCOutliner
Gets the physical bounding rectangle of a node (icon and label) (ie adjusted for scrolling and insets).
getBounds(JCOutlinerNode, Rectangle). Method in class jclass.bwt.JCOutlinerComponent
Gets the physical bounding rectangle of a node (icon and label) (ie adjusted for scrolling and insets).
getBounds(JCOutlinerNode, Rectangle). Method in interface jclass.bwt.JCOutlinerInterface
Gets the physical bounding rectangle of a node (icon and label) (adjusted for scrolling and insets).
getBrowser(Component). Static method in class jclass.util.JCEnvironment
Returns an int corresponding to the "java.vendor" System property:
 BROWSER_UNKNOWN		   If the component's peer is null
 BROWSER_APPLETVIEWER    AppletViewer
 BROWSER_EXPLORER        MS Internet Explorer
 BROWSER_INTERPRETER     Running as a mainline
 BROWSER_NETSCAPE        Netscape Navigator
 BROWSER_OTHER           Other
 
getBundle(String). Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle subclass.
getBundle(String, Locale). Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle subclass.
getButton(). Method in class jclass.bwt.JCComboBox
Gets the button component.
getBytes(). Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytes(int, int, byte[], int). Method in class java.lang.String
Copies characters from this string into the destination byte array.
getBytes(String). Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getCaretPosition(). Method in class jclass.bwt.JCTextArea
Gets the position of the cursor (provided for JDK 1.1 compatibility).
getCaretPosition(). Method in class jclass.bwt.JCTextComponent
Gets the position of the cursor (provided for JDK 1.1 compatibility).
getCaretPosition(). Method in class java.awt.TextComponent
Returns the position of the text insertion caret for the text component.
getChanged(). Method in class jclass.bwt.JCTextArea
Returns true if the user has changed the value since the last programmatic setting.
getChanged(). Method in class jclass.bwt.JCTextComponent
Returns true if the user has changed the value since the last programmatic setting.
getChanged(). Method in interface jclass.bwt.JCTextInterface
Returns true if the user has changed the value since the last programmatic setting.
getChangePage(). Method in class jclass.bwt.JCTabManagerEvent
Determines whether the page should change.
getChars(int, int, char[], int). Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int). Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getCheckbox(int). Method in class jclass.bwt.JCCheckboxGroup
Gets the checkbox at the specified index.
getCheckboxGroup(). Method in class java.awt.Checkbox
Returns the checkbox group.
getCheckboxGroup(). Method in class jclass.bwt.JCCheckbox
Returns the checkbox group.
getChild(). Method in class java.awt.event.ContainerEvent
Returns the child component that was added or removed in this event.
getChildren(). Method in class jclass.bwt.JCOutlinerFolderNode
Gets the folder's children.
getChildren(). Method in class jclass.bwt.JCOutlinerNode
Gets the node's children (returns null if the node is not a folder).
getClass(). Method in class java.lang.Object
Returns the runtime class of an object.
getClassContext(). Method in class java.lang.SecurityManager
Returns the current execution stack as an array of classes.
getClasses(). Method in class java.lang.Class
Returns an array containing Class objects representing all the public classes and interfaces that are members of the class represented by this Class object.
getClassLoader(). Method in class java.lang.Class
Determines the class loader for the class.
getClassName(). Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
getClickCount(). Method in class java.awt.event.MouseEvent
Return the number of mouse clicks associated with this event.
getClip(). Method in class java.awt.Graphics
Return a Shape object representing the current clipping area.
getClipBounds(). Method in class java.awt.Graphics
Returns the bounding rectangle of the current clipping area.
getClipRect(). Method in class java.awt.Graphics
getCodeBase(). Method in class java.applet.Applet
Gets the base URL.
getCodeBase(). Method in interface java.applet.AppletStub
Gets the base URL.
getColor(). Method in class java.awt.Graphics
Gets the current color.
getColor(String). Static method in class java.awt.Color
Gets the specified Color property.
getColor(String, Color). Static method in class java.awt.Color
Gets the specified Color property of the specified Color.
getColor(String, int). Static method in class java.awt.Color
Gets the specified Color property of the color value.
getColorModel(). Method in class java.awt.Component
Gets the ColorModel used to display the component on the output device.
getColorModel(). Method in class java.awt.Toolkit
Returns the ColorModel of the screen.
getColumnAlignment(int). Method in class jclass.bwt.JCHeader
Gets a column's alignment (default: BWTEnum.MIDDLELEFT).
getColumnAlignment(int). Method in class jclass.bwt.JCMultiColumnData
Gets a column's alignment (default: BWTEnum.MIDDLELEFT).
getColumnAlignment(int). Method in interface jclass.bwt.JCMultiColumnInterface
Gets a column's alignment (default: BWTEnum.MIDDLELEFT).
getColumnAlignment(int). Method in class jclass.bwt.JCMultiColumnListComponent
Gets a column's alignment (default: BWTEnum.MIDDLELEFT).
getColumnAlignment(int). Method in class jclass.bwt.JCMultiColumnWindow
Gets a column's alignment.
getColumnAlignment(int). Method in class jclass.bwt.JCOutlinerComponent
Gets a column's alignment.
getColumnAlignments(). Method in class jclass.bwt.JCHeader
Gets the column alignments.
getColumnAlignments(). Method in class jclass.bwt.JCMultiColumnData
Gets the column alignments.
getColumnAlignments(). Method in interface jclass.bwt.JCMultiColumnInterface
Gets the column alignments.
getColumnAlignments(). Method in class jclass.bwt.JCMultiColumnListComponent
Gets the column alignments.
getColumnAlignments(). Method in class jclass.bwt.JCMultiColumnWindow
Gets the column alignments.
getColumnAlignments(). Method in class jclass.bwt.JCOutlinerComponent
Gets the column alignments.
getColumnLabels(). Method in class jclass.bwt.JCMultiColumnWindow
Gets the column label strings, or null if none have been set.
getColumnLabelSort(). Method in class jclass.bwt.JCMultiColumnWindow
Gets the windows's ColumnLabelSort value.
getColumnLabelSortMethod(). Method in class jclass.bwt.JCMultiColumnWindow
Gets the current ColumnLabelSortMethod value.
getColumnLeftMargin(int). Method in class jclass.bwt.JCHeader
Gets the column's left margin value (pixels).
getColumnLeftMargin(int). Method in class jclass.bwt.JCMultiColumnData
Gets the column's left margin value (pixels).
getColumnLeftMargin(int). Method in interface jclass.bwt.JCMultiColumnInterface
Gets the column's left margin value (pixels).
getColumnLeftMargin(int). Method in class jclass.bwt.JCMultiColumnListComponent
Gets the column's left margin value (pixels) (default: 5).
getColumnLeftMargin(int). Method in class jclass.bwt.JCMultiColumnWindow
Gets the column's left margin value (pixels).
getColumnLeftMargin(int). Method in class jclass.bwt.JCOutlinerComponent
Gets the column's left margin value (pixels).
getColumnPosition(int). Method in class jclass.bwt.JCHeader
Gets the physical position of the left boundary of the column.
getColumnPosition(int). Method in class jclass.bwt.JCMultiColumnData
Gets the position of the left boundary of the column.
getColumnPosition(int). Method in interface jclass.bwt.JCMultiColumnInterface
Gets the physical position of the left boundary of the column (accounting for horizontal scrolling).
getColumnPosition(int). Method in class jclass.bwt.JCMultiColumnListComponent
Gets the physical position of the left boundary of the column (accounting for horizontal scrolling).
getColumnPosition(int). Method in class jclass.bwt.JCMultiColumnWindow
Gets the physical position of the left boundary of the column (accounting for horizontal scrolling).
getColumnPosition(int). Method in class jclass.bwt.JCOutlinerComponent
Gets the physical position of the left boundary of the column (accounting for horizontal scrolling).
getColumnRightMargin(int). Method in class jclass.bwt.JCHeader
Gets the column's right margin value (pixels).
getColumnRightMargin(int). Method in class jclass.bwt.JCMultiColumnData
Gets the column's right margin value (pixels).
getColumnRightMargin(int). Method in interface jclass.bwt.JCMultiColumnInterface
Gets the column's right margin value (pixels).
getColumnRightMargin(int). Method in class jclass.bwt.JCMultiColumnListComponent
getColumnRightMargin(int). Method in class jclass.bwt.JCMultiColumnWindow
Gets the column's right margin value (pixels).
getColumnRightMargin(int). Method in class jclass.bwt.JCOutlinerComponent
Gets the column's right margin value (pixels).
getColumns(). Method in class java.awt.GridLayout
Returns the number of columns in this layout.
getColumns(). Method in class jclass.bwt.JCTextArea
Returns the number of columns.
getColumns(). Method in class jclass.bwt.JCTextComponent
Gets the number of columns.
getColumns(). Method in interface jclass.bwt.JCTextInterface
Returns the number of columns.
getColumns(). Method in class java.awt.TextArea
Returns the number of columns in the TextArea.
getColumns(). Method in class java.awt.TextField
Returns the number of columns in this TextField.
getColumnWidth(int). Method in class jclass.bwt.JCHeader
Gets the current width of a column, or 0 if the column does not exist.
getColumnWidth(int). Method in class jclass.bwt.JCMultiColumnData
Gets the current width of a column, or 0 if the column does not exist.
getColumnWidth(int). Method in interface jclass.bwt.JCMultiColumnInterface
Gets the current width of a column, or 0 if the column does not exist.
getColumnWidth(int). Method in class jclass.bwt.JCMultiColumnListComponent
Gets the current width of a column, or 0 if the column does not exist.
getColumnWidth(int). Method in class jclass.bwt.JCMultiColumnWindow
Gets the current width of a column, or 0 if the column does not exist.
getColumnWidth(int). Method in class jclass.bwt.JCOutlinerComponent
Gets the current width of a column, or 0 if the column does not exist.
getColumnWidths(). Method in class jclass.bwt.JCHeader
Gets a list of the column widths.
getColumnWidths(). Method in class jclass.bwt.JCMultiColumnData
Gets a list of the column widths set by setColumnWidths.
getColumnWidths(). Method in interface jclass.bwt.JCMultiColumnInterface
Gets a list of column widths.
getColumnWidths(). Method in class jclass.bwt.JCMultiColumnListComponent
Gets a list of the column widths.
getColumnWidths(). Method in class jclass.bwt.JCMultiColumnWindow
Gets a list of the column widths.
getColumnWidths(). Method in class jclass.bwt.JCOutlinerComponent
Gets a list of the column widths.
getComponent(). Method in class java.awt.event.ComponentEvent
Returns the component where this event originated.
getComponent(Component). Method in class jclass.bwt.JCContainer
Returns the position of the child, or BWTEnum.NOTFOUND.
getComponent(int). Method in class java.awt.Container
Gets the nth component in this container.
getComponent(int). Method in class jclass.bwt.JCContainer
Gets the child at the specified position.
getComponentAt(int, int). Method in class java.awt.Component
Returns the component or subcomponent that contains the x,y location.
getComponentAt(int, int). Method in class java.awt.Container
Locates the component that contains the x,y position.
getComponentAt(Point). Method in class java.awt.Component
Returns the component or subcomponent that contains the specified point.
getComponentAt(Point). Method in class java.awt.Container
Locates the component that contains the specified point.
getComponentCount(). Method in class java.awt.Container
Returns the number of components in this panel.
getComponents(). Method in class java.awt.Container
Gets all the components in this container.
getComponentType(). Method in class java.lang.Class
If this class represents an array type, returns the Class object representing the component type of the array; otherwise returns null.
getConstraints(Component). Method in class java.awt.GridBagLayout
Retrieves the constraints for the specified component.
getConstructor(Class[]). Method in class java.lang.Class
Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
getConstructors(). Method in class java.lang.Class
Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object.
getContainer(). Method in class java.awt.event.ContainerEvent
Returns the container where this event originated.
getContents(). Method in class java.util.ListResourceBundle
See class description.
getConverter(). Static method in class jclass.bwt.JCComponent
Gets the converter used for converting strings to internal values.
getConverter(). Static method in class jclass.bwt.JCContainer
Gets the converter used for converting strings to internal values.
getCountry(). Method in class java.util.Locale
Getter for programmatic name of field, an uppercased two-letter ISO-3166 code.
getCurrent(). Method in class java.awt.CheckboxGroup
getCurrent(). Method in class jclass.bwt.JCCheckboxGroup
Gets the currently-selected checkbox.
getCurrentFirstPosition(). Method in class jclass.bwt.JCTextAreaComponent
getCurrentPage(). Method in class jclass.bwt.JCTabManager
Gets the current page.
getCurrentPage(). Method in class jclass.bwt.JCTabManagerEvent
Gets the current page (null at initialization).
getCurrentPosition(). Method in class jclass.bwt.JCTextCursorEvent
Gets the current cursor position.
getCurrentRow(). Method in class jclass.bwt.JCTextAreaComponent
getCurrentTab(). Method in class jclass.bwt.JCTabManager
Gets the current tab.
getCurrentTab(). Method in class jclass.bwt.JCTabManagerEvent
Gets the current tab (null at initialization).
getCurrentTabFont(). Method in class jclass.bwt.JCTabManager
Gets the CurrentTabFont value.
getCursor(). Method in class java.awt.Component
Gets the cursor set on this component.
getCursorPosition(). Method in class jclass.bwt.JCTextArea
Gets the position of the cursor.
getCursorPosition(). Method in class jclass.bwt.JCTextComponent
Gets the position of the cursor.
getCursorPosition(). Method in interface jclass.bwt.JCTextInterface
Gets the position of the cursor.
getCursorType(). Method in class java.awt.Frame
getDate(). Method in class java.util.Date
Returns the day of the month represented by this date.
getDay(). Method in class java.util.Date
Returns the day of the week represented by this date.
getDecimalPlaces(). Method in class jclass.bwt.JCSpinBox
Gets the DecimalPlaces value.
getDecimalPointChar(). Method in class jclass.bwt.JCSpinBox
Gets the decimal point char.
getDeclaredClasses(). Method in class java.lang.Class
Returns an array of Class objects reflecting all the classes and interfaces declared as members of the class represented by this Class object.
getDeclaredConstructor(Class[]). Method in class java.lang.Class
Returns a Constructor object that reflects the specified declared constructor of the class or interface represented by this Class object.
getDeclaredConstructors(). Method in class java.lang.Class
Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.
getDeclaredField(String). Method in class java.lang.Class
Returns a Field object that reflects the specified declared field of the class or interface represented by this Class object.
getDeclaredFields(). Method in class java.lang.Class
Returns an array of Field objects reflecting all the fields declared by the class or interface represented by this Class object.
getDeclaredMethod(String, Class[]). Method in class java.lang.Class
Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object.
getDeclaredMethods(). Method in class java.lang.Class
Returns an array of Method objects reflecting all the methods declared by the class or interface represented by this Class object.
getDeclaringClass(). Method in class java.lang.Class
If the class or interface represented by this Class object is a member of another class, returns the Class object representing the class of which it is a member (its declaring class).
getDecrementArrow(). Method in class jclass.bwt.JCSpinBox
Gets the decrement (down) button.
getDefault(). Static method in class java.util.Locale
Common method of getting the current default Locale.
getDefault(). Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefaultCursor(). Static method in class java.awt.Cursor
Return the system default cursor.
getDefaultNodeStyle(). Method in class jclass.bwt.JCOutliner
Gets the default node style.
getDefaultNodeStyle(). Method in class jclass.bwt.JCOutlinerComponent
Gets the default node style.
getDefaultNodeStyle(). Method in interface jclass.bwt.JCOutlinerInterface
Gets the default node style.
getDefaultToolkit(). Static method in class java.awt.Toolkit
Returns the default toolkit.
getDescent(). Method in class java.awt.FontMetrics
Gets the font descent.
getDirection(). Method in class jclass.util.JCqsort
Gets the current sorting direction
getDirectory(). Method in class java.awt.FileDialog
Gets the directory of the Dialog.
getDisplayCountry(). Method in class java.util.Locale
Getter for display of field to user.
getDisplayCountry(Locale). Method in class java.util.Locale
Getter for display of field to user.
getDisplayLanguage(). Method in class java.util.Locale
Getter for display of field to user.
getDisplayLanguage(Locale). Method in class java.util.Locale
Getter for display of field to user.
getDisplayName(). Method in class java.util.Locale
Getter for display of the entire locale to user.
getDisplayName(Locale). Method in class java.util.Locale
Getter for display of the entire locale to user.
getDisplayVariant(). Method in class java.util.Locale
Getter for display of field to user.
getDisplayVariant(Locale). Method in class java.util.Locale
Getter for display of field to user If the localized name is not found, returns the variant code.
getDocumentBase(). Method in class java.applet.Applet
Gets the document URL.
getDocumentBase(). Method in interface java.applet.AppletStub
Gets the document URL.
getDoubleBuffer(). Method in class jclass.bwt.JCComponent
Gets the component's DoubleBuffer value.
getDoubleBufferGraphics(). Method in class jclass.bwt.JCComponent
Creates a double-buffer image, for subsequent retrieval via getDoubleBufferImage
getDoubleBufferGraphics(). Method in class jclass.bwt.JCContainer
Creates a double-buffer image
getDoubleBufferGraphics(). Method in class jclass.bwt.JCListComponent
Creates a double-buffer image, for subsequent retrieval via getDoubleBufferImage
getDoubleBufferGraphics(). Method in class jclass.bwt.JCOutlinerComponent
Creates a double-buffer image, for subsequent retrieval via getDoubleBufferImage
getDoubleBufferGraphics(). Method in class jclass.bwt.JCTextAreaComponent
Creates a double-buffer image, for subsequent retrieval via getDoubleBufferImage
getDoubleBufferImage(). Method in class jclass.bwt.JCComponent
Returns the double-buffer image previously created in a call to getDoubleBufferGraphics.
getDoubleBufferImage(). Method in class jclass.bwt.JCListComponent
Returns the double-buffer image previously created in a call to getDoubleBufferGraphics.
getDoubleBufferImage(). Method in class jclass.bwt.JCOutlinerComponent
Returns the double-buffer image previously created in a call to getDoubleBufferGraphics.
getDoubleBufferImage(). Method in class jclass.bwt.JCTextAreaComponent
Returns the double-buffer image previously created in a call to getDoubleBufferGraphics.
getDragAndDropPolicy(). Method in class jclass.bwt.JCOutliner
Gets the DragAndDropPolicy value.
getDragAndDropPolicy(). Method in class jclass.bwt.JCOutlinerComponent
Gets the DragAndDropPolicy value.
getDrawingArea(). Method in class jclass.bwt.JCComponent
Gets the bounding rectangle of the component's drawing area, (its area minus the shadows and insets).
getDrawingArea(Rectangle). Method in class jclass.bwt.JCArrowButton
Gets the bounding rectangle of the component's drawing area, (its area minus the shadows and insets).
getDrawingArea(Rectangle). Method in class jclass.bwt.JCComponent
Gets the bounding rectangle of the component's drawing area, (its area minus the shadows and insets).
getDrawingAreaHeight(). Method in class jclass.bwt.JCComponent
Gets the bounding rectangle's height of the component's drawing area, (its area minus the shadows and insets).
getDrawingAreaWidth(). Method in class jclass.bwt.JCComponent
Gets the bounding rectangle's width of the component's drawing area, (its area minus the shadows and insets).
getEchoChar(). Method in class jclass.bwt.JCTextField
Returns the character to be used for echoing, or 0 if no char has been set.
getEchoChar(). Method in class java.awt.TextField
Returns the character to be used for echoing.
getEchoCharString(). Method in class jclass.bwt.JCTextField
Returns a string whose first char is set to the char to be used for echoing, or null if no echo char has been set.
getEditable(). Method in class jclass.bwt.JCTextArea
Returns the boolean indicating whether this component is editable or not.
getEditable(). Method in class jclass.bwt.JCTextComponent
Gets the Editable value.
getEditable(). Method in interface jclass.bwt.JCTextInterface
Returns the boolean indicating whether this component is editable or not.
getEndPosition(). Method in class jclass.bwt.JCTextEvent
Gets the ending position of the text to modify.
getenv(String). Static method in class java.lang.System
Gets an environment variable.
getErrorsAny(). Method in class java.awt.MediaTracker
Returns a list of all media that have encountered an error.
getErrorsID(int). Method in class java.awt.MediaTracker
Returns a list of media with the specified ID that have encountered an error.
getErrorStream(). Method in class java.lang.Process
Gets the error stream of the subprocess.
getException(). Method in class java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this Error to be created.
getFamily(). Method in class java.awt.Font
Gets the platform specific family name of the font.
getField(String). Method in class java.lang.Class
Returns a Field object that reflects the specified public member field of the class or interface represented by this Class object.
getFields(). Method in class java.lang.Class
Returns an array containing Field objects reflecting all the accessible public fields of the class or interface represented by this Class object.
getFile(). Method in class java.awt.FileDialog
Gets the file of the Dialog.
getFileList(Applet, String). Static method in class jclass.util.JCURLDirectory
Gets a list of files that can be accessed from an URL.
getFilenameFilter(). Method in class java.awt.FileDialog
Gets the filter.
getFilterTime(). Method in class jclass.bwt.JCScrollbar
Gets the FilterTime value.
getFirst(). Method in class jclass.util.JCVector
Returns the first element of the sequence, or null if the vector is empty.
getFirstDayOfWeek(). Method in class java.util.Calendar
Gets what the first day of the week is; e.g., Sunday in US, Monday in France.
getFirstPosition(int). Method in class jclass.bwt.JCTextAreaComponent
Gets the text position of the first char in the row.
getFirstVisibleTab(). Method in class jclass.bwt.JCTabManager
Gets the first visible tab.
getFocusNode(). Method in class jclass.bwt.JCOutliner
Returns the node which currently has focus, or null.
getFocusNode(). Method in class jclass.bwt.JCOutlinerComponent
Returns the node which currently has focus, or null.
getFocusNode(). Method in interface jclass.bwt.JCOutlinerInterface
Returns the node which currently has focus, or null.
getFocusOwner(). Method in class java.awt.Window
Returns the child component of this Window which has focus if and only if this Window is active.
getFolderClosedIcon(). Method in class jclass.bwt.JCOutlinerNodeStyle
Gets the node's icon if it is a closed folder.
getFolderClosedSelectedIcon(). Method in class jclass.bwt.JCOutlinerNodeStyle
Gets the node's icon if it is a closed folder and it is selected.
getFolderOpenIcon(). Method in class jclass.bwt.JCOutlinerNodeStyle
Gets the node's icon if it is an open folder.
getFolderOpenSelectedIcon(). Method in class jclass.bwt.JCOutlinerNodeStyle
Gets the node's icon if it is an open folder and it is selected.
getFont(). Method in class java.awt.Component
Gets the font of the component.
getFont(). Method in class java.awt.FontMetrics
Gets the font.
getFont(). Method in class java.awt.Graphics
Gets the current font.
getFont(). Method in class jclass.bwt.JCOutlinerNodeStyle
Gets the node's font.
getFont(). Method in class java.awt.MenuComponent
Gets the font used for this MenuItem.
getFont(). Method in interface java.awt.MenuContainer
getFont(String). Static method in class java.awt.Font
Gets a font from the system properties list.
getFont(String, Font). Static method in class java.awt.Font
Gets the specified font from the system properties list.
getFontList(). Method in class java.awt.Toolkit
Returns the names of the available fonts.

For 1.1, the following font names are deprecated (the replacement name follows):

The ZapfDingbats font is also deprecated in 1.1, but only as a separate fontname.

getFontMetrics(). Method in class java.awt.Graphics
Gets the font metrics of the current font.
getFontMetrics(Font). Method in class java.awt.Component
Gets the font metrics for this component.
getFontMetrics(Font). Method in class java.awt.Graphics
Gets the font metrics for the specified font.
getFontMetrics(Font). Method in class java.awt.Toolkit
Returns the screen metrics of the font.
getFontPeer(String, int). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Font.
getForeground(). Method in class java.awt.Component
Gets the foreground color.
getForeground(). Method in class jclass.bwt.JCOutlinerNodeStyle
Gets the node's foreground color.
getForegroundSelected(). Method in class jclass.bwt.JCOutlinerNodeStyle
Gets the node's foreground color when it is selected.
getFrame(). Method in class jclass.bwt.JCComponent
Gets the parent frame.
getFrame(Component). Static method in class jclass.bwt.BWTUtil
Gets the component's parent frame.
getFromCache(Object). Method in class jclass.util.JCCache
This retrieves the item associated with the key from the cache.
getGraphics(). Method in class java.awt.Component
Gets a Graphics context for this component.
getGraphics(). Method in class java.awt.Image
Gets a graphics object to draw into this image.
getGraphics(). Method in class jclass.bwt.JCTabButton
Gets a Graphics context for this component.
getGraphics(). Method in class java.awt.PrintJob
Gets a Graphics object that will draw to the next page.
getGreatestMinimum(int). Method in class java.util.Calendar
Gets the highest minimum value for the given field if varies.
getGreatestMinimum(int). Method in class java.util.GregorianCalendar
Returns highest minimum value for the given field if varies.
getGreen(). Method in class java.awt.Color
Gets the green component.
getGregorianChange(). Method in class java.util.GregorianCalendar
Gets the Gregorian Calendar change date.
getGridSizes(Container, boolean). Method in class jclass.bwt.JCGridLayout
Traverses the children and determines row heights and column widths.
getHAdjustable(). Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the horizontal scrollbar.
getHeader(). Method in class jclass.bwt.JCMultiColumnWindow
Gets the header for the window.
getHeight(). Method in class java.awt.FontMetrics
Gets the standard height of a line of text in this font.
getHeight(Component, Font). Method in class jclass.util.JCString
Returns the height.
getHeight(ImageObserver). Method in class java.awt.Image
Gets the actual height of the image.
getHeight(Object, Component). Static method in class jclass.bwt.BWTUtil
Gets the value's height using the component's font.
getHeight(Object, Component, Font). Static method in class jclass.bwt.BWTUtil
Gets the value's height using the specified font.
getHelpMenu(). Method in class java.awt.MenuBar
Gets the help menu on the menu bar.
getHgap(). Method in class java.awt.BorderLayout
Returns the horizontal gap between components.
getHgap(). Method in class java.awt.CardLayout
Returns the horizontal gap between components.
getHgap(). Method in class java.awt.FlowLayout
Returns the horizontal gap between components.
getHgap(). Method in class java.awt.GridLayout
Returns the horizontal gap between components.
getHighlightColor(). Method in class jclass.bwt.JCComponent
Gets the color of the highlight rectangle.
getHighlightThickness(). Method in class jclass.bwt.JCComponent
Gets the thickness of the highlight rectangle.
getHorizOrigin(). Method in class jclass.bwt.JCListComponent
Gets the horizontal origin.
getHorizOrigin(). Method in class jclass.bwt.JCOutlinerComponent
Gets the horizontal origin.
getHorizOrigin(). Method in interface jclass.bwt.JCScrollableInterface
Gets the horizontal origin.
getHorizOrigin(). Method in class jclass.bwt.JCTextAreaComponent
Gets the horizontal origin.
getHorizScrollbar(). Method in class jclass.bwt.JCScrolledWindow
getHours(). Method in class java.util.Date
Returns the hour represented by this date.
getHSBColor(float, float, float). Static method in class java.awt.Color
A static Color factory for generating a Color object from HSB values.
getHScrollbarHeight(). Method in class java.awt.ScrollPane
Returns the height that would be occupied by a horizontal scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getIcon(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Gets the appropriate image for a node.
getIconImage(). Method in class java.awt.Frame
Returns the icon image for this Frame.
getIconSpacing(). Method in class jclass.bwt.JCOutlinerNodeStyle
Gets the horizontal spacing between the icon and the label.
getID(). Method in class java.awt.AWTEvent
Returns the event type.
getID(). Method in class java.util.TimeZone
Gets the ID of this time zone.
getImage(). Method in class jclass.util.JCString
Gets the first image.
getImage(String). Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified file.
getImage(URL). Method in class java.applet.Applet
Returns an Image object that can then be painted on the screen.
getImage(URL). Method in interface java.applet.AppletContext
Returns an Image object that can then be painted on the screen.
getImage(URL). Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
getImage(URL, String). Method in class java.applet.Applet
Returns an Image object that can then be painted on the screen.
getInCheck(). Method in class java.lang.SecurityManager
Tests if there is a security check in progress.
getIncrement(). Method in class jclass.bwt.JCSpinBox
Gets the Increment value.
getIncrementArrow(). Method in class jclass.bwt.JCSpinBox
Gets the increment (up) button.
getIndicator(). Method in class jclass.bwt.JCCheckbox
Gets the Indicator value.
getIndicatorImageList(). Method in class jclass.bwt.JCCheckbox
Gets the IndicatorImageList value.
getIndicatorImageURLList(). Method in class jclass.bwt.JCCheckbox
Gets the IndicatorImageList value.
getInitialRepeatDelay(). Method in class jclass.bwt.JCArrowButton
Gets the InitialRepeatDelay value.
getInputStream(). Method in class java.lang.Process
Gets the input stream of the subprocess.
getInsets(). Method in class java.awt.Container
Returns the insets of the container.
getInsets(). Method in class jclass.bwt.JCComponent
Returns the previously set insets.
getInstance(). Static method in class java.util.Calendar
Gets a Calendar using the default timezone and locale.
getInstance(Locale). Static method in class java.util.Calendar
Gets a Calendar using the default timezone and given locale.
getInstance(TimeZone). Static method in class java.util.Calendar
Gets a Calendar using the given timezone and default locale.
getInstance(TimeZone, Locale). Static method in class java.util.Calendar
Gets a Calendar using the given timezone and given locale.
getInteger(String). Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, int). Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, Integer). Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInterfaces(). Method in class java.lang.Class
Determines the interfaces implemented by the class or interface represented by this object.
getIntValue(). Method in class jclass.bwt.JCSpinBox
Gets the current value as an int.
getISO3Country(). Method in class java.util.Locale
Getter for the three-letter ISO country abbreviation of the locale.
getISO3Language(). Method in class java.util.Locale
Getter for the three-letter ISO language abbreviation of the locale.
getItem(). Method in class java.awt.event.ItemEvent
Returns the item where the event occurred.
getItem(). Method in class jclass.bwt.JCItemEvent
Returns the item where the event occurred.
getItem(int). Method in class java.awt.Choice
Returns the String at the specified index in the Choice.
getItem(int). Method in class jclass.bwt.JCComboBox
Returns the item at the specified index in the list.
getItem(int). Method in class jclass.bwt.JCList
Gets the item associated with the specified index.
getItem(int). Method in class jclass.bwt.JCListComponent
Returns the item at the specified row.
getItem(int). Method in interface jclass.bwt.JCListInterface
Gets the item associated with the specified row.
getItem(int). Method in class jclass.bwt.JCMultiColumnList
Gets the item associated with the specified index.
getItem(int). Method in class java.awt.List
Gets the item associated with the specified index.
getItem(int). Method in class java.awt.Menu
Returns the item located at the specified index of this menu.
getItemCount(). Method in class java.awt.Choice
Returns the number of items in this Choice.
getItemCount(). Method in class jclass.bwt.JCComboBox
Returns the number of items in the list.
getItemCount(). Method in class java.awt.List
Returns the number of items in the list.
getItemCount(). Method in class java.awt.Menu
Returns the number of elements in this menu.
getItemIcon(). Method in class jclass.bwt.JCOutlinerNodeStyle
Gets the node's icon if it is not a folder.
getItems(). Method in class jclass.bwt.JCComboBox
Gets the list's values as a list of Strings.
getItems(). Method in class jclass.bwt.JCList
Gets the list's values.
getItems(). Method in class jclass.bwt.JCListComponent
Gets the list's values.
getItems(). Method in interface jclass.bwt.JCListInterface
Gets the list's values.
getItems(). Method in class jclass.bwt.JCMultiColumnList
Gets the list's values.
getItems(). Method in class java.awt.List
Returns the items in the list.
getItemSelectable(). Method in class java.awt.event.ItemEvent
Returns the ItemSelectable object where this event originated.
getItemSelectedIcon(). Method in class jclass.bwt.JCOutlinerNodeStyle
Gets the node's icon if it is not a folder and it is selected.
getItemsStrings(). Method in class jclass.bwt.JCList
Gets the list's values as a list of Strings.
getItemsStrings(). Method in class jclass.bwt.JCListComponent
Gets the list's values as a list of Strings.
getItemsStrings(). Method in class jclass.bwt.JCMultiColumnList
Gets the list's values as a list of Strings.
getItemsStrings(). Method in class jclass.bwt.JCMultiColumnListComponent
Gets the list's values as a list of Strings.
getJavaVersion(). Static method in class jclass.util.JCEnvironment
Returns an int corresponding to the "java.version" System property:
 JDK 1.0.2   102
 JDK 1.1.0   110
 
getKey(). Method in class java.awt.MenuShortcut
Return the raw keycode of this MenuShortcut.
getKey(). Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
getKeyChar(). Method in class java.awt.event.KeyEvent
Returns the character associated with the key in this event.
getKeyCode(). Method in class java.awt.event.KeyEvent
Returns the integer key-code associated with the key in this event.
getKeyModifiersText(int). Static method in class java.awt.event.KeyEvent
Returns a String describing the modifier key(s), such as "Shift", or "Ctrl+Shift".
getKeys(). Method in class java.util.ListResourceBundle
Implementation of ResourceBundle.getKeys.
getKeys(). Method in class java.util.PropertyResourceBundle
Implementation of ResourceBundle.getKeys.
getKeys(). Method in class java.util.ResourceBundle
Return an enumeration of the keys.
getKeyText(int). Static method in class java.awt.event.KeyEvent
Returns a String describing the keyCode, such as "HOME", "F1" or "A".
getLabel(). Method in class java.awt.Button
Gets the label of the button.
getLabel(). Method in class java.awt.Checkbox
Gets the label of the check box.
getLabel(). Method in class jclass.bwt.JCLabel
Gets the label's value.
getLabel(). Method in class jclass.bwt.JCOutlinerNode
Gets the node's label.
getLabel(). Method in class jclass.bwt.JCProgressMeter
Gets the Label value.
getLabel(). Method in class java.awt.MenuItem
Gets the label for this menu item.
getLabelBounds(). Method in class jclass.bwt.JCLabel
Gets the bounding rectangle for the label value.
getLabelDefaultAlignment(). Method in class jclass.bwt.JCAlignerLayout
Gets the default label alignment.
getLabelImage(). Method in class jclass.bwt.JCLabel
Gets the URL which was used to create the label's image.
getLabelPosition(). Method in class jclass.bwt.JCProgressMeter
Gets the LabelPosition value.
getLabels(). Method in class jclass.bwt.JCHeader
Gets the labels.
getLabelString(). Method in class jclass.bwt.JCOutlinerNode
Gets the node's label as a String.
getLabelVerticalAlignment(Component). Method in class jclass.bwt.JCAlignerLayout
Gets the vertical position of a label relative to its control.
getLabelWidth(). Method in class jclass.bwt.JCProgressMeter
Gets the LabelWidth value.
getLanguage(). Method in class java.util.Locale
Getter for programmatic name of field, an lowercased two-letter ISO-639 code.
getLast(). Method in class jclass.util.JCVector
Returns the last element of the sequence, or null if the vector is empty.
getLastPosition(). Method in class jclass.bwt.JCTextArea
Gets the position of the last character in the text.
getLastPosition(). Method in class jclass.bwt.JCTextComponent
Gets the position of the last character in the text.
getLastPosition(). Method in interface jclass.bwt.JCTextInterface
Gets the position of the last character in the text.
getLayout(). Method in class java.awt.Container
Gets the layout manager for this container.
getLayoutAlignmentX(Container). Method in class java.awt.BorderLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container). Method in class java.awt.CardLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container). Method in class java.awt.GridBagLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container). Method in interface java.awt.LayoutManager2
Returns the alignment along the x axis.
getLayoutAlignmentY(Container). Method in class java.awt.BorderLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container). Method in class java.awt.CardLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container). Method in class java.awt.GridBagLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container). Method in interface java.awt.LayoutManager2
Returns the alignment along the y axis.
getLayoutDimensions(). Method in class java.awt.GridBagLayout
GetLayoutInfo(Container, int). Method in class java.awt.GridBagLayout
Print the layout constraints.
getLayoutOrigin(). Method in class java.awt.GridBagLayout
getLayoutWeights(). Method in class java.awt.GridBagLayout
getLeading(). Method in class java.awt.FontMetrics
Gets the standard leading, or line spacing, for the font.
getLeastMaximum(int). Method in class java.util.Calendar
Gets the lowest maximum value for the given field if varies.
getLeastMaximum(int). Method in class java.util.GregorianCalendar
Returns lowest maximum value for the given field if varies.
getLevel(). Method in class jclass.bwt.JCOutlinerNode
Gets the indentation level of the node.
getLine(int). Method in class jclass.bwt.JCTextAreaComponent
Gets the line for the row.
getLineColor(). Method in class jclass.bwt.JCOutlinerNodeStyle
Gets the color of the line connecting a folder to its children.
getLineIncrement(). Method in class java.awt.Scrollbar
getLineSize(Component, Font, int, Dimension). Method in class jclass.util.JCString
Calculates the size of a particular line in a JCString.
getList(). Method in class jclass.bwt.JCComboBox
Gets the list component.
getList(). Method in class jclass.bwt.JCList
Gets the internal list.
getList(). Method in class jclass.bwt.JCMultiColumnList
Gets the internal list.
getLocale(). Method in class java.applet.Applet
Gets the Locale for the applet, if it has been set.
getLocale(). Method in class java.awt.Component
Gets the locale of the component.
getLocale(). Method in class java.awt.Window
Gets the Locale for the window, if it has been set.
getLocalizedInputStream(InputStream). Method in class java.lang.Runtime
Creates a localized version of an input stream.
getLocalizedMessage(). Method in class java.lang.Throwable
Creates a localized description of this Throwable.
getLocalizedOutputStream(OutputStream). Method in class java.lang.Runtime
Creates a localized version of an output stream.
getLocation(). Method in class java.awt.Component
Returns the current location of this component.
getLocation(). Method in class java.awt.Point
Returns the location of this point.
getLocation(). Method in class java.awt.Rectangle
Returns the location of this rectangle.
getLocationOnScreen(). Method in class java.awt.Component
Returns the current location of this component in the screen's coordinate space.
getLong(String). Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, Long). Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, long). Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getMaxAdvance(). Method in class java.awt.FontMetrics
Gets the maximum advance width of any character in this Font.
getMaxAscent(). Method in class java.awt.FontMetrics
Gets the maximum ascent of all characters in this Font.
getMaxDecent(). Method in class java.awt.FontMetrics
For backward compatibility only.
getMaxDescent(). Method in class java.awt.FontMetrics
Gets the maximum descent of all characters in this Font.
getMaximum(). Method in interface java.awt.Adjustable
Gets the maximum value of the adjustable object.
getMaximum(). Method in interface jclass.bwt.JCAdjustable
Gets the maximum value of the adjustable object.
getMaximum(). Method in class jclass.bwt.JCProgressMeter
Gets the maximum value.
getMaximum(). Method in class jclass.bwt.JCScrollbar
Gets the maximum value.
getMaximum(). Method in class jclass.bwt.JCSlider
Gets the maximum value.
getMaximum(). Method in class jclass.bwt.JCSpinBox
Gets the Maximum value.
getMaximum(). Method in class java.awt.Scrollbar
Returns the maximum value of this Scrollbar.
getMaximum(int). Method in class java.util.Calendar
Gets the maximum value for the given time field.
getMaximum(int). Method in class java.util.GregorianCalendar
Returns maximum value for the given field.
getMaximumLabel(). Method in class jclass.bwt.JCSlider
Gets the MaximumLabel value.
getMaximumLabelString(). Method in class jclass.bwt.JCSlider
Gets the MaximumLabel value.
getMaximumLength(). Method in class jclass.bwt.JCTextArea
Gets the MaximumLength value.
getMaximumLength(). Method in class jclass.bwt.JCTextComponent
Gets the MaximumLength value.
getMaximumSize(). Method in class java.awt.Component
Returns the maximum size of this component.
getMaximumSize(). Method in class java.awt.Container
Returns the maximum size of this container.
getMaxPriority(). Method in class java.lang.ThreadGroup
Returns the maximum priority of this thread group.
getMenu(int). Method in class java.awt.MenuBar
Gets the specified menu.
getMenuBar(). Method in class java.awt.Frame
Gets the menu bar for this Frame.
getMenuCount(). Method in class java.awt.MenuBar
Counts the number of menus on the menu bar.
getMenuShortcutKeyMask(). Method in class java.awt.Toolkit
Return the Event modifier mask appropriate for shortcuts.
getMessage(). Method in class java.lang.Throwable
Returns the detail message of this throwable object.
getMethod(String, Class[]). Method in class java.lang.Class
Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.
getMethods(). Method in class java.lang.Class
Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces.
getMinChildSize(). Method in class jclass.bwt.JCSplitterWindow
Gets the MinChildSize value.
getMinimalDaysInFirstWeek(). Method in class java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, getMinimalDaysInFirstWeek returns 1.
getMinimum(). Method in interface java.awt.Adjustable
Gets the minimum value of the adjustable object.
getMinimum(). Method in interface jclass.bwt.JCAdjustable
Gets the minimum value of the adjustable object.
getMinimum(). Method in class jclass.bwt.JCProgressMeter
Gets the minimum value.
getMinimum(). Method in class jclass.bwt.JCScrollbar
Gets the minimum value.
getMinimum(). Method in class jclass.bwt.JCSlider
Gets the minimum value.
getMinimum(). Method in class jclass.bwt.JCSpinBox
Gets the Minimum value.
getMinimum(). Method in class java.awt.Scrollbar
Returns the minimum value of this Scrollbar.
getMinimum(int). Method in class java.util.Calendar
Gets the minimum value for the given time field.
getMinimum(int). Method in class java.util.GregorianCalendar
Returns minimum value for the given field.
getMinimumLabel(). Method in class jclass.bwt.JCSlider
Gets the MinimumLabel value.
getMinimumLabelString(). Method in class jclass.bwt.JCSlider
Gets the MinimumLabel value.
getMinimumSize(). Method in class java.awt.Component
Returns the mininimum size of this component.
getMinimumSize(). Method in class java.awt.Container
Returns the minimum size of this container.
getMinimumSize(). Method in class java.awt.List
Returns the minimum dimensions needed for the list.
getMinimumSize(). Method in class java.awt.TextArea
Returns the minimum size Dimensions of the TextArea.
getMinimumSize(). Method in class java.awt.TextField
Returns the minimum size Dimensions needed for this TextField.
getMinimumSize(int). Method in class jclass.bwt.JCTextArea
Returns the minimum size needed for the specified number of columns.
getMinimumSize(int). Method in class jclass.bwt.JCTextAreaComponent
Returns the minimum size needed for the specified number of columns.
getMinimumSize(int). Method in class jclass.bwt.JCTextField
Returns the minimum size needed for the specified number of columns.
getMinimumSize(int). Method in interface jclass.bwt.JCTextInterface
Returns the minimum size needed for the specified number of columns.
getMinimumSize(int). Method in class java.awt.List
Returns the minimum dimensions needed for the amount of rows in the list.
getMinimumSize(int). Method in class java.awt.TextField
Returns the minimum size Dimensions needed for this TextField with the specified amount of columns.
getMinimumSize(int, int). Method in class jclass.bwt.JCTextArea
Returns the minimum size needed for the specified number of rows and columns.
getMinimumSize(int, int). Method in class jclass.bwt.JCTextAreaComponent
Returns the minimum size needed for the specified number of rows and columns.
getMinimumSize(int, int). Method in interface jclass.bwt.JCTextAreaInterface
Returns the minimum size needed for the specified number of rows and columns.
getMinimumSize(int, int). Method in class java.awt.TextArea
Returns the specified minimum size Dimensions of the TextArea.
GetMinSize(Container, GridBagLayoutInfo). Method in class java.awt.GridBagLayout
getMinutes(). Method in class java.util.Date
Returns the number of minutes past the hour represented by this date.
getMode(). Method in class java.awt.FileDialog
Gets the mode of the file dialog.
getModifiers(). Method in class java.awt.event.ActionEvent
Returns the modifiers held down during this action event.
getModifiers(). Method in class java.lang.Class
Returns the Java language modifiers for this class or interface, encoded in an integer.
getModifiers(). Method in class java.awt.event.InputEvent
Returns the modifiers flag for this event.
getMonth(). Method in class java.util.Date
Returns the month represented by this date.
getMouseButton(Event). Static method in class jclass.bwt.BWTUtil
Returns the mouse button that was pressed: 1, 2, or 3 (left, middle, right)
getMultiColumnComponent(). Method in class jclass.bwt.JCHeader
Gets the component controlled by the header.
getMultiColumnData(). Method in class jclass.bwt.JCHeader
Gets the component's JCMultiColumnData instance.
getMultiColumnData(). Method in interface jclass.bwt.JCMultiColumnInterface
Gets the component's JCMultiColumnData instance.
getMultiColumnData(). Method in class jclass.bwt.JCMultiColumnListComponent
Gets the component's JCMultiColumnData instance.
getMultiColumnData(). Method in class jclass.bwt.JCMultiColumnWindow
Gets the component's JCMultiColumnData instance.
getMultiColumnData(). Method in class jclass.bwt.JCOutlinerComponent
Gets the component's JCMultiColumnData instance.
getMultiline(). Method in class jclass.bwt.JCTextArea
Gets the Multiline value.
getMultiline(). Method in class jclass.bwt.JCTextAreaComponent
Gets the Multiline value.
getMultiline(). Method in interface jclass.bwt.JCTextAreaInterface
Gets the Multiline value.
getName(). Method in class java.lang.Class
Returns the fully-qualified name of the type (class, interface, array, or primitive) represented by this Class object, as a String.
getName(). Method in class java.awt.Component
Gets the name of the component.
getName(). Method in class java.awt.Font
Gets the logical name of the font.
getName(). Method in class java.awt.MenuComponent
Gets the name of the menu component.
getName(). Method in class java.lang.Thread
Returns this thread's name.
getName(). Method in class java.lang.ThreadGroup
Returns the name of this thread group.
getNativeContainer(Component). Static method in class java.awt.Toolkit
Give native peers the ability to query the native container given a native component (eg the direct parent may be lightweight).
getNewPosition(). Method in class jclass.bwt.JCTextCursorEvent
Gets the new cursor position.
getNewState(). Method in class jclass.bwt.JCOutlinerEvent
Gets the node's new state.
getNextEvent(). Method in class java.awt.EventQueue
Remove an event from the queue and return it.
getNextNode(JCOutlinerNode). Method in class jclass.bwt.JCOutliner
Returns the next visible node, or null if none was found.
getNextNode(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Returns the next node (not necessarily visible).
getNextNode(JCOutlinerNode). Method in interface jclass.bwt.JCOutlinerInterface
Returns the next visible node, or null if none was found.
getNextPage(). Method in class jclass.bwt.JCTabManagerEvent
Gets the page that will be displayed.
getNextState(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Gets the folder's next state, or BWTEnum.NOVALUE if the node is not a folder.
getNextTab(). Method in class jclass.bwt.JCTabManagerEvent
Gets the tab that will be displayed.
getNextVisibleNode(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Returns the next visible node, or null if none was found.
getNode(). Method in class jclass.bwt.JCOutlinerEvent
Gets the node whose state will be changed.
getNodeHeight(). Method in class jclass.bwt.JCOutliner
Gets the NodeHeight value.
getNodeHeight(). Method in class jclass.bwt.JCOutlinerComponent
Gets the NodeHeight value.
getNodeHeight(). Method in interface jclass.bwt.JCOutlinerInterface
Gets the NodeHeight value.
getNodeIndent(). Method in class jclass.bwt.JCOutliner
Gets the NodeIndent value.
getNodeIndent(). Method in class jclass.bwt.JCOutlinerComponent
Gets the NodeIndent value.
getNodeIndent(). Method in interface jclass.bwt.JCOutlinerInterface
Gets the NodeIndent value.
getNumChar(). Method in class jclass.bwt.JCTextComponent
Gets the current number of characters.
getNumChar(int). Method in class jclass.bwt.JCTextAreaComponent
Returns the number of characters in a row.
getNumColumns(). Method in class jclass.bwt.JCHeader
Gets the current number of columns.
getNumColumns(). Method in class jclass.bwt.JCMultiColumnData
Gets the current number of columns.
getNumColumns(). Method in interface jclass.bwt.JCMultiColumnInterface
Gets the current number of columns.
getNumColumns(). Method in class jclass.bwt.JCMultiColumnListComponent
Gets the current number of columns.
getNumColumns(). Method in class jclass.bwt.JCMultiColumnWindow
Gets the current number of columns.
getNumColumns(). Method in class jclass.bwt.JCOutlinerComponent
Gets the current number of columns.
getNumericValue(char). Static method in class java.lang.Character
Returns the Unicode numeric value of the character as a nonnegative integer.
getNumLines(Object). Static method in class jclass.bwt.BWTUtil
Gets the number of newlines in the value.
getNumNodes(). Method in class jclass.bwt.JCOutliner
Gets the current number of non-collapsed nodes (ie the number of open folders and their children).
getNumNodes(). Method in class jclass.bwt.JCOutlinerComponent
Gets the current number of non-collapsed nodes (ie the number of open folders and their children).
getNumNodes(). Method in interface jclass.bwt.JCOutlinerInterface
Gets the current number of non-collapsed nodes (the number of open folders and their children).
getNumStates(). Method in class jclass.bwt.JCCheckbox
Gets the NumStates value.
getNumTicks(). Method in class jclass.bwt.JCSlider
Returns the NumTicks value.
getObject(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getOffset(int, int, int, int, int, int). Method in class java.util.SimpleTimeZone
Overrides TimeZone Gets offset, for current date, modified in case of daylight savings.
getOffset(int, int, int, int, int, int). Method in class java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOrientation(). Method in interface java.awt.Adjustable
Gets the orientation of the adjustable object.
getOrientation(). Method in interface jclass.bwt.JCAdjustable
Gets the orientation of the adjustable object.
getOrientation(). Method in class jclass.bwt.JCArrowButton
Gets the direction of the arrow.
getOrientation(). Method in class jclass.bwt.JCCheckboxGroup
Gets the orientation.
getOrientation(). Method in class jclass.bwt.JCScrollbar
Gets the orientation.
getOrientation(). Method in class jclass.bwt.JCSeparator
Gets the orientation.
getOrientation(). Method in class jclass.bwt.JCSlider
Gets the orientation.
getOrientation(). Method in class jclass.bwt.JCSplitterWindow
Gets the direction of the panes.
getOrientation(). Method in class java.awt.Scrollbar
Returns the orientation for this Scrollbar.
getOS(). Static method in class jclass.util.JCEnvironment
Returns an int corresponding to the "os.name" System property: OS_UNIX or OS_OTHER
getOutliner(). Method in class jclass.bwt.JCOutliner
Gets the internal outliner component.
getOutliner(). Method in class jclass.bwt.JCOutlinerNode
Gets the parent outliner.
getOutputStream(). Method in class java.lang.Process
Gets the output stream of the subprocess.
getOutputText(). Method in class jclass.bwt.JCTextField
Gets the text which will be displayed.
getOverstrike(). Method in class jclass.bwt.JCTextArea
Gets the Overstrike value.
getOverstrike(). Method in class jclass.bwt.JCTextComponent
Gets the Overstrike value.
getOverstrike(). Method in interface jclass.bwt.JCTextInterface
Gets the Overstrike value.
getPage(). Method in class jclass.bwt.JCTabButton
Gets the page for this tab.
getPageDimension(). Method in class java.awt.PrintJob
Returns the dimensions of the page in pixels.
getPageIncrement(). Method in class java.awt.Scrollbar
getPageResolution(). Method in class java.awt.PrintJob
Returns the resolution of the page in pixels per inch.
getPages(). Method in class jclass.bwt.JCTabManager
Gets a list of all the pages.
getPaintRect(). Method in class jclass.bwt.JCComponent
Returns the area currently being painted, relative to the component's origin.
getPaintRect(). Method in class jclass.bwt.JCContainer
Returns the area currently being painted, relative to the component's origin.
getParam(Applet, Component, String). Static method in class jclass.util.JCUtilConverter
Gets a parameter value from the applet or source.
getParam(Applet, Component, String, String). Method in class jclass.util.JCConverter
Gets a parameter of the applet in the following precedence:
 <component_name>.<param>
 <param>
 
getParam(Applet, Component, String, String). Static method in class jclass.util.JCUtilConverter
Gets a parameter of the applet in the following precedence:
 <component_name>.<param>
 <param>
 
getParameter(String). Method in class java.applet.Applet
Returns the value of the named parameter in the HTML tag.
getParameter(String). Method in interface java.applet.AppletStub
Returns the value of the named parameter in the HTML tag.
getParameterInfo(). Method in class java.applet.Applet
Returns information about the parameters than are understood by this applet.
getParameters(). Method in class jclass.bwt.JCArrowButton
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCButton
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCCheckbox
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCCheckboxGroup
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCComboBox
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCComponent
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCContainer
Reads the parameter values from the HTML page using the container's applet.
getParameters(). Method in class jclass.bwt.JCGroupBox
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCHeader
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCLabel
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCListComponent
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCMultiColumnListComponent
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCOutlinerComponent
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCProgressMeter
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCScrollbar
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCScrolledWindow
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCSeparator
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCSlider
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCSpinBox
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCSpinBoxString
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCSplitterWindow
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCTabManager
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCTextAreaComponent
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCTextComponent
Reads the parameter values from the HTML page using the component's applet.
getParameters(). Method in class jclass.bwt.JCTextField
Reads the parameter values from the HTML page using the component's applet.
getParameters(Applet). Method in class jclass.bwt.JCComponent
Reads the parameter values from the HTML page using the specified applet.
getParameters(Applet). Method in class jclass.bwt.JCContainer
Reads the parameter values from the HTML page using the specified applet.
getParameters(Applet). Method in class jclass.bwt.JCScrollbar
Gets a parameter for this container.
getParameters(Applet, String). Method in class jclass.bwt.JCComponent
Reads the parameter values from the file.
getParameters(Applet, String). Method in class jclass.bwt.JCContainer
Reads the parameter values from the file.
getParent(). Method in class java.awt.Component
Gets the parent of the component.
getParent(). Method in class jclass.bwt.JCOutlinerNode
Gets the node's parent.
getParent(). Method in class java.awt.MenuComponent
Returns the parent container.
getParent(). Method in class java.lang.ThreadGroup
Returns the parent of this thread group.
getPeer(). Method in class java.awt.Component
getPeer(). Method in class java.awt.Font
Gets the peer of the font.
getPeer(). Method in class jclass.bwt.JCTabButton
Gets the peer of the component.
getPeer(). Method in class java.awt.MenuComponent
getPoint(). Method in class java.awt.event.MouseEvent
Returns the x,y position of the event relative to the source component.
getPosition(). Method in class jclass.util.JCCSVTokenizer
This returns the current scan position within the string.
getPosition(). Method in class jclass.bwt.JCSpinBox
Gets the Position value.
getPosition(). Method in class jclass.bwt.JCSpinBoxEvent
Gets the position of the new item in the list.
getPosition(). Method in class jclass.bwt.JCSpinBoxString
Gets the Position value.
getPosition(). Method in class jclass.util.JCStringTokenizer
Returns the current scan position within the string.
getPredefinedCursor(int). Static method in class java.awt.Cursor
Returns a cursor object with the specified predefined type.
getPreferredSize(). Method in class java.awt.Component
Returns the preferred size of this component.
getPreferredSize(). Method in class java.awt.Container
Returns the preferred size of this container.
getPreferredSize(). Method in class java.awt.List
Returns the preferred dimensions needed for the list.
getPreferredSize(). Method in class java.awt.TextArea
Returns the preferred size Dimensions of the TextArea.
getPreferredSize(). Method in class java.awt.TextField
Returns the preferred size Dimensions needed for this TextField.
getPreferredSize(int). Method in class java.awt.List
Returns the preferred dimensions needed for the list with the specified amount of rows.
getPreferredSize(int). Method in class java.awt.TextField
Returns the preferred size Dimensions needed for this TextField with the specified amount of columns.
getPreferredSize(int, int). Method in class java.awt.TextArea
Returns the specified row and column Dimensions of the TextArea.
getPreviousNode(JCOutlinerNode). Method in class jclass.bwt.JCOutliner
Returns the previous visible node, or null if none was found.
getPreviousNode(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Returns the previous node (not necessarily visible).
getPreviousNode(JCOutlinerNode). Method in interface jclass.bwt.JCOutlinerInterface
Returns the previous visible node, or null if none was found.
getPreviousVisibleNode(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Returns the previous visible node, or null if none was found.
getPrintJob(). Method in interface java.awt.PrintGraphics
Returns the PrintJob object from which this PrintGraphics object originated.
getPrintJob(Frame, String, Properties). Method in class java.awt.Toolkit
Returns a PrintJob object which is the result of initiating a print operation on the toolkit's platform.
getPriority(). Method in class java.lang.Thread
Returns this thread's priority.
getProperties(). Static method in class java.lang.System
Determines the current system properties.
getProperty(String). Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String). Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, ImageObserver). Method in class java.awt.Image
Gets a property of the image by name.
getProperty(String, String). Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String, String). Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, String). Static method in class java.awt.Toolkit
Gets a property with the specified key and default.
getRadioBehavior(). Method in class jclass.bwt.JCCheckboxGroup
Gets the RadioBehavior value.
getRawOffset(). Method in class java.util.SimpleTimeZone
Overrides TimeZone Gets the GMT offset for this time zone.
getRawOffset(). Method in class java.util.TimeZone
Gets unmodified offset, NOT modified in case of daylight savings.
getRed(). Method in class java.awt.Color
Gets the red component.
getResizeHeight(Component). Method in class jclass.bwt.JCAlignerLayout
Gets the component's RezizeHeight value.
getResizeWidth(Component). Method in class jclass.bwt.JCAlignerLayout
Gets the component's RezizeWidth value.
getResource(String). Method in class java.lang.Class
getResource(String). Method in class java.lang.ClassLoader
Find a resource with a given name.
getResourceAsStream(String). Method in class java.lang.Class
Find a resource with a given name.
getResourceAsStream(String). Method in class java.lang.ClassLoader
Get an InputStream on a given resource.
getRGB(). Method in class java.awt.Color
Gets the RGB value representing the color in the default RGB ColorModel.
getRGB(). Method in class java.awt.SystemColor
Gets the "current" RGB value representing the symbolic color.
getRootNode(). Method in class jclass.bwt.JCOutliner
Gets the root node.
getRootNode(). Method in class jclass.bwt.JCOutlinerComponent
Gets the root node.
getRootNode(). Method in interface jclass.bwt.JCOutlinerInterface
Gets the root node.
getRootVisible(). Method in class jclass.bwt.JCOutliner
Gets the RootVisible value.
getRootVisible(). Method in class jclass.bwt.JCOutlinerComponent
Gets the RootVisible value.
getRootVisible(). Method in interface jclass.bwt.JCOutlinerInterface
Gets the RootVisible value.
getRow(). Method in class jclass.bwt.JCListEvent
Gets the last item selected.
getRowHeight(). Method in class jclass.bwt.JCList
Gets the height of each row (pixels).
getRowHeight(). Method in class jclass.bwt.JCListComponent
Gets the RowHeight value.
getRowHeight(). Method in class jclass.bwt.JCMultiColumnList
Gets the height of each row (pixels).
getRowHeight(int). Method in class jclass.bwt.JCListComponent
Gets the height of the row calculated previously.
getRowHeight(int). Method in class jclass.bwt.JCTextAreaComponent
Gets the height of a row.
getRowPosition(int). Method in class jclass.bwt.JCListComponent
Gets the position of the row calculated previously.
getRowPosition(int). Method in class jclass.bwt.JCTextAreaComponent
Gets the y position of the row, neglecting shadows and scrolling.
getRows(). Method in class java.awt.GridLayout
Returns the number of rows in this layout.
getRows(). Method in class jclass.bwt.JCList
Returns the number of visible lines in this list.
getRows(). Method in class jclass.bwt.JCListComponent
Returns the number of visible lines.
getRows(). Method in interface jclass.bwt.JCListInterface
Returns the number of visible lines in the list.
getRows(). Method in class jclass.bwt.JCMultiColumnList
Returns the number of visible lines in this list.
getRows(). Method in class jclass.bwt.JCTextArea
Returns the number of rows.
getRows(). Method in class jclass.bwt.JCTextAreaComponent
Gets the number of rows.
getRows(). Method in interface jclass.bwt.JCTextAreaInterface
Returns the number of rows.
getRows(). Method in class java.awt.List
Returns the number of visible lines in this list.
getRows(). Method in class java.awt.TextArea
Returns the number of rows in the TextArea.
getRuntime(). Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getScaledInstance(int, int, int). Method in class java.awt.Image
Returns a scaled version of this image.
getScreenResolution(). Method in class java.awt.Toolkit
Returns the screen resolution in dots-per-inch.
getScreenSize(). Method in class java.awt.Toolkit
Gets the size of the screen.
getScrollbarDisplay(). Method in class jclass.bwt.JCScrolledWindow
Gets the ScrollbarDisplay value.
getScrollbarDisplayPolicy(). Method in class java.awt.ScrollPane
Returns the display policy for the scrollbars.
getScrollbarOffset(). Method in class jclass.bwt.JCScrolledWindow
Gets the ScrollbarOffset value.
getScrollbarVisibility(). Method in class java.awt.TextArea
Returns the enumerated value describing which scrollbars the text area has.
getScrollPosition(). Method in class java.awt.ScrollPane
Returns the current x,y position within the child which is displayed at the 0,0 location of the scrolled panel's view port.
getSeconds(). Method in class java.util.Date
Returns the number of seconds past the minute represented by this date.
getSecurityContext(). Method in class java.lang.SecurityManager
Creates an object that encapsulates the current execution environment.
getSecurityManager(). Static method in class java.lang.System
Gets the system security interface.
getSelectColor(). Method in class jclass.bwt.JCCheckbox
Gets the SelectColor value.
getSelected(). Method in class jclass.bwt.JCCheckboxGroup
Returns a list of the positions of all buttons whose state is ON.
getSelectedBackground(). Method in class jclass.bwt.JCList
Gets the list's SelectedBackground value.
getSelectedBackground(). Method in class jclass.bwt.JCListComponent
Gets the list's SelectedBackground value.
getSelectedBackground(). Method in interface jclass.bwt.JCListInterface
Gets the list's SelectedBackground value.
getSelectedBackground(). Method in class jclass.bwt.JCMultiColumnList
Gets the list's SelectedBackground value.
getSelectedBackground(). Method in class jclass.bwt.JCTextArea
Gets the SelectedBackground value.
getSelectedBackground(). Method in class jclass.bwt.JCTextComponent
Gets the SelectedBackground value.
getSelectedBackground(). Method in interface jclass.bwt.JCTextInterface
Gets the SelectedBackground value.
getSelectedCheckbox(). Method in class java.awt.CheckboxGroup
Gets the current choice.
getSelectedForeground(). Method in class jclass.bwt.JCList
Gets the list's SelectedForeground value.
getSelectedForeground(). Method in class jclass.bwt.JCListComponent
Gets the list's SelectedForeground value.
getSelectedForeground(). Method in interface jclass.bwt.JCListInterface
Gets the list's SelectedForeground value.
getSelectedForeground(). Method in class jclass.bwt.JCMultiColumnList
Gets the list's SelectedForeground value.
getSelectedForeground(). Method in class jclass.bwt.JCTextArea
Gets the SelectedForeground value.
getSelectedForeground(). Method in class jclass.bwt.JCTextComponent
Gets the SelectedForeground value.
getSelectedForeground(). Method in interface jclass.bwt.JCTextInterface
Gets the SelectedForeground value.
getSelectedIndex(). Method in class java.awt.Choice
Returns the index of the currently selected item.
getSelectedIndex(). Method in class jclass.bwt.JCComboBox
Returns the index of the currently selected item.
getSelectedIndex(). Method in class jclass.bwt.JCList
Gets the selected item on the list or BWTEnum.NOTFOUND if no item is selected.
getSelectedIndex(). Method in class jclass.bwt.JCListComponent
Gets the first selected row, or BWTEnum.NOTFOUND if no item is selected.
getSelectedIndex(). Method in interface jclass.bwt.JCListInterface
Get the selected item on the list or BWTEnum.NOTFOUND if no item is selected.
getSelectedIndex(). Method in class jclass.bwt.JCMultiColumnList
Gets the selected item on the list or BWTEnum.NOTFOUND if no item is selected.
getSelectedIndex(). Method in class jclass.bwt.JCOutliner
Gets the row of the first selected node, or BWTEnum.NOTFOUND if no node is selected.
getSelectedIndex(). Method in class jclass.bwt.JCOutlinerComponent
Gets the row of the first selected node, or BWTEnum.NOTFOUND if no node is selected.
getSelectedIndex(). Method in class java.awt.List
Get the selected item on the list or -1 if no item is selected.
getSelectedIndexes(). Method in class jclass.bwt.JCCheckbox
Returns an array (length 1) containing the selected index (0), or null if the checkbox is not set.
getSelectedIndexes(). Method in class jclass.bwt.JCCheckboxGroup
Returns a list of the indices of the selected checkboxes, or null if no checkboxes are selected.
getSelectedIndexes(). Method in class jclass.bwt.JCComboBox
Returns an array (length 1) containing the currently selected item.
getSelectedIndexes(). Method in class jclass.bwt.JCList
Returns the selected indexes on the list, or null if no item is selected.
getSelectedIndexes(). Method in class jclass.bwt.JCListComponent
Returns a list of the selected rows, or null if no items are selected.
getSelectedIndexes(). Method in interface jclass.bwt.JCListInterface
Returns the selected indexes on the list, or null if no item is selected.
getSelectedIndexes(). Method in class jclass.bwt.JCMultiColumnList
Returns the selected indexes on the list.
getSelectedIndexes(). Method in class jclass.bwt.JCOutliner
Returns an array (length 1) containing the rows of the selected nodes, or null if no items are selected.
getSelectedIndexes(). Method in class jclass.bwt.JCOutlinerComponent
Returns an array containing the selected indexes, or null if no nodes are selected.
getSelectedIndexes(). Method in class java.awt.List
Returns the selected indexes on the list.
getSelectedItem(). Method in class java.awt.Choice
Returns a String representation of the current choice.
getSelectedItem(). Method in class jclass.bwt.JCComboBox
Returns a String representation of the current choice.
getSelectedItem(). Method in class jclass.bwt.JCList
Returns the selected item on the list, or null if no item is selected.
getSelectedItem(). Method in class jclass.bwt.JCListComponent
Returns the selected item on the list, or null if no item is selected.
getSelectedItem(). Method in interface jclass.bwt.JCListInterface
Returns the selected item on the list, or null if no item is selected.
getSelectedItem(). Method in class jclass.bwt.JCMultiColumnList
Returns the selected item on the list or null if no item is selected.
getSelectedItem(). Method in class java.awt.List
Returns the selected item on the list or null if no item is selected.
getSelectedItems(). Method in class java.awt.List
Returns the selected items on the list in an array of Strings.
getSelectedNode(). Method in class jclass.bwt.JCOutliner
Returns the currently selected node, or null.
getSelectedNode(). Method in class jclass.bwt.JCOutlinerComponent
Returns the currently selected node, or null.
getSelectedNode(). Method in interface jclass.bwt.JCOutlinerInterface
Returns the currently selected node, or null.
getSelectedObjects(). Method in class java.awt.Checkbox
Returns the an array (length 1) containing the checkbox label or null if the checkbox is not selected.
getSelectedObjects(). Method in class java.awt.CheckboxMenuItem
Returns the an array (length 1) containing the checkbox menu item label or null if the checkbox is not selected.
getSelectedObjects(). Method in class java.awt.Choice
Returns an array (length 1) containing the currently selected item.
getSelectedObjects(). Method in interface java.awt.ItemSelectable
Returns the selected items or null if no items are selected.
getSelectedObjects(). Method in class jclass.bwt.JCCheckbox
Returns the an array (length 1) containing the checkbox label, or null if the checkbox is not set.
getSelectedObjects(). Method in class jclass.bwt.JCCheckboxGroup
Returns the a list of the labels of the selected checkboxes, or null if no checkboxes are selected.
getSelectedObjects(). Method in class jclass.bwt.JCComboBox
Returns an array (length 1) containing the currently selected item.
getSelectedObjects(). Method in interface jclass.bwt.JCItemSelectable
Returns the selected items or null if no items are selected.
getSelectedObjects(). Method in class jclass.bwt.JCList
Returns the selected items on the list as Strings, or null if no item is selected.
getSelectedObjects(). Method in class jclass.bwt.JCListComponent
Returns the selected items on the list as Strings, or null if no item is selected.
getSelectedObjects(). Method in interface jclass.bwt.JCListInterface
Returns the selected items on the list, or null if no items are selected.
getSelectedObjects(). Method in class jclass.bwt.JCMultiColumnList
Returns the selected items on the list as Strings.
getSelectedObjects(). Method in class jclass.bwt.JCOutliner
Returns the an array (length 1) containing the label of the selected node, or null if no node is selected.
getSelectedObjects(). Method in class jclass.bwt.JCOutlinerComponent
Returns the an array (length 1) containing the label of the selected node, or null if no node is selected.
getSelectedObjects(). Method in class java.awt.List
Returns the selected items on the list in an array of Objects.
getSelectedText(). Method in class jclass.bwt.JCTextArea
Returns the selected text contained in this component.
getSelectedText(). Method in class jclass.bwt.JCTextComponent
Get the selected part of the text.
getSelectedText(). Method in interface jclass.bwt.JCTextInterface
Returns the selected text contained in this component.
getSelectedText(). Method in class java.awt.TextComponent
Returns the selected text contained in this TextComponent.
getSelectionEnd(). Method in class jclass.bwt.JCTextArea
Returns the selected text's end position.
getSelectionEnd(). Method in class jclass.bwt.JCTextComponent
Returns the end of the selection.
getSelectionEnd(). Method in interface jclass.bwt.JCTextInterface
Returns the selected text's end position.
getSelectionEnd(). Method in class java.awt.TextComponent
Returns the selected text's end position.
getSelectionList(). Method in class jclass.bwt.JCTextArea
Gets the current SelectionList.
getSelectionList(). Method in class jclass.bwt.JCTextComponent
Gets the current SelectionList.
getSelectionList(). Method in interface jclass.bwt.JCTextInterface
Gets the current SelectionList.
getSelectionStart(). Method in class jclass.bwt.JCTextArea
Returns the selected text's start position.
getSelectionStart(). Method in class jclass.bwt.JCTextComponent
Returns the start of the selection.
getSelectionStart(). Method in interface jclass.bwt.JCTextInterface
Returns the selected text's start position.
getSelectionStart(). Method in class java.awt.TextComponent
Returns the selected text's start position.
getSelectionType(int). Method in class jclass.bwt.JCTextComponent
Gets the selection type corresponding to the index.
getShadowThickness(). Method in class jclass.bwt.JCComponent
Gets the shadow's thickness.

HTML param name/value: "ShadowThickness"/int

getShadowThickness(). Method in class jclass.bwt.JCGroupBox
Gets the shadow's thickness.
getShadowThickness(). Method in class jclass.bwt.JCTextArea
Gets the shadow's thickness.

HTML param name/value: "ShadowThickness"/int

getShadowType(). Method in class jclass.bwt.JCLabel
Gets the shadow style.
getShortcut(). Method in class jclass.bwt.JCOutlinerNodeStyle
Gets whether a shortcut button should be drawn beside a folder.
getShortcut(). Method in class java.awt.MenuItem
Return the MenuShortcut associated with this MenuItem, or null if none has been specified.
getShortcutMenuItem(MenuShortcut). Method in class java.awt.MenuBar
Return the MenuItem associated with a MenuShortcut, or null if none has been specified.
getShowCursorPosition(). Method in class jclass.bwt.JCTextArea
Gets the ShowCursorPosition value.
getShowCursorPosition(). Method in class jclass.bwt.JCTextComponent
Gets the ShowCursorPosition value.
getShowCursorPosition(). Method in interface jclass.bwt.JCTextInterface
Gets the ShowCursorPosition value.
getShowLabel(). Method in class jclass.bwt.JCProgressMeter
Gets the ShowLabel value.
getSigners(). Method in class java.lang.Class
Get the signers of this class.
getSize(). Method in class java.awt.Component
Returns the current size of this component.
getSize(). Method in class java.awt.Dimension
Returns the size of this Dimension object.
getSize(). Method in class java.awt.Font
Gets the point size of the font.
getSize(). Method in class java.awt.Rectangle
Returns the size (width by height) of this rectangle.
getSize(Component, Font). Method in class jclass.util.JCString
Returns the size of the JCString.
getSource(). Method in class java.util.EventObject
getSource(). Method in class java.awt.Image
Gets the object that produces the pixels for the image.
getSourceEvent(). Method in class jclass.bwt.JCButtonEvent
Gets the originating event (null if selection was not interactive).
getSourceEvent(). Method in class jclass.bwt.JCListEvent
Gets the originating event (null if selection was not interactive).
getSpacing(). Method in class jclass.bwt.JCList
Gets the spacing between items.
getSpacing(). Method in class jclass.bwt.JCListComponent
Gets the spacing between items.
getSpacing(). Method in interface jclass.bwt.JCListInterface
Gets the spacing between items.
getSpacing(). Method in class jclass.bwt.JCMultiColumnList
Gets the spacing between items.
getSpacing(). Method in class jclass.bwt.JCOutliner
Gets the spacing between items.
getSpacing(). Method in class jclass.bwt.JCOutlinerComponent
Gets the spacing between items.
getSpacing(). Method in interface jclass.bwt.JCOutlinerInterface
Gets the spacing between items.
getStartPosition(). Method in class jclass.bwt.JCTextEvent
Gets the starting position of the text to modify.
getState(). Method in class java.awt.Checkbox
Returns the boolean state of the Checkbox.
getState(). Method in class java.awt.CheckboxMenuItem
Returns the state of this MenuItem.
getState(). Method in class jclass.bwt.JCCheckbox
Gets the current state.
getState(). Method in class jclass.bwt.JCOutlinerEvent
Gets the node's current state (set to BWTEnum.NOVALUE if the node is not a folder).
getState(). Method in class jclass.bwt.JCOutlinerFolderNode
Gets the folder's state.
getState(). Method in class jclass.bwt.JCOutlinerNode
Gets the node's state (returns BWTEnum.NOVALUE if the node is not a folder).
getStateChange(). Method in class java.awt.event.ItemEvent
Returns the state change type which generated the event.
getStateChange(). Method in class jclass.bwt.JCItemEvent
Returns the state change type which generated the event: SELECTED or DESELECTED
getStateList(). Method in class jclass.bwt.JCOutliner
Gets the current StateList.
getStateList(). Method in class jclass.bwt.JCOutlinerComponent
Gets the current StateList.
getStateList(). Method in interface jclass.bwt.JCOutlinerInterface
Gets the current StateList.
getString(). Method in class jclass.util.JCString
Concatenates all string items.
getString(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getStringArray(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getStringCase(). Method in class jclass.bwt.JCTextArea
Gets the StringCase value.
getStringCase(). Method in class jclass.bwt.JCTextComponent
Gets the StringCase value.
getStringList(). Method in class jclass.bwt.JCSpinBoxString
Gets the StringList value.
getStyle(). Method in class java.awt.Font
Gets the style of the font.
getStyle(). Method in class jclass.bwt.JCComboBox
Gets the Style value.
getStyle(). Method in class jclass.bwt.JCOutlinerNode
Gets the node's style.
getStyleList(). Method in class jclass.bwt.JCOutliner
Gets the current StyleList.
getStyleList(). Method in class jclass.bwt.JCOutlinerComponent
Gets the current StyleList.
getStyleList(). Method in interface jclass.bwt.JCOutlinerInterface
Gets the current StyleList.
getSuperclass(). Method in class java.lang.Class
If this object represents any class other than the class Object, then the object that represents the superclass of that class is returned.
getSystemClipboard(). Method in class java.awt.Toolkit
Returns an instance of the "system" clipboard which interfaces with the clipboard facilities on the native platform.
getSystemEventQueue(). Method in class java.awt.Toolkit
Get the application's or applet's EventQueue instance.
getSystemEventQueueImpl(). Method in class java.awt.Toolkit
getSystemResource(String). Static method in class java.lang.ClassLoader
Find a resource with a given name.
getSystemResourceAsStream(String). Static method in class java.lang.ClassLoader
Get an InputStream on a given resource..
getTab(int). Method in class jclass.bwt.JCTabManager
Gets the tab at the specified position.
getTab(JCTabButton). Method in class jclass.bwt.JCTabManager
Gets the position of the specified tab.
getTabColorPolicy(). Method in class jclass.bwt.JCTabManager
Gets the TabColorPolicy value.
getTabLabels(). Method in class jclass.bwt.JCTabManager
Gets the tab labels as a list of Strings.
getTabResize(). Method in class jclass.bwt.JCTabManager
Gets the TabResize value.
getTabs(). Method in class jclass.bwt.JCTabManager
Gets a list of all the tabs.
getTabShape(). Method in class jclass.bwt.JCTabManager
Gets the tab shape.
getTabSide(). Method in class jclass.bwt.JCTabManager
Gets the TabSide value.
getTabSpacing(). Method in class jclass.bwt.JCTabManager
Gets the TabSpacing value.
getTabStretch(). Method in class jclass.bwt.JCTabManager
Gets the TabStretch value.
getText(). Method in class jclass.bwt.JCComboBox
Gets the value of the text.
getText(). Method in class jclass.bwt.JCLabel
Gets the text of this label as a String.
getText(). Method in class jclass.bwt.JCSpinBox
Gets the value of the text.
getText(). Method in class jclass.bwt.JCTextArea
Returns the text contained in this component.
getText(). Method in class jclass.bwt.JCTextComponent
Gets the value of the text.
getText(). Method in class jclass.bwt.JCTextEvent
Gets the string to be inserted.
getText(). Method in interface jclass.bwt.JCTextInterface
Returns the text contained in this component.
getText(). Method in class java.awt.Label
Gets the text of this label.
getText(). Method in class java.awt.TextComponent
Returns the text contained in this TextComponent.
getText(int). Method in class jclass.bwt.JCTextAreaComponent
Gets the text for a row, or null if the row is invalid.
getTextComponent(). Method in class jclass.bwt.JCTextArea
Gets the internal text area.
getTextField(). Method in class jclass.bwt.JCComboBox
Gets the component to be used as the data entry field.
getTextField(). Method in class jclass.bwt.JCSpinBox
Gets the component to be used as the data entry field.
getTextList(). Method in class jclass.bwt.JCLabel
Gets the text of this label as a String list.
getThreadGroup(). Method in class java.lang.SecurityManager
Returns the thread group into which to instantiate any new thread being created at the time this is being called.
getThreadGroup(). Method in class java.lang.Thread
Returns this thread's thread group.
getThumbSize(). Method in class jclass.bwt.JCSlider
Gets the thumb's size.
getTime(). Method in class java.util.Calendar
Gets this Calendar's current time.
getTime(). Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this date.
getTimeElapsed(). Method in class jclass.bwt.JCProgressMeter
Gets the time elapsed (in ms) since the minimum value was last set.
getTimeInMillis(). Method in class java.util.Calendar
Gets this Calendar's current time as a long.
getTimeToCompletion(). Method in class jclass.bwt.JCProgressMeter
Calculates an estimate of the time (in ms) before which the value will be 100%.
getTimeToCompletionString(). Method in class jclass.bwt.JCProgressMeter
Calculates an estimate of the time before which the value will be 100%.
getTimeZone(). Method in class java.util.Calendar
Gets the time zone.
getTimeZone(String). Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTimezoneOffset(). Method in class java.util.Date
Returns the local time-zone offset.
getTitle(). Method in class java.awt.Dialog
Gets the title of the Dialog.
getTitle(). Method in class java.awt.Frame
Gets the title of the Frame.
getTitle(). Method in class jclass.bwt.JCGroupBox
Gets the title.
getTitleString(). Method in class jclass.bwt.JCGroupBox
Gets the title as a String.
getToolkit(). Method in class java.awt.Component
Gets the toolkit of the component.
getToolkit(). Method in class java.awt.Window
Returns the toolkit of this frame.
getTopCharacter(). Method in class jclass.bwt.JCTextArea
Gets the position of the leftmost character on the first line currently displayed, or 0 if the component is empty.
getTopCharacter(). Method in class jclass.bwt.JCTextAreaComponent
Gets the position of the leftmost character on the first line currently displayed, or 0 if the component is empty.
getTopCharacter(). Method in interface jclass.bwt.JCTextAreaInterface
Gets the position of the leftmost character on the first line currently displayed, or 0 if the component is empty.
getTopRow(). Method in class jclass.bwt.JCList
Gets the current top-most visible row.
getTopRow(). Method in class jclass.bwt.JCListComponent
Gets the current top-most visible row.
getTopRow(). Method in interface jclass.bwt.JCListInterface
Gets the current top-most visible row.
getTopRow(). Method in class jclass.bwt.JCMultiColumnList
Gets the current top-most visible row.
getTopRow(). Method in class jclass.bwt.JCTextArea
Gets the current top-most visible row.
getTopRow(). Method in class jclass.bwt.JCTextAreaComponent
Gets the current top-most visible row.
getTree(). Method in class jclass.bwt.JCOutliner
Gets the current node hierarchy as a String list.
getTree(). Method in class jclass.bwt.JCOutlinerComponent
Gets the current node hierarchy as a string list.
getTreeLock(). Method in class java.awt.Component
Gets the locking object for AWT component-tree and layout operations.
getType(). Method in class java.awt.Cursor
Returns the type for this cursor.
getType(). Method in class jclass.bwt.JCListEvent
Gets the selection type:

 INITIAL            Initial selection
 MODIFICATION       Modification of an existing selection
 ADDITION           Additional noncontiguous selection
 
getType(char). Static method in class java.lang.Character
Returns a value indicating a character category.
getUnitIncrement(). Method in interface java.awt.Adjustable
Gets the unit value increment for the adjustable object.
getUnitIncrement(). Method in interface jclass.bwt.JCAdjustable
Gets the unit value increment for the adjustable object.
getUnitIncrement(). Method in class jclass.bwt.JCScrollbar
Gets the line increment.
getUnitIncrement(). Method in class jclass.bwt.JCSlider
Gets the line increment.
getUnitIncrement(). Method in class java.awt.Scrollbar
Gets the unit increment for this scrollbar.
getUnselectColor(). Method in class jclass.bwt.JCCheckbox
Gets the UnselectColor value.
getUpdateRect(). Method in class java.awt.event.PaintEvent
Returns the rectangle representing the area which needs to be repainted in response to this event.
getURL(Applet, Object, int, int). Static method in class jclass.util.JCString
Checks whether the point is within an URL stored in a JCString within the active cell.
getURL(int, int). Method in class jclass.util.JCString
Determines whether the point is within the HREF's URL.
getUserData(). Method in class jclass.bwt.JCComponent
Gets the userdata value.
getUserData(). Method in class jclass.bwt.JCContainer
Gets the UserData value.
getUserData(). Method in class jclass.bwt.JCOutlinerNode
Gets the node's userData.
getUserDataInt(). Method in class jclass.bwt.JCComponent
Gets the userdata value as an int.
getUserDataList(). Method in class jclass.bwt.JCList
Gets the UserDataList value.
getUserDataList(). Method in class jclass.bwt.JCListComponent
Gets the UserDataList value.
getUserDataList(). Method in class jclass.bwt.JCMultiColumnList
Gets the UserDataList value.
getVAdjustable(). Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the vertical scrollbar.
getValue(). Method in interface java.awt.Adjustable
Gets the current value of the adjustable object.
getValue(). Method in class java.awt.event.AdjustmentEvent
Returns the current value in the adjustment event.
getValue(). Method in interface jclass.bwt.JCAdjustable
Gets the current value of the adjustable object.
getValue(). Method in class jclass.bwt.JCCheckboxGroup
Gets the current checkbox's UserData as an int.
getValue(). Method in class jclass.bwt.JCComboBoxEvent
Gets the value that will be copied to the text field.
getValue(). Method in class jclass.bwt.JCProgressMeter
Gets the current value.
getValue(). Method in class jclass.bwt.JCScrollbar
Gets the current value.
getValue(). Method in class jclass.bwt.JCSlider
Gets the current value.
getValue(). Method in class jclass.bwt.JCSpinBox
Gets the current value as a string.
getValue(). Method in class jclass.bwt.JCSpinBoxEvent
Gets the value that will be copied to the text field.
getValue(). Method in class java.awt.Scrollbar
Returns the current value of this Scrollbar.
getValuePercentage(). Method in class jclass.bwt.JCProgressMeter
Gets the current value as a percentage of the range.
getVariant(). Method in class java.util.Locale
Getter for programmatic name of field.
getVersionString(). Static method in class jclass.bwt.JCVersion
getVersionString(). Static method in class jclass.util.JCVersion
getVertOrigin(). Method in class jclass.bwt.JCListComponent
Gets the vertical origin.
getVertOrigin(). Method in class jclass.bwt.JCOutlinerComponent
Gets the vertical origin.
getVertOrigin(). Method in interface jclass.bwt.JCScrollableInterface
Gets the vertical origin.
getVertOrigin(). Method in class jclass.bwt.JCTextAreaComponent
Gets the vertical origin.
getVertScrollbar(). Method in class jclass.bwt.JCScrolledWindow
getVgap(). Method in class java.awt.BorderLayout
Returns the vertical gap between components.
getVgap(). Method in class java.awt.CardLayout
Returns the vertical gap between components.
getVgap(). Method in class java.awt.FlowLayout
Returns the vertical gap between components.
getVgap(). Method in class java.awt.GridLayout
Returns the vertical gap between components.
getViewport(). Method in class jclass.bwt.JCScrolledWindow
Gets the viewport.
getViewportHeight(). Method in class jclass.bwt.JCList
Sets the work area height to be the list's virtual height.
getViewportHeight(). Method in class jclass.bwt.JCMultiColumnList
Sets the work area height to be the list's total height.
getViewportHeight(). Method in class jclass.bwt.JCOutliner
Sets the work area height to be the outliner's virtual height.
getViewportHeight(). Method in class jclass.bwt.JCScrolledWindow
Gets the viewport's "virtual height".
getViewportHeight(). Method in class jclass.bwt.JCTextArea
Sets the work area height to be the text area's virtual height.
getViewportSize(). Method in class java.awt.ScrollPane
Returns the current size of the scroll pane's view port.
getViewportWidth(). Method in class jclass.bwt.JCMultiColumnWindow
Returns the larger of the viewport's and header's preferred width.
getViewportWidth(). Method in class jclass.bwt.JCScrolledWindow
Gets the viewport's "virtual width".
getViewportWidth(). Method in class jclass.bwt.JCTextArea
Sets the work area width to be the text's virtual width.
getVisible(). Method in class jclass.bwt.JCScrollbar
getVisible(). Method in class java.awt.Scrollbar
getVisibleAmount(). Method in interface java.awt.Adjustable
Gets the length of the propertional indicator.
getVisibleAmount(). Method in interface jclass.bwt.JCAdjustable
Gets the length of the proportional indicator.
getVisibleAmount(). Method in class jclass.bwt.JCScrollbar
Returns the slider size, in user units
getVisibleAmount(). Method in class jclass.bwt.JCSlider
Returns the thumb size, in user units
getVisibleAmount(). Method in class java.awt.Scrollbar
Returns the visible amount of this Scrollbar.
getVisibleIndex(). Method in class jclass.bwt.JCList
Gets the row of the item that was last made visible by the method makeVisible.
getVisibleIndex(). Method in class jclass.bwt.JCListComponent
Gets the index of the item that was last made visible by makeVisible().
getVisibleIndex(). Method in interface jclass.bwt.JCListInterface
Gets the row of the item that was last made visible by the method makeVisible.
getVisibleIndex(). Method in class jclass.bwt.JCMultiColumnList
Gets the row of the item that was last made visible by the method makeVisible.
getVisibleIndex(). Method in class java.awt.List
Gets the index of the item that was last made visible by the method makeVisible.
getVisibleNodes(). Method in class jclass.bwt.JCOutliner
Gets a list of the nodes which are currently displayed.
getVisibleNodes(). Method in class jclass.bwt.JCOutlinerComponent
Gets a list of the nodes which are currently displayed.
getVisibleNodes(). Method in interface jclass.bwt.JCOutlinerInterface
Gets a list of the nodes which are currently displayed.
getVisibleRange(Insets). Method in class jclass.bwt.JCListComponent
Returns the top and bottom-most visible rows.
getVisibleRows(). Method in class jclass.bwt.JCListComponent
Returns the number of visible lines.
getVisibleRows(). Method in class jclass.bwt.JCOutliner
Returns the number of visible lines.
getVisibleRows(). Method in class jclass.bwt.JCOutlinerComponent
Returns the number of visible lines.
getVisibleRows(). Method in interface jclass.bwt.JCOutlinerInterface
Returns the number of visible lines.
getVisibleRows(). Method in class jclass.bwt.JCTextAreaComponent
Gets the number of visible rows.
getVisibleScreenLoc(Component, int, int, int, int). Static method in class jclass.bwt.BWTUtil
Returns the position that ensures that the component is visible on the screen.
getVScrollbarWidth(). Method in class java.awt.ScrollPane
Returns the width that would be occupied by a vertical scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getWarningString(). Method in class java.awt.Window
Gets the warning string for this window.
getWhen(). Method in class java.awt.event.InputEvent
Returns the timestamp of when this event occurred.
getWidestRow(). Method in class jclass.bwt.JCTextAreaComponent
Gets the width of the widest row (pixels).
getWidth(Component, Font). Method in class jclass.util.JCString
Returns the width.
getWidth(ImageObserver). Method in class java.awt.Image
Gets the actual width of the image.
getWidth(int). Method in class jclass.bwt.JCTextAreaComponent
Returns the width of a row (pixels).
getWidth(Object, Component). Static method in class jclass.bwt.BWTUtil
Gets the value's width using the component's font.
getWidth(Object, Component, Font). Static method in class jclass.bwt.BWTUtil
Gets the value's width using the specified font.
getWidth(Vector, JCMultiColumnInterface). Static method in class jclass.bwt.BWTUtil
Gets the total width of all the vector's elements.
getWidths(). Method in class java.awt.FontMetrics
Gets the advance widths of the first 256 characters in the Font.
getWindow(). Method in class java.awt.event.WindowEvent
Returns the window where this event originated.
getX(). Method in class java.awt.event.MouseEvent
Returns the x position of the event relative to the source component.
getY(). Method in class java.awt.event.MouseEvent
Returns the y position of the event relative to the source component.
getYear(). Method in class java.util.Date
Returns the year represented by this date, minus 1900.
GOT_FOCUS. Static variable in class java.awt.Event
A component gained the focus.
gotFocus(Event, Object). Method in class java.awt.Component
gotFocus(Event, Object). Method in class jclass.bwt.JCComponent
Called when the component receives keyboard focus.
gotFocus(Event, Object). Method in class jclass.bwt.JCTabButton
Makes the tab visible.
gotFocus(Event, Object). Method in class jclass.bwt.JCTextArea
gotFocus(Event, Object). Method in class jclass.bwt.JCTextComponent
Starts the cursor blinking if the component is editable.
Graphics(). Constructor for class java.awt.Graphics
Constructs a new Graphics object.
gray. Static variable in class java.awt.Color
The color gray.
green. Static variable in class java.awt.Color
The color green.
GregorianCalendar(). Constructor for class java.util.GregorianCalendar
Constructs a default GregorianCalendar using the current time in the default time zone with the default locale.
GregorianCalendar(int, int, int). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int, int). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(Locale). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(TimeZone). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the default locale.
GregorianCalendar(TimeZone, Locale). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GridBagConstraints(). Constructor for class java.awt.GridBagConstraints
GridBagLayout(). Constructor for class java.awt.GridBagLayout
Creates a gridbag layout.
gridheight. Variable in class java.awt.GridBagConstraints
GridLayout(). Constructor for class java.awt.GridLayout
Creates a grid layout with a default of one column per component, in a single row.
GridLayout(int, int). Constructor for class java.awt.GridLayout
Creates a grid layout with the specified rows and columns.
GridLayout(int, int, int, int). Constructor for class java.awt.GridLayout
Creates a grid layout with the specified rows, columns, horizontal gap, and vertical gap.
gridwidth. Variable in class java.awt.GridBagConstraints
gridx. Variable in class java.awt.GridBagConstraints
gridy. Variable in class java.awt.GridBagConstraints
grow(int, int). Method in class java.awt.Rectangle
Grows the rectangle horizontally and vertically.
gt(Object, Object, JCSortInterface). Static method in class jclass.util.JCqsort
Returns true if o1 > o2, using String, Number or Date comparisons as appropriate.

H

HAND_CURSOR. Static variable in class java.awt.Cursor
The hand cursor type.
HAND_CURSOR. Static variable in class java.awt.Frame
handleEvent(Event). Method in class java.awt.Component
handleGetObject(String). Method in class java.util.ListResourceBundle
Override of ResourceBundle, same semantics
handleGetObject(String). Method in class java.util.PropertyResourceBundle
Override of ResourceBundle, same semantics
handleGetObject(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
hasChanged(). Method in class java.util.Observable
Tests if this object has changed.
hasFocus(). Method in class jclass.bwt.JCComponent
Returns true if this component has keyboard focus.
hashCode(). Method in class java.util.BitSet
Gets the hashcode.
hashCode(). Method in class java.lang.Boolean
Returns a hash code for this Boolean.
hashCode(). Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode(). Method in class java.lang.Character
Returns a hash code for this Character.
hashCode(). Method in class java.awt.Color
Computes the hash code.
hashCode(). Method in class java.util.Date
Returns a hash code value for this object.
hashCode(). Method in class java.lang.Double
Returns a hashcode for this Double.
hashCode(). Method in class java.lang.Float
Returns a hashcode for this Float.
hashCode(). Method in class java.awt.Font
Returns a hashcode for this font.
hashCode(). Method in class java.util.GregorianCalendar
Override hashCode.
hashCode(). Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode(). Method in class java.util.Locale
Override hashCode.
hashCode(). Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode(). Method in class java.lang.Object
Returns a hash code value for the object.
hashCode(). Method in class java.awt.Point
Returns the hashcode for this Point.
hashCode(). Method in class java.awt.Rectangle
Returns the hashcode for this Rectangle.
hashCode(). Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode(). Method in class java.util.SimpleTimeZone
Override hashCode.
hashCode(). Method in class java.lang.String
Returns a hashcode for this string.
Hashtable(). Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor.
Hashtable(int). Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor.
Hashtable(int, float). Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
hasMoreElements(). Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreElements(). Method in class java.util.StringTokenizer
Returns the same value as the hasMoreTokens method.
hasMoreTokens(). Method in class jclass.util.JCCSVTokenizer
This returns true if more tokens exist.
hasMoreTokens(). Method in class jclass.util.JCStringTokenizer
Returns true if more tokens exist.
hasMoreTokens(). Method in class java.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
head. Variable in class jclass.util.JCRectList
header. Variable in class jclass.bwt.JCMultiColumnWindow
The column label component.
headerArea. Variable in class jclass.bwt.JCMultiColumnWindow
The header's viewport.
headerHeight(). Method in class jclass.bwt.JCMultiColumnWindow
Returns the header's preferred height.
headerHeight(). Method in class jclass.bwt.JCScrolledWindow
headerWidth(). Method in class jclass.bwt.JCMultiColumnWindow
Returns the header's preferred width.
height. Variable in class java.awt.Dimension
The height dimension.
height. Variable in class jclass.util.JCImageCreator
height. Variable in class java.awt.Rectangle
The height of the rectangle.
hgap. Variable in class jclass.bwt.JCGridLayout
The horiztonal gap between items.
hide(). Method in class java.awt.Component
hide(). Method in class jclass.bwt.JCTabButton
Hides the component.
highlight. Variable in class jclass.bwt.JCComponent
Highlight thickness.
HOME. Static variable in class java.awt.Event
The home action-key.
horiz_origin. Variable in class jclass.bwt.JCTextComponent
Amount by which the text has been scrolled.
HORIZ_SPACE. Static variable in class jclass.util.JCString
HorizAlignmentEditor(). Constructor for class jclass.bwt.HorizAlignmentEditor
HORIZONTAL. Static variable in interface java.awt.Adjustable
The horizontal orientation.
HORIZONTAL. Static variable in class jclass.bwt.BWTEnum
HORIZONTAL. Static variable in class java.awt.GridBagConstraints
HORIZONTAL. Static variable in interface jclass.bwt.JCAdjustable
HORIZONTAL. Static variable in class jclass.bwt.JCCheckboxGroup
HORIZONTAL. Static variable in class jclass.bwt.JCScrollbar
HORIZONTAL. Static variable in class jclass.bwt.JCSeparator
HORIZONTAL. Static variable in class jclass.bwt.JCSlider
HORIZONTAL. Static variable in class jclass.bwt.JCSplitterWindow
HORIZONTAL. Static variable in class java.awt.Scrollbar
The horizontal Scrollbar variable.
HOUR. Static variable in class java.util.Calendar
Useful constant for date and time.
HOUR_OF_DAY. Static variable in class java.util.Calendar
Useful constant for date and time.
HREF. Static variable in class jclass.util.JCString
HSBtoRGB(float, float, float). Static method in class java.awt.Color
Returns the RGB value defined by the default RGB ColorModel, of the color corresponding to the given HSB color components.

I

icon_spacing. Variable in class jclass.bwt.JCOutlinerNodeStyle
The horizontal spacing between the icon and the label.
id. Variable in class java.awt.AWTEvent
id. Variable in class java.awt.Event
The type of this event.
identityHashCode(Object). Static method in class java.lang.System
Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IEEEremainder(double, double). Static method in class java.lang.Math
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
IllegalAccessError(). Constructor for class java.lang.IllegalAccessError
Constructs an IllegalAccessError with no detail message.
IllegalAccessError(String). Constructor for class java.lang.IllegalAccessError
Constructs an IllegalAccessError with the specified detail message.
IllegalAccessException(). Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String). Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException(). Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String). Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalComponentStateException(). Constructor for class java.awt.IllegalComponentStateException
Constructs an IllegalComponentStateException with no detail message.
IllegalComponentStateException(String). Constructor for class java.awt.IllegalComponentStateException
Constructs an IllegalComponentStateException with the specified detail message.
IllegalMonitorStateException(). Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String). Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException(). Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String). Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalThreadStateException(). Constructor for class java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String). Constructor for class java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
Image(). Constructor for class java.awt.Image
images. Static variable in class jclass.bwt.BWTUtil
Table of double-buffer images for each thread.
imageUpdate(Image, int, int, int, int, int). Method in class java.awt.Component
Repaints the component when the image has changed.
in. Static variable in class java.lang.System
The "standard" input stream.
in_repaint. Variable in class jclass.bwt.JCComponent
In repaint() ?
INACTIVE_CAPTION. Static variable in class java.awt.SystemColor
The array index for the inactive caption background color.
INACTIVE_CAPTION_BORDER. Static variable in class java.awt.SystemColor
The array index for the inactive caption border color.
INACTIVE_CAPTION_TEXT. Static variable in class java.awt.SystemColor
The array index for the inactive caption text color.
inactiveCaption. Static variable in class java.awt.SystemColor
The background color for inactive captions in window borders.
inactiveCaptionBorder. Static variable in class java.awt.SystemColor
The border color for inactive captios in window borders.
inactiveCaptionText. Static variable in class java.awt.SystemColor
The text color for inactive captions in window borders.
inBrowser(Component). Static method in class jclass.bwt.BWTUtil
Returns true if the component is in an applet in a browser (ie its AppletContext is not null).
inBrowser(Component). Static method in class jclass.util.JCEnvironment
Returns true if the component is in an applet in a browser (ie its AppletContext is not null).
inCheck. Variable in class java.lang.SecurityManager
This field is true if there is a security check in progress; false otherwise.
inClass(String). Method in class java.lang.SecurityManager
Tests if the specified String is in this Class.
inClassLoader(). Method in class java.lang.SecurityManager
Tests if the current ClassLoader is equal to null.
IncompatibleClassChangeError(). Constructor for class java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with no detail message.
IncompatibleClassChangeError(String). Constructor for class java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with the specified detail message.
incr_arrow. Variable in class jclass.bwt.JCScrollbar
Down/right and up/left arrow buttons.
INCREMENT. Static variable in class jclass.bwt.JCSpinBox
ind_height. Variable in class jclass.bwt.JCCheckbox
Calculated indicator size.
ind_width. Variable in class jclass.bwt.JCCheckbox
Calculated indicator size.
ind_x. Variable in class jclass.bwt.JCCheckbox
Calculated indicator position.
ind_y. Variable in class jclass.bwt.JCCheckbox
Calculated indicator position.
inDaylightTime(Date). Method in class java.util.SimpleTimeZone
Overrides TimeZone Queries if the given date is in Daylight Savings Time.
inDaylightTime(Date). Method in class java.util.TimeZone
Queries if the given date is in Daylight Savings Time in this time zone.
INDETERMINATE. Static variable in class jclass.bwt.BWTEnum
INDETERMINATE. Static variable in class jclass.bwt.JCCheckbox
indexOf(int). Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int). Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(Object). Method in class java.util.Vector
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object, int). Method in class java.util.Vector
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
indexOf(String). Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int). Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
IndexOutOfBoundsException(). Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String). Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
Indicator(). Constructor for class jclass.bwt.Indicator
INDICATOR_CHECK. Static variable in class jclass.bwt.BWTEnum
INDICATOR_CHECK. Static variable in class jclass.bwt.JCCheckbox
INDICATOR_CIRCLE. Static variable in class jclass.bwt.BWTEnum
INDICATOR_CIRCLE. Static variable in class jclass.bwt.JCCheckbox
INDICATOR_CROSS. Static variable in class jclass.bwt.BWTEnum
INDICATOR_CROSS. Static variable in class jclass.bwt.JCCheckbox
INDICATOR_DIAMOND. Static variable in class jclass.bwt.BWTEnum
INDICATOR_DIAMOND. Static variable in class jclass.bwt.JCCheckbox
INDICATOR_FILL. Static variable in class jclass.bwt.BWTEnum
INDICATOR_FILL. Static variable in class jclass.bwt.JCCheckbox
INDICATOR_IMAGE. Static variable in class jclass.bwt.BWTEnum
INDICATOR_IMAGE. Static variable in class jclass.bwt.JCCheckbox
indicator_set. Variable in class jclass.bwt.JCCheckbox
Whether setIndicator() has been called.
INDICATOR_SIZE. Static variable in class jclass.bwt.JCCheckbox
Default indicator size.
IndicatorEditor(). Constructor for class jclass.bwt.IndicatorEditor
info. Static variable in class java.awt.SystemColor
The background color for info(help) text.
INFO. Static variable in class java.awt.SystemColor
The array index for the info background color.
INFO_TEXT. Static variable in class java.awt.SystemColor
The array index for the info text color.
infoText. Static variable in class java.awt.SystemColor
The text color for info(help) text.
init(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.
INITIAL. Static variable in class jclass.bwt.JCListEvent
Selection types.
initTextValue(). Method in class jclass.bwt.JCSpinBox
Sets the text field's initial value.
initTextValue(). Method in class jclass.bwt.JCSpinBoxString
Sets the text field's initial value.
INSERT. Static variable in class java.awt.Event
The Insert key.
insert(int, boolean). Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char). Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, char[]). Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, double). Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this string buffer.
insert(int, float). Method in class java.lang.StringBuffer
Inserts the string representation of the float argument into this string buffer.
insert(int, int). Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long). Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, Object). Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String). Method in class java.lang.StringBuffer
Inserts the string into this string buffer.
insert(MenuItem, int). Method in class java.awt.Menu
Inserts the MenuItem to this menu at the specified position.
insert(String, int). Method in class java.awt.Choice
Inserts the item into this choice at the specified position.
insert(String, int). Method in class jclass.bwt.JCTextArea
Inserts text at the specified position.
insert(String, int). Method in class jclass.bwt.JCTextComponent
Inserts text at the specified position.
insert(String, int). Method in interface jclass.bwt.JCTextInterface
Inserts text at the specified position.
insert(String, int). Method in class jclass.bwt.JCTextLine
insert(String, int). Method in class java.awt.Menu
Inserts an item with the specified label to this menu at the specified position.
insert(String, int). Method in class java.awt.TextArea
Inserts the specified text at the specified position.
insertChar(Event, int). Method in class jclass.bwt.JCTextComponent
Inserts a character at the current cursor position.
insertElementAt(Object, int). Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
insertNewLine(Event). Method in class jclass.bwt.JCTextAreaComponent
Inserts a newline.
insertSeparator(int). Method in class java.awt.Menu
Inserts a separator at the specified position
insertText(String, int). Method in class java.awt.TextArea
insets. Variable in class java.awt.GridBagConstraints
insets(). Method in class java.awt.Container
insets(). Method in class jclass.bwt.JCComponent
Returns the previously set insets.
insets(). Method in class jclass.bwt.JCContainer
Returns the previously set insets, or the superclass' insets if none have been set.
insets(). Method in class jclass.bwt.JCGroupBox
Modifies the default insets to account for the shadows and title.
Insets(int, int, int, int). Constructor for class java.awt.Insets
Constructs and initializes a new Inset with the specified top, left, bottom, and right insets.
inside(int, int). Method in class java.awt.Component
inside(int, int). Method in class jclass.bwt.JCTabButton
Returns true if the button is enabled and the point is inside the tab's perimeter.
inside(int, int). Method in class java.awt.Polygon
inside(int, int). Method in class java.awt.Rectangle
instanceOf(Object, String). Static method in class jclass.bwt.BWTUtil
Returns true if one of the object's superclasses' names contains the string
InstantiationError(). Constructor for class java.lang.InstantiationError
Constructs an InstantiationError with no detail message.
InstantiationError(String). Constructor for class java.lang.InstantiationError
Constructs an InstantiationError with the specified detail message.
InstantiationException(). Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String). Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
intBitsToFloat(int). Static method in class java.lang.Float
Returns the single-float corresponding to a given bit represention.
Integer(int). Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the primitive int argument.
Integer(String). Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the value represented by the string.
intern(). Method in class java.lang.String
Returns a canonical representation for the string object.
InternalError(). Constructor for class java.lang.InternalError
Constructs an InternalError with no detail message.
InternalError(String). Constructor for class java.lang.InternalError
Constructs an InternalError with the specified detail message.
internalGet(int). Method in class java.util.Calendar
Gets the value for a given time field.
interrupt(). Method in class java.lang.Thread
Interrupts this thread.
interrupted(). Static method in class java.lang.Thread
Tests if the current thread has been interrupted.
InterruptedException(). Constructor for class java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String). Constructor for class java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
intersection(Rectangle). Method in class java.awt.Rectangle
Computes the intersection of two rectangles.
intersects(Component, int, int, int, int). Static method in class jclass.bwt.BWTUtil
Checks whether the rectangle intersects the component.
intersects(Rectangle). Method in class java.awt.Rectangle
Checks if two rectangles intersect.
intValue(). Method in class java.lang.Byte
Returns the value of this Byte as an int.
intValue(). Method in class java.lang.Double
Returns the integer value of this Double (by casting to an int).
intValue(). Method in class java.lang.Float
Returns the integer value of this Float (by casting to an int).
intValue(). Method in class java.lang.Integer
Returns the value of this Integer as an int.
intValue(). Method in class java.lang.Long
Returns the value of this Long as an int.
intValue(). Method in class java.lang.Number
Returns the value of the specified number as an int.
intValue(). Method in class java.lang.Short
Returns the value of this Short as an int.
invalidate(). Method in class java.awt.Component
Invalidates the component.
invalidate(). Method in class java.awt.Container
Invalidates the container.
invalidate(). Method in class jclass.bwt.JCListComponent
Invalidates the component.
invalidate(). Method in class jclass.bwt.JCOutlinerComponent
Invalidates the component.
invalidate(). Method in class jclass.bwt.JCTabButton
Invalidates the component.
invalidate(). Method in class jclass.bwt.JCTextAreaComponent
Invalidates the component.
invalidateLayout(Container). Method in class java.awt.BorderLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container). Method in class java.awt.CardLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container). Method in class java.awt.GridBagLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container). Method in interface java.awt.LayoutManager2
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
ipadx. Variable in class java.awt.GridBagConstraints
ipady. Variable in class java.awt.GridBagConstraints
isActionKey(). Method in class java.awt.event.KeyEvent
Returns whether or not the key in this event is an "action" key, as defined in Event.java.
isActive(). Method in class java.applet.Applet
Determines if this applet is active.
isActive(). Method in interface java.applet.AppletStub
Determines if the applet is active.
isAlive(). Method in class java.lang.Thread
Tests if this thread is alive.
isAltDown(). Method in class java.awt.event.InputEvent
Returns whether or not the Alt modifier is down on this event.
isAncestorOf(Component). Method in class java.awt.Container
Checks if the component is contained in the component hierarchy of this container.
isArray(). Method in class java.lang.Class
If this Class object represents an array type, returns true, otherwise returns false.
isAssignableFrom(Class). Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isBold(). Method in class java.awt.Font
Returns true if the font is bold.
isConsumed(). Method in class java.awt.AWTEvent
isConsumed(). Method in class java.awt.event.InputEvent
Returns whether or not this event has been consumed.
isControlDown(). Method in class java.awt.event.InputEvent
Returns whether or not the Control modifier is down on this event.
isDaemon(). Method in class java.lang.Thread
Tests if this thread is a daemon thread.
isDaemon(). Method in class java.lang.ThreadGroup
Tests if this thread group is a daemon thread group.
isDefined(char). Static method in class java.lang.Character
Determines if a character has a defined meaning in Unicode.
isDeletion(). Method in class jclass.bwt.JCTextEvent
Returns true if text is being deleted.
isDestroyed(). Method in class java.lang.ThreadGroup
Tests if this thread group has been destroyed.
isDigit(char). Static method in class java.lang.Character
Determines if the specified character is a digit.
isDropTarget(JCOutlinerNode, JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Returns true if the node is a potential target for a drag & drop operation by the drag node.
isEditable(). Method in class jclass.bwt.JCTextArea
Returns the boolean indicating whether this component is editable or not.
isEditable(). Method in class jclass.bwt.JCTextComponent
Gets the Editable value.
isEditable(). Method in interface jclass.bwt.JCTextInterface
Returns the boolean indicating whether this component is editable or not.
isEditable(). Method in class java.awt.TextComponent
Returns the boolean indicating whether this TextComponent is editable or not.
isEmpty(). Method in class java.util.Dictionary
Tests if this dictionary maps no keys to value.
isEmpty(). Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty(). Method in class java.awt.Rectangle
Determines whether the rectangle is empty.
isEmpty(). Method in class java.util.Vector
Tests if this vector has no components.
isEnabled(). Method in class java.awt.Component
Checks if this Component is enabled.
isEnabled(). Method in class java.awt.MenuItem
Checks whether the menu item is enabled.
isErrorAny(). Method in class java.awt.MediaTracker
Checks the error status of all of the images.
isErrorID(int). Method in class java.awt.MediaTracker
Checks the error status of all of the images with the specified ID.
isFocusTraversable(). Method in class java.awt.Component
Returns whether this component can be traversed using Tab or Shift-Tab keyboard focus traversal.
isFocusTraversable(). Method in class jclass.bwt.JCComponent
Returns whether this component can be traversed using Tab or Shift-Tab keyboard focus traversal.
isFocusTraversable(). Method in class jclass.bwt.JCScrollbar
Returns whether this component can be traversed using Tab or Shift-Tab keyboard focus traversal.
isFocusTraversable(). Method in class jclass.bwt.JCTextArea
Returns whether this component can be traversed using Tab or Shift-Tab keyboard focus traversal.
isFrozen(). Method in class jclass.bwt.JCTextComponent
isIdentifierIgnorable(char). Static method in class java.lang.Character
Determines if the specified character should be regarded as an ignorable character in a Java identifier or a Unicode identifier.
isIndexSelected(int). Method in class java.awt.List
Returns true if the item at the specified index has been selected; false otherwise.
isInfinite(). Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude.
isInfinite(). Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude.
isInfinite(double). Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude.
isInfinite(float). Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude.
isInstance(Object). Method in class java.lang.Class
This method is the dynamic equivalent of the Java language instanceof operator.
isInterface(). Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isInterrupted(). Method in class java.lang.Thread
Tests if the current thread has been interrupted.
isISOControl(char). Static method in class java.lang.Character
Determines if the specified character is an ISO control character.
isItalic(). Method in class java.awt.Font
Returns true if the font is italic.
isJavaIdentifierPart(char). Static method in class java.lang.Character
Determines if the specified character may be part of a Java identifier as other than the first character.
isJavaIdentifierStart(char). Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Java identifier.
isJavaLetter(char). Static method in class java.lang.Character
Determines if the specified character is a "Java" letter, that is, the character is permissible as the first character in an identifier in the Java language.
isJavaLetterOrDigit(char). Static method in class java.lang.Character
Determines if the specified character is a "Java" letter or digit, that is, the character is permissible as a non-initial character in an identifier in the Java language.
isLeapYear(int). Method in class java.util.GregorianCalendar
Determines if the given year is a leap year.
isLenient(). Method in class java.util.Calendar
Tell whether date/time interpretation is to be lenient.
isLetter(char). Static method in class java.lang.Character
Determines if the specified character is a letter.
isLetterOrDigit(char). Static method in class java.lang.Character
Determines if the specified character is a letter or digit.
isLineDelimiter(char). Method in class jclass.bwt.JCTextComponent
Determines whether a character is a line delimiter.
isLowerCase(char). Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isMetaDown(). Method in class java.awt.event.InputEvent
Returns whether or not the Meta modifier is down on this event.
isModal(). Method in class java.awt.Dialog
Returns true if the Dialog is modal.
isMultipleMode(). Method in class java.awt.List
Returns true if this list allows multiple selections.
isNaN(). Method in class java.lang.Double
Returns true if this Double value is the special Not-a-Number (NaN) value.
isNaN(). Method in class java.lang.Float
Returns true if this Float value is Not-a-Number (NaN).
isNaN(double). Static method in class java.lang.Double
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN(float). Static method in class java.lang.Float
Returns true if the specified number is the special Not-a-Number (NaN) value.
isParent(Component, Component). Static method in class jclass.bwt.BWTUtil
Returns true if the container is equal to the component, or is its parent or grandparent.
isPlain(). Method in class java.awt.Font
Returns true if the font is plain.
isPopupTrigger(). Method in class java.awt.event.MouseEvent
Returns whether or not this mouse event is the popup-menu trigger event for the platform.
isPrimitive(). Method in class java.lang.Class
Determines if the specified Class object represents a primitive Java type.
isResizable(). Method in class java.awt.Dialog
Returns true if the user can resize the dialog.
isResizable(). Method in class java.awt.Frame
Returns true if the user can resize the Frame.
isSelected(int). Method in class jclass.bwt.JCList
Returns true if the item at the specified row has been selected; false otherwise.
isSelected(int). Method in class jclass.bwt.JCListComponent
Returns true if the item at the specified row has been selected.
isSelected(int). Method in interface jclass.bwt.JCListInterface
Returns true if the item at the specified row has been selected; otherwise false.
isSelected(int). Method in class jclass.bwt.JCMultiColumnList
Returns true if the item at the specified row has been selected; false otherwise.
isSelected(int). Method in class java.awt.List
isSet. Variable in class java.util.Calendar
The flags which tell if a specified time field for the calendar is set.
isSet(int). Method in class java.util.Calendar
Determines if the given time field has a value set.
isShiftDown(). Method in class java.awt.event.InputEvent
Returns whether or not the Shift modifier is down on this event.
isShowing(). Method in class java.awt.Component
Checks if this Component is showing on screen.
isShowing(). Method in class jclass.bwt.JCTabButton
Checks if this Component is showing on screen.
isShowing(). Method in class java.awt.Window
Checks if this Window is showing on screen.
isSpace(char). Static method in class java.lang.Character
Determines if the specified character is ISO-LATIN-1 white space.
isSpaceChar(char). Static method in class java.lang.Character
Determines if the specified character is a Unicode space character.
isTearOff(). Method in class java.awt.Menu
Returns true if this is a tear-off menu.
isTemporary(). Method in class java.awt.event.FocusEvent
Returns whether or not this focus change event is a temporary change.
isTimeSet. Variable in class java.util.Calendar
The flag which indicates if the current time is set for the calendar.
isTitleCase(char). Static method in class java.lang.Character
Determines if the specified character is a titlecase character.
isTraversable(). Method in class jclass.bwt.JCComponent
Returns true if the component can accept focus - it must be traversable, showing, and enabled.
isTraversable(). Method in class jclass.bwt.JCTextArea
Returns true if the component can accept focus - it must be traversable, showing, and enabled.
isUnicodeIdentifierPart(char). Static method in class java.lang.Character
Determines if the specified character may be part of a Unicode identifier as other than the first character.
isUnicodeIdentifierStart(char). Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Unicode identifier.
isUpperCase(char). Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isValid(). Method in class java.awt.Component
Checks if this Component is valid.
isValid(). Method in class jclass.bwt.JCTabButton
Checks if this Component is valid.
isVisible(). Method in class java.awt.Component
Checks if this Component is visible.
isVisible(). Method in class jclass.bwt.JCTabButton
Checks if this Component is visible.
isVisible(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Checks whether the node should be visible.
isWhitespace(char). Static method in class java.lang.Character
Determines if the specified character is white space according to Java.
isWordDelimiter(char). Method in class jclass.bwt.JCTextComponent
Determines whether a character is a word delimiter.
ITALIAN. Static variable in class java.util.Locale
Useful constant for language.
ITALIC. Static variable in class java.awt.Font
The italicized style constant.
ITALY. Static variable in class java.util.Locale
Useful constant for country.
item. Variable in class jclass.bwt.JCOutlinerNodeStyle
The node's icon if it is not a folder.
ITEM_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting item events.
ITEM_FIRST. Static variable in class java.awt.event.ItemEvent
Marks the first integer id for the range of item event ids.
ITEM_LAST. Static variable in class java.awt.event.ItemEvent
Marks the last integer id for the range of item event ids.
item_selected. Variable in class jclass.bwt.JCOutlinerNodeStyle
The node's icon if it is not a folder and it is selected.
ITEM_STATE_CHANGED. Static variable in class java.awt.event.ItemEvent
The item state changed event type.
ItemEvent(ItemSelectable, int, Object, int). Constructor for class java.awt.event.ItemEvent
Constructs a ItemSelectEvent object with the specified ItemSelectable source, type, item, and item select state.
itemListeners. Variable in class jclass.bwt.JCCheckbox
List of JCItemEvent listeners
itemListeners. Variable in class jclass.bwt.JCCheckboxGroup
List of JCItemEvent listeners
itemListeners. Variable in class jclass.bwt.JCComboBox
List of JCItemEvent listeners
itemListeners. Variable in class jclass.bwt.JCListComponent
List of JCItemEvent/JCListEvent listeners
itemListeners. Variable in class jclass.bwt.JCOutlinerComponent
List of JCOutlinerEvent listeners
itemStateChanged(ItemEvent). Method in class java.awt.AWTEventMulticaster
Handles the itemStateChanged event by invoking the itemStateChanged methods on listener-a and listener-b.
itemStateChanged(ItemEvent). Method in interface java.awt.event.ItemListener
Invoked when an item's state has been changed.
itemStateChanged(JCItemEvent). Method in class jclass.bwt.JCComboBox
JCItemListener method - no-op
itemStateChanged(JCItemEvent). Method in interface jclass.bwt.JCItemListener
Invoked when an item's state has been changed.

J

JANUARY. Static variable in class java.util.Calendar
Useful constant for month.
JAPAN. Static variable in class java.util.Locale
Useful constant for country.
JAPANESE. Static variable in class java.util.Locale
Useful constant for language.
JCActionEvent(Object, int, String). Constructor for class jclass.bwt.JCActionEvent
Constructs an event with the specified source object.
JCActionEvent(Object, int, String, int). Constructor for class jclass.bwt.JCActionEvent
Constructs an event with the specified source object.
JCAdjustmentEvent(Object, int, int, int). Constructor for class jclass.bwt.JCAdjustmentEvent
Constructs an event with the specified source, type, and value.
JCAlignerLayout(). Constructor for class jclass.bwt.JCAlignerLayout
Creates an aligner layout with 2 columns, a variable number of rows, and a gap of 5 pixels.
JCAlignerLayout(int, int, int). Constructor for class jclass.bwt.JCAlignerLayout
Creates an aligner layout with the specified number of columns and gaps.
JCArrowButton(). Constructor for class jclass.bwt.JCArrowButton
Creates a DOWN button.
JCArrowButton(int). Constructor for class jclass.bwt.JCArrowButton
Creates a button with the specified orientation.
JCArrowButton(int, Applet, String). Constructor for class jclass.bwt.JCArrowButton
Creates a button which reads parameters from the applet's HTML file.
JCArrowButtonBeanInfo(). Constructor for class jclass.bwt.JCArrowButtonBeanInfo
JCAWTEvent(Object, int). Constructor for class jclass.bwt.JCAWTEvent
Constructs an event with the specified source object and type.
JCButton(). Constructor for class jclass.bwt.JCButton
Creates an empty button.
JCButton(Object). Constructor for class jclass.bwt.JCButton
Creates a button with the specified label.
JCButton(Object, Applet, String). Constructor for class jclass.bwt.JCButton
Creates a button which reads parameters from the applet's HTML file.
JCButton(String, Image, int). Constructor for class jclass.bwt.JCButton
Creates a button with a label constructed from a String and an Image.
JCButton(String, String, Applet, int). Constructor for class jclass.bwt.JCButton
Creates a button with a label constructed from a String and an Image file.
JCButtonBeanInfo(). Constructor for class jclass.bwt.JCButtonBeanInfo
JCButtonEvent(Event). Constructor for class jclass.bwt.JCButtonEvent
JCCache(int, int). Constructor for class jclass.util.JCCache
This is the constructor for JCCache.
JCCheckbox(). Constructor for class jclass.bwt.JCCheckbox
Creates an empty checkbox.
JCCheckbox(Object). Constructor for class jclass.bwt.JCCheckbox
Creates a checkbox with the specified label.
JCCheckbox(Object, Applet, String). Constructor for class jclass.bwt.JCCheckbox
Creates a checkbox which reads parameters from the applet's HTML file.
JCCheckbox(Object, int, JCCheckboxGroup). Constructor for class jclass.bwt.JCCheckbox
Creates a button with the specified label, set to the specified state, and in the specified check box group.
JCCheckbox(Object, JCCheckboxGroup, int). Constructor for class jclass.bwt.JCCheckbox
Creates a button as part of a CheckboxGroup.
JCCheckboxBeanInfo(). Constructor for class jclass.bwt.JCCheckboxBeanInfo
JCCheckboxGroup(). Constructor for class jclass.bwt.JCCheckboxGroup
Creates an empty vertical group which uses a GridLayout with insets of (5,5,5,5).
JCCheckboxGroup(Applet, String). Constructor for class jclass.bwt.JCCheckboxGroup
Creates an empty vertical group which uses a GridLayout with insets of (5,5,5,5).
JCCheckboxGroup(Object). Constructor for class jclass.bwt.JCCheckboxGroup
Creates an empty vertical group with the specified title.
JCCheckboxGroupBeanInfo(). Constructor for class jclass.bwt.JCCheckboxGroupBeanInfo
JCComboBox(). Constructor for class jclass.bwt.JCComboBox
Creates an empty ComboBox.
JCComboBox(JCVector). Constructor for class jclass.bwt.JCComboBox
Creates an empty ComboBox with the specified list items.
JCComboBox(JCVector, Applet, String). Constructor for class jclass.bwt.JCComboBox
Creates a comboBox which reads parameters from the applet's HTML file.
JCComboBox(String[], String). Constructor for class jclass.bwt.JCComboBox
Creates a comboBox with the specified items and name.
JCComboBoxBeanInfo(). Constructor for class jclass.bwt.JCComboBoxBeanInfo
JCComboBoxEvent(Object, Object). Constructor for class jclass.bwt.JCComboBoxEvent
JCComponent(). Constructor for class jclass.bwt.JCComponent
Creates a component.
JCComponent(Applet, String). Constructor for class jclass.bwt.JCComponent
Creates a component which reads parameters from the applet's HTML file.
JCComponentBeanInfo(). Constructor for class jclass.bwt.JCComponentBeanInfo
JCContainer(). Constructor for class jclass.bwt.JCContainer
This creates an empty container.
JCContainer(Applet, String). Constructor for class jclass.bwt.JCContainer
This creates a container which reads parameters from the applet's HTML file.
JCContainerBeanInfo(). Constructor for class jclass.bwt.JCContainerBeanInfo
JCConverter(). Constructor for class jclass.util.JCConverter
JCCSVTokenizer(String). Constructor for class jclass.util.JCCSVTokenizer
JCEnvironment(). Constructor for class jclass.util.JCEnvironment
JCFile(). Constructor for class jclass.util.JCFile
JCGridLayout(int, int). Constructor for class jclass.bwt.JCGridLayout
Creates a grid layout with the specified number of rows and columns.
JCGridLayout(int, int, int, int). Constructor for class jclass.bwt.JCGridLayout
Creates a grid layout with the specified rows, columns, horizontal gap, and vertical gap.
JCGroupBox(). Constructor for class jclass.bwt.JCGroupBox
Creates an empty groupBox.
JCGroupBox(Applet, String). Constructor for class jclass.bwt.JCGroupBox
Creates a GroupBox which reads parameters from the applet's HTML file.
JCGroupBox(Object). Constructor for class jclass.bwt.JCGroupBox
Creates a groupBox with the specified title.
JCGroupBoxBeanInfo(). Constructor for class jclass.bwt.JCGroupBoxBeanInfo
JCHeader(). Constructor for class jclass.bwt.JCHeader
Creates an empty header.
JCHeader(JCVector). Constructor for class jclass.bwt.JCHeader
Creates a header with the specified labels.
JCHeader(String[]). Constructor for class jclass.bwt.JCHeader
Creates a header with the specified labels.
JCHeader(String[], Applet, String). Constructor for class jclass.bwt.JCHeader
Creates a header which reads parameters from the applet's HTML file.
JCImageCreator(Component). Constructor for class jclass.util.JCImageCreator
Creates an empty instance using the specified component.
JCImageCreator(Component, int, int). Constructor for class jclass.util.JCImageCreator
Creates an empty instance using the specified component.
JCItemEvent(Object, int, Object, int). Constructor for class jclass.bwt.JCItemEvent
Constructs an event with the specified source, type, item, and item select state.
JCLabel(). Constructor for class jclass.bwt.JCLabel
Creates an empty label.
JCLabel(Object). Constructor for class jclass.bwt.JCLabel
Creates a label with the specified text.
JCLabel(Object, Applet, String). Constructor for class jclass.bwt.JCLabel
Creates a label which reads parameters from the applet's HTML file.
JCLabel(String, Image, int). Constructor for class jclass.bwt.JCLabel
Creates a label from a String and an Image.
JCLabel(String, String, Applet, int). Constructor for class jclass.bwt.JCLabel
Creates a label constructed from a String and an Image file.
JCLabelBeanInfo(). Constructor for class jclass.bwt.JCLabelBeanInfo
JCList(). Constructor for class jclass.bwt.JCList
Creates an empty 4-row list.
JCList(int, boolean). Constructor for class jclass.bwt.JCList
Creates an empty list with the specified number of visible rows.
JCList(JCVector). Constructor for class jclass.bwt.JCList
Creates a 4-row list with the specified items.
JCList(JCVector, Applet, String). Constructor for class jclass.bwt.JCList
Creates a 4-row list which reads parameters from the applet's HTML file.
JCList(String[], String). Constructor for class jclass.bwt.JCList
Creates a 4-row list with the specified items and name.
JCListBeanInfo(). Constructor for class jclass.bwt.JCListBeanInfo
JCListComponent(). Constructor for class jclass.bwt.JCListComponent
Creates an empty 4-row list.
JCListComponent(int, boolean). Constructor for class jclass.bwt.JCListComponent
Creates a list with the specified number of visible lines.
JCListComponent(JCVector). Constructor for class jclass.bwt.JCListComponent
Creates a 4-row list with the specified items.
JCListComponent(JCVector, Applet, String). Constructor for class jclass.bwt.JCListComponent
Creates a 4-row list which reads parameters from the applet's HTML file.
JCListComponentBeanInfo(). Constructor for class jclass.bwt.JCListComponentBeanInfo
JCListEvent(JCListInterface, Event, int, int, int). Constructor for class jclass.bwt.JCListEvent
Constructs an object with the specified source, row and selection type.
JCMultiColumnData(). Constructor for class jclass.bwt.JCMultiColumnData
Default constructor - no component is associated with the data.
JCMultiColumnData(JCMultiColumnInterface). Constructor for class jclass.bwt.JCMultiColumnData
Creates an instance and registers a component.
JCMultiColumnList(). Constructor for class jclass.bwt.JCMultiColumnList
Creates an empty list.
JCMultiColumnList(int, boolean). Constructor for class jclass.bwt.JCMultiColumnList
Creates an empty list with the specified number of visible lines.
JCMultiColumnList(JCVector). Constructor for class jclass.bwt.JCMultiColumnList
Creates a list with the specified items.
JCMultiColumnList(JCVector, Applet, String). Constructor for class jclass.bwt.JCMultiColumnList
Creates a list which reads parameters from the applet's HTML file.
JCMultiColumnListBeanInfo(). Constructor for class jclass.bwt.JCMultiColumnListBeanInfo
JCMultiColumnListComponent(). Constructor for class jclass.bwt.JCMultiColumnListComponent
Creates an empty list with no visible rows.
JCMultiColumnListComponent(int, boolean). Constructor for class jclass.bwt.JCMultiColumnListComponent
Creates a list with the specified number of visible lines.
JCMultiColumnListComponent(JCVector). Constructor for class jclass.bwt.JCMultiColumnListComponent
Creates a list with the specified items.
JCMultiColumnListComponent(JCVector, Applet, String). Constructor for class jclass.bwt.JCMultiColumnListComponent
Creates a list which reads parameters from the applet's HTML file.
JCMultiColumnWindow(). Constructor for class jclass.bwt.JCMultiColumnWindow
Creates an empty window.
JCMultiColumnWindow(Applet, String). Constructor for class jclass.bwt.JCMultiColumnWindow
Creates a window which reads parameters from the applet's HTML file.
JCMultiColumnWindowBeanInfo(). Constructor for class jclass.bwt.JCMultiColumnWindowBeanInfo
JCOutliner(). Constructor for class jclass.bwt.JCOutliner
Creates an empty outliner.
JCOutliner(JCOutlinerNode). Constructor for class jclass.bwt.JCOutliner
Creates an outliner with the specified root node.
JCOutliner(JCOutlinerNode, Applet, String). Constructor for class jclass.bwt.JCOutliner
Creates a outliner which reads parameters from the applet's HTML file.
JCOutlinerBeanInfo(). Constructor for class jclass.bwt.JCOutlinerBeanInfo
JCOutlinerComponent(). Constructor for class jclass.bwt.JCOutlinerComponent
Creates an empty JCOutliner.
JCOutlinerComponent(JCOutlinerNode). Constructor for class jclass.bwt.JCOutlinerComponent
Creates a new JCOutliner with the specified root node.
JCOutlinerComponent(JCOutlinerNode, Applet, String). Constructor for class jclass.bwt.JCOutlinerComponent
Creates an outliner which reads parameters from the applet's HTML file.
JCOutlinerEvent(JCOutlinerInterface, JCOutlinerNode, boolean). Constructor for class jclass.bwt.JCOutlinerEvent
JCOutlinerEvent(JCOutlinerInterface, JCOutlinerNode, int). Constructor for class jclass.bwt.JCOutlinerEvent
JCOutlinerFolderNode(JCVector, int, Object). Constructor for class jclass.bwt.JCOutlinerFolderNode
Creates a folder with an initial state with the specified children.
JCOutlinerFolderNode(JCVector, Object). Constructor for class jclass.bwt.JCOutlinerFolderNode
Creates a folder with state FOLDER_OPEN_ALL with the specified children.
JCOutlinerFolderNode(Object). Constructor for class jclass.bwt.JCOutlinerFolderNode
Creates an empty folder with state FOLDER_OPEN_ALL.
JCOutlinerFolderNode(Object, JCOutlinerFolderNode). Constructor for class jclass.bwt.JCOutlinerFolderNode
Creates an empty folder with state FOLDER_OPEN_ALL with the specified parent.
JCOutlinerNode(Object). Constructor for class jclass.bwt.JCOutlinerNode
Creates a node with no parent.
JCOutlinerNode(Object, JCOutlinerFolderNode). Constructor for class jclass.bwt.JCOutlinerNode
Creates a node with the specified parent.
JCOutlinerNodeStyle(). Constructor for class jclass.bwt.JCOutlinerNodeStyle
JCOutlinerNodeStyle(JCOutlinerNodeStyle). Constructor for class jclass.bwt.JCOutlinerNodeStyle
Creates a new style which is a copy of a style.
JCProgressMeter(). Constructor for class jclass.bwt.JCProgressMeter
Constructs a meter with a range of [0, 100].
JCProgressMeter(Applet, String). Constructor for class jclass.bwt.JCProgressMeter
Creates a meter which reads parameters from the applet's HTML file.
JCProgressMeter(int, int, int). Constructor for class jclass.bwt.JCProgressMeter
Constructs a meter with a value, and minimum and max values.
JCProgressMeterBeanInfo(). Constructor for class jclass.bwt.JCProgressMeterBeanInfo
JCqsort(Vector, JCSortInterface). Constructor for class jclass.util.JCqsort
Constructs the JCqsort object.
JCRectList(). Constructor for class jclass.util.JCRectList
JCRectUtil(). Constructor for class jclass.util.JCRectUtil
JCScrollbar(). Constructor for class jclass.bwt.JCScrollbar
Constructs a vertical scrollbar.
JCScrollbar(int). Constructor for class jclass.bwt.JCScrollbar
Constructs a scrollbar with the specified orientation.
JCScrollbar(int, Applet, String). Constructor for class jclass.bwt.JCScrollbar
Creates a scrollbar which reads parameters from the applet's HTML file.
JCScrollbar(int, int, int, int, int). Constructor for class jclass.bwt.JCScrollbar
Constructs a scrollbar with an initial orientation, value, page size, and minumum and max values.
JCScrollbarBeanInfo(). Constructor for class jclass.bwt.JCScrollbarBeanInfo
JCScrolledWindow(). Constructor for class jclass.bwt.JCScrolledWindow
Creates an empty window.
JCScrolledWindow(Applet, String). Constructor for class jclass.bwt.JCScrolledWindow
Creates a window which reads parameters from the applet's HTML file.
JCScrolledWindowBeanInfo(). Constructor for class jclass.bwt.JCScrolledWindowBeanInfo
JCSeparator(). Constructor for class jclass.bwt.JCSeparator
Constructs a horizontal separator.
JCSeparator(int). Constructor for class jclass.bwt.JCSeparator
Constructs a separator with the specified orientation.
JCSeparator(int, Applet, String). Constructor for class jclass.bwt.JCSeparator
Creates a separator which reads parameters from the applet's HTML file.
JCSeparatorBeanInfo(). Constructor for class jclass.bwt.JCSeparatorBeanInfo
JCSlider(). Constructor for class jclass.bwt.JCSlider
Creates a horizontal slider.
JCSlider(int). Constructor for class jclass.bwt.JCSlider
Constructs a slider with the specified orientation.
JCSlider(int, Applet, String). Constructor for class jclass.bwt.JCSlider
Creates a slider which reads parameters from the applet's HTML file.
JCSlider(int, int, int, int). Constructor for class jclass.bwt.JCSlider
Constructs a slider with an initial orientation, value, and minimum and maximum values.
JCSliderBeanInfo(). Constructor for class jclass.bwt.JCSliderBeanInfo
JCSpinBox(). Constructor for class jclass.bwt.JCSpinBox
Creates an empty SpinBox.
JCSpinBox(Applet, String). Constructor for class jclass.bwt.JCSpinBox
Creates a SpinBox which reads parameters from the applet's HTML file.
JCSpinBox(int). Constructor for class jclass.bwt.JCSpinBox
Creates an empty SpinBox with the specified number of columns.
JCSpinBoxBeanInfo(). Constructor for class jclass.bwt.JCSpinBoxBeanInfo
JCSpinBoxEvent(Object, int, Object). Constructor for class jclass.bwt.JCSpinBoxEvent
JCSpinBoxString(). Constructor for class jclass.bwt.JCSpinBoxString
Creates an empty SpinBox.
JCSpinBoxString(Applet, String). Constructor for class jclass.bwt.JCSpinBoxString
Creates a SpinBox which reads parameters from the applet's HTML file.
JCSpinBoxString(int). Constructor for class jclass.bwt.JCSpinBoxString
Creates an empty SpinBox with the specified number of columns.
JCSpinBoxStringBeanInfo(). Constructor for class jclass.bwt.JCSpinBoxStringBeanInfo
JCSplitterWindow(). Constructor for class jclass.bwt.JCSplitterWindow
Creates an empty horizontal window (i.e.
JCSplitterWindow(int). Constructor for class jclass.bwt.JCSplitterWindow
Creates an empty window.
JCSplitterWindow(int, Applet, String). Constructor for class jclass.bwt.JCSplitterWindow
Creates a pane which reads parameters from the applet's HTML file.
JCSplitterWindowBeanInfo(). Constructor for class jclass.bwt.JCSplitterWindowBeanInfo
JCString(). Constructor for class jclass.util.JCString
Constructs an empty JCString with a 10-element capacity.
JCString(int). Constructor for class jclass.util.JCString
Constructs a JCString with an initial capacity.
JCString(String). Constructor for class jclass.util.JCString
Constructs a JCString with an initial String.
JCString(String, Image, int). Constructor for class jclass.util.JCString
Constructs a JCString from a String and an Image.
JCStringTokenizer(String). Constructor for class jclass.util.JCStringTokenizer
Creates a tokenizer based on the specified string.
JCTabButton(JCTabManager). Constructor for class jclass.bwt.JCTabButton
Creates an empty button.
JCTabButton(JCTabManager, Applet, String). Constructor for class jclass.bwt.JCTabButton
Creates a button which reads parameters from the applet's HTML file.
JCTabManager(). Constructor for class jclass.bwt.JCTabManager
Creates an empty TabManager.
JCTabManager(Applet, String). Constructor for class jclass.bwt.JCTabManager
Creates a TabManager which reads parameters from the applet's HTML file.
JCTabManagerBeanInfo(). Constructor for class jclass.bwt.JCTabManagerBeanInfo
JCTabManagerEvent(Event, Component, JCTabButton, Component, JCTabButton). Constructor for class jclass.bwt.JCTabManagerEvent
JCTextArea(). Constructor for class jclass.bwt.JCTextArea
Creates an empty JCTextArea with 5 rows and 20 columns.
JCTextArea(Applet, String, int, int). Constructor for class jclass.bwt.JCTextArea
Creates an editable field with the text from the specified file.
JCTextArea(String). Constructor for class jclass.bwt.JCTextArea
Creates a new JCTextArea with the specified text and 5 rows by 20 columns.
JCTextArea(String, Applet, String). Constructor for class jclass.bwt.JCTextArea
Creates a TextArea which reads parameters from the applet's HTML file.
JCTextArea(String, int, int). Constructor for class jclass.bwt.JCTextArea
Creates a new JCTextArea with the specified text and number of rows and columns.
JCTextArea(String, int, int, int). Constructor for class jclass.bwt.JCTextArea
Constructs a new TextArea with the specified text and number of rows, columns, and scrollbar visibility.
JCTextAreaBeanInfo(). Constructor for class jclass.bwt.JCTextAreaBeanInfo
JCTextAreaComponent(). Constructor for class jclass.bwt.JCTextAreaComponent
Creates an empty, editable field with 5 rows and 20 columns.
JCTextAreaComponent(Applet, String, int, int). Constructor for class jclass.bwt.JCTextAreaComponent
Creates an editable 5-row by 20-column field with the text from the specified file.
JCTextAreaComponent(String). Constructor for class jclass.bwt.JCTextAreaComponent
Creates an editable field with the specified text and 5 rows and 20 columns.
JCTextAreaComponent(String, Applet, String). Constructor for class jclass.bwt.JCTextAreaComponent
Creates a TextArea which reads parameters from the applet's HTML file.
JCTextAreaComponent(String, int, int). Constructor for class jclass.bwt.JCTextAreaComponent
Creates an editable field with the specified text and number of columns.
JCTextComponent(). Constructor for class jclass.bwt.JCTextComponent
Creates an empty component.
JCTextComponent(Applet, String). Constructor for class jclass.bwt.JCTextComponent
Creates a component which reads parameters from the applet's HTML file.
JCTextComponentBeanInfo(). Constructor for class jclass.bwt.JCTextComponentBeanInfo
JCTextCursorEvent(JCTextComponent, int, int). Constructor for class jclass.bwt.JCTextCursorEvent
JCTextEvent(JCTextComponent, int, int, String). Constructor for class jclass.bwt.JCTextEvent
JCTextField(). Constructor for class jclass.bwt.JCTextField
Creates an empty, editable field with 20 columns.
JCTextField(String). Constructor for class jclass.bwt.JCTextField
Creates an editable field with the specified text and 20 columns.
JCTextField(String, Applet, String). Constructor for class jclass.bwt.JCTextField
Creates a text field which reads parameters from the applet's HTML file.
JCTextField(String, int). Constructor for class jclass.bwt.JCTextField
Creates an editable field with the specified text and number of columns.
JCTextFieldBeanInfo(). Constructor for class jclass.bwt.JCTextFieldBeanInfo
JCTextLine(JCTextComponent, char[], int, int). Constructor for class jclass.bwt.JCTextLine
JCTextLine(JCTextComponent, String). Constructor for class jclass.bwt.JCTextLine
JCTitleLayout(). Constructor for class jclass.util.JCTitleLayout
A simple constructor.
JCURLDirectory(). Constructor for class jclass.util.JCURLDirectory
JCUtilConverter(). Constructor for class jclass.util.JCUtilConverter
JCVector(). Constructor for class jclass.util.JCVector
Default constructor, constructs a vector with initial capacity of 1 and a growth increment of 10.
JCVector(int). Constructor for class jclass.util.JCVector
Constructs a vector with a particular initial size
JCVector(Object[]). Constructor for class jclass.util.JCVector
Creates a JCVector using an array of objects.
JCVector(Vector). Constructor for class jclass.util.JCVector
Creates an instance from a Vector.
JCVersion(). Constructor for class jclass.bwt.JCVersion
JCVersion(). Constructor for class jclass.util.JCVersion
join(). Method in class java.lang.Thread
Waits for this thread to die.
join(long). Method in class java.lang.Thread
Waits at most millis milliseconds for this thread to die.
join(long, int). Method in class java.lang.Thread
Waits at most millis milliseconds plus nanos nanoseconds for this thread to die.
JULY. Static variable in class java.util.Calendar
Useful constant for month.
JUNE. Static variable in class java.util.Calendar
Useful constant for month.

K

key. Variable in class java.awt.Event
The key code that was pressed in a keyboard event.
KEY_ACTION. Static variable in class java.awt.Event
The action-key press keyboard event.
KEY_ACTION_RELEASE. Static variable in class java.awt.Event
The action-key release keyboard event.
KEY_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting key events.
KEY_FIRST. Static variable in class java.awt.event.KeyEvent
Marks the first integer id for the range of key event ids.
KEY_LAST. Static variable in class java.awt.event.KeyEvent
Marks the last integer id for the range of key event ids.
KEY_PRESS. Static variable in class java.awt.Event
The key press keyboard event.
KEY_PRESSED. Static variable in class java.awt.event.KeyEvent
The key pressed event type.
KEY_RELEASE. Static variable in class java.awt.Event
The key release keyboard event.
KEY_RELEASED. Static variable in class java.awt.event.KeyEvent
The key released event type.
KEY_TYPED. Static variable in class java.awt.event.KeyEvent
The key typed event type.
KeyAdapter(). Constructor for class java.awt.event.KeyAdapter
keyDown(Event, int). Method in class java.awt.Component
keyDown(Event, int). Method in class jclass.bwt.JCButton
If key is space or RETURN, calls armAction, disarmAction, clickAction.
keyDown(Event, int). Method in class jclass.bwt.JCCheckbox
If key is space, calls armAction, clickAction
keyDown(Event, int). Method in class jclass.bwt.JCListComponent
Moves selection up or down if arrow key hit; posts an JCActionEvent if ENTER is hit; otherwise selects item which starts with the character.
keyDown(Event, int). Method in class jclass.bwt.JCOutlinerComponent
If the down arrow is hit, calls nextFocus.

If the up arrow is hit, calls previousFocus.

If RETURN is hit, calls doubleClickAction for the focus node.

If space key is hit, selects focus node.

keyDown(Event, int). Method in class jclass.bwt.JCScrollbar
Moves the slider if HOME, END, PGUP, PGDN or an arrow key is hit.
keyDown(Event, int). Method in class jclass.bwt.JCSlider
Moves the slider if HOME, END, PGUP, PGDN or an arrow key is hit.
keyDown(Event, int). Method in class jclass.bwt.JCTextAreaComponent
Processes keyDown events.
keyDown(Event, int). Method in class jclass.bwt.JCTextComponent
Processes keyDown events.
keyDown(Event, int). Method in class jclass.bwt.JCTextField
Processes keyDown events.
keyDown(Event, int). Method in class jclass.bwt.TabPanel
KeyEvent(Component, int, long, int, int). Constructor for class java.awt.event.KeyEvent
KeyEvent(Component, int, long, int, int, char). Constructor for class java.awt.event.KeyEvent
Constructs a KeyEvent object with the specified source component, type, modifiers, and key.
keyPressed(KeyEvent). Method in class java.awt.AWTEventMulticaster
Handles the keyPressed event by invoking the keyPressed methods on listener-a and listener-b.
keyPressed(KeyEvent). Method in class jclass.bwt.JCComboBox
keyPressed(KeyEvent). Method in class jclass.bwt.JCScrolledWindow
keyPressed(KeyEvent). Method in class jclass.bwt.JCSpinBox
keyPressed(KeyEvent). Method in class java.awt.event.KeyAdapter
keyPressed(KeyEvent). Method in interface java.awt.event.KeyListener
Invoked when a key has been pressed.
keyReleased(KeyEvent). Method in class java.awt.AWTEventMulticaster
Handles the keyReleased event by invoking the keyReleased methods on listener-a and listener-b.
keyReleased(KeyEvent). Method in class jclass.bwt.JCComboBox
keyReleased(KeyEvent). Method in class jclass.bwt.JCScrolledWindow
keyReleased(KeyEvent). Method in class jclass.bwt.JCSpinBox
keyReleased(KeyEvent). Method in class java.awt.event.KeyAdapter
keyReleased(KeyEvent). Method in interface java.awt.event.KeyListener
Invoked when a key has been released.
keys(). Method in class java.util.Dictionary
Returns an enumeration of the keys in this dictionary.
keys(). Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
keyTyped(KeyEvent). Method in class java.awt.AWTEventMulticaster
Handles the keyTyped event by invoking the keyTyped methods on listener-a and listener-b.
keyTyped(KeyEvent). Method in class jclass.bwt.JCComboBox
keyTyped(KeyEvent). Method in class jclass.bwt.JCScrolledWindow
keyTyped(KeyEvent). Method in class jclass.bwt.JCSpinBox
keyTyped(KeyEvent). Method in class java.awt.event.KeyAdapter
keyTyped(KeyEvent). Method in interface java.awt.event.KeyListener
Invoked when a key has been typed.
keyUp(Event, int). Method in class java.awt.Component
keyUp(Event, int). Method in class jclass.bwt.TabPanel
KOREA. Static variable in class java.util.Locale
Useful constant for country.
KOREAN. Static variable in class java.util.Locale
Useful constant for language.

L

label. Variable in class jclass.bwt.JCOutlinerNode
Label(). Constructor for class java.awt.Label
Constructs an empty label.
Label(String). Constructor for class java.awt.Label
Constructs a new label with the specified String of text.
Label(String, int). Constructor for class java.awt.Label
Constructs a new label with the specified String of text and the specified alignment.
label_height. Variable in class jclass.bwt.JCLabel
label_inset. Variable in class jclass.bwt.JCProgressMeter
Space between label and bar area, if label is not centered.
label_offset. Variable in class jclass.bwt.JCCheckbox
Separation between the indicator and the label.
label_rect. Variable in class jclass.bwt.JCLabel
label_width. Variable in class jclass.bwt.JCLabel
largest_rect(JCRectList). Static method in class jclass.util.JCRectUtil
Determine the largest rectangle in the space represented by a list of non-overlapping rectangles..
last(Container). Method in class java.awt.CardLayout
Flips to the last card of the specified container.
lastElement(). Method in class java.util.Vector
Returns the last component of the vector.
lastIndexOf(int). Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int). Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(Object). Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int). Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(String). Method in class java.lang.String
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int). Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring.
lastPageFirst(). Method in class java.awt.PrintJob
Returns true if the last page will be printed first.
layout(). Method in class java.awt.Component
layout(). Method in class java.awt.Container
layout(). Method in class jclass.bwt.JCButton
Lays out the label's internal elements.
layout(). Method in class jclass.bwt.JCCheckbox
Lays out the label's internal elements.
layout(). Method in class jclass.bwt.JCComboBox
layout(). Method in class jclass.bwt.JCComponent
Lays out the component's internal elements.
layout(). Method in class jclass.bwt.JCGroupBox
Lays out the boxes's internal elements.
layout(). Method in class jclass.bwt.JCHeader
Positions all labels.
layout(). Method in class jclass.bwt.JCLabel
Lays out the component's internal elements.
layout(). Method in class jclass.bwt.JCProgressMeter
Lays out the component's internal elements.
layout(). Method in class jclass.bwt.JCScrollbar
Positions the thumb and arrow buttons.
layout(). Method in class jclass.bwt.JCScrolledWindow
Positions the scrollbars and viewport.
layout(). Method in class jclass.bwt.JCSlider
layout(). Method in class jclass.bwt.JCSpinBox
Positions the text field and arrow buttons.
layout(). Method in class jclass.bwt.JCSplitterWindow
Position's the window's internal elements.
layout(). Method in class jclass.bwt.JCTabButton
Lays out the label using the tabManager's alignment if no value has been set.
layout(). Method in class java.awt.ScrollPane
layout(). Method in class jclass.bwt.TabArrowPanel
Positions the arrows.
layout(). Method in class jclass.bwt.TabPanel
Lays out the tabs according to the tab manager's tabSpacing, tabWidth and tabStretch values.
layout(Object). Method in class jclass.bwt.JCLabel
Lays out the label's internal elements, using the specified value.
layoutContainer(Container). Method in class java.awt.BorderLayout
Lays out the specified container.
layoutContainer(Container). Method in class java.awt.CardLayout
Performs a layout in the specified panel.
layoutContainer(Container). Method in class java.awt.FlowLayout
Lays out the container.
layoutContainer(Container). Method in class java.awt.GridBagLayout
Lays out the container in the specified panel.
layoutContainer(Container). Method in class java.awt.GridLayout
Lays out the container in the specified panel.
layoutContainer(Container). Method in class jclass.bwt.JCGridLayout
Performs the layout of the children.
layoutContainer(Container). Method in class jclass.util.JCTitleLayout
This performs the layout calculation.
layoutContainer(Container). Method in interface java.awt.LayoutManager
Lays out the container in the specified panel.
layoutInfo. Variable in class java.awt.GridBagLayout
LEFT. Static variable in class jclass.bwt.BWTEnum
LEFT. Static variable in class jclass.bwt.BWTUtil
LEFT. Static variable in class java.awt.Event
The left arrow action-key.
LEFT. Static variable in class java.awt.FlowLayout
The left alignment variable.
left. Variable in class java.awt.Insets
The inset from the left.
LEFT. Static variable in class jclass.bwt.JCArrowButton
LEFT. Static variable in class jclass.bwt.JCGroupBox
LEFT. Static variable in class jclass.bwt.JCLabel
LEFT. Static variable in class jclass.util.JCString
LEFT. Static variable in class jclass.bwt.JCTabManager
LEFT. Static variable in class jclass.bwt.JCTextArea
LEFT. Static variable in class jclass.bwt.JCTextComponent
LEFT. Static variable in class jclass.util.JCTitleLayout
LEFT. Static variable in class java.awt.Label
The left alignment.
LEFT_ALIGNMENT. Static variable in class java.awt.Component
Ease of use constant for getAlignmentX().
left_margins. Variable in class jclass.bwt.JCMultiColumnData
LEFTTORIGHT. Static variable in class jclass.util.JCRectUtil
length(). Method in class java.lang.String
Returns the length of this string.
length(). Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
LETTER_NUMBER. Static variable in class java.lang.Character
lightGray. Static variable in class java.awt.Color
The color light gray.
line_color. Variable in class jclass.bwt.JCOutlinerNodeStyle
The color of the line connecting a folder to its children.
LINE_SEPARATOR. Static variable in class java.lang.Character
LinkageError(). Constructor for class java.lang.LinkageError
Constructs a LinkageError with no detail message.
LinkageError(String). Constructor for class java.lang.LinkageError
Constructs a LinkageError with the specified detail message.
list(). Method in class java.awt.Component
Prints a listing to System.out.
List(). Constructor for class java.awt.List
Creates a new scrolling list initialized with no visible Lines or multiple selections.
list(). Method in class java.lang.ThreadGroup
Prints information about this thread group to the standard output.
List(int). Constructor for class java.awt.List
Creates a new scrolling list initialized with the specified number of visible lines and a boolean stating whether multiple selections are allowed or not.
List(int, boolean). Constructor for class java.awt.List
Creates a new scrolling list initialized with the specified number of visible lines and a boolean stating whether multiple selections are allowed or not.
list(PrintStream). Method in class java.awt.Component
Prints a listing to the specified print stream.
list(PrintStream). Method in class java.util.Properties
Prints this property list out to the specified output stream.
list(PrintStream, int). Method in class java.awt.Component
Prints out a list, starting at the specified indention, to the specified print stream.
list(PrintStream, int). Method in class java.awt.Container
Prints out a list, starting at the specified indention, to the specified out stream.
list(PrintWriter). Method in class java.awt.Component
Prints a listing to the specified print writer.
list(PrintWriter). Method in class java.util.Properties
Prints this property list out to the specified output stream.
list(PrintWriter, int). Method in class java.awt.Component
Prints out a list, starting at the specified indention, to the specified print writer.
list(PrintWriter, int). Method in class java.awt.Container
Prints out a list, starting at the specified indention, to the specified print writer.
LIST_DESELECT. Static variable in class java.awt.Event
list_poppedup. Variable in class jclass.bwt.JCComboBox
Set to true when non-COMBOBOX_SIMPLE list is displayed.
LIST_SELECT. Static variable in class java.awt.Event
listeners. Variable in class jclass.bwt.JCComboBox
List of JCComboBoxEvent listeners
listeners. Variable in class jclass.bwt.JCSpinBox
List of JCSpinBoxEvent listeners
listeners. Variable in class jclass.bwt.JCTabManager
List of JCTabManagerEvent listeners
listItemSelectBegin(JCListEvent). Method in class jclass.bwt.JCComboBox
JCListListener method - no-op
listItemSelectBegin(JCListEvent). Method in interface jclass.bwt.JCListListener
Invoked before an item is selected.
listItemSelectEnd(JCListEvent). Method in class jclass.bwt.JCComboBox
If the user clicked an item, calls setTextAction to copy the item to the text field.
listItemSelectEnd(JCListEvent). Method in interface jclass.bwt.JCListListener
Invoked after an item is selected.
ListResourceBundle(). Constructor for class java.util.ListResourceBundle
ListRowHeightEditor(). Constructor for class jclass.bwt.ListRowHeightEditor
LOAD. Static variable in class java.awt.FileDialog
The file load variable.
load(InputStream). Method in class java.util.Properties
Reads a property list from an input stream.
load(String). Method in class java.lang.Runtime
Loads the specified filename as a dynamic library.
load(String). Static method in class java.lang.System
Loads the specified filename as a dynamic library.
LOAD_FILE. Static variable in class java.awt.Event
A file loading event.
loadClass(String). Method in class java.lang.ClassLoader
Requests the class loader to load a class with the specified name.
loadClass(String, boolean). Method in class java.lang.ClassLoader
Resolves the specified name to a Class.
LOADING. Static variable in class java.awt.MediaTracker
Flag indicating some media is currently being loaded.
loadLibrary(String). Method in class java.lang.Runtime
Loads the dynamic library with the specified library name.
loadLibrary(String). Static method in class java.lang.System
Loads the system library specified by the libname argument.
loadSystemColors(int[]). Method in class java.awt.Toolkit
Fills in the provided int array with the current system color values
Locale(String, String). Constructor for class java.util.Locale
Construct a locale from language, country.
Locale(String, String, String). Constructor for class java.util.Locale
Construct a locale from language, country, variant.
locate(int, int). Method in class java.awt.Component
locate(int, int). Method in class java.awt.Container
locate(int, int). Method in class jclass.bwt.TabPanel
Locates the component that contains the position.
location(). Method in class java.awt.Component
location(int, int). Method in class java.awt.GridBagLayout
log(double). Static method in class java.lang.Math
Returns the natural logarithm (base e) of a double value.
Long(long). Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
Long(String). Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the value represented by the string.
longBitsToDouble(long). Static method in class java.lang.Double
Returns the double-float corresponding to a given bit represention.
longValue(). Method in class java.lang.Byte
Returns the value of this Byte as a long.
longValue(). Method in class java.lang.Double
Returns the long value of this Double (by casting to a long).
longValue(). Method in class java.lang.Float
Returns the long value of this Float (by casting to a long).
longValue(). Method in class java.lang.Integer
Returns the value of this Integer as a long.
longValue(). Method in class java.lang.Long
Returns the value of this Long as a long.
longValue(). Method in class java.lang.Number
Returns the value of the specified number as a long.
longValue(). Method in class java.lang.Short
Returns the value of this Short as a long.
lookupConstraints(Component). Method in class java.awt.GridBagLayout
Retrieves the constraints for the specified component.
loop(). Method in interface java.applet.AudioClip
Starts playing this audio clip in a loop.
LOST_FOCUS. Static variable in class java.awt.Event
A component lost the focus.
lostFocus(Event, Object). Method in class java.awt.Component
lostFocus(Event, Object). Method in class jclass.bwt.JCComponent
Called when the component loses keyboard focus.
lostFocus(Event, Object). Method in class jclass.bwt.JCTextComponent
Stops the cursor blinking.
LOWERCASE_LETTER. Static variable in class java.lang.Character
lt(Object, Object, JCSortInterface). Static method in class jclass.util.JCqsort
Returns true if o1 < o2, using String, Number or Date comparisons as appropriate.

M

magenta. Static variable in class java.awt.Color
The color magneta.
main(String[]). Static method in class jclass.bwt.JCVersion
main(String[]). Static method in class jclass.util.JCVersion
major. Static variable in class jclass.bwt.JCVersion
major. Static variable in class jclass.util.JCVersion
makeGroup(Object[], int[], boolean). Static method in class jclass.bwt.JCCheckbox
This static function creates a group of buttons.
makeNodeVisible(JCOutlinerNode). Method in class jclass.bwt.JCOutliner
Scrolls the display if necessary to make the node visible.
makeNodeVisible(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Scrolls the display if necessary to make the node visible.
makeNodeVisible(JCOutlinerNode). Method in interface jclass.bwt.JCOutlinerInterface
Scrolls the display if necessary to make the node visible.
makeTabVisible(int). Method in class jclass.bwt.JCTabManager
Scrolls the tabs if necessary so that the tab is fully visible.
makeVisible(int). Method in class jclass.bwt.JCList
Forces the item at the specified row to be visible.
makeVisible(int). Method in class jclass.bwt.JCListComponent
Forces the item at the specified row to be visible.
makeVisible(int). Method in interface jclass.bwt.JCListInterface
Forces the item at the specified row to be visible.
makeVisible(int). Method in class jclass.bwt.JCMultiColumnList
Forces the item at the specified row to be visible.
makeVisible(int). Method in class java.awt.List
Forces the item at the specified index to be visible.
manage(JCCheckbox). Method in class jclass.bwt.JCCheckboxGroup
Adds a checkbox to the list of managed checkboxes.
MARCH. Static variable in class java.util.Calendar
Useful constant for month.
MATH_SYMBOL. Static variable in class java.lang.Character
max(double, double). Static method in class java.lang.Math
Returns the greater of two double values.
max(float, float). Static method in class java.lang.Math
Returns the greater of two float values.
max(int, int). Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long). Static method in class java.lang.Math
Returns the greater of two long values.
MAX_PRIORITY. Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX. Static variable in class java.lang.Character
The maximum radix available for conversion to and from Strings.
MAX_VALUE. Static variable in class java.lang.Byte
The maximum value a Byte can have.
MAX_VALUE. Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VALUE. Static variable in class java.lang.Double
The largest positive value of type double.
MAX_VALUE. Static variable in class java.lang.Float
The largest positive value of type float.
MAX_VALUE. Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE. Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE. Static variable in class java.lang.Short
The maximum value a Short can have.
MAXGRIDSIZE. Static variable in class java.awt.GridBagLayout
maximumLayoutSize(Container). Method in class java.awt.BorderLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container). Method in class java.awt.CardLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container). Method in class java.awt.GridBagLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container). Method in interface java.awt.LayoutManager2
Returns the maximum size of this component.
MAXINT. Static variable in class jclass.bwt.BWTEnum
maxLines(int). Method in class jclass.bwt.JCTextAreaComponent
MAY. Static variable in class java.util.Calendar
Useful constant for month.
MediaTracker(Component). Constructor for class java.awt.MediaTracker
Creates a Media tracker to track images for a given Component.
MENU. Static variable in class java.awt.SystemColor
The array index for the menu background color.
menu. Static variable in class java.awt.SystemColor
The background color for menus.
Menu(). Constructor for class java.awt.Menu
Constructs a new Menu with an empty label.
Menu(String). Constructor for class java.awt.Menu
Constructs a new Menu with the specified label.
Menu(String, boolean). Constructor for class java.awt.Menu
Constructs a new Menu with the specified label.
MENU_TEXT. Static variable in class java.awt.SystemColor
The array index for the menu text color.
MenuBar(). Constructor for class java.awt.MenuBar
Creates a new menu bar.
MenuComponent(). Constructor for class java.awt.MenuComponent
MenuItem(). Constructor for class java.awt.MenuItem
Constructs a new MenuItem with an empty label and no keyboard shortcut.
MenuItem(String). Constructor for class java.awt.MenuItem
Constructs a new MenuItem with the specified label and no keyboard shortcut.
MenuItem(String, MenuShortcut). Constructor for class java.awt.MenuItem
Create a MenuItem with an associated keyboard shortcut.
MenuShortcut(int). Constructor for class java.awt.MenuShortcut
Constructs a new MenuShortcut for the specified key.
MenuShortcut(int, boolean). Constructor for class java.awt.MenuShortcut
Constructs a new MenuShortcut for the specified key.
menuText. Static variable in class java.awt.SystemColor
The text color for menus.
META_MASK. Static variable in class java.awt.event.ActionEvent
The meta modifier constant.
META_MASK. Static variable in class java.awt.Event
The meta modifier constant.
META_MASK. Static variable in class java.awt.event.InputEvent
The meta key modifier constant.
metaDown(). Method in class java.awt.Event
Checks if the meta key is down.
MIDDLE. Static variable in class jclass.bwt.BWTEnum
MIDDLE. Static variable in class jclass.bwt.JCLabel
MIDDLE. Static variable in class jclass.util.JCString
MIDDLE. Static variable in class jclass.bwt.JCTabManager
MIDDLECENTER. Static variable in class jclass.bwt.BWTEnum
MIDDLECENTER. Static variable in class jclass.bwt.JCLabel
MIDDLECENTER. Static variable in class jclass.bwt.JCTabManager
MIDDLELEFT. Static variable in class jclass.bwt.BWTEnum
MIDDLELEFT. Static variable in class jclass.bwt.JCLabel
MIDDLELEFT. Static variable in class jclass.bwt.JCTabManager
MIDDLERIGHT. Static variable in class jclass.bwt.BWTEnum
MIDDLERIGHT. Static variable in class jclass.bwt.JCLabel
MIDDLERIGHT. Static variable in class jclass.bwt.JCTabManager
MILLISECOND. Static variable in class java.util.Calendar
Useful constant for date and time.
min(double, double). Static method in class java.lang.Math
Returns the smaller of two double values.
min(float, float). Static method in class java.lang.Math
Returns the smaller of two float values.
min(int, int). Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long). Static method in class java.lang.Math
Returns the smaller of two long values.
MIN_PRIORITY. Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX. Static variable in class java.lang.Character
The minimum radix available for conversion to and from Strings.
MIN_VALUE. Static variable in class java.lang.Byte
The minimum value a Byte can have.
MIN_VALUE. Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
MIN_VALUE. Static variable in class java.lang.Double
The smallest positive value of type double.
MIN_VALUE. Static variable in class java.lang.Float
The smallest positive value of type float.
MIN_VALUE. Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE. Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE. Static variable in class java.lang.Short
The minimum value a Short can have.
minimumLayoutSize(Container). Method in class java.awt.BorderLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
minimumLayoutSize(Container). Method in class java.awt.CardLayout
Calculates the minimum size for the specified panel.
minimumLayoutSize(Container). Method in class java.awt.FlowLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
minimumLayoutSize(Container). Method in class java.awt.GridBagLayout
Returns the minimum dimensions needed to layout the components contained in the specified panel.
minimumLayoutSize(Container). Method in class java.awt.GridLayout
Returns the minimum dimensions needed to layout the components contained in the specified panel.
minimumLayoutSize(Container). Method in class jclass.bwt.JCGridLayout
Returns the minimum dimensions needed to layout the components contained in the specified panel.
minimumLayoutSize(Container). Method in class jclass.util.JCTitleLayout
Returns the minimum size required by the JCTitleLayout.
minimumLayoutSize(Container). Method in interface java.awt.LayoutManager
Calculates the minimum size dimensions for the specified panel given the components in the specified parent container.
minimumSize(). Method in class java.awt.Component
minimumSize(). Method in class java.awt.Container
minimumSize(). Method in class jclass.bwt.JCComponent
Returns preferredSize().
minimumSize(). Method in class jclass.bwt.JCContainer
Returns preferredSize().
minimumSize(). Method in class java.awt.List
minimumSize(). Method in class java.awt.TextArea
minimumSize(). Method in class java.awt.TextField
minimumSize(int). Method in class java.awt.List
minimumSize(int). Method in class java.awt.TextField
minimumSize(int, int). Method in class java.awt.TextArea
minor. Static variable in class jclass.bwt.JCVersion
minor. Static variable in class jclass.util.JCVersion
MINSIZE. Static variable in class java.awt.GridBagLayout
MINUTE. Static variable in class java.util.Calendar
Useful constant for date and time.
MissingResourceException(String, String, String). Constructor for class java.util.MissingResourceException
Constructs a MissingResourceException with the specified information.
MODIFICATION. Static variable in class jclass.bwt.JCListEvent
MODIFIER_LETTER. Static variable in class java.lang.Character
MODIFIER_SYMBOL. Static variable in class java.lang.Character
modifiers. Variable in class java.awt.Event
The state of the modifier keys.
MONDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
MOUSE_CLICKED. Static variable in class java.awt.event.MouseEvent
The mouse clicked event type.
MOUSE_DOWN. Static variable in class java.awt.Event
The mouse down event.
MOUSE_DRAG. Static variable in class java.awt.Event
The mouse drag event.
MOUSE_DRAGGED. Static variable in class java.awt.event.MouseEvent
The mouse dragged event type.
MOUSE_ENTER. Static variable in class java.awt.Event
The mouse enter event.
MOUSE_ENTERED. Static variable in class java.awt.event.MouseEvent
The mouse entered event type.
MOUSE_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting mouse events.
MOUSE_EXIT. Static variable in class java.awt.Event
The mouse exit event.
MOUSE_EXITED. Static variable in class java.awt.event.MouseEvent
The mouse exited event type.
MOUSE_FIRST. Static variable in class java.awt.event.MouseEvent
Marks the first integer id for the range of mouse event ids.
MOUSE_LAST. Static variable in class java.awt.event.MouseEvent
Marks the last integer id for the range of mouse event ids.
MOUSE_MOTION_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting mouse motion events.
MOUSE_MOVE. Static variable in class java.awt.Event
The mouse move event.
MOUSE_MOVED. Static variable in class java.awt.event.MouseEvent
The mouse moved event type.
MOUSE_PRESSED. Static variable in class java.awt.event.MouseEvent
The mouse pressed event type.
MOUSE_RELEASED. Static variable in class java.awt.event.MouseEvent
The mouse released event type.
MOUSE_UP. Static variable in class java.awt.Event
The mouse up event.
MouseAdapter(). Constructor for class java.awt.event.MouseAdapter
mouseClicked(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseClicked event by invoking the mouseClicked methods on listener-a and listener-b.
mouseClicked(MouseEvent). Method in class java.awt.event.MouseAdapter
mouseClicked(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when the mouse has been clicked on a component.
mouseDown(Event). Method in class jclass.bwt.JCHeader
If at a label boundary, starts a resize.
mouseDown(Event, int, int). Method in class java.awt.Component
mouseDown(Event, int, int). Method in class jclass.bwt.JCButton
Calls armAction if btn1 was pressed.
mouseDown(Event, int, int). Method in class jclass.bwt.JCCheckbox
Calls armAction if btn1 was pressed.
mouseDown(Event, int, int). Method in class jclass.bwt.JCComponent
If btn1 is pressed and the component is traversable, requestFocus is called.
mouseDown(Event, int, int). Method in class jclass.bwt.JCListComponent
If the event's clickCount is greater than 1 calls doubleClickAction.

If the SHIFT key is pressed, extends the current selection.

If the CONTROL key is pressed, toggles the current selection.

Otherwise the click point is toggled.

mouseDown(Event, int, int). Method in class jclass.bwt.JCOutlinerComponent
Process mouse down events.

If a node is clicked, setFocusNode and selectNode are called.

If a node is double-clicked or a shortcut button is clicked, calls doubleClickAction.

mouseDown(Event, int, int). Method in class jclass.bwt.JCScrollbar
If an arrow button is pressed, the slider will move by one line.

If the trough is clicked with the CTRL key down, the slider will move to the beginning or end.

If the trough is clicked, the slider will move by one page.

mouseDown(Event, int, int). Method in class jclass.bwt.JCSlider
If an arrow button is pressed, the slider will move by one line.

If the trough is clicked with the CTRL key down, the slider will move to the beginning or end.

If the trough is clicked, the slider will move by one page.

mouseDown(Event, int, int). Method in class jclass.bwt.JCTextComponent
Positions the cursor, or if MB2 was pressed, pastes the current clipboard contents.
mouseDown(Event, int, int). Method in class jclass.bwt.TabPanel
mouseDrag(Event). Method in class jclass.bwt.JCHeader
If currently resizing a column, redraws the temporary line.
mouseDrag(Event, int, int). Method in class java.awt.Component
mouseDrag(Event, int, int). Method in class jclass.bwt.JCArrowButton
mouseDrag(Event, int, int). Method in class jclass.bwt.JCListComponent
Extends the selection to a new row if AllowMultipleSelections is true.
mouseDrag(Event, int, int). Method in class jclass.bwt.JCOutlinerComponent
mouseDrag(Event, int, int). Method in class jclass.bwt.JCScrollbar
Handles a mouse drag event in the slider.
mouseDrag(Event, int, int). Method in class jclass.bwt.JCSlider
Handles a mouse drag event in the slider.
mouseDrag(Event, int, int). Method in class jclass.bwt.JCTextComponent
Selects the text.
mouseDragged(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseDragged event by invoking the mouseDragged methods on listener-a and listener-b.
mouseDragged(MouseEvent). Method in class java.awt.event.MouseMotionAdapter
mouseDragged(MouseEvent). Method in interface java.awt.event.MouseMotionListener
Invoked when a mouse button is pressed on a component and then dragged.
mouseEnter(Event, int, int). Method in class java.awt.Component
mouseEnter(Event, int, int). Method in class jclass.bwt.JCButton
If the mouse was pressed and is moved back inside the button, armAction is called.
mouseEnter(Event, int, int). Method in class jclass.bwt.JCCheckbox
If the mouse was pressed and is moved inside the button, the state is reset to its original value and the indicator is redrawn.
mouseEntered(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseEntered event by invoking the mouseEntered methods on listener-a and listener-b.
mouseEntered(MouseEvent). Method in class java.awt.event.MouseAdapter
mouseEntered(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when the mouse enters a component.
MouseEvent(Component, int, long, int, int, int, int, boolean). Constructor for class java.awt.event.MouseEvent
Constructs a MouseEvent object with the specified source component, type, modifiers, coordinates, and click count.
mouseExit(Event). Method in class jclass.bwt.JCHeader
Changes the cursor to the default.
mouseExit(Event, int, int). Method in class java.awt.Component
mouseExit(Event, int, int). Method in class jclass.bwt.JCButton
If the mouse was pressed and is moved outside the button, disarmAction is called.
mouseExit(Event, int, int). Method in class jclass.bwt.JCCheckbox
If the mouse was pressed and is moved outside the button, the state is reset to its original value and the indicator is redrawn.
mouseExit(Event, int, int). Method in class jclass.bwt.JCHeader
Sets the cursor to the default cursor if not resizing a column.
mouseExited(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseExited event by invoking the mouseExited methods on listener-a and listener-b.
mouseExited(MouseEvent). Method in class java.awt.event.MouseAdapter
mouseExited(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when the mouse exits a component.
MouseMotionAdapter(). Constructor for class java.awt.event.MouseMotionAdapter
mouseMove(Event). Method in class jclass.bwt.JCHeader
Tracks the cursor.
mouseMove(Event, int, int). Method in class java.awt.Component
mouseMove(Event, int, int). Method in class jclass.bwt.JCLabel
If the label is being displayed in a browser and the mouse is over an URL, the cursor is changed.
mouseMoved(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseMoved event by invoking the mouseMoved methods on listener-a and listener-b.
mouseMoved(MouseEvent). Method in class java.awt.event.MouseMotionAdapter
mouseMoved(MouseEvent). Method in interface java.awt.event.MouseMotionListener
Invoked when the mouse button has been moved on a component (with no buttons no down).
mousePressed(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mousePressed event by invoking the mousePressed methods on listener-a and listener-b.
mousePressed(MouseEvent). Method in class java.awt.event.MouseAdapter
mousePressed(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when a mouse button has been pressed on a component.
mouseReleased(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseReleased event by invoking the mouseReleased methods on listener-a and listener-b.
mouseReleased(MouseEvent). Method in class java.awt.event.MouseAdapter
mouseReleased(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when a mouse button has been released on a component.
mouseUp(Event). Method in class jclass.bwt.JCHeader
If currently resizing a column, resizes the component's column.
mouseUp(Event, int, int). Method in class java.awt.Component
mouseUp(Event, int, int). Method in class jclass.bwt.JCArrowButton
If the cursor is within the button, calls disarmAction, clickAction.
mouseUp(Event, int, int). Method in class jclass.bwt.JCButton
If the cursor is within the button, calls disarmAction, clickAction.
mouseUp(Event, int, int). Method in class jclass.bwt.JCCheckbox
If the cursor is within the button, calls clickAction
mouseUp(Event, int, int). Method in class jclass.bwt.JCLabel
If the mouse is over an URL, display it.
mouseUp(Event, int, int). Method in class jclass.bwt.JCListComponent
If the event's clickCount is greater than 1, no action is taken.

If the SHIFT key is pressed, extension of the current selection is ended.

If the CONTROL key is pressed, toggling of the current selection is ended.

Otherwise the click point is toggled.

mouseUp(Event, int, int). Method in class jclass.bwt.JCOutlinerComponent
mouseUp(Event, int, int). Method in class jclass.bwt.JCScrollbar
Resets the scrollbar state after some other operation.
mouseUp(Event, int, int). Method in class jclass.bwt.JCSlider
Resets the scrollbar state after some other operation.
mouseUp(Event, int, int). Method in class jclass.bwt.JCTextComponent
Ends text selection.
move(int, int). Method in class java.awt.Component
move(int, int). Method in class java.awt.Point
Changes the point to have the specified location.
move(int, int). Method in class java.awt.Rectangle
MOVE_CURSOR. Static variable in class java.awt.Cursor
The move cursor type.
MOVE_CURSOR. Static variable in class java.awt.Frame
moveBackwardChar(Event). Method in class jclass.bwt.JCTextComponent
Moves the cursor backward one character.
moveForwardChar(Event). Method in class jclass.bwt.JCTextComponent
Moves the cursor forward one character.
moveNextLine(Event). Method in class jclass.bwt.JCTextAreaComponent
Moves the cursor to the next line.
movePreviousLine(Event). Method in class jclass.bwt.JCTextAreaComponent
Moves the cursor to the previous line.
moveThumb(). Method in class jclass.bwt.JCSlider
Moves the slider.
multi. Variable in class jclass.bwt.JCMultiColumnData
The component for which data is maintained.

N

N_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The north-resize cursor type.
N_RESIZE_CURSOR. Static variable in class java.awt.Frame
name. Variable in class java.awt.Font
The logical name of this font.
NaN. Static variable in class java.lang.Double
A NaN value of type double.
NaN. Static variable in class java.lang.Float
The NaN value of type float.
NE_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The north-east-resize cursor type.
NE_RESIZE_CURSOR. Static variable in class java.awt.Frame
needs_layout. Variable in class jclass.bwt.JCComponent
Needs layout?
NEGATIVE_INFINITY. Static variable in class java.lang.Double
The negative infinity of type double.
NEGATIVE_INFINITY. Static variable in class java.lang.Float
The negative infinity of type float.
NegativeArraySizeException(). Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String). Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
NEW_STATE. Static variable in class jclass.bwt.JCOutlinerEvent
The node new state change type.
newInstance(). Method in class java.lang.Class
Creates a new instance of a class.
NEWLINE. Static variable in class jclass.util.JCString
next(Container). Method in class java.awt.CardLayout
Flips to the next card of the specified container.
next(int). Method in class java.util.Random
Generates the next pseudorandom number.
nextBytes(byte[]). Method in class java.util.Random
Generates a user specified number of random bytes.
nextDouble(). Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextElement(). Method in interface java.util.Enumeration
Returns the next element of this enumeration.
nextElement(). Method in class java.util.StringTokenizer
Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
nextFloat(). Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextFocus(). Method in class java.awt.Component
nextFocus(Event). Method in class jclass.bwt.JCOutlinerComponent
Sets the focus on the next node after the current node which has focus.
nextGaussian(). Method in class java.util.Random
Returns the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
nextInt(). Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextLong(). Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextToken(). Method in class jclass.util.JCCSVTokenizer
This gets the next token from the string.
nextToken(). Method in class jclass.util.JCStringTokenizer
Gets the next whitespace-delimited token.
nextToken(). Method in class java.util.StringTokenizer
Returns the next token from this string tokenizer.
nextToken(char). Method in class jclass.util.JCStringTokenizer
Gets the next token from delimited string.

The delimeter can be "escaped" by a backslash character.

To include a backslash character, precede it by another backslash character.

nextToken(String). Method in class java.util.StringTokenizer
Returns the next token in this string tokenizer's string.
NoClassDefFoundError(). Constructor for class java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String). Constructor for class java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
node_list. Variable in class jclass.bwt.JCOutlinerComponent
List of all nodes, in drawing order.
NON_SPACING_MARK. Static variable in class java.lang.Character
NONE. Static variable in class java.awt.GridBagConstraints
NONE. Static variable in class jclass.bwt.JCSpinBox
NORM_PRIORITY. Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
NORTH. Static variable in class java.awt.BorderLayout
The north layout constraint.
NORTH. Static variable in class java.awt.GridBagConstraints
NORTHEAST. Static variable in class java.awt.GridBagConstraints
NORTHWEST. Static variable in class java.awt.GridBagConstraints
NoSuchElementException(). Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException with no detail message.
NoSuchElementException(String). Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException with the specified detail message.
NoSuchFieldError(). Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with no detail message.
NoSuchFieldError(String). Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with the specified detail message.
NoSuchFieldException(). Constructor for class java.lang.NoSuchFieldException
Constructor.
NoSuchFieldException(String). Constructor for class java.lang.NoSuchFieldException
Constructor with a detail message.
NoSuchMethodError(). Constructor for class java.lang.NoSuchMethodError
NoSuchMethodError(String). Constructor for class java.lang.NoSuchMethodError
Constructs a NoSuchMethodException with the specified detail message.
NoSuchMethodException(). Constructor for class java.lang.NoSuchMethodException
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String). Constructor for class java.lang.NoSuchMethodException
Constructs a NoSuchMethodException with a detail message.
NOTFOUND. Static variable in class jclass.bwt.BWTEnum
notify(). Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll(). Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyObservers(). Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object). Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
NOVALUE. Static variable in class jclass.bwt.BWTEnum
NOVALUE. Static variable in class jclass.util.JCTitleLayout
Sets an offset to this value to indicate that it is not set.
NOVEMBER. Static variable in class java.util.Calendar
Useful constant for month.
npoints. Variable in class java.awt.Polygon
The total number of points.
NullPointerException(). Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String). Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
NUM_COLORS. Static variable in class java.awt.SystemColor
The number of system colors in the array.
num_columns. Variable in class jclass.bwt.JCMultiColumnData
NUM_LOCK. Static variable in class java.awt.Event
The NumLock action-key.
Number(). Constructor for class java.lang.Number
NumberFormatException(). Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String). Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
numCheckboxes(). Method in class jclass.bwt.JCCheckboxGroup
Returns the number of Checkbox instances that have been added.
NW_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The north-west-resize cursor type.
NW_RESIZE_CURSOR. Static variable in class java.awt.Frame

O

Object(). Constructor for class java.lang.Object
Observable(). Constructor for class java.util.Observable
Construct an Observable with zero Observers
OCTOBER. Static variable in class java.util.Calendar
Useful constant for month.
OFF. Static variable in class jclass.bwt.BWTEnum
OFF. Static variable in class jclass.bwt.JCCheckbox
old_shadowtype. Variable in class jclass.bwt.JCButton
ON. Static variable in class jclass.bwt.BWTEnum
ON. Static variable in class jclass.bwt.JCCheckbox
or(BitSet). Method in class java.util.BitSet
Logically ORs this bit set with the specified set of bits.
orange. Static variable in class java.awt.Color
The color orange.
OrientationEditor(). Constructor for class jclass.bwt.OrientationEditor
OS_OTHER. Static variable in class jclass.util.JCEnvironment
OS_UNIX. Static variable in class jclass.util.JCEnvironment
OTHER_LETTER. Static variable in class java.lang.Character
OTHER_NUMBER. Static variable in class java.lang.Character
OTHER_PUNCTUATION. Static variable in class java.lang.Character
OTHER_SYMBOL. Static variable in class java.lang.Character
out. Static variable in class java.lang.System
The "standard" output stream.
outliner. Variable in class jclass.bwt.JCOutlinerNode
outlinerFolderStateChangeBegin(JCOutlinerEvent). Method in interface jclass.bwt.JCOutlinerListener
Invoked before a folder's state is changed.
outlinerFolderStateChangeEnd(JCOutlinerEvent). Method in interface jclass.bwt.JCOutlinerListener
Invoked after a folder's state is changed.
outlinerNodeSelectBegin(JCOutlinerEvent). Method in interface jclass.bwt.JCOutlinerListener
Invoked before a node is selected.
outlinerNodeSelectEnd(JCOutlinerEvent). Method in interface jclass.bwt.JCOutlinerListener
Invoked after a node is selected.
OutOfMemoryError(). Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String). Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.

P

pack(). Method in class java.awt.Window
Packs the components of the Window.
page_area. Variable in class jclass.bwt.JCTabManager
The container which holds the pages.
PAINT. Static variable in class java.awt.event.PaintEvent
The paint event type.
paint(Graphics). Method in class java.awt.Canvas
Paints the canvas in the default background color.
paint(Graphics). Method in class java.awt.Component
Paints the component.
paint(Graphics). Method in class java.awt.Container
Paints the container.
paint(Graphics). Method in class jclass.bwt.JCComponent
An internal method used to handle repaint events.
paint(Graphics). Method in class jclass.bwt.JCContainer
Paints all children.
paint(Graphics). Method in class jclass.bwt.JCSeparator
Draws a shadow centered horizontally or vertically, depending on the orientation.
PAINT_FIRST. Static variable in class java.awt.event.PaintEvent
Marks the first integer id for the range of paint event ids.
PAINT_LAST. Static variable in class java.awt.event.PaintEvent
Marks the last integer id for the range of paint event ids.
paintAll(Graphics). Method in class java.awt.Component
Paints the component and its subcomponents.
paintComponent(Graphics). Method in class jclass.bwt.JCArrowButton
An internal method used to handle repaint events.
paintComponent(Graphics). Method in class jclass.bwt.JCCheckbox
Draws indicator and label
paintComponent(Graphics). Method in class jclass.bwt.JCComponent
Called by paint.
paintComponent(Graphics). Method in class jclass.bwt.JCLabel
Draws value.
paintComponent(Graphics). Method in class jclass.bwt.JCListComponent
Draws items
paintComponent(Graphics). Method in class jclass.bwt.JCOutlinerComponent
Draws all visible nodes.
paintComponent(Graphics). Method in class jclass.bwt.JCProgressMeter
Draws the shadow, bar and label.
paintComponent(Graphics). Method in class jclass.bwt.JCTabButton
Draws the button's label.
paintComponent(Graphics). Method in class jclass.bwt.JCTextAreaComponent
Draws the text
paintComponent(Graphics). Method in class jclass.bwt.JCTextField
Paints the text.
paintComponents(Graphics). Method in class java.awt.Container
Paints the components in this container.
paintCursor(boolean). Method in class jclass.bwt.JCTextComponent
Paints or erases the cursor, depending on the value of state.
PaintEvent(Component, int, Rectangle). Constructor for class java.awt.event.PaintEvent
Constructs a PaintEvent object with the specified source component and type.
paintInterior(Graphics). Method in class jclass.bwt.JCComboBox
Draws the shadows and title.
paintInterior(Graphics). Method in class jclass.bwt.JCContainer
Called by paint, to allow subclasses to draw before their children are painted.
paintInterior(Graphics). Method in class jclass.bwt.JCGroupBox
Draws the shadows and title.
paintInterior(Graphics). Method in class jclass.bwt.JCScrollbar
Draws a 1-pixel black border.
paintInterior(Graphics). Method in class jclass.bwt.JCSlider
Draws the trough and thumb.
paintInterior(Graphics). Method in class jclass.bwt.JCSpinBox
Draws the shadows.
paintInterior(Graphics). Method in class jclass.bwt.TabPageArea
Draws a 1-pixel shadow.
paintInterior(Graphics). Method in class jclass.bwt.TabPanel
Paints all buttons.
paintRow(int). Method in class jclass.bwt.JCList
Draws a row.
paintRow(int). Method in class jclass.bwt.JCListComponent
Draws a row.
paintRow(int). Method in class jclass.bwt.JCMultiColumnList
Draws a row.
paintRow(int, Graphics). Method in class jclass.bwt.JCListComponent
Draws a row.
paintThumb(Graphics). Method in class jclass.bwt.JCScrollbar
Paints the thumb.
paintThumb(Graphics). Method in class jclass.bwt.JCSlider
Paints the thumb.
Panel(). Constructor for class java.awt.Panel
Creates a new panel.
Panel(LayoutManager). Constructor for class java.awt.Panel
Creates a new panel with the specified layout manager.
PARAGRAPH_SEPARATOR. Static variable in class java.lang.Character
param_source. Static variable in class jclass.util.JCUtilConverter
Hash table of alternate parameter sources.
paramString(). Method in class java.awt.event.ActionEvent
paramString(). Method in class java.awt.event.AdjustmentEvent
paramString(). Method in class java.awt.AWTEvent
paramString(). Method in class java.awt.Button
Returns the parameter String of this button.
paramString(). Method in class java.awt.Checkbox
Returns the parameter String of this Checkbox.
paramString(). Method in class java.awt.CheckboxMenuItem
Returns the parameter String of this button.
paramString(). Method in class java.awt.Choice
Returns the parameter String of this Choice.
paramString(). Method in class java.awt.Component
Returns the parameter String of this Component.
paramString(). Method in class java.awt.event.ComponentEvent
paramString(). Method in class java.awt.Container
Returns the parameter String of this Container.
paramString(). Method in class java.awt.event.ContainerEvent
paramString(). Method in class java.awt.Dialog
Returns the parameter String of this Dialog.
paramString(). Method in class java.awt.Event
Returns the parameter String of this Event.
paramString(). Method in class java.awt.FileDialog
Returns the parameter String of this file dialog.
paramString(). Method in class java.awt.event.FocusEvent
paramString(). Method in class java.awt.Frame
Returns the parameter String of this Frame.
paramString(). Method in class java.awt.event.ItemEvent
paramString(). Method in class jclass.bwt.JCTextCursorEvent
paramString(). Method in class jclass.bwt.JCTextEvent
paramString(). Method in class java.awt.event.KeyEvent
paramString(). Method in class java.awt.Label
Returns the parameter String of this label.
paramString(). Method in class java.awt.List
Returns the parameter String of this list.
paramString(). Method in class java.awt.Menu
Returns the String parameter of the menu.
paramString(). Method in class java.awt.MenuComponent
Returns the String parameter of this MenuComponent.
paramString(). Method in class java.awt.MenuItem
Returns the String parameter of the menu item.
paramString(). Method in class java.awt.MenuShortcut
paramString(). Method in class java.awt.event.MouseEvent
paramString(). Method in class java.awt.event.PaintEvent
paramString(). Method in class java.awt.Scrollbar
Returns the String parameters for this Scrollbar.
paramString(). Method in class java.awt.ScrollPane
Returns the parameter String of this Container.
paramString(). Method in class java.awt.TextArea
Returns the String of parameters for this TextArea.
paramString(). Method in class java.awt.TextComponent
Returns the String of parameters for this TextComponent.
paramString(). Method in class java.awt.event.TextEvent
paramString(). Method in class java.awt.TextField
Returns the String of parameters for this TextField.
paramString(). Method in class java.awt.event.WindowEvent
parent. Variable in class jclass.bwt.JCOutlinerNode
parent. Variable in class java.util.ResourceBundle
The parent bundle is consulted by getObject when this bundle does not contain a particular resource.
parentOf(ThreadGroup). Method in class java.lang.ThreadGroup
Tests if this thread group is either the thread group argument or one of its ancestor thread groups.
parse(Component, String). Static method in class jclass.util.JCString
parse(String). Static method in class java.util.Date
Given a string representing a time, parse it and return the time value.
parseByte(String). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseInt(String). Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseInt(String, int). Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseLong(String). Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseLong(String, int). Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseShort(String). Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int). Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
paste(Event). Method in class jclass.bwt.JCTextComponent
Inserts the current clipboard contents at the event's position, after first deleting any selected text.
pasteFromClipboard(Event). Method in class jclass.bwt.JCTextComponent
If the component is editable, inserts the clipboard selection at the current cursor position.
PAUSE. Static variable in class java.awt.Event
The Pause action-key.
peek(). Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peekEvent(). Method in class java.awt.EventQueue
Return the first event without removing it.
peekEvent(int). Method in class java.awt.EventQueue
PGDN. Static variable in class java.awt.Event
The page down action-key.
PGUP. Static variable in class java.awt.Event
The page up action-key.
PI. Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
pink. Static variable in class java.awt.Color
The color pink.
pixels. Variable in class jclass.util.JCImageCreator
PLAIN. Static variable in class java.awt.Font
The plain style constant.
play(). Method in interface java.applet.AudioClip
Starts playing this audio clip.
play(URL). Method in class java.applet.Applet
Plays the audio clip at the specified absolute URL.
play(URL, String). Method in class java.applet.Applet
Plays the audio clip given the URL and a specifier that is relative to it.
PM. Static variable in class java.util.Calendar
Useful constant for hour in 12-hour clock.
Point(). Constructor for class java.awt.Point
Constructs and initializes a Point initialized with (0, 0).
Point(int, int). Constructor for class java.awt.Point
Constructs and initializes a Point from the specified x and y coordinates.
Point(Point). Constructor for class java.awt.Point
Constructs and initializes a Point with the same location as the specified Point.
pointToPosition(int, int). Method in class jclass.bwt.JCTextArea
Maps a physical position to the corresponding character position.
pointToPosition(int, int). Method in class jclass.bwt.JCTextAreaComponent
Maps a point to a text position.
pointToPosition(int, int). Method in class jclass.bwt.JCTextComponent
Converts an x coordinate into a text position.
pointToPosition(int, int). Method in class jclass.bwt.JCTextField
Converts an x coordinate into a text position.
pointToPosition(int, int). Method in interface jclass.bwt.JCTextInterface
Maps a physical position to the corresponding character position.
polygon. Variable in class jclass.bwt.JCTabButton
Button's shape (may be non-rectangular).
Polygon(). Constructor for class java.awt.Polygon
Creates an empty polygon.
Polygon(int[], int[], int). Constructor for class java.awt.Polygon
Constructs and initializes a Polygon from the specified parameters.
pop(). Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
PopupMenu(). Constructor for class java.awt.PopupMenu
Creates a new popup menu.
PopupMenu(String). Constructor for class java.awt.PopupMenu
Creates a new popup menu with the specified name.
positionToPoint(int, Point). Method in class jclass.bwt.JCTextComponent
Gets the physical location of a position, ignoring scrolling.
positionToRow(int). Method in class jclass.bwt.JCTextAreaComponent
Gets the row that contains the text position.
positionToX(int). Method in class jclass.bwt.JCTextAreaComponent
Gets the x co-ordinate for a character position, ignoring scrolling.
positionToX(int). Method in class jclass.bwt.JCTextComponent
Gets the x co-ordinate for a character position, ignoring scrolling.
positionToX(int). Method in class jclass.bwt.JCTextField
Gets the x co-ordinate for a character position, ignoring scrolling.
positionToY(int). Method in class jclass.bwt.JCTextAreaComponent
Gets the y co-ordinate for a character position, ignoring scrolling.
positionToY(int). Method in class jclass.bwt.JCTextComponent
Gets the y co-ordinate for a character position, ignoring scrolling.
POSITIVE_INFINITY. Static variable in class java.lang.Double
The positive infinity of type double.
POSITIVE_INFINITY. Static variable in class java.lang.Float
The positive infinity of type float.
postActionEvent(Event). Method in class jclass.bwt.JCTextField
Posts an JCActionEvent.
postActionEvent(Event, int, JCOutlinerNode, int). Method in class jclass.bwt.JCOutlinerComponent
Posts a JCOutlinerEvent if the node is a folder, or a JCActionEvent if the node is not a folder
postComboBoxEvent(int, Object). Method in class jclass.bwt.JCComboBox
Posts a JCComboBoxEvent
postEvent(AWTEvent). Method in class java.awt.EventQueue
Post a 1.1-style event to the EventQueue.
postEvent(Event). Method in class java.awt.Component
postEvent(Event). Method in class java.awt.MenuComponent
Posts the specified event to the menu.
postEvent(Event). Method in interface java.awt.MenuContainer
postEvent(Event). Method in class java.awt.Window
postSpinBoxEvent(int, Object). Method in class jclass.bwt.JCSpinBox
Posts a JCSpinBoxEvent
pow(double, double). Static method in class java.lang.Math
Returns of value of the first argument raised to the power of the second argument.
PRC. Static variable in class java.util.Locale
Useful constant for country.
predefined. Static variable in class java.awt.Cursor
preferredHeight(). Method in class jclass.bwt.JCArrowButton
Returns ArrowSize height.
preferredHeight(). Method in class jclass.bwt.JCButton
Returns the label or arm label's height, whichever is larger.
preferredHeight(). Method in class jclass.bwt.JCCheckbox
Gets the subclass' preferred height (default: 100).
preferredHeight(). Method in class jclass.bwt.JCComboBox
Gets the subclass' preferred height (default: 100).
preferredHeight(). Method in class jclass.bwt.JCComponent
Gets the subclass' preferred height (default: 100).
preferredHeight(). Method in class jclass.bwt.JCContainer
Gets the subclass' preferred height (default: 100).
preferredHeight(). Method in class jclass.bwt.JCHeader
Returns the height of the largest label.
preferredHeight(). Method in class jclass.bwt.JCLabel
Gets the subclass' preferred height (default: 100).
preferredHeight(). Method in class jclass.bwt.JCListComponent
Returns the visible height, if it has been set, or the sum of all item heights.
preferredHeight(). Method in class jclass.bwt.JCMultiColumnWindow
Returns the sum of the viewport's and header's preferred height.
preferredHeight(). Method in class jclass.bwt.JCOutlinerComponent
Calculates the height based on the node heights.
preferredHeight(). Method in class jclass.bwt.JCProgressMeter
Gets the subclass' preferred height (default: 100).
preferredHeight(). Method in class jclass.bwt.JCScrollbar
Returns BWTEnum.SB_SIZE if this is a horizontal scrollbar; 100 otherwise.
preferredHeight(). Method in class jclass.bwt.JCScrolledWindow
Gets the subclass' preferred height (default: 100).
preferredHeight(). Method in class jclass.bwt.JCSeparator
Returns the shadow thickness value if this is a horizontal separator; 100 otherwise.
preferredHeight(). Method in class jclass.bwt.JCSlider
Gets the subclass' preferred height (default: 100).
preferredHeight(). Method in class jclass.bwt.JCSpinBox
Returns the text field's preferred height.
preferredHeight(). Method in class jclass.bwt.JCSplitterWindow
Returns the sum of all children's preferred height if orientation is vertical; otherwise returns the maximum preferred height of all children.
preferredHeight(). Method in class jclass.bwt.JCTextAreaComponent
Returns the height of the specified number of rows.
preferredHeight(). Method in class jclass.bwt.JCTextComponent
Returns the height of 1 row.
preferredLayoutSize(Container). Method in class java.awt.BorderLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
preferredLayoutSize(Container). Method in class java.awt.CardLayout
Calculates the preferred size for the specified panel.
preferredLayoutSize(Container). Method in class java.awt.FlowLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
preferredLayoutSize(Container). Method in class java.awt.GridBagLayout
Returns the preferred dimensions for this layout given the components in the specified panel.
preferredLayoutSize(Container). Method in class java.awt.GridLayout
Returns the preferred dimensions for this layout given the components int the specified panel.
preferredLayoutSize(Container). Method in class jclass.bwt.JCGridLayout
Calculates the preferred size for this layout.
preferredLayoutSize(Container). Method in class jclass.util.JCTitleLayout
Returns the preferred size for the JCTitleLayout.
preferredLayoutSize(Container). Method in interface java.awt.LayoutManager
Calculates the preferred size dimensions for the specified panel given the components in the specified parent container.
PREFERREDSIZE. Static variable in class java.awt.GridBagLayout
preferredSize(). Method in class java.awt.Component
preferredSize(). Method in class java.awt.Container
preferredSize(). Method in class jclass.bwt.JCComponent
Returns the preferred size of this component.
preferredSize(). Method in class jclass.bwt.JCContainer
Returns the preferred size of this container.
preferredSize(). Method in class java.awt.List
preferredSize(). Method in class jclass.bwt.TabPanel
Calculates the size based on the tab button's sizes.
preferredSize(). Method in class java.awt.TextArea
preferredSize(). Method in class java.awt.TextField
preferredSize(int). Method in class java.awt.List
preferredSize(int). Method in class java.awt.TextField
preferredSize(int, int). Method in class java.awt.TextArea
preferredWidth(). Method in class jclass.bwt.JCArrowButton
Returns ArrowSize width.
preferredWidth(). Method in class jclass.bwt.JCButton
Returns the label or arm label's width, whichever is larger.
preferredWidth(). Method in class jclass.bwt.JCCheckbox
Gets the subclass' preferred width (default: 100).
preferredWidth(). Method in class jclass.bwt.JCComboBox
Gets the subclass' preferred width (default: 100).
preferredWidth(). Method in class jclass.bwt.JCComponent
Gets the subclass' preferred width (default: 100).
preferredWidth(). Method in class jclass.bwt.JCContainer
Gets the subclass' preferred width (default: 100).
preferredWidth(). Method in class jclass.bwt.JCGroupBox
Includes the title width in the preferred size.
preferredWidth(). Method in class jclass.bwt.JCHeader
Returns the preferred width of all labels, adding the component's first column's offset.
preferredWidth(). Method in class jclass.bwt.JCLabel
Gets the subclass' preferred width (default: 100).
preferredWidth(). Method in class jclass.bwt.JCList
Gets the subclass' preferred width (default: 100).
preferredWidth(). Method in class jclass.bwt.JCListComponent
Returns the width of the widest item.
preferredWidth(). Method in class jclass.bwt.JCMultiColumnData
Calculates the preferred width of the multicolumn component.
preferredWidth(). Method in class jclass.bwt.JCMultiColumnList
Gets the subclass' preferred width (default: 100).
preferredWidth(). Method in class jclass.bwt.JCMultiColumnListComponent
Returns the width of the widest item.
preferredWidth(). Method in class jclass.bwt.JCOutlinerComponent
Gets the subclass' preferred width (default: 100).
preferredWidth(). Method in class jclass.bwt.JCProgressMeter
Gets the subclass' preferred width (default: 100).
preferredWidth(). Method in class jclass.bwt.JCScrollbar
Returns BWTEnum.SB_SIZE if this is a vertical scrollbar; 100 otherwise.
preferredWidth(). Method in class jclass.bwt.JCScrolledWindow
Gets the subclass' preferred width (default: 100).
preferredWidth(). Method in class jclass.bwt.JCSeparator
Returns the shadow thickness value if this is a vertical separator; 100 otherwise.
preferredWidth(). Method in class jclass.bwt.JCSlider
Gets the subclass' preferred width (default: 100).
preferredWidth(). Method in class jclass.bwt.JCSpinBox
Returns the sum of the text field's and arrow button's preferred widths.
preferredWidth(). Method in class jclass.bwt.JCSplitterWindow
Returns the sum of all children's preferred width if orientation is horizontal; otherwise returns the maximum preferred width of all children.
preferredWidth(). Method in class jclass.bwt.JCTabButton
If this tab is slanted, allow for the slant.
preferredWidth(). Method in class jclass.bwt.JCTextComponent
Returns the width of an 'N' times the specified number of columns.
prepareImage(Image, ImageObserver). Method in class java.awt.Component
Prepares an image for rendering on this Component.
prepareImage(Image, int, int, ImageObserver). Method in class java.awt.Component
Prepares an image for rendering on this Component at the specified width and height.
prepareImage(Image, int, int, ImageObserver). Method in class java.awt.Toolkit
Prepares an image for rendering on the default screen at the specified width and height.
previous(Container). Method in class java.awt.CardLayout
Flips to the previous card of the specified container.
previousFocus(Event). Method in class jclass.bwt.JCOutlinerComponent
Sets the focus on the previous node before the current node which has focus.
print(Graphics). Method in class java.awt.Component
Prints this component.
print(Graphics). Method in class java.awt.Container
Prints the container.
PRINT_SCREEN. Static variable in class java.awt.Event
The PrintScreen action-key.
printAll(Graphics). Method in class java.awt.Component
Prints the component and its subcomponents.
printAll(Graphics). Method in class jclass.bwt.JCComponent
Disables double-buffering, and calls Container.printAll
printAll(Graphics). Method in class jclass.bwt.JCContainer
Disables double-buffering, and calls Container.printAll
printComponents(Graphics). Method in class java.awt.Container
Prints the components in this container.
printComponents(Graphics). Method in class java.awt.ScrollPane
Prints the component in this scroll pane.
PrintJob(). Constructor for class java.awt.PrintJob
printStackTrace(). Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream). Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter). Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the specified print writer.
PRIVATE_USE. Static variable in class java.lang.Character
Process(). Constructor for class java.lang.Process
processActionEvent(ActionEvent). Method in class java.awt.Button
Processes action events occurring on this button by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent). Method in class java.awt.List
Processes action events occurring on this component by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent). Method in class java.awt.MenuItem
Processes action events occurring on this menu item by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent). Method in class java.awt.TextField
Processes action events occurring on this textfield by dispatching them to any registered ActionListener objects.
processAdjustmentEvent(AdjustmentEvent). Method in class java.awt.Scrollbar
Processes adjustment events occurring on this scrollbar by dispatching them to any registered AdjustmentListener objects.
processComponentEvent(ComponentEvent). Method in class java.awt.Component
Processes component events occurring on this component by dispatching them to any registered ComponentListener objects.
processContainerEvent(ContainerEvent). Method in class java.awt.Container
Processes container events occurring on this container by dispatching them to any registered ContainerListener objects.
processEvent(AWTEvent). Method in class java.awt.Button
Processes events on this button.
processEvent(AWTEvent). Method in class java.awt.Checkbox
Processes events on this checkbox.
processEvent(AWTEvent). Method in class java.awt.CheckboxMenuItem
Processes events on this checkbox menu item.
processEvent(AWTEvent). Method in class java.awt.Choice
Processes events on this choice.
processEvent(AWTEvent). Method in class java.awt.Component
Processes events occurring on this component.
processEvent(AWTEvent). Method in class java.awt.Container
Processes events on this container.
processEvent(AWTEvent). Method in class java.awt.List
Processes events on this list.
processEvent(AWTEvent). Method in class java.awt.MenuComponent
Processes events occurring on this menu component.
processEvent(AWTEvent). Method in class java.awt.MenuItem
Processes events on this menu item.
processEvent(AWTEvent). Method in class java.awt.Scrollbar
Processes events on this scrollbar.
processEvent(AWTEvent). Method in class java.awt.TextComponent
Processes events on this textcomponent.
processEvent(AWTEvent). Method in class java.awt.TextField
Processes events on this textfield.
processEvent(AWTEvent). Method in class java.awt.Window
Processes events on this window.
processFocusEvent(FocusEvent). Method in class java.awt.Component
Processes focus events occurring on this component by dispatching them to any registered FocusListener objects.
processFocusEvent(FocusEvent). Method in class jclass.bwt.JCComponent
Processes focus events occurring on this component by dispatching them to any registered FocusListener objects.
processItemEvent(ItemEvent). Method in class java.awt.Checkbox
Processes item events occurring on this checkbox by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent). Method in class java.awt.CheckboxMenuItem
Processes item events occurring on this checkbox menu item by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent). Method in class java.awt.Choice
Processes item events occurring on this choice by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent). Method in class java.awt.List
Processes item events occurring on this list by dispatching them to any registered ItemListener objects.
processKeyEvent(KeyEvent). Method in class java.awt.Component
Processes key events occurring on this component by dispatching them to any registered KeyListener objects.
processKeyEvent(KeyEvent). Method in class jclass.bwt.JCComponent
Processes key events occurring on this component by dispatching them to any registered KeyListener objects.
processKeyEvent(KeyEvent). Method in class jclass.bwt.TabPanel
Processes key events occurring on this component by dispatching them to any registered KeyListener objects.
processMouseEvent(MouseEvent). Method in class java.awt.Component
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
processMouseEvent(MouseEvent). Method in class jclass.bwt.JCComponent
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
processMouseEvent(MouseEvent). Method in class jclass.bwt.JCContainer
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
processMouseMotionEvent(MouseEvent). Method in class java.awt.Component
Processes mouse motion events occurring on this component by dispatching them to any registered MouseMotionListener objects.
processMouseMotionEvent(MouseEvent). Method in class jclass.bwt.JCComponent
Processes mouse motion events occurring on this component by dispatching them to any registered MouseMotionListener objects.
processMouseMotionEvent(MouseEvent). Method in class jclass.bwt.JCContainer
Processes mouse motion events occurring on this component by dispatching them to any registered MouseMotionListener objects.
processRootNode(). Method in class jclass.bwt.JCOutlinerComponent
Sets the node_list.
processTextEvent(TextEvent). Method in class java.awt.TextComponent
Processes text events occurring on this text component by dispatching them to any registered TextListener objects.
processWindowEvent(WindowEvent). Method in class java.awt.Window
Processes window events occurring on this window by dispatching them to any registered WindowListener objects.
Properties(). Constructor for class java.util.Properties
Creates an empty property list with no default values.
Properties(Properties). Constructor for class java.util.Properties
Creates an empty property list with the specified defaults.
propertyNames(). Method in class java.util.Properties
Returns an enumeration of all the keys in this property list, including the keys in the default property list.
PropertyResourceBundle(InputStream). Constructor for class java.util.PropertyResourceBundle
Creates a property resource
push(Object). Method in class java.util.Stack
Pushes an item onto the top of this stack.
put(Object, Object). Method in class java.util.Dictionary
Maps the specified key to the specified value in this dictionary.
put(Object, Object). Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.

R

random(). Static method in class java.lang.Math
Returns a random number between 0.0 and 1.0.
Random(). Constructor for class java.util.Random
Creates a new random number generator.
Random(long). Constructor for class java.util.Random
Creates a new random number generator using a single long seed.
read(Applet, String). Static method in class jclass.util.JCFile
Reads data from a file and returns it as a String.
read(Component, String, char, boolean). Static method in class jclass.util.JCFile
Reads the data from a file, parses it based on the provided delimiter, then converts it into cell values and returns it in a JCVector of JCVectors.
readClipboard(). Method in class jclass.bwt.JCTextComponent
Gets the clipboard contents.
readCSV(Component, String). Static method in class jclass.util.JCFile
Reads the data from a file and parses it as a comma-separated value file.
readFile(Applet, String). Method in class jclass.bwt.JCTextArea
Reads data from a file and appends it to the textarea.
readFile(Applet, String). Method in class jclass.bwt.JCTextAreaComponent
Reads data from a file and appends it to the field.
readFile(InputStream). Method in class jclass.bwt.JCTextArea
Reads data from a file stream and appends it to the textarea.
readFile(InputStream). Method in class jclass.bwt.JCTextAreaComponent
Reads data from a file stream and appends it to the textarea.
readLines(Applet, String). Static method in class jclass.util.JCFile
Reads data from a file and returns it as a Vector of Strings.
readLines(Applet, String, int, int). Static method in class jclass.util.JCFile
Reads data from a file and returns it as a Vector of Strings.
recalc(). Method in class jclass.bwt.JCHeader
Determines the widths of variable-sized columns and repaints.
RECTANGLE. Static variable in class jclass.bwt.BWTEnum
RECTANGLE. Static variable in class jclass.bwt.JCTabManager
Rectangle(). Constructor for class java.awt.Rectangle
Constructs a new rectangle, initialized to location (0, 0) and size (0, 0).
Rectangle(Dimension). Constructor for class java.awt.Rectangle
Constructs a rectangle and initializes it to the specified width and height.
Rectangle(int, int). Constructor for class java.awt.Rectangle
Constructs a rectangle and initializes it with the specified width and height parameters.
Rectangle(int, int, int, int). Constructor for class java.awt.Rectangle
Constructs and initializes a rectangle with the specified parameters.
Rectangle(Point). Constructor for class java.awt.Rectangle
Constructs a rectangle and initializes it to the specified point.
Rectangle(Point, Dimension). Constructor for class java.awt.Rectangle
Constructs a rectangle and initializes it to a specified point and dimension.
Rectangle(Rectangle). Constructor for class java.awt.Rectangle
Constructs a new rectangle, initialized to match the values of the specificed rectangle.
red. Static variable in class java.awt.Color
The color red.
regionMatches(boolean, int, String, int, int). Method in class java.lang.String
Tests if two string regions are equal.
regionMatches(int, String, int, int). Method in class java.lang.String
Tests if two string regions are equal.
rehash(). Method in class java.util.Hashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
RELATIVE. Static variable in class java.awt.GridBagConstraints
release. Static variable in class jclass.bwt.JCVersion
release. Static variable in class jclass.util.JCVersion
REMAINDER. Static variable in class java.awt.GridBagConstraints
remove(ActionListener, ActionListener). Static method in class java.awt.AWTEventMulticaster
Removes the old action-listener from action-listener-l and returns the resulting multicast listener.
remove(AdjustmentListener, AdjustmentListener). Static method in class java.awt.AWTEventMulticaster
Removes the old adjustment-listener from adjustment-listener-l and returns the resulting multicast listener.
remove(Component). Method in class java.awt.Container
Removes the specified component from this container.
remove(Component). Method in class jclass.bwt.TabPanel
Removes the specified component from this container.
remove(ComponentListener, ComponentListener). Static method in class java.awt.AWTEventMulticaster
Removes the old component-listener from component-listener-l and returns the resulting multicast listener.
remove(ContainerListener, ContainerListener). Static method in class java.awt.AWTEventMulticaster
Removes the old container-listener from container-listener-l and returns the resulting multicast listener.
remove(EventListener). Method in class java.awt.AWTEventMulticaster
Removes a listener from this multicaster and returns the resulting multicast listener.
remove(FocusListener, FocusListener). Static method in class java.awt.AWTEventMulticaster
Removes the old focus-listener from focus-listener-l and returns the resulting multicast listener.
remove(int). Method in class java.awt.Choice
Removes an item from the choice menu.
remove(int). Method in class java.awt.Container
Removes the component at the specified index from this container.
remove(int). Method in class java.awt.List
Removes an item from the list.
remove(int). Method in class java.awt.Menu
Deletes the item from this menu at the specified index.
remove(int). Method in class java.awt.MenuBar
Removes the menu located at the specified index from the menu bar.
remove(ItemListener, ItemListener). Static method in class java.awt.AWTEventMulticaster
Removes the old item-listener from item-listener-l and returns the resulting multicast listener.
remove(KeyListener, KeyListener). Static method in class java.awt.AWTEventMulticaster
Removes the old key-listener from key-listener-l and returns the resulting multicast listener.
remove(MenuComponent). Method in class java.awt.Component
Removes the specified popup menu from the component.
remove(MenuComponent). Method in class java.awt.Frame
Removes the specified menu bar from this Frame.
remove(MenuComponent). Method in class java.awt.Menu
Deletes the specified item from this menu.
remove(MenuComponent). Method in class java.awt.MenuBar
Removes the specified menu from the menu bar.
remove(MenuComponent). Method in interface java.awt.MenuContainer
remove(MouseListener, MouseListener). Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-listener from mouse-listener-l and returns the resulting multicast listener.
remove(MouseMotionListener, MouseMotionListener). Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-motion-listener from mouse-motion-listener-l and returns the resulting multicast listener.
remove(Object). Method in class java.util.Dictionary
Removes the key (and its corresponding value) from this dictionary.
remove(Object). Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove(String). Method in class java.awt.Choice
Remove the first occurrence of item from the choice menu.
remove(String). Method in class jclass.bwt.JCComboBox
Removes the first occurrence of an item from the list.
remove(String). Method in class jclass.bwt.JCList
Removes the first occurrence of an item from the list.
remove(String). Method in class jclass.bwt.JCListComponent
Removes the first occurrence of an item from the list.
remove(String). Method in class jclass.util.JCTitleLayout
Removes the component at the specified location.
remove(String). Method in class java.awt.List
Remove the first occurrence of item from the list.
remove(TextListener, TextListener). Static method in class java.awt.AWTEventMulticaster
remove(WindowListener, WindowListener). Static method in class java.awt.AWTEventMulticaster
Removes the old window-listener from window-listener-l and returns the resulting multicast listener.
removeActionListener(ActionListener). Method in class java.awt.Button
Removes the specified action listener so it no longer receives action events from this button.
removeActionListener(ActionListener). Method in class java.awt.List
Removes the specified action listener so it no longer receives action events from this list.
removeActionListener(ActionListener). Method in class java.awt.MenuItem
Removes the specified action listener so it no longer receives action events from this menu item.
removeActionListener(ActionListener). Method in class java.awt.TextField
Removes the specified action listener so that it no longer receives action events from this textfield.
removeActionListener(JCActionListener). Method in class jclass.bwt.JCButton
Removes the specified action listener so it no longer receives action events from this button.
removeActionListener(JCActionListener). Method in class jclass.bwt.JCComboBox
Removes the specified action listener so it no longer receives action events.
removeActionListener(JCActionListener). Method in class jclass.bwt.JCHeader
Removes the specified listener so it no longer receives action events from the buttons.
removeActionListener(JCActionListener). Method in class jclass.bwt.JCList
Removes the specified action listener so it no longer receives action events from this list.
removeActionListener(JCActionListener). Method in class jclass.bwt.JCListComponent
Removes the specified action listener so it no longer receives action events from this list.
removeActionListener(JCActionListener). Method in class jclass.bwt.JCMultiColumnList
Removes the specified action listener so it no longer receives action events from this list.
removeActionListener(JCActionListener). Method in class jclass.bwt.JCOutliner
Removes the specified action listener so it no longer receives action events.
removeActionListener(JCActionListener). Method in class jclass.bwt.JCOutlinerComponent
Removes the specified action listener so it no longer receives action events.
removeActionListener(JCActionListener). Method in class jclass.bwt.JCTextField
Removes the specified action listener so it no longer receives action events.
removeAdjustmentListener(AdjustmentListener). Method in interface java.awt.Adjustable
Removes an adjustment listener.
removeAdjustmentListener(AdjustmentListener). Method in class java.awt.Scrollbar
Removes the specified adjustment listener so that it no longer receives adjustment events from this scrollbar..
removeAdjustmentListener(JCAdjustmentListener). Method in interface jclass.bwt.JCAdjustable
Removes an adjustment listener.
removeAdjustmentListener(JCAdjustmentListener). Method in class jclass.bwt.JCScrollbar
Removes the specified adjustment listener so that it no longer receives adjustment events.
removeAdjustmentListener(JCAdjustmentListener). Method in class jclass.bwt.JCSlider
Removes the specified adjustment listener so that it no longer receives adjustment events.
removeAll(). Method in class java.awt.Choice
Removes all items from the choice menu.
removeAll(). Method in class java.awt.Container
Removes all the components from this container.
removeAll(). Method in class jclass.bwt.JCComboBox
Removes all items from the list.
removeAll(). Method in class jclass.bwt.JCList
Removes all items from the list.
removeAll(). Method in class java.awt.List
Removes all items from the list.
removeAll(). Method in class java.awt.Menu
Deletes all items from this menu.
removeAllElements(). Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeButtonListener(JCButtonListener). Method in class jclass.bwt.JCButton
Removes the specified listener so it no longer receives JCButtonEvents from this button.
removeChild(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerFolderNode
Removes a child (if it exists).
removeChildren(). Method in class jclass.bwt.JCOutlinerFolderNode
Removes all children (if any).
removeComboBoxListener(JCComboBoxListener). Method in class jclass.bwt.JCComboBox
Removes the specified listener so it no longer receives JCComboBoxEvents.
removeComponentListener(ComponentListener). Method in class java.awt.Component
Removes the specified listener so it no longer receives component events from this component.
removeContainerListener(ContainerListener). Method in class java.awt.Container
Removes the specified container listener so it no longer receives container events from this container.
removeElement(Object). Method in class java.util.Vector
Removes the first occurrence of the argument from this vector.
removeElementAt(int). Method in class java.util.Vector
Deletes the component at the specified index.
removeElementsAt(int, int). Method in class jclass.util.JCVector
Deletes a block starting at the specified index.
removeEscape(String). Static method in class jclass.util.JCUtilConverter
Removes "escape" characters (backslashes) from the string.
removeFocusListener(FocusListener). Method in class java.awt.Component
Removes the specified focus listener so it no longer receives focus events from this component.
removeImage(Image). Method in class java.awt.MediaTracker
Remove the specified Image from this MediaTracker.
removeImage(Image, int). Method in class java.awt.MediaTracker
Remove the specified Image from the specified ID of this MediaTracker.
removeImage(Image, int, int, int). Method in class java.awt.MediaTracker
Remove the specified image with the specified size and ID from this MediaTracker.
removeInternal(EventListener, EventListener). Static method in class java.awt.AWTEventMulticaster
Returns the resulting multicast listener after removing the old listener from listener-l.
removeItemListener(ItemListener). Method in class java.awt.Checkbox
Removes the specified item listener so that it no longer receives item events from this checkbox.
removeItemListener(ItemListener). Method in class java.awt.CheckboxMenuItem
Removes the specified item listener so it no longer receives item events from this checkbox menu item.
removeItemListener(ItemListener). Method in class java.awt.Choice
Removes the specified item listener so that it no longer receives item events from this choice.
removeItemListener(ItemListener). Method in interface java.awt.ItemSelectable
Removes an item listener.
removeItemListener(ItemListener). Method in class java.awt.List
Removes the specified item listener so it no longer receives item events from this list.
removeItemListener(JCItemListener). Method in class jclass.bwt.JCCheckbox
Removes the specified item listener so it no longer receives item events from this checkbox.
removeItemListener(JCItemListener). Method in class jclass.bwt.JCCheckboxGroup
Removes the specified item listener so it no longer receives item events from the checkboxes.
removeItemListener(JCItemListener). Method in class jclass.bwt.JCComboBox
Removes the specified item listener so it no longer receives item events.
removeItemListener(JCItemListener). Method in interface jclass.bwt.JCItemSelectable
Removes an item listener.
removeItemListener(JCItemListener). Method in class jclass.bwt.JCList
Removes the specified item listener so it no longer receives item events from this list.
removeItemListener(JCItemListener). Method in class jclass.bwt.JCListComponent
Removes the specified item listener so it no longer receives item events from this list.
removeItemListener(JCItemListener). Method in class jclass.bwt.JCMultiColumnList
Removes the specified item listener so it no longer receives item events from this list.
removeItemListener(JCItemListener). Method in class jclass.bwt.JCOutliner
Removes the specified item listener so it no longer receives item events.
removeItemListener(JCItemListener). Method in class jclass.bwt.JCOutlinerComponent
Removes the specified item listener so it no longer receives node events.
removeKeyListener(KeyListener). Method in class java.awt.Component
Removes the specified key listener so it no longer receives key events from this component.
removeLayoutComponent(Component). Method in class java.awt.BorderLayout
Removes the specified component from the layout.
removeLayoutComponent(Component). Method in class java.awt.CardLayout
Removes the specified component from the layout.
removeLayoutComponent(Component). Method in class java.awt.FlowLayout
Removes the specified component from the layout.
removeLayoutComponent(Component). Method in class java.awt.GridBagLayout
Removes the specified component from the layout.
removeLayoutComponent(Component). Method in class java.awt.GridLayout
Removes the specified component from the layout.
removeLayoutComponent(Component). Method in class jclass.util.JCTitleLayout
Removes the component if it is present.
removeLayoutComponent(Component). Method in interface java.awt.LayoutManager
Removes the specified component from the layout.
removeMouseListener(MouseListener). Method in class java.awt.Component
Removes the specified mouse listener so it no longer receives mouse events from this component.
removeMouseMotionListener(MouseMotionListener). Method in class java.awt.Component
Removes the specified mouse motion listener so it no longer receives mouse motion events from this component.
removeNotify(). Method in class java.awt.Component
Notifies the Component that it has been removed from its container and if a peers ecists, it destroys it.
removeNotify(). Method in class java.awt.Container
Notifies the container to remove its peer.
removeNotify(). Method in class java.awt.List
Removes the peer for this list.
removeNotify(). Method in class java.awt.Menu
Removes the menu's peer.
removeNotify(). Method in class java.awt.MenuBar
Removes the menu bar's peer.
removeNotify(). Method in class java.awt.MenuComponent
Removes the menu component's peer.
removeNotify(). Method in class java.awt.TextComponent
Removes the TextComponent's peer.
removeSpinBoxListener(JCSpinBoxListener). Method in class jclass.bwt.JCSpinBox
Removes the specified listener so it no longer receives JCSpinBoxEvents.
removeTab(int, boolean). Method in class jclass.bwt.JCTabManager
Removes a tab and optionally its page.
removeTabManagerListener(JCTabManagerListener). Method in class jclass.bwt.JCTabManager
Removes the specified listener so it no longer receives JCTabManagerEvents.
removeTextCursorListener(JCTextCursorListener). Method in class jclass.bwt.JCTextArea
Removes the specified listener so it no longer receives JCTextCursorEvents.
removeTextCursorListener(JCTextCursorListener). Method in class jclass.bwt.JCTextComponent
Removes the specified listener so it no longer receives JCTextCursorEvents.
removeTextListener(JCTextListener). Method in class jclass.bwt.JCTextArea
Removes the specified text listener so it no longer receives text events.
removeTextListener(JCTextListener). Method in class jclass.bwt.JCTextComponent
Removes the specified text listener so it no longer receives text events.
removeTextListener(TextListener). Method in class java.awt.TextComponent
Removes the specified text event listener so that it no longer receives text events from this textcomponent
removeWindowListener(WindowListener). Method in class java.awt.Window
Removes the specified window listener so that it no longer receives window events from this window.
repaint(). Method in class java.awt.Component
Repaints the component.
repaint(). Method in class jclass.bwt.JCComponent
Overrides Component.repaint(), which does not always call paint().
repaint(). Method in class jclass.bwt.JCContainer
Overrides Component.repaint(), which sometimes doesn't call paint().
repaint(). Method in class jclass.bwt.JCListComponent
Repaints the component if Batched is false.
repaint(). Method in class jclass.bwt.JCOutlinerComponent
Repaints the component if Batched is false.
repaint(). Method in class jclass.bwt.JCTextComponent
Overrides Component.repaint(), which does not always call paint().
repaint(). Method in class jclass.bwt.TabPanel
Overrides Component.repaint(), which does not always call paint().
repaint(int, int, int, int). Method in class java.awt.Component
Repaints part of the component.
repaint(int, int, int, int). Method in class jclass.bwt.JCComponent
Repaints part of the component by calling paint directly.
repaint(int, int, int, int). Method in class jclass.bwt.JCContainer
Repaints part of the component by calling paint directly.
repaint(int, int, int, int). Method in class jclass.bwt.JCTabButton
Repaints part of the component by calling paint directly.
repaint(long). Method in class java.awt.Component
Repaints the component.
repaint(long, int, int, int, int). Method in class java.awt.Component
Repaints part of the component.
repaint(Rectangle). Method in class jclass.bwt.JCComponent
Repaints part of the component by calling paint directly.
repaint(Rectangle). Method in class jclass.bwt.JCContainer
Repaints part of the component by calling paint directly.
repaintPositions(int, int). Method in class jclass.bwt.JCTextComponent
Draws the text between 2 positions.
repaintPositions(Point, Point). Method in class jclass.bwt.JCTextAreaComponent
Draws the text between 2 points.
repaintPositions(Point, Point). Method in class jclass.bwt.JCTextComponent
Draws the text between 2 points.
replace(char, char). Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replace(String, int, int). Method in class jclass.bwt.JCTextComponent
Deletes the text from start to end and then inserts, at start, the text that was passed.
replace(String, int, int). Method in class jclass.bwt.JCTextLine
replaceItem(Object, int). Method in class jclass.bwt.JCList
Replaces the item at the given row.
replaceItem(Object, int). Method in class jclass.bwt.JCListComponent
Replaces the item at the specified row.
replaceItem(Object, int). Method in interface jclass.bwt.JCListInterface
Replaces the item at the given row.
replaceItem(Object, int). Method in class jclass.bwt.JCMultiColumnList
Replaces the item at the given row.
replaceItem(String, int). Method in class java.awt.List
Replaces the item at the given index.
replaceRange(String, int, int). Method in class jclass.bwt.JCTextArea
Replaces the existing text between two positions with the specified text.
replaceRange(String, int, int). Method in class jclass.bwt.JCTextComponent
Replaces text from the indicated start to end positions (inclusive) with the new text specified.
replaceRange(String, int, int). Method in interface jclass.bwt.JCTextInterface
Replaces text between two positions with the specified text.
replaceRange(String, int, int). Method in class java.awt.TextArea
Replaces text from the indicated start to end position with the new text specified.
replaceText(String, int, int). Method in class java.awt.TextArea
replaceTextInternal(String, int, int). Method in class jclass.bwt.JCTextAreaComponent
Updates the internal text buffer and the line table entry.
replaceTextInternal(String, int, int). Method in class jclass.bwt.JCTextComponent
Updates the internal text buffer.
requestFocus(). Method in class java.awt.Component
Requests the input focus.
requestFocus(). Method in class jclass.bwt.JCComponent
Requests the input focus.
RESERVED_ID_MAX. Static variable in class java.awt.AWTEvent
The maximum value for reserved AWT event IDs.
RESET. Static variable in class jclass.util.JCString
reshape(int, int, int, Component, int, int, int, int). Method in class jclass.bwt.JCAlignerLayout
Positions the component.
reshape(int, int, int, Component, int, int, int, int). Method in class jclass.bwt.JCGridLayout
Positions the component.
reshape(int, int, int, int). Method in class java.awt.Component
reshape(int, int, int, int). Method in class jclass.bwt.JCComponent
Reshapes the Component to the specified bounding box.
reshape(int, int, int, int). Method in class jclass.bwt.JCContainer
Reshapes the Container to the specified bounding box.
reshape(int, int, int, int). Method in class jclass.bwt.JCGroupBox
Reshapes the Container to the specified bounding box.
reshape(int, int, int, int). Method in class jclass.bwt.JCScrollbar
Reshapes the Container to the specified bounding box.
reshape(int, int, int, int). Method in class jclass.bwt.JCSlider
Reshapes the Container to the specified bounding box.
reshape(int, int, int, int). Method in class jclass.bwt.JCTabButton
Reshapes the internal polygon.
reshape(int, int, int, int). Method in class jclass.bwt.JCTabManager
Reshapes the Container to the specified bounding box.
reshape(int, int, int, int). Method in class jclass.bwt.JCTextAreaComponent
Reshapes the Component to the specified bounding box.
reshape(int, int, int, int). Method in class jclass.bwt.JCTextComponent
Reshapes the Component to the specified bounding box.
reshape(int, int, int, int). Method in class java.awt.Rectangle
reshape(Rectangle). Method in class jclass.bwt.JCComponent
Reshapes the Component to the specified bounding box.
reshapeHeader(int, int, int). Method in class jclass.bwt.JCMultiColumnWindow
Sets the location and width of the header.
reshapeHeader(int, int, int). Method in class jclass.bwt.JCScrolledWindow
reshapeViewport(int, int, int, int). Method in class jclass.bwt.JCMultiColumnWindow
Moves the viewport up so that its top highlight is not visible.
reshapeViewport(int, int, int, int). Method in class jclass.bwt.JCScrolledWindow
Reshapes the viewport to the specified size.
resize(boolean). Method in class jclass.bwt.JCTabButton
Resizes the button.
resize(Dimension). Method in class java.applet.Applet
Requests that this applet be resized.
resize(Dimension). Method in class java.awt.Component
resize(int, int). Method in class java.applet.Applet
Requests that this applet be resized.
resize(int, int). Method in class java.awt.Component
resize(int, int). Method in class java.awt.Rectangle
resize_col. Variable in class jclass.bwt.JCHeader
The mouse position, or the column currently being resized.
resizeThumb(int, int). Method in class jclass.bwt.JCSlider
Disallows resizing the slider.
resizing. Variable in class jclass.bwt.JCHeader
True if a column is being resized.
resolveClass(Class). Method in class java.lang.ClassLoader
Resolves the class so that an instance of the class can be created, or so that one of its methods can be called.
ResourceBundle(). Constructor for class java.util.ResourceBundle
resume(). Method in class java.lang.Thread
Resumes a suspended thread.
resume(). Method in class java.lang.ThreadGroup
Resumes all processes in this thread group.
reverse(). Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
RGBtoHSB(int, int, int, float[]). Static method in class java.awt.Color
Returns the HSB values corresponding to the color defined by the red, green, and blue components.
RIGHT. Static variable in class jclass.bwt.BWTEnum
RIGHT. Static variable in class jclass.bwt.BWTUtil
RIGHT. Static variable in class java.awt.Event
The right arrow action-key.
RIGHT. Static variable in class java.awt.FlowLayout
The right alignment variable.
right. Variable in class java.awt.Insets
The inset from the right.
RIGHT. Static variable in class jclass.bwt.JCArrowButton
RIGHT. Static variable in class jclass.bwt.JCGroupBox
RIGHT. Static variable in class jclass.bwt.JCLabel
RIGHT. Static variable in class jclass.util.JCString
RIGHT. Static variable in class jclass.bwt.JCTabManager
RIGHT. Static variable in class jclass.bwt.JCTextArea
RIGHT. Static variable in class jclass.bwt.JCTextComponent
RIGHT. Static variable in class jclass.util.JCTitleLayout
RIGHT. Static variable in class java.awt.Label
The right alignment.
RIGHT_ALIGNMENT. Static variable in class java.awt.Component
Ease of use constant for getAlignmentX().
right_margins. Variable in class jclass.bwt.JCMultiColumnData
rint(double). Static method in class java.lang.Math
returns the closest integer to the argument.
rl_init(Rectangle, JCRectList). Static method in class jclass.util.JCRectUtil
Initialize this rectangle list.
rl_remove(Rectangle, JCRectList, JCRectList). Static method in class jclass.util.JCRectUtil
Remove rectangle r from rectlist rl1, storing the result in rl2.
roll(int, boolean). Method in class java.util.Calendar
Time Field Rolling function.
roll(int, boolean). Method in class java.util.GregorianCalendar
Overrides Calendar Time Field Rolling function.
round(double). Static method in class java.lang.Math
Returns the closest long to the argument.
round(float). Static method in class java.lang.Math
Returns the closest int to the argument.
row_heights. Variable in class jclass.bwt.JCGridLayout
Array of row heights.
rowHeights. Variable in class java.awt.GridBagLayout
rows. Variable in class jclass.bwt.JCGridLayout
The number of rows in the layout, as set by the user.
rowWeights. Variable in class java.awt.GridBagLayout
run(). Method in class jclass.bwt.JCArrowButton
Sends mouseUp events if the user continues to press the button.
run(). Method in class jclass.bwt.JCTextComponent
Blinks the cursor.
run(). Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run(). Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
runFinalization(). Method in class java.lang.Runtime
Runs the finalization methods of any objects pending finalization.
runFinalization(). Static method in class java.lang.System
Runs the finalization methods of any objects pending finalization.
runFinalizersOnExit(boolean). Static method in class java.lang.Runtime
Enable or disable finalization on exit; doing so specifies that the finalizers of all objects that have finalizers that have not yet been automatically invoked are to be run before the Java runtime exits.
runFinalizersOnExit(boolean). Static method in class java.lang.System
Enable or disable finalization on exit; doing so specifies that the finalizers of all objects that have finalizers that have not yet been automatically invoked are to be run before the Java runtime exits.
RuntimeException(). Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String). Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.

S

S_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The south-resize cursor type.
S_RESIZE_CURSOR. Static variable in class java.awt.Frame
SATURDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
SAVE. Static variable in class java.awt.FileDialog
The file save variable.
save(ObjectOutputStream, String, EventListener). Static method in class java.awt.AWTEventMulticaster
save(OutputStream, String). Method in class java.util.Properties
Stores this property list to the specified output stream.
SAVE_FILE. Static variable in class java.awt.Event
A file saving event.
saveInternal(ObjectOutputStream, String). Method in class java.awt.AWTEventMulticaster
SB_SIZE. Static variable in class jclass.bwt.BWTEnum
SCALE_AREA_AVERAGING. Static variable in class java.awt.Image
Use the Area Averaging image scaling algorithm.
SCALE_DEFAULT. Static variable in class java.awt.Image
Use the default image scaling algorithm.
SCALE_FAST. Static variable in class java.awt.Image
Choose an image scaling algorithm that gives higher priority to scaling speed than smoothness of the scaled image.
SCALE_REPLICATE. Static variable in class java.awt.Image
Use the ReplicateScaleFilter image scaling algorithm.
SCALE_SMOOTH. Static variable in class java.awt.Image
Choose an image scaling algorithm that gives higher priority to image smoothness than scaling speed.
SCROLL_ABSOLUTE. Static variable in class java.awt.Event
The absolute scroll event.
SCROLL_BEGIN. Static variable in class java.awt.Event
The scroll begin event.
SCROLL_END. Static variable in class java.awt.Event
The scroll end event.
SCROLL_LINE_DOWN. Static variable in class java.awt.Event
The line down scroll event.
SCROLL_LINE_UP. Static variable in class java.awt.Event
The line up scroll event.
SCROLL_LOCK. Static variable in class java.awt.Event
The ScrollLock action-key.
SCROLL_PAGE_DOWN. Static variable in class java.awt.Event
The page down scroll event.
SCROLL_PAGE_UP. Static variable in class java.awt.Event
The page up scroll event.
scrollbar. Static variable in class java.awt.SystemColor
The background color for scrollbars.
SCROLLBAR. Static variable in class java.awt.SystemColor
The array index for the scrollbar background color.
Scrollbar(). Constructor for class java.awt.Scrollbar
Constructs a new vertical Scrollbar.
Scrollbar(int). Constructor for class java.awt.Scrollbar
Constructs a new Scrollbar with the specified orientation.
Scrollbar(int, int, int, int, int). Constructor for class java.awt.Scrollbar
Constructs a new Scrollbar with the specified orientation, value, page size, and minumum and maximum values.
ScrollbarDisplayEditor(). Constructor for class jclass.bwt.ScrollbarDisplayEditor
SCROLLBARS_ALWAYS. Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbars should always be shown regardless of the respective sizes of the scrollpane and child.
SCROLLBARS_AS_NEEDED. Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbar should be shown only when the size of the child exceeds the size of the scrollpane in the horizontal/vertical dimension.
SCROLLBARS_BOTH. Static variable in class java.awt.TextArea
Create and display both vertical and horizontal scrollbars.
SCROLLBARS_HORIZONTAL_ONLY. Static variable in class java.awt.TextArea
Create and display horizontal scrollbar only.
SCROLLBARS_NEVER. Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbars should never be shown regardless of the respective sizes of the scrollpane and child.
SCROLLBARS_NONE. Static variable in class java.awt.TextArea
Do not create or display any scrollbars for the text area.
SCROLLBARS_VERTICAL_ONLY. Static variable in class java.awt.TextArea
Create and display vertical scrollbar only.
scrolled_window. Variable in class jclass.bwt.JCListComponent
Parent window.
scrolled_window. Variable in class jclass.bwt.JCOutlinerComponent
Parent window.
scrolled_window. Variable in class jclass.bwt.JCScrollbar
Parent window.
scrolled_window. Variable in class jclass.bwt.JCTextAreaComponent
Parent window.
scrollEnd(Event). Method in class jclass.bwt.JCTextComponent
Scrolls to the last line.
scrollHome(Event). Method in class jclass.bwt.JCTextComponent
Scrolls to the first line.
scrollHorizontal(int). Method in class jclass.bwt.JCScrolledWindow
Scrolls the window horizontally to the specified value.
scrollHorizontal(JCAdjustmentEvent, int). Method in class jclass.bwt.JCMultiColumnWindow
Scrolls the window horizontally to the specified value.
scrollHorizontal(JCAdjustmentEvent, int). Method in class jclass.bwt.JCScrolledWindow
Scrolls the window horizontally to the specified value.
scrollHorizontal(JCScrollableInterface, JCAdjustmentEvent, int). Method in class jclass.bwt.JCScrolledWindow
Scrolls a scrollableInterface component horizontally.
scrollLineBegin(Event). Method in class jclass.bwt.JCTextAreaComponent
Scrolls to the beginning of the current line.
scrollLineBegin(Event). Method in class jclass.bwt.JCTextComponent
Scrolls to the beginning of the current line.
scrollLineEnd(Event). Method in class jclass.bwt.JCTextAreaComponent
Scrolls to the end of the current line.
scrollLineEnd(Event). Method in class jclass.bwt.JCTextComponent
Scrolls to the end of the current line.
scrollNextPage(Event). Method in class jclass.bwt.JCTextAreaComponent
Scrolls down vertically by a page.
ScrollPane(). Constructor for class java.awt.ScrollPane
Create a new scrollpane container with a scrollbar display policy of "as needed".
ScrollPane(int). Constructor for class java.awt.ScrollPane
Create a new scrollpane container.
scrollPreviousPage(Event). Method in class jclass.bwt.JCTextAreaComponent
Scrolls up vertically by a page.
scrollVertical(int). Method in class jclass.bwt.JCScrolledWindow
Scrolls the window vertically to the specified value.
scrollVertical(int). Method in class jclass.bwt.JCTextArea
Scrolls the window vertically to the specified row.
scrollVertical(int). Method in interface jclass.bwt.JCTextAreaInterface
Scrolls the displayed text vertically.
scrollVertical(JCAdjustmentEvent, int). Method in class jclass.bwt.JCScrolledWindow
Scrolls the window vertically to the specified value.
scrollVertical(JCScrollableInterface, JCAdjustmentEvent, int). Method in class jclass.bwt.JCList
Scrolls the list vertically.
scrollVertical(JCScrollableInterface, JCAdjustmentEvent, int). Method in class jclass.bwt.JCOutliner
Scrolls the list vertically.
scrollVertical(JCScrollableInterface, JCAdjustmentEvent, int). Method in class jclass.bwt.JCScrolledWindow
Scrolls a scrollableInterface component vertically.
scrollVertical(JCScrollableInterface, JCAdjustmentEvent, int). Method in class jclass.bwt.JCTextArea
Scrolls a scrollableInterface component vertically.
SE_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The south-east-resize cursor type.
SE_RESIZE_CURSOR. Static variable in class java.awt.Frame
search(Object). Method in class java.util.Stack
Returns where an object is on this stack.
SECOND. Static variable in class java.util.Calendar
Useful constant for date and time.
SecurityException(). Constructor for class java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String). Constructor for class java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityManager(). Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
select(int). Method in class java.awt.Choice
Selects the item with the specified postion.
select(int). Method in class jclass.bwt.JCComboBox
Selects the item with the specified postion.
select(int). Method in class jclass.bwt.JCList
Selects the item at the specified row, and posts a JCListEvent
select(int). Method in class jclass.bwt.JCListComponent
Selects the item at the specified row, and posts a JCListEvent.
select(int). Method in interface jclass.bwt.JCListInterface
Selects the item at the specified row.
select(int). Method in class jclass.bwt.JCMultiColumnList
Selects the item at the specified row.
select(int). Method in class java.awt.List
Selects the item at the specified index.
select(int, boolean). Method in class jclass.bwt.JCList
Selects the item at the specified row.
select(int, boolean). Method in class jclass.bwt.JCListComponent
Selects the item at the specified row, and posts a JCListEvent.
select(int, int). Method in class jclass.bwt.JCTextArea
Selects the text found between the specified start and end locations.
select(int, int). Method in class jclass.bwt.JCTextComponent
Sets the current selection, and sets the cursor at the end of the selection.
select(int, int). Method in interface jclass.bwt.JCTextInterface
Selects the text found between the specified start and end locations.
select(int, int). Method in class java.awt.TextComponent
Selects the text found between the specified start and end locations.
select(int, int, int). Method in class jclass.bwt.JCTextComponent
Selects part of the text.
select(Object). Method in class jclass.bwt.JCComboBox
Selects the specified item.
select(Object). Method in class jclass.bwt.JCList
Selects the specified item.
select(Object). Method in class jclass.bwt.JCListComponent
Selects the specified item.
select(Object, boolean). Method in class jclass.bwt.JCList
Selects the specified item.
select(Object, boolean). Method in class jclass.bwt.JCListComponent
Selects the specified item.
select(String). Method in class java.awt.Choice
Selects the item with the specified String.
SELECT_ALL. Static variable in class jclass.bwt.BWTEnum
SELECT_ALL. Static variable in class jclass.bwt.JCTextComponent
SELECT_CHAR. Static variable in class jclass.bwt.BWTEnum
SELECT_CHAR. Static variable in class jclass.bwt.JCTextComponent
SELECT_LINE. Static variable in class jclass.bwt.BWTEnum
SELECT_LINE. Static variable in class jclass.bwt.JCTextComponent
SELECT_PARAGRAPH. Static variable in class jclass.bwt.BWTEnum
SELECT_PARAGRAPH. Static variable in class jclass.bwt.JCTextComponent
SELECT_WORD. Static variable in class jclass.bwt.BWTEnum
SELECT_WORD. Static variable in class jclass.bwt.JCTextComponent
selectAll(). Method in class jclass.bwt.JCTextArea
Selects all the text in the component.
selectAll(). Method in class jclass.bwt.JCTextComponent
Selects all the text, and sets the cursor at the last character.
selectAll(). Method in interface jclass.bwt.JCTextInterface
Selects all the text in the component.
selectAll(). Method in class java.awt.TextComponent
Selects all the text in the TextComponent.
SELECTED. Static variable in class java.awt.event.ItemEvent
The item selected state change type.
selectEnd(Event). Method in class jclass.bwt.JCTextComponent
Ends the current selection.
selectExtend(Event). Method in class jclass.bwt.JCTextComponent
Extends the current selection.
selectNode(JCOutlinerNode, Event). Method in class jclass.bwt.JCOutliner
Selects a node, and posts a JCOutlinerEvent.
selectNode(JCOutlinerNode, Event). Method in class jclass.bwt.JCOutlinerComponent
Selects a node, and posts a JCOutlinerEvent.
selectNode(JCOutlinerNode, Event). Method in interface jclass.bwt.JCOutlinerInterface
Selects a node, and posts a JCOutlinerEvent.
selectStart(Event). Method in class jclass.bwt.JCTextComponent
Starts the selection.
SEPTEMBER. Static variable in class java.util.Calendar
Useful constant for month.
set(int). Method in class java.util.BitSet
Sets a bit.
set(int, int). Method in class java.util.Calendar
Sets the time field with the given value.
set(int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, and date.
set(int, int, int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, date, hour, and minute.
set(int, int, int, int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, date, hour, minute, and second.
setActionCommand(String). Method in class java.awt.Button
Sets the command name of the action event fired by this button.
setActionCommand(String). Method in class jclass.bwt.JCButton
Sets the command name of the action event fired by this button.
setActionCommand(String). Method in class jclass.bwt.JCTextField
Sets the command name of the action event fired by this field.
setActionCommand(String). Method in class java.awt.MenuItem
Sets the command name of the action event fired by this menu item.
setAlignment(int). Method in class java.awt.FlowLayout
Sets the alignment value for this layout.
setAlignment(int). Method in class jclass.bwt.JCLabel
Sets the position of the value within the label: Label.LEFT, CENTER or RIGHT; or JCLabel.TOPLEFT, TOPCENTER, TOPRIGHT, MIDDLELEFT, MIDDLECENTER (default), MIDDLERIGHT, BOTTOMLEFT, BOTTOMCENTER and BOTTOMRIGHT.

HTML param name/value: "Alignment"/enum

setAlignment(int). Method in class jclass.bwt.JCTabManager
Sets the default position of the tab's label within its shadows.
setAlignment(int). Method in class jclass.bwt.JCTextArea
Sets the position of the text:
LEFT (default), CENTER, or RIGHT.
setAlignment(int). Method in class jclass.bwt.JCTextComponent
Sets the position of the text:

LEFT (default), CENTER, or RIGHT.

setAlignment(int). Method in interface jclass.bwt.JCTextInterface
Sets the position of the text:
BWTEnum.LEFT (default), CENTER, or RIGHT.
setAlignment(int). Method in class java.awt.Label
Sets the alignment for this label to the specified alignment.
setAllowChange(boolean). Method in class jclass.bwt.JCOutlinerEvent
Determines whether the selection or state change should be allowed (default: true).
setAllowChange(boolean). Method in class jclass.bwt.JCSpinBoxEvent
If this value is set to false, the text field's value is not changed (default: true).
setAllowChange(boolean). Method in class jclass.bwt.JCTextEvent
Determines whether the value change be allowed (default: true).
setAllowMovement(boolean). Method in class jclass.bwt.JCTextCursorEvent
Determines whether the cursor movement should be allowed (default: true).
setAllowMultipleSelections(boolean). Method in class jclass.bwt.JCList
Sets whether the list allows multiple selections.
setAllowMultipleSelections(boolean). Method in class jclass.bwt.JCListComponent
Sets whether the list allows multiple selections.
setAllowMultipleSelections(boolean). Method in interface jclass.bwt.JCListInterface
Sets whether this list should allow multiple selections or not.
setAllowMultipleSelections(boolean). Method in class jclass.bwt.JCMultiColumnList
Sets whether the list allows multiple selections.

HTML param name/value: "AllowMultipleSelections"/boolean

setAllowSelection(boolean). Method in class jclass.bwt.JCListEvent
Determines whether the selection should be allowed (default: true).
setArmLabel(Object). Method in class jclass.bwt.JCButton
Sets the label that is displayed when the button is pressed.
setArrowSize(Dimension). Method in class jclass.bwt.JCArrowButton
Sets the arrow's size (default: 7x4 (UP/DOWN), 4x7 (LEFT/RIGHT)).
setAutoArrowDisable(boolean). Method in class jclass.bwt.JCSpinBox
If true (default), the increment or decrement arrow button is disabled when the end of the range is reached.
setAutoLabel(boolean). Method in class jclass.bwt.JCProgressMeter
If true (default), a label will be displayed showing the meter's value as a percentage.
setAutoSelect(boolean). Method in class jclass.bwt.JCList
If true, the item which currently has focus is also selected (default: false).

HTML param name/value: "AutoSelect"/boolean

setAutoSelect(boolean). Method in class jclass.bwt.JCListComponent
If true, the item which currently has focus is also selected (default: false).

HTML param name/value: "AutoSelect"/boolean

setAutoSelect(boolean). Method in interface jclass.bwt.JCListInterface
If true, the item which currently has focus is also selected.
setAutoSelect(boolean). Method in class jclass.bwt.JCMultiColumnList
If true, the item which currently has focus is also selected (default: false).

HTML param name/value: "AutoSelect"/boolean

setAutoSelect(boolean). Method in class jclass.bwt.JCOutliner
If true (default), the node which currently has focus is also selected.

HTML param name/value: "AutoSelect"/boolean

setAutoSelect(boolean). Method in class jclass.bwt.JCOutlinerComponent
If true (default), the node which currently has focus is also selected.
setAutoSelect(boolean). Method in interface jclass.bwt.JCOutlinerInterface
If true, the node which currently has focus is also selected.
setAutoTick(boolean). Method in class jclass.bwt.JCSlider
If true (default), a tick mark is drawn at each page increment.
setBackground(Color). Method in class java.awt.Component
Sets the background color.
setBackground(Color). Method in class jclass.bwt.JCArrowButton
Sets the background color of the component.

HTML param name/value: "Background"/Color

setBackground(Color). Method in class jclass.bwt.JCComponent
Sets the background color of the component.

HTML param name/value: "Background"/Color

setBackground(Color). Method in class jclass.bwt.JCOutlinerComponent
Sets the background color of the component.

HTML param name/value: "Background"/Color

setBackground(Color). Method in class jclass.bwt.JCScrollbar
Sets the background color.
setBackground(Color). Method in class jclass.bwt.JCSlider
Sets the background color.
setBackgroundSelected(Color). Method in class jclass.bwt.JCOutlinerNodeStyle
Sets the node's background color when it is selected (default: outliner's foreground color).
setBarColor(Color). Method in class jclass.bwt.JCProgressMeter
Sets the bar's color (default: red).
setBarCount(int). Method in class jclass.bwt.JCProgressMeter
Sets the number of discrete bars eventually displayed (default: 10).
setBarSpacing(int). Method in class jclass.bwt.JCProgressMeter
Sets the space (in pixels) between each bar, if BarCount is greater than 1 (default: 2).
setBatched(boolean). Method in class jclass.bwt.JCList
If false (default), the component is repainted every time an item is changed.
setBatched(boolean). Method in class jclass.bwt.JCListComponent
If false (default), the component is repainted every time an item is changed.
setBatched(boolean). Method in class jclass.bwt.JCMultiColumnList
If false (default), the component is repainted every time an item is changed.
setBatched(boolean). Method in class jclass.bwt.JCMultiColumnListComponent
If false (default), the component is repainted every time an item is changed.
setBatched(boolean). Method in class jclass.bwt.JCOutliner
If false (default), the component is repainted every time an item is changed.
setBatched(boolean). Method in class jclass.bwt.JCOutlinerComponent
If false (default), the component is repainted every time an item is changed.
setBlockIncrement(int). Method in interface java.awt.Adjustable
Sets the block value increment for the adjustable object.
setBlockIncrement(int). Method in interface jclass.bwt.JCAdjustable
Sets the block value increment for the adjustable object.
setBlockIncrement(int). Method in class jclass.bwt.JCScrollbar
Sets the page increment.
setBlockIncrement(int). Method in class jclass.bwt.JCSlider
Sets the page increment.
setBlockIncrement(int). Method in class java.awt.Scrollbar
Sets the block increment for this scrollbar.
setBounds(int, int, int, int). Method in class java.awt.Component
Reshapes the Component to the specified bounding box.
setBounds(int, int, int, int). Method in class java.awt.Rectangle
Set the bounds of this rectangle to the specified x, y, width, and height.
setBounds(Rectangle). Method in class java.awt.Component
Reshapes the Component to the specified bounding box.
setBounds(Rectangle). Method in class java.awt.Rectangle
Set the bounds of this rectangle to match the specified rectangle.
setButtons(JCVector). Method in class jclass.bwt.JCHeader
Creates a JCButton for each label.

HTML param name/value: "Buttons"/comma-separated list of labels

setCaretPosition(int). Method in class jclass.bwt.JCTextArea
Sets the position of the cursor (provided for JDK 1.1 compatibility).
setCaretPosition(int). Method in class jclass.bwt.JCTextComponent
Sets the position of the cursor (provided for JDK 1.1 compatibility).
setCaretPosition(int). Method in class java.awt.TextComponent
Sets the position of the text insertion caret for the TextComponent
setChanged(). Method in class java.util.Observable
Indicates that this object has changed.
setChanged(boolean). Method in class jclass.bwt.JCTextComponent
Resets the Changed flag.
setChangePage(boolean). Method in class jclass.bwt.JCTabManagerEvent
Determines whether the page should change (default: true).
setCharAt(int, char). Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setCheckboxGroup(CheckboxGroup). Method in class java.awt.Checkbox
Sets the CheckboxGroup to the specified group.
setCheckboxGroup(JCCheckboxGroup). Method in class jclass.bwt.JCCheckbox
Sets this button to the specified group.
setChildren(JCVector). Method in class jclass.bwt.JCOutlinerFolderNode
Adds a list of children, replacing the previous list (if any).
setClip(int, int, int, int). Method in class java.awt.Graphics
Sets the current clip to the rectangle specified by the given coordinates.
setClip(Shape). Method in class java.awt.Graphics
Set the current clipping area to an arbitrary clip shape.
setColor(char, Color). Method in class jclass.util.JCImageCreator
Sets the color corresponding to a character.
setColor(char, int). Method in class jclass.util.JCImageCreator
Sets the color (as an rgb int) corresponding to a character.
setColor(Color). Method in class java.awt.Graphics
Sets the current color to the specified color.
setColumnAlignment(int, int). Method in class jclass.bwt.JCHeader
Sets a column's alignment.
setColumnAlignment(int, int). Method in class jclass.bwt.JCMultiColumnData
Sets a column's alignment.
setColumnAlignment(int, int). Method in interface jclass.bwt.JCMultiColumnInterface
Sets a column's alignment.
setColumnAlignment(int, int). Method in class jclass.bwt.JCMultiColumnListComponent
Sets a column's alignment.
setColumnAlignment(int, int). Method in class jclass.bwt.JCMultiColumnWindow
Sets a column's alignment.
setColumnAlignment(int, int). Method in class jclass.bwt.JCOutlinerComponent
Sets a column's alignment.
setColumnAlignments(int[]). Method in class jclass.bwt.JCHeader
Sets the column's alignments.

HTML param name/value: "ColumnAlignments"/comma-separated list of enums

setColumnAlignments(int[]). Method in class jclass.bwt.JCMultiColumnData
Sets the column's alignments.
setColumnAlignments(int[]). Method in interface jclass.bwt.JCMultiColumnInterface
Sets the column's alignments.
setColumnAlignments(int[]). Method in class jclass.bwt.JCMultiColumnListComponent
Sets the column's alignments.

This value may be set from an HTML file using a PARAM tag with a "ColumnAlignments" name and a comma-separated list of enums.

setColumnAlignments(int[]). Method in class jclass.bwt.JCMultiColumnWindow
Sets the column's alignments.

HTML param name/value: "ColumnAlignments"/comma-separated list of enums

setColumnAlignments(int[]). Method in class jclass.bwt.JCOutlinerComponent
Sets the column's alignments.
setColumnButtons(JCVector). Method in class jclass.bwt.JCHeader
Creates a JCButton for each label.

HTML param name/value: "Buttons"/comma-separated list of labels

setColumnButtons(JCVector). Method in interface jclass.bwt.JCMultiColumnInterface
Sets a header for the window with buttons created from the specified labels.
setColumnButtons(JCVector). Method in class jclass.bwt.JCMultiColumnListComponent
If the list is a child of a JCMultiColumnList, sets a header for the window with buttons with the specified labels.
setColumnButtons(JCVector). Method in class jclass.bwt.JCMultiColumnWindow
Sets a header for the window with buttons created from the specified labels.
setColumnButtons(JCVector). Method in class jclass.bwt.JCOutlinerComponent
If the outliner is a child of a JCOutliner, sets a header for the window with buttons with the specified labels.
setColumnButtons(String[]). Method in class jclass.bwt.JCMultiColumnWindow
Sets a header for the window with buttons created from the specified labels.
setColumnLabelAlignment(int, int). Method in class jclass.bwt.JCMultiColumnWindow
Sets a column label's alignment.
setColumnLabels(JCVector). Method in class jclass.bwt.JCHeader
Creates a JCLabel for each label.

HTML param name/value: "Labels"/comma-separated list of labels

setColumnLabels(JCVector). Method in interface jclass.bwt.JCMultiColumnInterface
Sets a header for the window with the specified labels.
setColumnLabels(JCVector). Method in class jclass.bwt.JCMultiColumnListComponent
If the list is a child of a JCMultiColumnList, sets a header for the window with the specified labels.
setColumnLabels(JCVector). Method in class jclass.bwt.JCMultiColumnWindow
Sets a header for the window with the specified labels.
setColumnLabels(JCVector). Method in class jclass.bwt.JCOutlinerComponent
If the list is a child of a JCMultiColumnList, sets a header for the window with the specified labels.
setColumnLabels(String[]). Method in class jclass.bwt.JCMultiColumnWindow
Sets a header for the window with the specified labels.
setColumnLabelSort(boolean). Method in class jclass.bwt.JCMultiColumnWindow
Specifies whether a column is sorted when its button is clicked (default: true).
setColumnLabelSortMethod(JCSortInterface). Method in class jclass.bwt.JCMultiColumnWindow
Sets the method to be called during sorting.
setColumnLeftMargin(int, int). Method in class jclass.bwt.JCHeader
Sets the column's left margin value (pixels) (default: 5).

HTML param name/value: "ColumnLeftMargins"/comma-separated list of ints, one for each column

setColumnLeftMargin(int, int). Method in class jclass.bwt.JCMultiColumnData
Sets the column's left margin value (pixels) (default: 5).
setColumnLeftMargin(int, int). Method in interface jclass.bwt.JCMultiColumnInterface
Sets the column's left margin value (pixels).
setColumnLeftMargin(int, int). Method in class jclass.bwt.JCMultiColumnListComponent
Sets the column's left margin value (pixels) (default: 5).
setColumnLeftMargin(int, int). Method in class jclass.bwt.JCMultiColumnWindow
Sets the column's left margin value (pixels) (default: 5).

HTML param name/value: "ColumnLeftMargins"/comma-separated list of ints, one for each column

setColumnLeftMargin(int, int). Method in class jclass.bwt.JCOutlinerComponent
Sets the column's left margin value (pixels) (default: 2).
setColumnRightMargin(int, int). Method in class jclass.bwt.JCHeader
Sets the column's right margin value (pixels) (default: 5).

HTML param name/value: "ColumnRightMargins"/comma-separated list of ints, one for each column

setColumnRightMargin(int, int). Method in class jclass.bwt.JCMultiColumnData
Sets the column's right margin value (pixels) (default: 5).
setColumnRightMargin(int, int). Method in interface jclass.bwt.JCMultiColumnInterface
Sets the column's right margin value (pixels).
setColumnRightMargin(int, int). Method in class jclass.bwt.JCMultiColumnListComponent
Sets the column's right margin value (pixels) (default: 5).

The values for all columns may be set from an HTML file using a PARAM tag with a "ColumnRightMargins" name and a comma-separated list of ints.

setColumnRightMargin(int, int). Method in class jclass.bwt.JCMultiColumnWindow
Sets the column's right margin value (pixels) (default: 5).

HTML param name/value: "ColumnRightMargins"/comma-separated list of ints, one for each column

setColumnRightMargin(int, int). Method in class jclass.bwt.JCOutlinerComponent
Sets the column's right margin value (pixels) (default: 2).

The values for all columns may be set from an HTML file using a PARAM tag with a "ColumnRightMargins" name and a comma-separated list of ints.

setColumns(int). Method in class java.awt.GridLayout
Sets the number of columns in this layout.
setColumns(int). Method in class jclass.bwt.JCTextArea
Sets the number of columns.
setColumns(int). Method in class jclass.bwt.JCTextComponent
Sets the number of columns.

HTML param name/value: "Columns"/int

setColumns(int). Method in interface jclass.bwt.JCTextInterface
Sets the number of columns.
setColumns(int). Method in class java.awt.TextArea
Sets the number of columns for this TextArea.
setColumns(int). Method in class java.awt.TextField
Sets the number of columns in this TextField.
setColumnWidth(int, int). Method in class jclass.bwt.JCHeader
Sets the width of a column.
setColumnWidth(int, int). Method in class jclass.bwt.JCMultiColumnData
Sets the width of a column.
setColumnWidth(int, int). Method in interface jclass.bwt.JCMultiColumnInterface
Sets the width of a column.
setColumnWidth(int, int). Method in class jclass.bwt.JCMultiColumnListComponent
Sets the width of a column.
setColumnWidth(int, int). Method in class jclass.bwt.JCMultiColumnWindow
Sets the width of a column.
setColumnWidth(int, int). Method in class jclass.bwt.JCOutlinerComponent
Sets the width of a column.
setColumnWidths(int[]). Method in class jclass.bwt.JCHeader
Sets the list of column widths.
setColumnWidths(int[]). Method in class jclass.bwt.JCMultiColumnData
Sets the list of column widths.
setColumnWidths(int[]). Method in interface jclass.bwt.JCMultiColumnInterface
Sets the list of column widths.
setColumnWidths(int[]). Method in class jclass.bwt.JCMultiColumnListComponent
Sets the list of column widths.
setColumnWidths(int[]). Method in class jclass.bwt.JCMultiColumnWindow
Sets the list of column widths.
setColumnWidths(int[]). Method in class jclass.bwt.JCOutlinerComponent
Sets the list of column widths.
setConstraints(Component, GridBagConstraints). Method in class java.awt.GridBagLayout
Sets the constraints for the specified component.
setConverter(JCConverter). Static method in class jclass.bwt.JCComponent
Sets the converter to be used for converting strings to internal values.
setConverter(JCConverter). Static method in class jclass.bwt.JCContainer
Sets the converter to be used for converting strings to internal values.
setCurrent(Checkbox). Method in class java.awt.CheckboxGroup
setCurrent(JCCheckbox). Method in class jclass.bwt.JCCheckboxGroup
Sets the current choice to the specified checkbox, whose state is set to BWTEnum.ON.
setCurrentPage(Component). Method in class jclass.bwt.JCTabManager
Sets the current page.
setCurrentTab(int, boolean). Method in class jclass.bwt.JCTabManager
Sets the current tab, and posts a JCTabMangerEvent.
setCurrentTabFont(Font). Method in class jclass.bwt.JCTabManager
Sets the current tab's font (default: bold version of default font).

HTML param name/value: "CurrentTabFont"/Font

setCursor(Component, int). Static method in class jclass.bwt.BWTUtil
Sets the cursor in the parent frame.
setCursor(Cursor). Method in class java.awt.Component
Set the cursor image to a predefined cursor.
setCursor(int). Method in class java.awt.Frame
setCursor(int). Method in class jclass.bwt.JCComponent
Sets the cursor in the parent frame.
setCursor(int). Method in class jclass.bwt.JCContainer
Sets the cursor in the parent frame.
setCursorPosition(int). Method in class jclass.bwt.JCTextArea
Sets the position of the cursor.
setCursorPosition(int). Method in class jclass.bwt.JCTextComponent
Sets the position of the cursor, and posts a JCTextCursorEvent event.

HTML param name/value: "CursorPosition"/int

setCursorPosition(int). Method in interface jclass.bwt.JCTextInterface
Sets the position of the cursor.
setDaemon(boolean). Method in class java.lang.Thread
Marks this thread as either a daemon thread or a user thread.
setDaemon(boolean). Method in class java.lang.ThreadGroup
Changes the daemon status of this thread group.
setDate(int). Method in class java.util.Date
Sets the day of the month of this date to the specified value.
setDecimalPlaces(int). Method in class jclass.bwt.JCSpinBox
Sets the number of decimal points used when displaying the value (default: 0).

HTML param name/value: "DecimalPlaces"/int

setDefault(Locale). Static method in class java.util.Locale
Sets the default.
setDefault(TimeZone). Static method in class java.util.TimeZone
Sets time zone to using the given TimeZone.
setDirectory(String). Method in class java.awt.FileDialog
Set the directory of the Dialog to the specified directory.
setDoubleBuffer(boolean). Method in class jclass.bwt.JCComponent
Controls whether double-buffering is used when displaying and updating the component (default: true).

HTML param name/value: "DoubleBuffer"/boolean

setDoubleBuffer(boolean). Method in class jclass.bwt.JCListComponent
Controls whether double-buffering is used when displaying and updating the component (default: true).

HTML param name/value: "DoubleBuffer"/boolean

setDoubleBuffer(boolean). Method in class jclass.bwt.JCOutlinerComponent
Controls whether double-buffering is used when displaying and updating the component (default: true).

HTML param name/value: "DoubleBuffer"/boolean

setDoubleBuffer(boolean). Method in class jclass.bwt.JCTextAreaComponent
Controls whether double-buffering is used when displaying and updating the component (default: true).

HTML param name/value: "DoubleBuffer"/boolean

setDragAndDropPolicy(int). Method in class jclass.bwt.JCOutliner
Sets whether the outliner can be used as a drag and/or drop site.
setDragAndDropPolicy(int). Method in class jclass.bwt.JCOutlinerComponent
Sets whether the outliner can be used as a drag and/or drop site.
setEchoChar(char). Method in class jclass.bwt.JCTextField
Sets the echo character.
setEchoChar(char). Method in class java.awt.TextField
Sets the echo character for this TextField.
setEchoCharacter(char). Method in class java.awt.TextField
setEchoCharString(String). Method in class jclass.bwt.JCTextField
Sets the echo character.
setEditable(boolean). Method in class jclass.bwt.JCTextArea
Determines whether this component is editable.
setEditable(boolean). Method in class jclass.bwt.JCTextComponent
If set to true (default), the user can edit the text.

HTML param name/value: "Editable"/boolean

setEditable(boolean). Method in interface jclass.bwt.JCTextInterface
Determines whether this component is editable.
setEditable(boolean). Method in class java.awt.TextComponent
Sets the specified boolean to indicate whether or not this TextComponent should be editable.
setElementAt(int, Object). Method in class jclass.util.JCVector
Sets the element at the specified index to be the specified object.
setElementAt(Object, int). Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setEnabled(boolean). Method in class java.awt.Component
Enables a component.
setEnabled(boolean). Method in class java.awt.MenuItem
Sets whether or not this menu item can be chosen.
setEndPosition(int). Method in class jclass.bwt.JCTextEvent
Sets the ending position of the text to modify.
setEndRule(int, int, int, int). Method in class java.util.SimpleTimeZone
Sets the daylight savings ending rule.
setErr(PrintStream). Static method in class java.lang.System
Reassigns the "standard" error output stream.
setFile(String). Method in class java.awt.FileDialog
Sets the file for this dialog to the specified file.
setFilenameFilter(FilenameFilter). Method in class java.awt.FileDialog
Sets the filter for this dialog to the specified filter.
setFilterTime(long). Method in class jclass.bwt.JCScrollbar
If 2 mouse drag events are received within this interval, the 2nd is not reported (ie no events are posted) (default: 0 ms).
setFirstDayOfWeek(int). Method in class java.util.Calendar
Sets what the first day of the week is; e.g., Sunday in US, Monday in France.
setFirstVisibleTab(int). Method in class jclass.bwt.JCTabManager
Sets the first tab currently visible.
setFocusNode(JCOutlinerNode, Event). Method in class jclass.bwt.JCOutliner
Sets a node to have the keyboard focus.
setFocusNode(JCOutlinerNode, Event). Method in class jclass.bwt.JCOutlinerComponent
Sets a node to have the keyboard focus.
setFocusNode(JCOutlinerNode, Event). Method in interface jclass.bwt.JCOutlinerInterface
Sets a node to have the keyboard focus.
setFolderClosedIcon(Image). Method in class jclass.bwt.JCOutlinerNodeStyle
Sets the node's icon if it is a closed folder.
setFolderClosedSelectedIcon(Image). Method in class jclass.bwt.JCOutlinerNodeStyle
Sets the node's icon if it is a closed folder and it is selected.
setFolderOpenIcon(Image). Method in class jclass.bwt.JCOutlinerNodeStyle
Sets the node's icon if it is an open folder.
setFolderOpenSelectedIcon(Image). Method in class jclass.bwt.JCOutlinerNodeStyle
Sets the node's icon if it is an open folder and it is selected.
setFont(Font). Method in class java.awt.Component
Sets the font of the component.
setFont(Font). Method in class java.awt.Graphics
Sets the font for all subsequent text rendering operations.
setFont(Font). Method in class jclass.bwt.JCComponent
Sets the font of the component.

HTML param name/value: "Font"/font

setFont(Font). Method in class jclass.bwt.JCHeader
Sets the font of the component.
setFont(Font). Method in class jclass.bwt.JCLabel
Sets the label's font.
setFont(Font). Method in class jclass.bwt.JCListComponent
Sets the font of the component.
setFont(Font). Method in class jclass.bwt.JCMultiColumnListComponent
Sets the font of the component.
setFont(Font). Method in class jclass.bwt.JCMultiColumnWindow
Sets the font of the component.
setFont(Font). Method in class jclass.bwt.JCOutlinerComponent
Sets the font of the component.
setFont(Font). Method in class jclass.bwt.JCOutlinerNodeStyle
Sets the node's font (default: outliner's font).
setFont(Font). Method in class jclass.bwt.JCTextComponent
Sets the font of the component.

HTML param name/value: "Font"/font

setFont(Font). Method in class java.awt.MenuComponent
Sets the font to be used for this MenuItem to the specified font.
setForeground(Color). Method in class java.awt.Component
Sets the foreground color.
setForeground(Color). Method in class jclass.bwt.JCComponent
Sets the foreground color of the component.

HTML param name/value: "Foreground"/Color

setForeground(Color). Method in class jclass.bwt.JCOutlinerComponent
Sets the foreground color of the component.

HTML param name/value: "Foreground"/Color

setForeground(Color). Method in class jclass.bwt.JCOutlinerNodeStyle
Sets the node's foreground color (default: outliner's foreground color).
setForeground(Color). Method in class jclass.bwt.JCScrollbar
Sets the foreground color.
setForegroundSelected(Color). Method in class jclass.bwt.JCOutlinerNodeStyle
Sets the node's foreground color when it is selected (default: outliner's background color).
setGregorianChange(Date). Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setHeader(JCHeader). Method in class jclass.bwt.JCMultiColumnWindow
Sets a header for the window.
setHelpMenu(Menu). Method in class java.awt.MenuBar
Sets the help menu to the specified menu on the menu bar.
setHgap(int). Method in class java.awt.BorderLayout
Sets the horizontal gap between components.
setHgap(int). Method in class java.awt.CardLayout
Sets the horizontal gap between components.
setHgap(int). Method in class java.awt.FlowLayout
Sets the horizontal gap between components.
setHgap(int). Method in class java.awt.GridLayout
Sets the horizontal gap between components.
setHighlightColor(Color). Method in class jclass.bwt.JCComponent
Sets the color of the rectangle drawn when the component has focus (default: black).

HTML param name/value: "HighlightColor"/Color

setHighlightThickness(int). Method in class jclass.bwt.JCComponent
Sets the thickness of the rectangle drawn when the component has focus (default: 2).

HTML param name/value: "HighlightThickness"/int

setHorizOrigin(int). Method in class jclass.bwt.JCListComponent
Sets the horizontal origin prior to scrolling.
setHorizOrigin(int). Method in class jclass.bwt.JCOutlinerComponent
Sets the horizontal origin prior to scrolling.
setHorizOrigin(int). Method in interface jclass.bwt.JCScrollableInterface
Sets the horizontal origin prior to scrolling.
setHorizOrigin(int). Method in class jclass.bwt.JCTextAreaComponent
Sets the horizontal origin prior to scrolling.
setHorizScrollbarValues(). Method in class jclass.bwt.JCOutliner
This method may be overriden by a subclass to change the default values of the horizontal scrollbar.
setHorizScrollbarValues(). Method in class jclass.bwt.JCScrolledWindow
This method may be overriden by a subclass to change the default values of the horizontal scrollbar.
setHorizScrollbarValues(int, int, int, int). Method in class jclass.bwt.JCScrolledWindow
This method may be overriden by a subclass to set the horizontal scrollbar's values.
setHorizScrollbarValues(int, int, int, int). Method in class jclass.bwt.JCTextArea
This method may be overriden by a subclass to set the horizontal scrollbar's values.
setHours(int). Method in class java.util.Date
Sets the hour of this date to the specified value.
setIconImage(Image). Method in class java.awt.Frame
Sets the image to display when this Frame is iconized.
setIconSpacing(int). Method in class jclass.bwt.JCOutlinerNodeStyle
Sets the horizontal spacing between the icon and the label (default: 5).
setID(String). Method in class java.util.TimeZone
Sets the time zone ID.
setIn(InputStream). Static method in class java.lang.System
Reassigns the "standard" input stream.
setIncrement(int). Method in class jclass.bwt.JCSpinBox
Sets the amount by which to increment or decrement the value (default: 1).

HTML param name/value: "Increment"/int

setIndicator(int). Method in class jclass.bwt.JCCheckbox
Sets the indicator style:
INDICATOR_FILL     Indicator is drawn, and its shadows are switched
INDICATOR_CHECK    Checkmark 
INDICATOR_CIRCLE   Circle 
INDICATOR_CROSS    X (default)
INDICATOR_DIAMOND  Diamond
INDICATOR_IMAGE    Image specified by ImageList

HTML param name/value: "Indicator"/enum

setIndicatorImageList(Image[]). Method in class jclass.bwt.JCCheckbox
Sets a list of indicator images to be used if Indicator is INDICATOR_IMAGE.
setIndicatorImageURLList(URL[]). Method in class jclass.bwt.JCCheckbox
Sets a list of indicator images to be used if Indicator is INDICATOR_IMAGE.
setIndicatorSize(). Method in class jclass.bwt.JCCheckbox
Set the indicator size.
setInitialRepeatDelay(int). Method in class jclass.bwt.JCArrowButton
Sets the time (in ms) to wait before sending continuous button press events while the button is pressed and held down.
setInsets(Insets). Method in class jclass.bwt.JCComponent
Sets the component's margins (default: 0).

HTML param name/value: "Insets"/Insets

setInsets(Insets). Method in class jclass.bwt.JCContainer
Sets the container's margins.
setInsets(Insets). Method in class jclass.bwt.JCTextAreaComponent
Sets the spacing between the text and the edge of the component.
setIntValue(int). Method in class jclass.bwt.JCSpinBox
Sets the current value as an int.
setIntValue(int). Method in class jclass.bwt.JCSpinBoxString
Sets the current value as an int.
setItemIcon(Image). Method in class jclass.bwt.JCOutlinerNodeStyle
Sets the node's icon if it is not a folder.
setItems(JCVector). Method in class jclass.bwt.JCList
Sets the list's values as a Vector of objects.

HTML param name/value: "Items"/string list

setItems(JCVector). Method in class jclass.bwt.JCListComponent
Sets the list's values as a Vector of objects.

HTML param name/value: "Items"/string list

setItems(JCVector). Method in interface jclass.bwt.JCListInterface
Sets the list's values.
setItems(JCVector). Method in class jclass.bwt.JCMultiColumnList
Sets the list's values as a Vector of objects.

HTML param name/value: "Items"/string list

setItems(String[]). Method in class jclass.bwt.JCComboBox
Sets the list's values as a list of Strings.
setItems(String[]). Method in class jclass.bwt.JCList
Sets the list's values as a list of Strings.
setItems(String[]). Method in class jclass.bwt.JCListComponent
Sets the list's values as an array of Strings.
setItems(String[]). Method in class jclass.bwt.JCMultiColumnList
Sets the list's values as a list of Strings.
setItems(String[]). Method in class jclass.bwt.JCMultiColumnListComponent
Sets the list's values as an array of Strings.
setItemSelectedIcon(Image). Method in class jclass.bwt.JCOutlinerNodeStyle
Sets the node's icon if it is not a folder and it is selected.
setItemsStrings(String[]). Method in class jclass.bwt.JCList
Sets the list's values as a list of Strings.
setItemsStrings(String[]). Method in class jclass.bwt.JCMultiColumnList
Sets the list's values as a list of Strings.
setKeyChar(char). Method in class java.awt.event.KeyEvent
setKeyCode(int). Method in class java.awt.event.KeyEvent
setLabel(Object). Method in class jclass.bwt.JCLabel
Sets the value displayed in the label.

HTML param name/value: "Label"/string

setLabel(Object). Method in class jclass.bwt.JCOutlinerNode
Sets the node's label.
setLabel(String). Method in class java.awt.Button
Sets the button with the specified label.
setLabel(String). Method in class java.awt.Checkbox
Sets this check box's label to be the specified string.
setLabel(String). Method in class jclass.bwt.JCProgressMeter
Sets the label (default: null).
setLabel(String). Method in class java.awt.MenuItem
Sets the label to be the specified label.
setLabelDefaultAlignment(int). Method in class jclass.bwt.JCAlignerLayout
Sets the default alignment for each label (if the component is a JCLabel):
BWTEnum.TOPLEFT, TOPCENTER, TOPRIGHT, MIDDLELEFT, MIDDLECENTER, MIDDLERIGHT (default), BOTTOMLEFT, BOTTOMCENTER and BOTTOMRIGHT
setLabelImage(URL). Method in class jclass.bwt.JCLabel
Sets the text for this label to the specified image.
setLabelPosition(int). Method in class jclass.bwt.JCProgressMeter
Sets the label's position, relative to the bar: STRING_TOP, STRING_LEFT, STRING_RIGHT (default), STRING_BOTTOM or STRING_CENTER
setLabels(JCVector). Method in class jclass.bwt.JCHeader
Creates a JCLabel for each label.

HTML param name/value: "Labels"/comma-separated list of labels

setLabelSize(Object). Method in class jclass.bwt.JCLabel
Set the value's size internally, for use in layout().
setLabelSize(Object, Font). Method in class jclass.bwt.JCLabel
Set the value's size internally, for use in layout().
setLabelVerticalAlignment(Component, int). Method in class jclass.bwt.JCAlignerLayout
Sets the vertical position of a label relative to its control.
setLabelWidth(int). Method in class jclass.bwt.JCProgressMeter
Sets the maximum number of characters which will be displayed, if ShowLabel is true (default: 4 if AutoLabel is true, 10 otherwise).
setLayout(LayoutManager). Method in class java.awt.Container
Sets the layout manager for this container.
setLayout(LayoutManager). Method in class jclass.bwt.JCComboBox
Sets the layout manager for this container.
setLayout(LayoutManager). Method in class jclass.bwt.JCHeader
Sets the layout manager for this container.
setLayout(LayoutManager). Method in class jclass.bwt.JCScrollbar
Sets the layout manager for this container.
setLayout(LayoutManager). Method in class jclass.bwt.JCScrolledWindow
Sets the layout manager for this container.
setLayout(LayoutManager). Method in class jclass.bwt.JCSlider
Sets the layout manager for this container.
setLayout(LayoutManager). Method in class jclass.bwt.JCSpinBox
Sets the layout manager for this container.
setLayout(LayoutManager). Method in class jclass.bwt.JCSplitterWindow
Sets the layout manager for this container.
setLayout(LayoutManager). Method in class jclass.bwt.JCTabManager
Sets the layout manager for this container.
setLayout(LayoutManager). Method in class java.awt.ScrollPane
Sets the layout manager for this container.
setLayout(LayoutManager). Method in class jclass.bwt.TabArrowPanel
Sets the layout manager for this container.
setLayout(LayoutManager). Method in class jclass.bwt.TabPanel
Sets the layout manager for this container.
setLength(int). Method in class java.lang.StringBuffer
Sets the length of this String buffer.
setLenient(boolean). Method in class java.util.Calendar
Specify whether or not date/time interpretation is to be lenient.
setLineColor(Color). Method in class jclass.bwt.JCOutlinerNodeStyle
Sets the color of the line connecting a folder to its children (default: outliner's foreground color).
setLineIncrement(int). Method in class java.awt.Scrollbar
setList(JCListComponent). Method in class jclass.bwt.JCList
Replaces the current internal list.
setList(JCMultiColumnListComponent). Method in class jclass.bwt.JCMultiColumnList
Replaces the current internal list.
setLocale(Locale). Method in class java.awt.Component
Sets the locale of the component.
setLocation(int, int). Method in class java.awt.Component
Moves the Component to a new location.
setLocation(int, int). Method in class java.awt.Point
Changes the point to have the specificed location.
setLocation(int, int). Method in class java.awt.Rectangle
Moves the rectangle to have the specificed location.
setLocation(Point). Method in class java.awt.Component
Moves the Component to a new location.
setLocation(Point). Method in class java.awt.Point
Changes the point to have the specificed location.
setLocation(Point). Method in class java.awt.Rectangle
Moves the rectangle to have the specificed location.
setMaximum(int). Method in interface java.awt.Adjustable
Sets the maximum value of the adjustable object.
setMaximum(int). Method in interface jclass.bwt.JCAdjustable
Sets the maximum value of the adjustable object.
setMaximum(int). Method in class jclass.bwt.JCProgressMeter
Sets the maximum value.
setMaximum(int). Method in class jclass.bwt.JCScrollbar
Sets the maximum value (default: 100).
setMaximum(int). Method in class jclass.bwt.JCSlider
Sets the maximum value (default: 100).
setMaximum(int). Method in class jclass.bwt.JCSpinBox
Sets the highest possible value (default: BWTEnum.MAXINT).

HTML param name/value: "Maximum"/int

setMaximum(int). Method in class java.awt.Scrollbar
Sets the maximum value for this Scrollbar.
setMaximumLabel(JCLabel). Method in class jclass.bwt.JCSlider
Sets the label to be displayed at the slider's maximum end (The bottom or right, depending on the orientation).
setMaximumLabelString(String). Method in class jclass.bwt.JCSlider
Sets the label to be displayed at the slider's maximum end (the bottom or right, depending on the orientation).
setMaximumLength(int). Method in class jclass.bwt.JCTextArea
Sets the maximum number of characters which may be entered by the user (default: BWTEnum.MAXINT).
setMaximumLength(int). Method in class jclass.bwt.JCTextComponent
Sets the maximum number of characters which may be entered by the user (default: BWTEnum.MAXINT).
setMaximumLength(int). Method in interface jclass.bwt.JCTextInterface
Sets the maximum number of characters which may be entered by the user (default: BWTEnum.MAXINT).
setMaxPriority(int). Method in class java.lang.ThreadGroup
Sets the maximum priority of the group.
setMenuBar(MenuBar). Method in class java.awt.Frame
Sets the menubar for this Frame to the specified menubar.
setMinChildSize(int). Method in class jclass.bwt.JCSplitterWindow
Sets the minimum size (in pixels) to which a child can be resized by the user (default: 20).
setMinimalDaysInFirstWeek(int). Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call the method with value 1.
setMinimum(int). Method in interface java.awt.Adjustable
Sets the minimum value of the adjustable object.
setMinimum(int). Method in interface jclass.bwt.JCAdjustable
Sets the minimum value of the adjustable object.
setMinimum(int). Method in class jclass.bwt.JCProgressMeter
Sets the minimum value.
setMinimum(int). Method in class jclass.bwt.JCScrollbar
Sets the minimum value.
setMinimum(int). Method in class jclass.bwt.JCSlider
Sets the minimum value.
setMinimum(int). Method in class jclass.bwt.JCSpinBox
Sets the lowest possible value (default: 0).

HTML param name/value: "Minimum"/int

setMinimum(int). Method in class java.awt.Scrollbar
Sets the minimum value for this Scrollbar.
setMinimumLabel(JCLabel). Method in class jclass.bwt.JCSlider
Sets the label to be displayed at the slider's minimum end (the top or left, depending on the orientation).
setMinimumLabelString(String). Method in class jclass.bwt.JCSlider
Sets the label to be displayed at the slider's minimum end (the top or left, depending on the orientation).
setMinSize(int). Method in class jclass.util.JCVector
Sets the minimum size of the vector.
setMinutes(int). Method in class java.util.Date
Sets the minutes of this date to the specified value.
setModal(boolean). Method in class java.awt.Dialog
Specifies whether this Dialog is modal.
setMode(int). Method in class java.awt.FileDialog
Sets the mode of the file dialog.
setModifiers(int). Method in class java.awt.event.KeyEvent
setMonth(int). Method in class java.util.Date
Sets the month of this date to the specified value.
setMultiColumnComponent(JCMultiColumnInterface). Method in class jclass.bwt.JCHeader
Sets the component which will be controlled by the header.
setMultiline(boolean). Method in class jclass.bwt.JCTextArea
If true (default), the user can break text into multiple lines by hitting Enter.
setMultiline(boolean). Method in class jclass.bwt.JCTextAreaComponent
If true (default), the user can break text into multiple lines by hitting ENTER.

HTML param name/value: "Multiline"/boolean

setMultiline(boolean). Method in interface jclass.bwt.JCTextAreaInterface
If true (default), the user can break text into multiple lines by hitting Enter.
setMultipleMode(boolean). Method in class java.awt.List
Sets whether this list should allow multiple selections or not.
setMultipleSelections(boolean). Method in class java.awt.List
setName(String). Method in class java.awt.Component
Sets the name of the component to the specified string.
setName(String). Method in class java.awt.MenuComponent
Sets the name of the component to the specified string.
setName(String). Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setNewPosition(int). Method in class jclass.bwt.JCTextCursorEvent
Sets the new cursor position.
setNewState(int). Method in class jclass.bwt.JCOutlinerEvent
Sets the node's new state.
setNextPage(Component). Method in class jclass.bwt.JCTabManagerEvent
Sets the page that will be displayed.
setNodeHeight(int). Method in class jclass.bwt.JCOutliner
Sets the height of each node (pixels).
setNodeHeight(int). Method in class jclass.bwt.JCOutlinerComponent
Sets the height of each node (pixels).
setNodeHeight(int). Method in interface jclass.bwt.JCOutlinerInterface
Sets the height of each node (pixels).
setNodeIndent(int). Method in class jclass.bwt.JCOutliner
Sets the indentation of each node relative to its parent (pixels).

HTML param name/value: "NodeIndent"/int

setNodeIndent(int). Method in class jclass.bwt.JCOutlinerComponent
Sets the indentation of each node relative to its parent (pixels) (default: 15).
setNodeIndent(int). Method in interface jclass.bwt.JCOutlinerInterface
Sets the indentation of each node relative to its parent (pixels).
setNodeState(JCOutlinerNode, int, boolean). Method in class jclass.bwt.JCOutliner
Sets the state of a folder.
setNodeState(JCOutlinerNode, int, boolean). Method in class jclass.bwt.JCOutlinerComponent
Sets the state of a folder.
setNodeState(JCOutlinerNode, int, boolean). Method in interface jclass.bwt.JCOutlinerInterface
Sets the state of a folder.
setNumColumns(int). Method in class jclass.bwt.JCHeader
Sets the current number of columns.
setNumColumns(int). Method in class jclass.bwt.JCMultiColumnData
Sets the current number of columns (default: 1).
setNumColumns(int). Method in interface jclass.bwt.JCMultiColumnInterface
Sets the current number of columns.
setNumColumns(int). Method in class jclass.bwt.JCMultiColumnListComponent
Sets the current number of columns.
setNumColumns(int). Method in class jclass.bwt.JCMultiColumnWindow
Sets the current number of columns.
setNumColumns(int). Method in class jclass.bwt.JCOutlinerComponent
Sets the current number of columns (default: 1).

HTML param name/value: "NumColumns"/int

setNumStates(int). Method in class jclass.bwt.JCCheckbox
Sets the maximum number of states that can be set (default: 2).
setNumTicks(int). Method in class jclass.bwt.JCSlider
Sets the number of tick marks to be displayed (default: 0).
setOffsets(String, Insets). Method in class jclass.util.JCTitleLayout
Sets the offsets for a specified location.
setOrientation(int). Method in class jclass.bwt.JCArrowButton
Sets the arrow's direction: UP, DOWN (default), LEFT, or RIGHT.
setOrientation(int). Method in class jclass.bwt.JCCheckboxGroup
Sets the layout direction: VERTICAL (default) or HORIZONTAL.

HTML param name/value: "Orientation"/enum

setOrientation(int). Method in class jclass.bwt.JCScrollbar
Sets the orientation.
setOrientation(int). Method in class jclass.bwt.JCSeparator
Sets the orientation.
setOrientation(int). Method in class jclass.bwt.JCSlider
Sets the orientation.
setOrientation(int). Method in class jclass.bwt.JCSplitterWindow
Sets the orientation: HORIZONTAL or VERTICAL.
setOrientation(int). Method in class java.awt.Scrollbar
Sets the orientation for this Scrollbar.
setOut(PrintStream). Static method in class java.lang.System
Reassigns the "standard" output stream.
setOutliner(JCOutlinerComponent). Method in class jclass.bwt.JCOutliner
Replaces the current outliner.
setOverstrike(boolean). Method in class jclass.bwt.JCTextArea
If false (default), characters typed by the user are inserted into the current text.
setOverstrike(boolean). Method in class jclass.bwt.JCTextComponent
If false (default), characters typed by the user are inserted into the current text.

HTML param name/value: "Overstrike"/boolean

setOverstrike(boolean). Method in interface jclass.bwt.JCTextInterface
If false (default), characters typed by the user are inserted into the current text.
setPage(Component). Method in class jclass.bwt.JCTabButton
Sets the page for this tab.
setPageIncrement(int). Method in class java.awt.Scrollbar
setPaintMode(). Method in class java.awt.Graphics
Sets the logical pixel operation function to the Paint, or overwrite mode.
setParamSource(Component, String). Static method in class jclass.util.JCUtilConverter
Sets the source from which getParam should read parameter values.
setParent(JCOutlinerFolderNode). Method in class jclass.bwt.JCOutlinerNode
Sets the node's parent.
setParent(ResourceBundle). Method in class java.util.ResourceBundle
Set the parent bundle of this bundle.
setPixels(int, String). Method in class jclass.util.JCImageCreator
Sets the pixel data at the specified row.
setPixels(String). Method in class jclass.util.JCImageCreator
Adds the pixel data to the end.
setPixels(String[]). Method in class jclass.util.JCImageCreator
Sets the pixel data for all rows.
setPosition(int). Method in class jclass.bwt.JCSpinBox
Sets the position of the currently displayed item (default: 0) (the position in the range of possible values).
setPosition(int). Method in class jclass.bwt.JCSpinBoxString
Sets the position of the currently displayed item (default: 0) (the index in the StringValues list).
setPreferredSize(int, int). Method in class jclass.bwt.JCComponent
Sets the component's preferred size.
setPreferredSize(int, int). Method in class jclass.bwt.JCContainer
Sets the container's preferred size.
setPriority(int). Method in class java.lang.Thread
Changes the priority of this thread.
setProperties(Properties). Static method in class java.lang.System
Sets the system properties to the Properties argument.
setRadioBehavior(boolean). Method in class jclass.bwt.JCCheckboxGroup
If set to true (default), a RadioBox-type behavior is enforced on all Checkboxes.
setRawOffset(int). Method in class java.util.SimpleTimeZone
Overrides TimeZone Sets the base time zone offset to GMT.
setRawOffset(int). Method in class java.util.TimeZone
Sets the base time zone offset to GMT.
setResizable(boolean). Method in class java.awt.Dialog
Sets the resizable flag.
setResizable(boolean). Method in class java.awt.Frame
Sets the resizable flag.
setResizeHeight(Component, boolean). Method in class jclass.bwt.JCAlignerLayout
Sets whether the control should be resized vertically to the height of the largest component in its row (default: false).
setResizeWidth(Component, boolean). Method in class jclass.bwt.JCAlignerLayout
Sets whether the control should be resized horizontally to its parent's right edge if it is in the last column (default: false).
setRootNode(JCOutlinerNode). Method in class jclass.bwt.JCOutliner
Sets the root node.
setRootNode(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Sets the root node.
setRootNode(JCOutlinerNode). Method in interface jclass.bwt.JCOutlinerInterface
Sets the root node.
setRootVisible(boolean). Method in class jclass.bwt.JCOutliner
If true (default), the root node is drawn.

HTML param name/value: "RootVisible"/boolean

setRootVisible(boolean). Method in class jclass.bwt.JCOutlinerComponent
If true (default), the root node is drawn.
setRootVisible(boolean). Method in interface jclass.bwt.JCOutlinerInterface
If true, the root node is drawn.
setRowHeight(int). Method in class jclass.bwt.JCList
Sets the height of each row (pixels).

HTML param name/value: "RowHeight"/an int, "VARIABLE", or "FONT_HEIGHT"

setRowHeight(int). Method in class jclass.bwt.JCListComponent
Sets the height of each row (pixels).

HTML param name/value: "RowHeight"/an int, "VARIABLE", or "FONT_HEIGHT"

setRowHeight(int). Method in interface jclass.bwt.JCListInterface
Sets the height of each row (pixels).

The value may be any int, or one of the following:

If set to BWTEnum.VARIABLE, the height will be calculated individually for each row.

If set to BWTEnum.FONT_HEIGHT (default), the height will be set to the height of the current font.

setRowHeight(int). Method in class jclass.bwt.JCMultiColumnList
Sets the height of each row (pixels).

HTML param name/value: "RowHeight"/an int, "VARIABLE", or "FONT_HEIGHT"

setRows(int). Method in class java.awt.GridLayout
Sets the number of rows in this layout.
setRows(int). Method in class jclass.bwt.JCTextArea
Sets the number of rows.
setRows(int). Method in class jclass.bwt.JCTextAreaComponent
Sets the number of rows.

HTML param name/value: "Rows"/int

setRows(int). Method in interface jclass.bwt.JCTextAreaInterface
Sets the number of rows.
setRows(int). Method in class java.awt.TextArea
Sets the number of rows for this TextArea.
setScrollbarDisplay(int). Method in class jclass.bwt.JCScrolledWindow
Sets when to display the scrollbars:
DISPLAY_ALWAYS           always displayed
DISPLAY_AS_NEEDED        displayed as necessary (default)
DISPLAY_VERTICAL_ONLY    always display vertical scrollbar only
DISPLAY_HORIZONTAL_ONLY  always display horizontal scrollbar only
DISPLAY_NONE             don't display scrollbars

HTML param name/value: "ScrollbarDisplay"/enum

setScrollbarOffset(int). Method in class jclass.bwt.JCScrolledWindow
Sets the distance between the scrollbars and the viewport (default: 0).

HTML param name/value: "ScrollbarOffset"/int

setScrollPosition(int, int). Method in class java.awt.ScrollPane
Scrolls to the specified position within the child component.
setScrollPosition(Point). Method in class java.awt.ScrollPane
Scrolls to the specified position within the child component.
setSeconds(int). Method in class java.util.Date
Sets the seconds of this date to the specified value.
setSecurityManager(SecurityManager). Static method in class java.lang.System
Sets the System security.
setSeed(long). Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSelectColor(Color). Method in class jclass.bwt.JCCheckbox
The color of the indicator background when the button is set (default: Color.white).
setSelectedBackground(Color). Method in class jclass.bwt.JCList
Sets the background color of selected rows (default: foreground color).

HTML param name/value: "SelectedBackground"/color

setSelectedBackground(Color). Method in class jclass.bwt.JCListComponent
Sets the background color of selected rows (default: foreground color).

HTML param name/value: "SelectedBackground"/color

setSelectedBackground(Color). Method in interface jclass.bwt.JCListInterface
Sets the background color of selected rows.
setSelectedBackground(Color). Method in class jclass.bwt.JCMultiColumnList
Sets the background color of selected rows (default: foreground color).

HTML param name/value: "SelectedBackground"/color

setSelectedBackground(Color). Method in class jclass.bwt.JCTextArea
Sets the background color of selected text (default: blue).

HTML param name/value: "SelectedBackground"/color

setSelectedBackground(Color). Method in class jclass.bwt.JCTextComponent
Sets the background color of selected text (default: blue).

HTML param name/value: "SelectedBackground"/color

setSelectedBackground(Color). Method in interface jclass.bwt.JCTextInterface
Sets the background color of selected text (default: blue).

HTML param name/value: "SelectedBackground"/color

setSelectedCheckbox(Checkbox). Method in class java.awt.CheckboxGroup
Sets the current choice to the specified Checkbox.
setSelectedForeground(Color). Method in class jclass.bwt.JCList
Sets the foreground color of selected rows (default: background color).

HTML param name/value: "SelectedForeground"/color

setSelectedForeground(Color). Method in class jclass.bwt.JCListComponent
Sets the foreground color of selected rows (default: background color).

HTML param name/value: "SelectedForeground"/color

setSelectedForeground(Color). Method in interface jclass.bwt.JCListInterface
Sets the foreground color of selected rows.
setSelectedForeground(Color). Method in class jclass.bwt.JCMultiColumnList
Sets the foreground color of selected rows (default: background color).

HTML param name/value: "SelectedForeground"/color

setSelectedForeground(Color). Method in class jclass.bwt.JCTextArea
Sets the foreground color of selected text (default: background color).

HTML param name/value: "SelectedForeground"/color

setSelectedForeground(Color). Method in class jclass.bwt.JCTextComponent
Sets the foreground color of selected text (default: background color).

HTML param name/value: "SelectedForeground"/color

setSelectedForeground(Color). Method in interface jclass.bwt.JCTextInterface
Sets the foreground color of selected text (default: background color).

HTML param name/value: "SelectedForeground"/color

setSelectionEnd(int). Method in class jclass.bwt.JCTextArea
Gets the selected text's end position.
setSelectionEnd(int). Method in class jclass.bwt.JCTextComponent
Sets the selection end to the specified position.
setSelectionEnd(int). Method in interface jclass.bwt.JCTextInterface
Sets the selected text's end position.
setSelectionEnd(int). Method in class java.awt.TextComponent
Sets the selection end to the specified position.
setSelectionList(int[]). Method in class jclass.bwt.JCTextArea
Sets a list of values used for multi-click.
setSelectionList(int[]). Method in class jclass.bwt.JCTextComponent
Sets a list of values used for multi-click.
setSelectionList(int[]). Method in interface jclass.bwt.JCTextInterface
Sets a list of values used for multi-click.
setSelectionStart(int). Method in class jclass.bwt.JCTextArea
Gets the selected text's start position.
setSelectionStart(int). Method in class jclass.bwt.JCTextComponent
Sets the selection start to the specified position.
setSelectionStart(int). Method in interface jclass.bwt.JCTextInterface
Sets the selected text's start position.
setSelectionStart(int). Method in class java.awt.TextComponent
Sets the selection start to the specified position.
setShadowThickness(int). Method in class jclass.bwt.JCComponent
Sets the shadow's thickness (default: 2)
setShadowThickness(int). Method in class jclass.bwt.JCGroupBox
Sets the shadow's thickness (default: 2).

HTML param name/value: "ShadowThickness"/int

setShadowThickness(int). Method in class jclass.bwt.JCTextArea
Sets the shadow's thickness (default: 2)
setShadowType(int). Method in class jclass.bwt.JCLabel
Sets the shadow style.
setShortcut(boolean). Method in class jclass.bwt.JCOutlinerNodeStyle
Sets whether a shortcut button should be drawn beside a folder (default: false).
setShortcut(MenuShortcut). Method in class java.awt.MenuItem
Set this MenuItem's MenuShortcut.
setShowCursorPosition(boolean). Method in class jclass.bwt.JCTextArea
If set to true (default), the cursor position will be indicated with a vertical I-beam.
setShowCursorPosition(boolean). Method in class jclass.bwt.JCTextComponent
If set to true (default), the cursor position will be indicated with a vertical I-beam.

HTML param name/value: "ShowCursorPosition"/boolean

setShowCursorPosition(boolean). Method in interface jclass.bwt.JCTextInterface
If set to true (default), the cursor position will be indicated with a vertical I-beam.
setShowLabel(boolean). Method in class jclass.bwt.JCProgressMeter
If true (default), a label will be displayed.
setSigners(Class, Object[]). Method in class java.lang.ClassLoader
Sets the signers of a class.
setSize(Dimension). Method in class java.awt.Component
Resizes the Component to the specified dimension.
setSize(Dimension). Method in class java.awt.Dimension
Set the size of this Dimension object to match the specified size.
setSize(Dimension). Method in class java.awt.Rectangle
Set the size of this rectangle to match the specified size.
setSize(int). Method in class java.util.Vector
Sets the size of this vector.
setSize(int, int). Method in class java.awt.Component
Resizes the Component to the specified width and height.
setSize(int, int). Method in class java.awt.Dimension
Set the size of this Dimension object to the specified width and height.
setSize(int, int). Method in class jclass.util.JCImageCreator
Sets the size of the image to be created.
setSize(int, int). Method in class java.awt.Rectangle
Set the size of this rectangle to the specified width and height.
setSpacing(int). Method in class jclass.bwt.JCList
Sets the spacing between items (default: 0).
setSpacing(int). Method in class jclass.bwt.JCListComponent
Sets the spacing between items (default: 0).
setSpacing(int). Method in interface jclass.bwt.JCListInterface
Sets the spacing between items.
setSpacing(int). Method in class jclass.bwt.JCMultiColumnList
Sets the spacing between items (default: 0).
setSpacing(int). Method in class jclass.bwt.JCOutliner
Sets the spacing between items (default: 0).
setSpacing(int). Method in class jclass.bwt.JCOutlinerComponent
Sets the spacing between items (default: 0).
setSpacing(int). Method in interface jclass.bwt.JCOutlinerInterface
Sets the spacing between items (default: 0).
setStartPosition(int). Method in class jclass.bwt.JCTextEvent
Sets the starting position of the text to modify.
setStartRule(int, int, int, int). Method in class java.util.SimpleTimeZone
Sets the daylight savings starting rule.
setStartYear(int). Method in class java.util.SimpleTimeZone
Sets the daylight savings starting year.
setState(boolean). Method in class java.awt.Checkbox
Sets the Checkbox to the specifed boolean state.
setState(boolean). Method in class java.awt.CheckboxMenuItem
Sets the state of this MenuItem if it is a Checkbox.
setState(int). Method in class jclass.bwt.JCCheckbox
Sets the button's state.
setState(int). Method in class jclass.bwt.JCOutlinerFolderNode
Sets the folder's state:
BWTEnum.FOLDER_CLOSED       Folder closed; no children visible (default)
BWTEnum.FOLDER_OPEN_NONE    Folder open; no children visible
BWTEnum.FOLDER_OPEN_FOLDERS Folder open; only folder children visible
BWTEnum.FOLDER_OPEN_ITEMS   Folder open; only non-folder children visible
BWTEnum.FOLDER_OPEN_ALL     Folder open; all children visible
 
setState(int, boolean). Method in class jclass.bwt.JCCheckbox
Sets the button's state, optionally specifying that the button's events are to be posted.
setStateList(int[]). Method in class jclass.bwt.JCOutliner
Sets a list of values used for double-clicking on a folder or clicking its shortcut button.
setStateList(int[]). Method in class jclass.bwt.JCOutlinerComponent
Sets a list of values used for double-clicking on a folder or clicking it shortcut button.
setStateList(int[]). Method in interface jclass.bwt.JCOutlinerInterface
Sets a list of values used for double-clicking on a folder or clicking its shortcut button.
setStringCase(int). Method in class jclass.bwt.JCTextArea
Sets the case of text entered by the user or set programmatically:
CASE_AS_IS       No conversion (default)
CASE_LOWER       Convert to lower case
CASE_UPPER       Convert to upper case

HTML param name/value: "StringCase"/enum

setStringCase(int). Method in class jclass.bwt.JCTextComponent
Sets the case of text entered by the user or set programmatically:
CASE_AS_IS       No conversion (default)
CASE_LOWER       Convert to lower case
CASE_UPPER       Convert to upper case

HTML param name/value: "StringCase"/enum

setStringCase(int). Method in interface jclass.bwt.JCTextInterface
Sets the case of text entered by the user or set programmatically:
BWTEnum.CASE_AS_IS       No conversion (default)
BWTEnum.CASE_LOWER       Convert to lower case
BWTEnum.CASE_UPPER       Convert to upper case
setStringList(String[]). Method in class jclass.bwt.JCSpinBoxString
Sets the array of values to be displayed.

HTML param name/value: "StringList"/comma-separated list

setStub(AppletStub). Method in class java.applet.Applet
Sets this applet's stub.
setStyle(int). Method in class jclass.bwt.JCComboBox
Sets the style, which specifies whether the list is always displayed and whether the text field is editable.
setStyle(JCOutlinerNodeStyle). Method in class jclass.bwt.JCOutlinerNode
Sets the node's style object.
setStyleList(JCOutlinerNodeStyle[]). Method in class jclass.bwt.JCOutliner
Sets the list of node styles.
setStyleList(JCOutlinerNodeStyle[]). Method in class jclass.bwt.JCOutlinerComponent
Sets the list of node styles.
setStyleList(JCOutlinerNodeStyle[]). Method in interface jclass.bwt.JCOutlinerInterface
Sets the list of node styles.
setTabColorPolicy(int). Method in class jclass.bwt.JCTabManager
Sets the policy for the tab's colors:
 COLOR_PAGE        Sets the tab's color to the page's color (default)
 COLOR_INHERIT     Sets the tab's color to the tab manager's color
 
HTML param name/value: "TabColorPolicy"/enum
setTabLabels(String[]). Method in class jclass.bwt.JCTabManager
Sets the tab's labels.

HTML param name/value: "TabLabels"/string list

setTabPage(int, Object, Component). Method in class jclass.bwt.JCTabManager
Sets the page associated with a tab.
setTabResize(boolean). Method in class jclass.bwt.JCTabManager
Sets whether all tabs should be resized to the width or height of the largest tab in the same row, depending on the value of the TabSide value.
setTabShape(int). Method in class jclass.bwt.JCTabManager
Sets the tab's shape: RECTANGLE (default), or SLANTED.

HTML param name/value: "TabShape"/enum

setTabSide(int). Method in class jclass.bwt.JCTabManager
Sets the side on which tabs are to be displayed: TOP (default), or BOTTOM.

HTML param name/value: "TabSide"/enum

setTabSpacing(int). Method in class jclass.bwt.JCTabManager
Sets the spacing between tabs in pixels (default: 0).
setTabStretch(boolean). Method in class jclass.bwt.JCTabManager
Sets whether all tabs should be stretched if necessary to fill the entire side (default: false).

HTML param name/value: "TabStretch"/boolean

setText(String). Method in class jclass.bwt.JCComboBox
Sets the text field's value to the specified string.

HTML param name/value: "Text"/string

setText(String). Method in class jclass.bwt.JCLabel
Sets the text for this label to the specified text.
setText(String). Method in class jclass.bwt.JCSpinBox
Sets the text field's value to the specified string.

HTML param name/value: "Text"/string

setText(String). Method in class jclass.bwt.JCTextArea
Sets the text of this component to the specified text.
setText(String). Method in class jclass.bwt.JCTextAreaComponent
Sets the text of this component to the specified text.

HTML param name/value: "Text"/string

setText(String). Method in class jclass.bwt.JCTextComponent
Sets the text of this component to the specified text.

HTML param name/value: "Text"/string

setText(String). Method in class jclass.bwt.JCTextEvent
Sets the string to be inserted.
setText(String). Method in interface jclass.bwt.JCTextInterface
Sets the text of this component to the specified text.
setText(String). Method in class jclass.bwt.JCTextLine
setText(String). Method in class java.awt.Label
Sets the text for this label to the specified text.
setText(String). Method in class java.awt.TextComponent
Sets the text of this TextComponent to the specified text.
setTextAction(int). Method in class jclass.bwt.JCSpinBox
Sets the text field's value after an arrow key is hit.
setTextAction(String). Method in class jclass.bwt.JCComboBox
Copies the item to the text field, after first posting a JCComboBoxEvent to allow the application to disallow the selection or change its value.
setTextComponent(JCTextAreaComponent). Method in class jclass.bwt.JCTextArea
Replaces the current internal text component.
setTextList(String[]). Method in class jclass.bwt.JCLabel
Sets the text for this label to the specified String list.
setTextValue(Object). Method in class jclass.bwt.JCSpinBox
Sets the text field's value.
setTextValue(Object). Method in class jclass.bwt.JCSpinBoxString
Sets the text field's value.
setThumbSize(Dimension). Method in class jclass.bwt.JCSlider
Sets the thumb's size (default: 21x11 for a vertical slider, 11x21 for a horizontal slider).
setTime(Date). Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(long). Method in class java.util.Date
Sets this date to represent the specified number of milliseconds since January 1, 1970 00:00:00 GMT.
setTimeInMillis(long). Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeZone(TimeZone). Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTitle(Object). Method in class jclass.bwt.JCGroupBox
Sets a string to be used as the panel's title, with LEFT alignment.

HTML param name/value: "Title"/string

setTitle(Object, int). Method in class jclass.bwt.JCGroupBox
Sets a string to be used as the panel's title.
setTitle(String). Method in class java.awt.Dialog
Sets the title of the Dialog.
setTitle(String). Method in class java.awt.Frame
Sets the title for this Frame to the specified title.
setTitleString(String). Method in class jclass.bwt.JCGroupBox
Sets a string to be used as the panel's title, with LEFT alignment.

HTML param name/value: "Title"/string

setTopCharacter(int). Method in class jclass.bwt.JCTextArea
Sets the position of the leftmost character on the first line currently displayed.
setTopCharacter(int). Method in class jclass.bwt.JCTextAreaComponent
Sets the position of the leftmost character on the first line currently displayed.
setTopCharacter(int). Method in interface jclass.bwt.JCTextAreaInterface
Sets the position of the leftmost character on the first line currently displayed.
setTopRow(int). Method in class jclass.bwt.JCList
Sets the top-most visible row.
setTopRow(int). Method in class jclass.bwt.JCListComponent
Sets the top-most visible row.
setTopRow(int). Method in interface jclass.bwt.JCListInterface
Sets the top-most visible row.
setTopRow(int). Method in class jclass.bwt.JCMultiColumnList
Sets the top-most visible row.
setTopRow(int). Method in class jclass.bwt.JCTextArea
Sets the top-most visible row.
setTopRow(int). Method in class jclass.bwt.JCTextAreaComponent
Sets the top-most visible row.
setTraversable(boolean). Method in class jclass.bwt.JCComponent
Sets whether the component can accept focus (default: true).

HTML param name/value: "Traversable"/boolean

setTraversable(boolean). Method in class jclass.bwt.JCTextArea
Sets whether the component can accept focus (default: true).

HTML param name/value: "Traversable"/boolean

setTree(String[]). Method in class jclass.bwt.JCOutliner
Sets the node hierarchy by parsing the string list.
setTree(String[]). Method in class jclass.bwt.JCOutlinerComponent
Sets the node hierarchy by parsing the string list.
setUnitIncrement(int). Method in interface java.awt.Adjustable
Sets the unit value increment for the adjustable object.
setUnitIncrement(int). Method in interface jclass.bwt.JCAdjustable
Sets the unit value increment for the adjustable object.
setUnitIncrement(int). Method in class jclass.bwt.JCScrollbar
Sets the line increment (default: 10).
setUnitIncrement(int). Method in class jclass.bwt.JCSlider
Sets the line increment (default: BlockIncrement value).
setUnitIncrement(int). Method in class java.awt.Scrollbar
Sets the unit increment for this scrollbar.
setUnselectColor(Color). Method in class jclass.bwt.JCCheckbox
The color of the indicator background when the button is not set (default: Color.white).
setUpdateRect(Rectangle). Method in class java.awt.event.PaintEvent
Sets the rectangle representing the area which needs to be repainted in response to this event.
setURLoffset(int, int). Method in class jclass.util.JCString
Sets the offset for URL rectangle tracking.
setUserData(Object). Method in class jclass.bwt.JCComponent
Sets an application-defined object that can be attached to the component (default: null).
setUserData(Object). Method in class jclass.bwt.JCContainer
Sets an application-defined object that can be attached to the container.
setUserData(Object). Method in class jclass.bwt.JCOutlinerNode
Sets the node's userData.
setUserDataList(Object[]). Method in class jclass.bwt.JCList
Sets an application-defined list of objects that are maintained for each item.
setUserDataList(Object[]). Method in class jclass.bwt.JCListComponent
Sets an application-defined list of objects that are maintained for each item.
setUserDataList(Object[]). Method in class jclass.bwt.JCMultiColumnList
Sets an application-defined list of objects that are maintained for each item.
setValue(int). Method in interface java.awt.Adjustable
Sets the current value of the adjustable object.
setValue(int). Method in interface jclass.bwt.JCAdjustable
Sets the current value of the adjustable object.
setValue(int). Method in class jclass.bwt.JCCheckboxGroup
Sets the group's current checkbox to the first checkbox whose UserData is the specified value.
setValue(int). Method in class jclass.bwt.JCProgressMeter
Sets the value.
setValue(int). Method in class jclass.bwt.JCScrollbar
Sets the value.
setValue(int). Method in class jclass.bwt.JCSlider
Sets the value.
setValue(int). Method in class java.awt.Scrollbar
Sets the value of this Scrollbar to the specified value.
setValue(int, boolean). Method in class jclass.bwt.JCScrollbar
Sets the value.
setValue(int, boolean). Method in class jclass.bwt.JCSlider
Sets the value.
setValue(int[], int). Method in class jclass.bwt.JCCheckboxGroup
Sets the currently-selected checkbox to that containing the value "val".
setValue(Object). Method in class jclass.bwt.JCComboBoxEvent
Sets the value that will be copied to the text field.
setValue(Object). Method in class jclass.bwt.JCSpinBoxEvent
Sets the value that will be copied to the text field.
setValues(int, int, int). Method in class jclass.bwt.JCProgressMeter
Sets the meter's values.
setValues(int, int, int). Method in class jclass.bwt.JCSlider
Sets the values.
setValues(int, int, int, int). Method in class jclass.bwt.JCScrollbar
Sets the values.
setValues(int, int, int, int). Method in class java.awt.Scrollbar
Sets the values for this Scrollbar.
setVertOrigin(int). Method in class jclass.bwt.JCListComponent
Sets the vertical origin prior to scrolling.
setVertOrigin(int). Method in class jclass.bwt.JCOutlinerComponent
Sets the vertical origin prior to scrolling.
setVertOrigin(int). Method in interface jclass.bwt.JCScrollableInterface
Sets the vertical origin prior to scrolling.
setVertOrigin(int). Method in class jclass.bwt.JCTextAreaComponent
Sets the top row prior to scrolling.
setVertScrollbarValues(). Method in class jclass.bwt.JCOutliner
This method may be overriden by a subclass to change the default values of the vertical scrollbar.
setVertScrollbarValues(). Method in class jclass.bwt.JCScrolledWindow
This method may be overriden by a subclass to change the default values of the vertical scrollbar.
setVertScrollbarValues(int, int, int, int). Method in class jclass.bwt.JCScrolledWindow
This method may be overriden by a subclass to set the vertical scrollbar's values.
setVertScrollbarValues(int, int, int, int). Method in class jclass.bwt.JCTextArea
This method may be overriden by a subclass to set the vertical scrollbar's values.
setVgap(int). Method in class java.awt.BorderLayout
Sets the vertical gap between components.
setVgap(int). Method in class java.awt.CardLayout
Sets the vertical gap between components.
setVgap(int). Method in class java.awt.FlowLayout
Sets the vertical gap between components.
setVgap(int). Method in class java.awt.GridLayout
Sets the vertical gap between components.
setViewport(JCMultiColumnInterface). Method in class jclass.bwt.JCMultiColumnWindow
Sets the component which will be the viewport.
setVisible(boolean). Method in class java.awt.Component
Shows or hides the component depending on the boolean flag b.
setVisibleAmount(int). Method in interface java.awt.Adjustable
Sets the length of the proportionl indicator of the adjustable object.
setVisibleAmount(int). Method in interface jclass.bwt.JCAdjustable
Sets the length of the proportionl indicator of the adjustable object.
setVisibleAmount(int). Method in class jclass.bwt.JCScrollbar
Sets the slider size, in user units.
setVisibleAmount(int). Method in class jclass.bwt.JCSlider
Sets the thumb size, in user units.
setVisibleAmount(int). Method in class java.awt.Scrollbar
Sets the visible amount of this Scrollbar, which is the range of values represented by the width of the scroll bar's bubble.
setVisibleRows(int). Method in class jclass.bwt.JCComboBox
Sets the number of visible rows; if set to 0 (default), the list will attempt to resize itself so that all its items are visible.

HTML param name/value: "VisibleRows"/int

setVisibleRows(int). Method in class jclass.bwt.JCList
Sets the number of visible rows (default: 4).
setVisibleRows(int). Method in class jclass.bwt.JCListComponent
Sets the number of visible rows (default: 4).
setVisibleRows(int). Method in interface jclass.bwt.JCListInterface
Sets the number of visible rows.
setVisibleRows(int). Method in class jclass.bwt.JCMultiColumnList
Sets the number of visible rows.
setVisibleRows(int). Method in class jclass.bwt.JCOutliner
Sets the number of visible rows.
setVisibleRows(int). Method in class jclass.bwt.JCOutlinerComponent
Sets the number of visible rows.
setVisibleRows(int). Method in interface jclass.bwt.JCOutlinerInterface
Sets the number of visible rows.
setXORMode(Color). Method in class java.awt.Graphics
Sets the logical pixel operation function to the XOR mode, which alternates pixels between the current color and a new specified XOR alternation color.
setYear(int). Method in class java.util.Date
Sets the year of this date to be the specified value plus 1900.
shadow. Variable in class jclass.bwt.JCComponent
Shadow thickness.
shadow. Variable in class jclass.bwt.JCGroupBox
The container's shadow thickness.
shadow. Variable in class jclass.bwt.JCSpinBox
The container's shadow thickness.
Shadow(). Constructor for class jclass.bwt.Shadow
SHADOW_ETCHED_IN. Static variable in class jclass.bwt.BWTEnum
SHADOW_ETCHED_IN. Static variable in class jclass.bwt.JCLabel
SHADOW_ETCHED_OUT. Static variable in class jclass.bwt.BWTEnum
SHADOW_ETCHED_OUT. Static variable in class jclass.bwt.JCLabel
SHADOW_FRAME_IN. Static variable in class jclass.bwt.BWTEnum
SHADOW_FRAME_IN. Static variable in class jclass.bwt.JCLabel
SHADOW_FRAME_OUT. Static variable in class jclass.bwt.BWTEnum
SHADOW_FRAME_OUT. Static variable in class jclass.bwt.JCLabel
SHADOW_IN. Static variable in class jclass.bwt.BWTEnum
SHADOW_IN. Static variable in class jclass.bwt.JCLabel
SHADOW_NONE. Static variable in class jclass.bwt.BWTEnum
SHADOW_NONE. Static variable in class jclass.bwt.JCLabel
SHADOW_OUT. Static variable in class jclass.bwt.BWTEnum
SHADOW_OUT. Static variable in class jclass.bwt.JCLabel
SHADOW_PLAIN. Static variable in class jclass.bwt.BWTEnum
SHADOW_PLAIN. Static variable in class jclass.bwt.JCLabel
shadow_type. Variable in class jclass.bwt.JCComponent
Shadow type.
ShadowTypeEditor(). Constructor for class jclass.bwt.ShadowTypeEditor
SHIFT_MASK. Static variable in class java.awt.event.ActionEvent
The shift modifier constant.
SHIFT_MASK. Static variable in class java.awt.Event
The shift modifier constant.
SHIFT_MASK. Static variable in class java.awt.event.InputEvent
The shift key modifier constant.
shiftDown(). Method in class java.awt.Event
Checks if the shift key is down.
Short(short). Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
Short(String). Constructor for class java.lang.Short
Constructs a Short object initialized to the value specified by the String parameter.
shortcut. Variable in class jclass.bwt.JCOutlinerNodeStyle
Whether a shortcut button should be drawn beside a folder.
shortcut_close_icon. Variable in class jclass.bwt.JCOutlinerComponent
shortcut_open_icon. Variable in class jclass.bwt.JCOutlinerComponent
SHORTCUT_SIZE. Static variable in class jclass.bwt.JCOutlinerComponent
shortcuts(). Method in class java.awt.MenuBar
Get an Enumeration of all MenuShortcuts this MenuBar manages.
shortValue(). Method in class java.lang.Byte
Returns the value of this Byte as a short.
shortValue(). Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shortValue(). Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue(). Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue(). Method in class java.lang.Long
Returns the value of this Long as a short.
shortValue(). Method in class java.lang.Number
Returns the value of the specified number as a short.
shortValue(). Method in class java.lang.Short
Returns the value of this Short as a short.
shouldBeDrawn(JCOutlinerNode). Method in class jclass.bwt.JCOutlinerComponent
Checks the node's folder to determine whether the node should be drawn.
show(). Method in class java.awt.Component
show(). Method in class java.awt.Dialog
Shows the dialog.
show(). Method in class jclass.bwt.JCTabButton
Shows the component.
show(). Method in class java.awt.Window
Shows the Window.
show(boolean). Method in class java.awt.Component
show(Component, int, int). Method in class java.awt.PopupMenu
Shows the popup menu at the x, y position relative to an origin component.
show(Container, String). Method in class java.awt.CardLayout
Flips to the specified component name in the specified container.
showDocument(URL). Method in interface java.applet.AppletContext
Replaces the Web page currently being viewed with the given URL.
showDocument(URL, String). Method in interface java.applet.AppletContext
Requests that the browser or applet viewer show the Web page indicated by the url argument.
showListAction(JCActionEvent). Method in class jclass.bwt.JCComboBox
Displays the list if it is not visible.
showPage(Component). Method in class jclass.bwt.TabPageArea
Displays the specified page.
showPosition(int). Method in class jclass.bwt.JCTextArea
Scrolls the text if necessary to ensure that the position is visible.
showPosition(int). Method in class jclass.bwt.JCTextAreaComponent
Scrolls the text if necessary to ensure that the position is visible.
showPosition(int). Method in class jclass.bwt.JCTextComponent
Scrolls the text if necessary to ensure that the position is visible.
showPosition(int). Method in class jclass.bwt.JCTextField
Scrolls the text if necessary to ensure that the position is visible.
showPosition(int). Method in interface jclass.bwt.JCTextInterface
Scrolls the text if necessary to ensure that the position is visible.
showStatus(String). Method in class java.applet.Applet
Requests that the argument string be displayed in the "status window".
showStatus(String). Method in interface java.applet.AppletContext
Requests that the argument string be displayed in the "status window".
showURL(String, AppletContext, Applet). Static method in class jclass.util.JCString
If a URL is present, displays it at the specified location.
SimpleTimeZone(int, String). Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT and time zone ID.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int). Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, time to start and end the daylight time.
SIMPLIFIED_CHINESE. Static variable in class java.util.Locale
Useful constant for language.
sin(double). Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
size. Variable in class java.awt.Font
The point size of this font.
size(). Method in class java.util.BitSet
Calculates and returns the set's size in bits.
size(). Method in class java.awt.Component
size(). Method in class java.util.Dictionary
Returns the number of keys in this dictionary.
size(). Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size(). Method in class java.util.Vector
Returns the number of components in this vector.
SLANTED. Static variable in class jclass.bwt.BWTEnum
SLANTED. Static variable in class jclass.bwt.JCTabManager
sleep(long). Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
sleep(long, int). Static method in class java.lang.Thread
Causes the currently executing thread to sleep (cease execution) for the specified number of milliseconds plus the specified number of nanoseconds.
sort(int). Method in class jclass.util.JCqsort
Initate ascending sort.
sort(int, int). Method in class jclass.util.JCqsort
Initates sort.
sort(int, JCSortInterface, int). Method in class jclass.bwt.JCOutlinerComponent
Sorts the open nodes in the list based on a specified column, using the String equivalents of each value.
sortByColumn(int, JCSortInterface). Method in class jclass.bwt.JCMultiColumnList
Sorts the rows in the list in ascending order based on a specified column, using the String equivalents of each value.
sortByColumn(int, JCSortInterface). Method in class jclass.bwt.JCMultiColumnListComponent
Sorts the rows in the list in ascending order based on a specified column, using the String equivalents of each value.
sortByColumn(int, JCSortInterface). Method in class jclass.bwt.JCMultiColumnWindow
Sorts the rows in the list in ascending order based on a specified column, using the String equivalents of each value.
sortByColumn(int, JCSortInterface). Method in class jclass.bwt.JCOutliner
Sorts the nodes in the list in ascending order based on a specified column, using the String equivalents of each value.
sortByColumn(int, JCSortInterface, int). Method in class jclass.bwt.JCMultiColumnList
Sorts the rows in the list based on a specified column, using the String equivalents of each value.
sortByColumn(int, JCSortInterface, int). Method in class jclass.bwt.JCMultiColumnListComponent
Sorts the rows in the list based on a specified column, using the String equivalents of each value.
sortByColumn(int, JCSortInterface, int). Method in class jclass.bwt.JCMultiColumnWindow
Sorts the rows in the list based on a specified column, using the String equivalents of each value.
sortByColumn(int, JCSortInterface, int). Method in class jclass.bwt.JCOutliner
Sorts the nodes in the list based on a specified column, using the String equivalents of each value.
source. Variable in class java.util.EventObject
SOUTH. Static variable in class java.awt.BorderLayout
The south layout constraint.
SOUTH. Static variable in class java.awt.GridBagConstraints
SOUTHEAST. Static variable in class java.awt.GridBagConstraints
SOUTHWEST. Static variable in class java.awt.GridBagConstraints
SPACE_SEPARATOR. Static variable in class java.lang.Character
spinBoxChangeBegin(JCSpinBoxEvent). Method in interface jclass.bwt.JCSpinBoxListener
Invoked before the field's value is changed.
spinBoxChangeEnd(JCSpinBoxEvent). Method in interface jclass.bwt.JCSpinBoxListener
Invoked after the field's value is changed.
SPLIT. Static variable in class jclass.bwt.BWTEnum
sqrt(double). Static method in class java.lang.Math
Returns the square root of a double value.
Stack(). Constructor for class java.util.Stack
StackOverflowError(). Constructor for class java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String). Constructor for class java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
start(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it should start its execution.
start(). Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
START_PUNCTUATION. Static variable in class java.lang.Character
startsWith(String). Method in class java.lang.String
Tests if this string starts with the specified prefix.
startsWith(String, int). Method in class java.lang.String
Tests if this string starts with the specified prefix.
state. Variable in class jclass.bwt.JCOutlinerFolderNode
Folder's state.
statusAll(boolean). Method in class java.awt.MediaTracker
Returns the boolean OR of the status of all of the media being tracked.
statusID(int, boolean). Method in class java.awt.MediaTracker
Returns the boolean OR of the status of all of the media with a given ID.
stop(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it should stop its execution.
stop(). Method in interface java.applet.AudioClip
Stops playing this audio clip.
stop(). Method in class java.lang.Thread
Forces the thread to stop executing.
stop(). Method in class java.lang.ThreadGroup
Stops all processes in this thread group.
stop(Throwable). Method in class java.lang.Thread
Forces the thread to stop executing.
STRIKETHROUGH. Static variable in class jclass.util.JCString
String(). Constructor for class java.lang.String
Allocates a new String containing no characters.
String(byte[]). Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(byte[], int). Constructor for class java.lang.String
Allocates a new String containing characters constructed from an array of 8-bit integer values.
String(byte[], int, int). Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[], int, int, int). Constructor for class java.lang.String
Allocates a new String constructed from a subarray of an array of 8-bit integer values.
String(byte[], int, int, String). Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String). Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(char[]). Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int). Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(String). Constructor for class java.lang.String
Allocates a new string that contains the same sequence of characters as the string argument.
String(StringBuffer). Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
STRING_BOTTOM. Static variable in class jclass.bwt.BWTEnum
STRING_BOTTOM. Static variable in class jclass.bwt.JCProgressMeter
STRING_BOTTOM. Static variable in class jclass.util.JCString
STRING_CENTER. Static variable in class jclass.bwt.BWTEnum
STRING_CENTER. Static variable in class jclass.bwt.JCProgressMeter
STRING_LEFT. Static variable in class jclass.bwt.BWTEnum
STRING_LEFT. Static variable in class jclass.bwt.JCProgressMeter
STRING_LEFT. Static variable in class jclass.util.JCString
STRING_RIGHT. Static variable in class jclass.bwt.BWTEnum
STRING_RIGHT. Static variable in class jclass.bwt.JCProgressMeter
STRING_RIGHT. Static variable in class jclass.util.JCString
STRING_TOP. Static variable in class jclass.bwt.BWTEnum
STRING_TOP. Static variable in class jclass.bwt.JCProgressMeter
STRING_TOP. Static variable in class jclass.util.JCString
StringBuffer(). Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int). Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String). Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument.
StringCaseEditor(). Constructor for class jclass.bwt.StringCaseEditor
StringIndexOutOfBoundsException(). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringIndexOutOfBoundsException(String). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringTokenizer(String). Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String). Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String, boolean). Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
stringWidth(String). Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified String in this Font.
strip(). Method in class jclass.util.JCVector
Trims null values from the end.
strip_esc. Variable in class jclass.util.JCStringTokenizer
style. Variable in class java.awt.Font
The style of the font.
style. Variable in class jclass.bwt.JCOutlinerNode
style_list. Variable in class jclass.bwt.JCOutlinerComponent
substring(int). Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int). Method in class java.lang.String
Returns a new string that is a substring of this string.
SUNDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
SURROGATE. Static variable in class java.lang.Character
suspend(). Method in class java.lang.Thread
Suspends this thread.
suspend(). Method in class java.lang.ThreadGroup
Suspends all processes in this thread group.
SW_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The south-west-resize cursor type.
SW_RESIZE_CURSOR. Static variable in class java.awt.Frame
sync(). Method in class java.awt.Toolkit
Syncs the graphics state; useful when doing animation.

T

TAB. Static variable in class jclass.bwt.BWTEnum
TAB. Static variable in class java.awt.Event
The Tab key.
tab_panel. Variable in class jclass.bwt.JCTabManager
The container which holds the tab buttons.
TabArrowPanel(TabPanel). Constructor for class jclass.bwt.TabArrowPanel
tabManagerChangeBegin(JCTabManagerEvent). Method in interface jclass.bwt.JCTabManagerListener
Invoked before the page is changed.
tabManagerChangeEnd(JCTabManagerEvent). Method in interface jclass.bwt.JCTabManagerListener
Invoked after the page is changed.
TabManagerColorPolicyEditor(). Constructor for class jclass.bwt.TabManagerColorPolicyEditor
TabPageArea(JCTabManager). Constructor for class jclass.bwt.TabPageArea
Creates an empty area with the specified parent.
TabPanel(JCTabManager). Constructor for class jclass.bwt.TabPanel
Creates an empty container with the specified parent.
TabShapeEditor(). Constructor for class jclass.bwt.TabShapeEditor
TabSideEditor(). Constructor for class jclass.bwt.TabSideEditor
tail. Variable in class jclass.util.JCRectList
TAIWAN. Static variable in class java.util.Locale
Useful constant for country.
tan(double). Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
target. Variable in class java.awt.Event
The target component.
text. Static variable in class java.awt.SystemColor
The background color for text components.
TEXT. Static variable in class java.awt.SystemColor
The array index for the text background color.
TEXT_CURSOR. Static variable in class java.awt.Cursor
The text cursor type.
TEXT_CURSOR. Static variable in class java.awt.Frame
TEXT_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting text events.
TEXT_FIRST. Static variable in class java.awt.event.TextEvent
Marks the first integer id for the range of adjustment event ids.
TEXT_HIGHLIGHT. Static variable in class java.awt.SystemColor
The array index for the text highlight color.
TEXT_HIGHLIGHT_TEXT. Static variable in class java.awt.SystemColor
The array index for the text highlight text color.
TEXT_INACTIVE_TEXT. Static variable in class java.awt.SystemColor
The array index for the text inactive text color.
TEXT_LAST. Static variable in class java.awt.event.TextEvent
Marks the last integer id for the range of adjustment event ids.
TEXT_TEXT. Static variable in class java.awt.SystemColor
The array index for the text text color.
TEXT_VALUE_CHANGED. Static variable in class java.awt.event.TextEvent
The adjustment value changed event.
TextArea(). Constructor for class java.awt.TextArea
Constructs a new TextArea.
TextArea(int, int). Constructor for class java.awt.TextArea
Constructs a new empty TextArea with the specified number of rows and columns.
TextArea(String). Constructor for class java.awt.TextArea
Constructs a new TextArea with the specified text displayed.
TextArea(String, int, int). Constructor for class java.awt.TextArea
Constructs a new TextArea with the specified text and number of rows and columns.
TextArea(String, int, int, int). Constructor for class java.awt.TextArea
Constructs a new TextArea with the specified text and number of rows, columns, and scrollbar visibility.
textCursorMoveBegin(JCTextCursorEvent). Method in interface jclass.bwt.JCTextCursorListener
Invoked before the field's cursor is moved.
textCursorMoveEnd(JCTextCursorEvent). Method in interface jclass.bwt.JCTextCursorListener
Invoked after the field's cursor is moved.
TextEvent(Object, int). Constructor for class java.awt.event.TextEvent
Constructs a TextEvent object with the specified TextComponent source, and type.
TextField(). Constructor for class java.awt.TextField
Constructs a new TextField.
TextField(int). Constructor for class java.awt.TextField
Constructs a new empty TextField with the specified number of columns.
TextField(String). Constructor for class java.awt.TextField
Constructs a new TextField initialized with the specified text.
TextField(String, int). Constructor for class java.awt.TextField
Constructs a new TextField initialized with the specified text and columns.
textHighlight. Static variable in class java.awt.SystemColor
The background color for highlighted text.
textHighlightText. Static variable in class java.awt.SystemColor
The text color for highlighted text.
textInactiveText. Static variable in class java.awt.SystemColor
The text color for inactive text.
textListener. Variable in class java.awt.TextComponent
textText. Static variable in class java.awt.SystemColor
The text color for text components.
textValueChangeBegin(JCTextEvent). Method in interface jclass.bwt.JCTextListener
Invoked before the field's value is changed.
textValueChanged(TextEvent). Method in class java.awt.AWTEventMulticaster
textValueChanged(TextEvent). Method in interface java.awt.event.TextListener
Invoked when the value of the text has changed.
textValueChangeEnd(JCTextEvent). Method in interface jclass.bwt.JCTextListener
Invoked after the field's value is changed.
Thread(). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable, String). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(String). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(ThreadGroup, Runnable). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(ThreadGroup, Runnable, String). Constructor for class java.lang.Thread
Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group.
Thread(ThreadGroup, String). Constructor for class java.lang.Thread
Allocates a new Thread object.
ThreadDeath(). Constructor for class java.lang.ThreadDeath
ThreadGroup(String). Constructor for class java.lang.ThreadGroup
Constructs a new thread group.
ThreadGroup(ThreadGroup, String). Constructor for class java.lang.ThreadGroup
Creates a new thread group.
Throwable(). Constructor for class java.lang.Throwable
Constructs a new Throwable with no detail message.
Throwable(String). Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified detail message.
thumb. Variable in class jclass.bwt.JCScrollbar
Scrollbar's thumb.
thumb. Variable in class jclass.bwt.JCSlider
Scrollbar's thumb.
THURSDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
time. Variable in class java.util.Calendar
The current time set for the calendar.
TimeZone(). Constructor for class java.util.TimeZone
TITLECASE_LETTER. Static variable in class java.lang.Character
toBack(). Method in class java.awt.Window
Places this window at the bottom of the stacking order and makes the corresponding adjustment to other visible windows.
toBinaryString(int). Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 2.
toBinaryString(long). Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 2.
toBoolean(Applet, Component, String, String, boolean). Static method in class jclass.util.JCUtilConverter
Retrieves a parameter and converts its value to a boolean value.
toBoolean(String, boolean). Method in class jclass.util.JCConverter
Converts a string to a boolean.
toBoolean(String, boolean). Static method in class jclass.util.JCUtilConverter
Converts a string to a boolean.
toCellValue(Component, String, boolean). Static method in class jclass.util.ConvertUtil
Converts a token to a String or JCString.
toCharArray(). Method in class java.lang.String
Converts this string to a new character array.
toColor(String). Method in class jclass.util.JCConverter
Converts a string to an AWT Color.
toColor(String). Static method in class jclass.util.JCUtilConverter
Converts a string to a Color.
toColor(String, Color). Method in class jclass.util.JCConverter
Converts a string to an AWT Color.
toColor(String, Color). Static method in class jclass.util.JCUtilConverter
Converts a string to a Color.
toColorList(String). Static method in class jclass.util.JCUtilConverter
Converts a string to an array of Colors.
toColorList(String, Color[]). Method in class jclass.util.JCConverter
Converts a string to an array of Colors.
toColorList(String, Color[]). Static method in class jclass.util.JCUtilConverter
Converts a string to an array of Colors.
toDate(String, Date). Method in class jclass.util.JCConverter
toDate(String, Date). Static method in class jclass.util.JCUtilConverter
Converts a String to a Date
toDimension(String, Dimension). Method in class jclass.util.JCConverter
Converts a string to a Dimension instance.
toDimension(String, Dimension). Static method in class jclass.util.JCUtilConverter
Converts a string to a Dimension instance.
toDouble(String, double). Method in class jclass.util.JCConverter
Converts a string to a double.
toDouble(String, double). Static method in class jclass.util.JCUtilConverter
Converts a string to an double.
toEnum(String, String, String, String[][], int[][], int). Static method in class jclass.util.JCUtilConverter
Converts a string to an enum.
toEnum(String, String, String[], int[], int). Method in class jclass.util.JCConverter
Converts a string to an enum.
toEnum(String, String, String[], int[], int). Static method in class jclass.util.JCUtilConverter
Converts a string to an enum.
toEnum(String, String, String[], long[], long). Method in class jclass.util.JCConverter
Converts a string to an enum.
toEnum(String, String, String[], long[], long). Static method in class jclass.util.JCUtilConverter
Converts a string to an enum.
toEnum(String, String[], int[], int). Static method in class jclass.util.JCUtilConverter
Converts a string to an enum.
toEnumList(String, String, String[], int[], int[]). Method in class jclass.util.JCConverter
Converts a string to a list of enums.
toEnumList(String, String, String[], int[], int[]). Static method in class jclass.util.JCUtilConverter
Converts a string to a list of enums.
toFont(String). Method in class jclass.util.JCConverter
Converts a font name to an AWT font instance.
toFont(String). Static method in class jclass.util.JCUtilConverter
Converts a font name to a font instance.
toFont(String, Font). Method in class jclass.util.JCConverter
Converts a font name to an AWT font instance.
toFont(String, Font). Static method in class jclass.util.JCUtilConverter
Converts a font name to a font instance.
toFront(). Method in class jclass.bwt.JCTabButton
toFront(). Method in class java.awt.Window
Places this window at the top of the stacking order and shows it in front of any other windows.
toggleOverstrike(Event). Method in class jclass.bwt.JCTextComponent
Toggles the value of the overstrike flag.
toGMTString(). Method in class java.util.Date
Creates a string representation of this date.
toHexString(int). Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 16.
toHexString(long). Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 16.
toHorizAlignment(int). Static method in class jclass.bwt.BWTUtil
Gets the horizontal component of an alignment.
toImage(Component, String). Method in class jclass.util.JCConverter
Returns an image which gets pixel data from the specified file.
toImage(Component, String). Static method in class jclass.util.JCUtilConverter
Returns an image which gets pixel data from the specified file.
toImage(Component, String, Image). Method in class jclass.util.JCConverter
Returns an image which gets pixel data from the specified file.
toImage(Component, String, Image). Static method in class jclass.util.JCUtilConverter
Returns an image which gets pixel data from the specified file.
toImageList(Component, String, Image[]). Method in class jclass.util.JCConverter
Returns an array of images which get pixel data from the specified file.
toImageList(Component, String, Image[]). Static method in class jclass.util.JCUtilConverter
Returns an array of images which get pixel data from the specified file.
toInsets(String, Insets). Method in class jclass.util.JCConverter
Converts a string to an Insets instance.
toInsets(String, Insets). Static method in class jclass.util.JCUtilConverter
Converts a string to an Insets instance.
toInt(String, int). Method in class jclass.util.JCConverter
Converts a string to an integer.
toInt(String, int). Static method in class jclass.util.JCUtilConverter
Converts a string to an integer.
toIntList(String, char). Static method in class jclass.util.JCUtilConverter
Converts a string to an array of integers based on the provided delimiter.
toIntList(String, char, int[]). Method in class jclass.util.JCConverter
Converts a string to an array of integers based on the provided delimiter.
toIntList(String, char, int[]). Static method in class jclass.util.JCUtilConverter
Converts a string to an array of integers based on the provided delimiter.
toJCString(Component, String, Object). Method in class jclass.util.JCConverter
Converts a string to a String or JCString.
toLocaleString(). Method in class java.util.Date
Creates a string representation of this date in an implementation-dependent form.
toLowerCase(). Method in class java.lang.String
Converts this String to lowercase.
toLowerCase(char). Static method in class java.lang.Character
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toLowerCase(Locale). Method in class java.lang.String
Converts all of the characters in this String to lower case using the rules of the given locale.
toNewLine(String). Static method in class jclass.util.JCUtilConverter
Converts all occurrences of "\n" to newlines.
toOctalString(int). Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 8.
toOctalString(long). Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 8.
Toolkit(). Constructor for class java.awt.Toolkit
TooManyListenersException(). Constructor for class java.util.TooManyListenersException
Constructs a TooManyListenersException with no detail message.
TooManyListenersException(String). Constructor for class java.util.TooManyListenersException
Constructs a TooManyListenersException with the specified detail message.
TOP. Static variable in class jclass.bwt.BWTEnum
top. Variable in class java.awt.Insets
The inset from the top.
TOP. Static variable in class jclass.util.JCString
TOP. Static variable in class jclass.bwt.JCTabManager
TOP. Static variable in class jclass.util.JCTitleLayout
TOP_ALIGNMENT. Static variable in class java.awt.Component
Ease of use constant for getAlignmentY().
TOPCENTER. Static variable in class jclass.bwt.BWTEnum
TOPCENTER. Static variable in class jclass.bwt.JCLabel
TOPCENTER. Static variable in class jclass.bwt.JCTabManager
toPixels(int). Method in class jclass.bwt.JCSlider
Converts from scrollbar scale to screen pixels.
TOPLEFT. Static variable in class jclass.bwt.BWTEnum
TOPLEFT. Static variable in class jclass.bwt.JCLabel
TOPLEFT. Static variable in class jclass.bwt.JCTabManager
toPoint(String, Point). Method in class jclass.util.JCConverter
Converts a string to a Point instance.
toPoint(String, Point). Static method in class jclass.util.JCUtilConverter
Converts a string to a Point instance.
TOPRIGHT. Static variable in class jclass.bwt.BWTEnum
TOPRIGHT. Static variable in class jclass.bwt.JCLabel
TOPRIGHT. Static variable in class jclass.bwt.JCTabManager
TOPTOBOTTOM. Static variable in class jclass.util.JCRectUtil
toString(). Method in class java.awt.AWTEvent
Returns a string representation of the object.
toString(). Method in class java.util.BitSet
Converts the BitSet to a String.
toString(). Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString(). Method in class java.awt.BorderLayout
Returns the String representation of this BorderLayout's values.
toString(). Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString(). Method in class java.awt.CardLayout
Returns the String representation of this CardLayout's values.
toString(). Method in class java.lang.Character
Returns a String object representing this character's value.
toString(). Method in class java.awt.CheckboxGroup
Returns the String representation of this CheckboxGroup's values.
toString(). Method in class java.lang.Class
Converts the object to a string.
toString(). Method in class java.awt.Color
Returns the String representation of this Color's values.
toString(). Method in class java.awt.Component
Returns the String representation of this Component's values.
toString(). Method in class java.util.Date
Creates a canonical string representation of the date.
toString(). Method in class java.awt.Dimension
Returns the String representation of this Dimension's values.
toString(). Method in class java.lang.Double
Returns a String representation of this Double object.
toString(). Method in class java.awt.Event
Returns the String representation of this Event's values.
toString(). Method in class java.util.EventObject
Returns a string representation of the object.
toString(). Method in class java.lang.Float
Returns a String representation of this Float object.
toString(). Method in class java.awt.FlowLayout
Returns the String representation of this FlowLayout's values.
toString(). Method in class java.awt.Font
Converts this object to a String representation.
toString(). Method in class java.awt.FontMetrics
Returns the String representation of this FontMetric's values.
toString(). Method in class java.awt.Graphics
Returns a String object representing this Graphics object's value.
toString(). Method in class java.awt.GridBagLayout
Returns the String representation of this GridLayout's values.
toString(). Method in class java.awt.GridLayout
Returns the String representation of this GridLayout's values.
toString(). Method in class java.util.Hashtable
Returns a rather long string representation of this hashtable.
toString(). Method in class java.awt.Insets
Returns a String object representing this Inset's values.
toString(). Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString(). Method in class jclass.util.JCCache
This converts the cache contents to a large string.
toString(). Method in class jclass.bwt.JCOutlinerNode
Returns a string representation of the object.
toString(). Method in class java.util.Locale
Getter for the programmatic name of the entire locale, with the language, country and variant separated by underbars.
toString(). Method in class java.lang.Long
Returns a String object representing this Long's value.
toString(). Method in class java.awt.MenuComponent
Returns the String representation of this MenuComponent's values.
toString(). Method in class java.awt.MenuShortcut
Returns an internationalized description of the MenuShortcut.
toString(). Method in class java.lang.Object
Returns a string representation of the object.
toString(). Method in class java.awt.Point
Returns the String representation of this Point's coordinates.
toString(). Method in class java.awt.Rectangle
Returns the String representation of this Rectangle's values.
toString(). Method in class java.lang.Short
Returns a String object representing this Short's value.
toString(). Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString(). Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString(). Method in class java.awt.SystemColor
Returns the String representation of this Color's values.
toString(). Method in class java.lang.Thread
Returns a string representation of this thread, including the thread's name, priority, and thread group.
toString(). Method in class java.lang.ThreadGroup
Returns a string representation of this Thread group.
toString(). Method in class java.lang.Throwable
Returns a short description of this throwable object.
toString(). Method in class java.util.Vector
Returns a string representation of this vector.
toString(byte). Static method in class java.lang.Byte
Returns a new String object representing the specified Byte.
toString(double). Static method in class java.lang.Double
Creates a string representation of the double argument.
toString(float). Static method in class java.lang.Float
Returns a String representation for the specified float value.
toString(int). Static method in class java.lang.Integer
Returns a new String object representing the specified integer.
toString(int, int). Static method in class java.lang.Integer
Creates a string representation of the first argument in the radix specified by the second argument.
toString(long). Static method in class java.lang.Long
Returns a new String object representing the specified integer.
toString(long, int). Static method in class java.lang.Long
Creates a string representation of the first argument in the radix specified by the second argument.
toString(Object). Static method in class jclass.util.JCUtilConverter
Converts an object to a string.
toString(short). Static method in class java.lang.Short
Returns a new String object representing the specified Short.
toStringList(String). Static method in class jclass.util.JCConverter
Converts a string to an array of Strings.
toStringList(String). Static method in class jclass.util.JCUtilConverter
Converts a string to an array of Strings.
totalMemory(). Method in class java.lang.Runtime
Returns the total amount of memory in the Java Virtual Machine.
toTitleCase(char). Static method in class java.lang.Character
Converts the character argument to titlecase.
toUpperCase(). Method in class java.lang.String
Converts this string to uppercase.
toUpperCase(char). Static method in class java.lang.Character
Converts the character argument to uppercase.
toUpperCase(Locale). Method in class java.lang.String
Converts all of the characters in this String to upper case using the rules of the given locale.
toValue(int). Method in class jclass.bwt.JCSlider
Converts from screen pixels to scrollbar scale.
toVector(Component, String, char, boolean). Static method in class jclass.util.ConvertUtil
Converts a delimited list of tokens to a JCVector containing Strings or JCStrings.
toVector(Component, String, char, boolean). Method in class jclass.util.JCConverter
Converts a delimited list of tokens to a JCVector containing Strings or JCStrings.
toVector(Component, String, char, boolean). Static method in class jclass.util.JCUtilConverter
Converts a delimited list of tokens to a JCVector.
toVector(Component, String, char, boolean, JCVector). Method in class jclass.util.JCConverter
Converts a delimited list of tokens to a JCVector containing Strings or JCStrings.
toVector(Component, String, char, boolean, JCVector). Static method in class jclass.util.JCUtilConverter
Converts a delimited list of tokens to a JCVector.
toVectorFromCSV(Component, String). Static method in class jclass.util.ConvertUtil
Converts a comma-separated list of tokens to a JCVector.
toVectorFromCSV(Component, String). Static method in class jclass.util.JCUtilConverter
Converts a string using comma-separated value format.
toVectorFromCSV(Component, String, JCVector). Static method in class jclass.util.JCUtilConverter
Converts a string using comma-separated value format.
trace(). Static method in class jclass.bwt.BWTUtil
DEBUG
traceInstructions(boolean). Method in class java.lang.Runtime
Enables/Disables tracing of instructions.
traceMethodCalls(boolean). Method in class java.lang.Runtime
Enables/Disables tracing of method calls.
TRACK. Static variable in class java.awt.event.AdjustmentEvent
The absolute tracking adjustment type.
TRACK. Static variable in class jclass.bwt.JCAdjustmentEvent
The absolute tracking adjustment type.
TRADITIONAL_CHINESE. Static variable in class java.util.Locale
Useful constant for language.
transferFocus(). Method in class java.awt.Component
Transfers the focus to the next component.
transitional. Static variable in class jclass.bwt.JCVersion
transitional. Static variable in class jclass.util.JCVersion
translate(int, int). Method in class java.awt.Event
Translates an event relative to the given component.
translate(int, int). Method in class java.awt.Graphics
Translates the origin of the graphics context to the point (x, y) in the current coordinate system.
translate(int, int). Method in class java.awt.Point
Translates the point.
translate(int, int). Method in class java.awt.Polygon
Translates the vertices by deltaX, deltaY.
translate(int, int). Method in class java.awt.Rectangle
Translates the rectangle.
translateFromParent(Container, Component, int, int). Static method in class jclass.bwt.BWTUtil
Translates a point in a parent's co-ordinate system to its child's.
translatePoint(int, int). Method in class java.awt.event.MouseEvent
Translates the coordinate position of the event by x, y.
translateToParent(Container, Component, int, int). Static method in class jclass.bwt.BWTUtil
Translates a point in a child's co-ordinate system to its parent's.
trim(). Method in class java.lang.String
Removes white space from both ends of this string.
trim(Object). Static method in class jclass.util.JCUtilConverter
Returns a trimmed string, with trailing nulls removed
trimToSize(). Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
TRUE. Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
TUESDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
TYPE. Static variable in class java.lang.Boolean
The Class object representing the primitive type boolean.
TYPE. Static variable in class java.lang.Byte
The Class object representing the primitive type byte.
TYPE. Static variable in class java.lang.Character
The Class object representing the primitive type char.
TYPE. Static variable in class java.lang.Double
The Class object representing the primitive type double.
TYPE. Static variable in class java.lang.Float
The Class object representing the primitive type float.
TYPE. Static variable in class java.lang.Integer
The Class object representing the primitive type int.
TYPE. Static variable in class java.lang.Long
The Class object representing the primitive type long.
TYPE. Static variable in class java.lang.Short
The Class object representing the primitive type short.
TYPE. Static variable in class java.lang.Void
The Class object representing the primitive Java type void.

U

UK. Static variable in class java.util.Locale
Useful constant for country.
UNASSIGNED. Static variable in class java.lang.Character
uncaughtException(Thread, Throwable). Method in class java.lang.ThreadGroup
Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception.
UNDECIMBER. Static variable in class java.util.Calendar
Useful constant for month.
UndefinedProperty. Static variable in class java.awt.Image
The UndefinedProperty object should be returned whenever a property which was not defined for a particular image is fetched.
UNDERLINE. Static variable in class jclass.util.JCString
unfreeze(). Method in class jclass.bwt.JCTextComponent
union(Rectangle). Method in class java.awt.Rectangle
Computes the union of two rectangles.
UNIT_DECREMENT. Static variable in class java.awt.event.AdjustmentEvent
The unit decrement adjustment type.
UNIT_DECREMENT. Static variable in class jclass.bwt.JCAdjustmentEvent
The unit decrement adjustment type.
UNIT_INCREMENT. Static variable in class java.awt.event.AdjustmentEvent
The unit increment adjustment type.
UNIT_INCREMENT. Static variable in class jclass.bwt.JCAdjustmentEvent
The unit increment adjustment type.
UnknownError(). Constructor for class java.lang.UnknownError
Constructs an UnknownError with no detail message.
UnknownError(String). Constructor for class java.lang.UnknownError
Constructs an UnknownError with the specified detail message.
UnsatisfiedLinkError(). Constructor for class java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError(String). Constructor for class java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with the specified detail message.
UP. Static variable in class jclass.bwt.BWTEnum
UP. Static variable in class java.awt.Event
The up arrow action-key.
UP. Static variable in class jclass.bwt.JCArrowButton
UPDATE. Static variable in class java.awt.event.PaintEvent
The update event type.
update(Graphics). Method in class java.awt.Component
Updates the component.
update(Graphics). Method in class jclass.bwt.JCComponent
Overriden because the default implementation always calls clearRect first, causing unwanted flicker
update(Observable, Object). Method in interface java.util.Observer
This method is called whenever the observed object is changed.
update_scrollbars. Variable in class jclass.bwt.JCTextAreaComponent
updateParent(). Method in class jclass.bwt.JCComponent
Forces the parent to relayout this component.
updateParent(). Method in class jclass.bwt.JCContainer
Forces the parent to relayout this container.
updateParent(). Method in class jclass.bwt.JCHeader
Recalculates column widths, and forces the parent to relayout the header.
updateScrollbars(). Method in class jclass.bwt.JCTextAreaComponent
updateScrollbars(). Method in class jclass.bwt.JCTextComponent
updateSelectedList(). Method in class jclass.bwt.JCListComponent
Updates the selected item list after an item has changed.
updateUserdataList(). Method in class jclass.bwt.JCListComponent
Updates the userdata list after an item has changed.
UPPERCASE_LETTER. Static variable in class java.lang.Character
url. Variable in class jclass.bwt.JCLabel
The url that the mouse is currently over.
US. Static variable in class java.util.Locale
Useful constant for country.
useDaylightTime(). Method in class java.util.SimpleTimeZone
Overrides TimeZone Queries if this time zone uses Daylight Savings Time.
useDaylightTime(). Method in class java.util.TimeZone
Queries if this time zone uses Daylight Savings Time.
userData. Variable in class jclass.bwt.JCOutlinerNode
usesShiftModifier(). Method in class java.awt.MenuShortcut
Return whether this MenuShortcut must be invoked using the SHIFT key.
UTC(int, int, int, int, int, int). Static method in class java.util.Date
Determines the date and time based on the arguments.

V

validate(). Method in class java.awt.Component
Ensures that a component has a valid layout.
validate(). Method in class java.awt.Container
Validates this Container and all of the components contained within it.
validate(). Method in class jclass.bwt.JCComponent
Validates a component.
validate(). Method in class jclass.bwt.JCContainer
Validates this Container and all of the components contained within it.
validate(). Method in class jclass.bwt.JCTabButton
Validates a component.
validate(Object). Method in class jclass.bwt.JCSpinBox
Validates the text field's value after the user has changed it.
validate(Object). Method in class jclass.bwt.JCSpinBoxString
Validates the text field's value after the user has changed it.
validateTree(). Method in class java.awt.Container
Recursively descends the container tree and recomputes the layout for any subtrees marked as needing it (those marked as invalid).
valueListeners. Variable in class jclass.bwt.JCTextComponent
List of TextEvent/JCTextEvent listeners.
valueOf(boolean). Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char). Static method in class java.lang.String
Returns the string representation of the char * argument.
valueOf(char[]). Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int). Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(double). Static method in class java.lang.String
Returns the string representation of the double argument.
valueOf(float). Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(int). Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long). Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(Object). Static method in class java.lang.String
Returns the string representation of the Object argument.
valueOf(String). Static method in class java.lang.Boolean
Returns the boolean value represented by the specified String.
valueOf(String). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns a new Byte object initialized to that value.
valueOf(String). Static method in class java.lang.Double
Returns a new Double value initialized to the value represented by the specified String.
valueOf(String). Static method in class java.lang.Float
Returns the floating point value represented by the specified String.
valueOf(String). Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String). Static method in class java.lang.Long
Returns a new long object initialized to the value of the specified String.
valueOf(String). Static method in class java.lang.Short
Assuming the specified String represents a short, returns a new Short object initialized to that value.
valueOf(String, int). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns a new Byte object initialized to that value.
valueOf(String, int). Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String, int). Static method in class java.lang.Long
Returns a new long object initialized to the value of the specified String.
valueOf(String, int). Static method in class java.lang.Short
Assuming the specified String represents a short, returns a new Short object initialized to that value.
VARIABLE. Static variable in class jclass.bwt.BWTEnum
VARIABLE. Static variable in class jclass.bwt.JCGridLayout
Vector(). Constructor for class java.util.Vector
Constructs an empty vector.
Vector(int). Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity.
Vector(int, int). Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
VerifyError(). Constructor for class java.lang.VerifyError
Constructs an VerifyError with no detail message.
VerifyError(String). Constructor for class java.lang.VerifyError
Constructs an VerifyError with the specified detail message.
version. Static variable in class jclass.bwt.JCComponent
version. Static variable in class jclass.bwt.JCContainer
vert_origin. Variable in class jclass.bwt.JCTextComponent
Amount by which the text has been scrolled.
VERT_SPACE. Static variable in class jclass.util.JCString
VERTICAL. Static variable in interface java.awt.Adjustable
The vertical orientation.
VERTICAL. Static variable in class jclass.bwt.BWTEnum
VERTICAL. Static variable in class java.awt.GridBagConstraints
VERTICAL. Static variable in interface jclass.bwt.JCAdjustable
VERTICAL. Static variable in class jclass.bwt.JCCheckboxGroup
VERTICAL. Static variable in class jclass.bwt.JCScrollbar
VERTICAL. Static variable in class jclass.bwt.JCSeparator
VERTICAL. Static variable in class jclass.bwt.JCSlider
VERTICAL. Static variable in class jclass.bwt.JCSplitterWindow
VERTICAL. Static variable in class java.awt.Scrollbar
The vertical Scrollbar variable.
vgap. Variable in class jclass.bwt.JCGridLayout
The vertical gap between items.
viewport. Variable in class jclass.bwt.JCScrolledWindow
The component used as the viewing area into the scrolled component.
VirtualMachineError(). Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String). Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.
visible_rows. Variable in class jclass.bwt.JCTextAreaComponent
The number of visible lines.
VK_0. Static variable in class java.awt.event.KeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39)
VK_1. Static variable in class java.awt.event.KeyEvent
VK_2. Static variable in class java.awt.event.KeyEvent
VK_3. Static variable in class java.awt.event.KeyEvent
VK_4. Static variable in class java.awt.event.KeyEvent
VK_5. Static variable in class java.awt.event.KeyEvent
VK_6. Static variable in class java.awt.event.KeyEvent
VK_7. Static variable in class java.awt.event.KeyEvent
VK_8. Static variable in class java.awt.event.KeyEvent
VK_9. Static variable in class java.awt.event.KeyEvent
VK_A. Static variable in class java.awt.event.KeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A)
VK_ACCEPT. Static variable in class java.awt.event.KeyEvent
VK_ADD. Static variable in class java.awt.event.KeyEvent
VK_ALT. Static variable in class java.awt.event.KeyEvent
VK_B. Static variable in class java.awt.event.KeyEvent
VK_BACK_QUOTE. Static variable in class java.awt.event.KeyEvent
VK_BACK_SLASH. Static variable in class java.awt.event.KeyEvent
VK_BACK_SPACE. Static variable in class java.awt.event.KeyEvent
VK_C. Static variable in class java.awt.event.KeyEvent
VK_CANCEL. Static variable in class java.awt.event.KeyEvent
VK_CAPS_LOCK. Static variable in class java.awt.event.KeyEvent
VK_CLEAR. Static variable in class java.awt.event.KeyEvent
VK_CLOSE_BRACKET. Static variable in class java.awt.event.KeyEvent
VK_COMMA. Static variable in class java.awt.event.KeyEvent
VK_CONTROL. Static variable in class java.awt.event.KeyEvent
VK_CONVERT. Static variable in class java.awt.event.KeyEvent
VK_D. Static variable in class java.awt.event.KeyEvent
VK_DECIMAL. Static variable in class java.awt.event.KeyEvent
VK_DELETE. Static variable in class java.awt.event.KeyEvent
VK_DIVIDE. Static variable in class java.awt.event.KeyEvent
VK_DOWN. Static variable in class java.awt.event.KeyEvent
VK_E. Static variable in class java.awt.event.KeyEvent
VK_END. Static variable in class java.awt.event.KeyEvent
VK_ENTER. Static variable in class java.awt.event.KeyEvent
Virtual key codes.
VK_EQUALS. Static variable in class java.awt.event.KeyEvent
VK_ESCAPE. Static variable in class java.awt.event.KeyEvent
VK_F. Static variable in class java.awt.event.KeyEvent
VK_F1. Static variable in class java.awt.event.KeyEvent
VK_F10. Static variable in class java.awt.event.KeyEvent
VK_F11. Static variable in class java.awt.event.KeyEvent
VK_F12. Static variable in class java.awt.event.KeyEvent
VK_F2. Static variable in class java.awt.event.KeyEvent
VK_F3. Static variable in class java.awt.event.KeyEvent
VK_F4. Static variable in class java.awt.event.KeyEvent
VK_F5. Static variable in class java.awt.event.KeyEvent
VK_F6. Static variable in class java.awt.event.KeyEvent
VK_F7. Static variable in class java.awt.event.KeyEvent
VK_F8. Static variable in class java.awt.event.KeyEvent
VK_F9. Static variable in class java.awt.event.KeyEvent
VK_FINAL. Static variable in class java.awt.event.KeyEvent
for Asian Keyboard
VK_G. Static variable in class java.awt.event.KeyEvent
VK_H. Static variable in class java.awt.event.KeyEvent
VK_HELP. Static variable in class java.awt.event.KeyEvent
VK_HOME. Static variable in class java.awt.event.KeyEvent
VK_I. Static variable in class java.awt.event.KeyEvent
VK_INSERT. Static variable in class java.awt.event.KeyEvent
VK_J. Static variable in class java.awt.event.KeyEvent
VK_K. Static variable in class java.awt.event.KeyEvent
VK_KANA. Static variable in class java.awt.event.KeyEvent
VK_KANJI. Static variable in class java.awt.event.KeyEvent
VK_L. Static variable in class java.awt.event.KeyEvent
VK_LEFT. Static variable in class java.awt.event.KeyEvent
VK_M. Static variable in class java.awt.event.KeyEvent
VK_META. Static variable in class java.awt.event.KeyEvent
VK_MODECHANGE. Static variable in class java.awt.event.KeyEvent
VK_MULTIPLY. Static variable in class java.awt.event.KeyEvent
VK_N. Static variable in class java.awt.event.KeyEvent
VK_NONCONVERT. Static variable in class java.awt.event.KeyEvent
VK_NUM_LOCK. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD0. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD1. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD2. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD3. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD4. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD5. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD6. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD7. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD8. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD9. Static variable in class java.awt.event.KeyEvent
VK_O. Static variable in class java.awt.event.KeyEvent
VK_OPEN_BRACKET. Static variable in class java.awt.event.KeyEvent
VK_P. Static variable in class java.awt.event.KeyEvent
VK_PAGE_DOWN. Static variable in class java.awt.event.KeyEvent
VK_PAGE_UP. Static variable in class java.awt.event.KeyEvent
VK_PAUSE. Static variable in class java.awt.event.KeyEvent
VK_PERIOD. Static variable in class java.awt.event.KeyEvent
VK_PRINTSCREEN. Static variable in class java.awt.event.KeyEvent
VK_Q. Static variable in class java.awt.event.KeyEvent
VK_QUOTE. Static variable in class java.awt.event.KeyEvent
VK_R. Static variable in class java.awt.event.KeyEvent
VK_RIGHT. Static variable in class java.awt.event.KeyEvent
VK_S. Static variable in class java.awt.event.KeyEvent
VK_SCROLL_LOCK. Static variable in class java.awt.event.KeyEvent
VK_SEMICOLON. Static variable in class java.awt.event.KeyEvent
VK_SEPARATER. Static variable in class java.awt.event.KeyEvent
VK_SHIFT. Static variable in class java.awt.event.KeyEvent
VK_SLASH. Static variable in class java.awt.event.KeyEvent
VK_SPACE. Static variable in class java.awt.event.KeyEvent
VK_SUBTRACT. Static variable in class java.awt.event.KeyEvent
VK_T. Static variable in class java.awt.event.KeyEvent
VK_TAB. Static variable in class java.awt.event.KeyEvent
VK_U. Static variable in class java.awt.event.KeyEvent
VK_UNDEFINED. Static variable in class java.awt.event.KeyEvent
KEY_TYPED events do not have a defined keyCode.
VK_UP. Static variable in class java.awt.event.KeyEvent
VK_V. Static variable in class java.awt.event.KeyEvent
VK_W. Static variable in class java.awt.event.KeyEvent
VK_X. Static variable in class java.awt.event.KeyEvent
VK_Y. Static variable in class java.awt.event.KeyEvent
VK_Z. Static variable in class java.awt.event.KeyEvent

W

W_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The west-resize cursor type.
W_RESIZE_CURSOR. Static variable in class java.awt.Frame
wait(). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
wait(long). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
wait(long, int). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
WAIT_CURSOR. Static variable in class java.awt.Cursor
The wait cursor type.
WAIT_CURSOR. Static variable in class java.awt.Frame
waitFor(). Method in class java.lang.Process
Waits for the subprocess to complete.
waitForAll(). Method in class java.awt.MediaTracker
Starts loading all images.
waitForAll(long). Method in class java.awt.MediaTracker
Starts loading all images.
waitForID(int). Method in class java.awt.MediaTracker
Starts loading all images with the specified ID and waits until they have finished loading or receive an error.
waitForID(int, long). Method in class java.awt.MediaTracker
Starts loading all images with the specified ID.
waitForImage(Component, Image). Static method in class jclass.util.JCUtilConverter
Waits for an image to be loaded, using the MediaTracker class.
wallPaper(Component, Graphics, Image). Static method in class jclass.bwt.BWTUtil
Draws the image repeatedly across the component, from left to right and top to bottom.
WEDNESDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
WEEK_OF_MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
WEEK_OF_YEAR. Static variable in class java.util.Calendar
Useful constant for date and time.
weightx. Variable in class java.awt.GridBagConstraints
weighty. Variable in class java.awt.GridBagConstraints
WEST. Static variable in class java.awt.BorderLayout
The west layout constraint.
WEST. Static variable in class java.awt.GridBagConstraints
when. Variable in class java.awt.Event
The time stamp.
white. Static variable in class java.awt.Color
The color white.
width. Variable in class java.awt.Dimension
The width dimension.
width. Variable in class jclass.util.JCImageCreator
width. Variable in class java.awt.Rectangle
The width of the rectangle.
window. Static variable in class java.awt.SystemColor
The background color for windows.
WINDOW. Static variable in class java.awt.SystemColor
The array index for the window background color.
Window(Frame). Constructor for class java.awt.Window
Constructs a new Window initialized to an invisible state.
WINDOW_ACTIVATED. Static variable in class java.awt.event.WindowEvent
The window activated event type.
WINDOW_BORDER. Static variable in class java.awt.SystemColor
The array index for the window border color.
WINDOW_CLOSED. Static variable in class java.awt.event.WindowEvent
The window closed event type.
WINDOW_CLOSING. Static variable in class java.awt.event.WindowEvent
The window closing event type.
WINDOW_DEACTIVATED. Static variable in class java.awt.event.WindowEvent
The window deactivated event type.
WINDOW_DEICONIFIED. Static variable in class java.awt.event.WindowEvent
The window deiconified event type.
WINDOW_DEICONIFY. Static variable in class java.awt.Event
The de-iconify window event.
WINDOW_DESTROY. Static variable in class java.awt.Event
The destroy window event.
WINDOW_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting window events.
WINDOW_EXPOSE. Static variable in class java.awt.Event
The expose window event.
WINDOW_FIRST. Static variable in class java.awt.event.WindowEvent
Marks the first integer id for the range of window event ids.
WINDOW_ICONIFIED. Static variable in class java.awt.event.WindowEvent
The window iconified event type.
WINDOW_ICONIFY. Static variable in class java.awt.Event
The iconify window event.
WINDOW_LAST. Static variable in class java.awt.event.WindowEvent
Marks the last integer id for the range of window event ids.
WINDOW_MOVED. Static variable in class java.awt.Event
The move window event.
WINDOW_OPENED. Static variable in class java.awt.event.WindowEvent
The window opened event type.
WINDOW_TEXT. Static variable in class java.awt.SystemColor
The array index for the window text color.
windowActivated(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowActivated event by invoking the windowActivated methods on listener-a and listener-b.
windowActivated(WindowEvent). Method in class java.awt.event.WindowAdapter
windowActivated(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is activated.
WindowAdapter(). Constructor for class java.awt.event.WindowAdapter
windowBorder. Static variable in class java.awt.SystemColor
The border color for windows.
windowClosed(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowClosed event by invoking the windowClosed methods on listener-a and listener-b.
windowClosed(WindowEvent). Method in class java.awt.event.WindowAdapter
windowClosed(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window has been closed.
windowClosing(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowClosing event by invoking the windowClosing methods on listener-a and listener-b.
windowClosing(WindowEvent). Method in class java.awt.event.WindowAdapter
windowClosing(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is in the process of being closed.
windowDeactivated(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowDeactivated event by invoking the windowDeactivated methods on listener-a and listener-b.
windowDeactivated(WindowEvent). Method in class java.awt.event.WindowAdapter
windowDeactivated(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is de-activated.
windowDeiconified(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowDeiconfied event by invoking the windowDeiconified methods on listener-a and listener-b.
windowDeiconified(WindowEvent). Method in class java.awt.event.WindowAdapter
windowDeiconified(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is de-iconified.
WindowEvent(Window, int). Constructor for class java.awt.event.WindowEvent
Constructs a WindowEvent object with the specified source window and type.
windowIconified(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowIconified event by invoking the windowIconified methods on listener-a and listener-b.
windowIconified(WindowEvent). Method in class java.awt.event.WindowAdapter
windowIconified(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is iconified.
windowOpened(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowOpened event by invoking the windowOpened methods on listener-a and listener-b.
windowOpened(WindowEvent). Method in class java.awt.event.WindowAdapter
windowOpened(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window has been opened.
windowText. Static variable in class java.awt.SystemColor
The text color for windows.
writeClipboard(String). Method in class jclass.bwt.JCTextComponent
Writes to the clipboard.

X

x. Variable in class java.awt.Event
The x coordinate of the event.
x. Variable in class java.awt.Point
The x coordinate.
x. Variable in class java.awt.Rectangle
The x coordinate of the rectangle.
xor(BitSet). Method in class java.util.BitSet
Logically XORs this bit set with the specified set of bits.
xpoints. Variable in class java.awt.Polygon
The array of x coordinates.

Y

y. Variable in class java.awt.Event
The y coordinate of the event.
y. Variable in class java.awt.Point
The y coordinate.
y. Variable in class java.awt.Rectangle
The y coordinate of the rectangle.
YEAR. Static variable in class java.util.Calendar
Useful constant for date and time.
yellow. Static variable in class java.awt.Color
The color yellow.
yield(). Static method in class java.lang.Thread
Causes the currently executing thread object to temporarily pause and allow other threads to execute.
ypoints. Variable in class java.awt.Polygon
The array of y coordinates.
yToRow(int). Method in class jclass.bwt.JCTextAreaComponent
Finds the row specified by the point.