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 that the downloading of some media was aborted.
about. Static variable in class jclass.table.Table
AboutEditor(). Constructor for class jclass.table.AboutEditor
above. Static variable in class jclass.contrib.JCRelativeLayout
aboveLeft. Static variable in class jclass.contrib.JCRelativeLayout
aboveRight. Static variable in class jclass.contrib.JCRelativeLayout
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
This event indicates that the user wants some action to occur.
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.
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(ActionEvent). Method in class jclass.table.BorderSidesSeriesEditor
actionPerformed(ActionEvent). Method in class jclass.table.ColorSeriesEditor
actionPerformed(ActionEvent). Method in class jclass.table.ComponentSeriesEditor
actionPerformed(ActionEvent). Method in class jclass.table.DimensionSeriesEditor
actionPerformed(ActionEvent). Method in class jclass.table.FontSeriesEditor
actionPerformed(ActionEvent). Method in class jclass.table.MaxLengthSeriesEditor
actionPerformed(ActionEvent). Method in class jclass.table.SeriesEditor
actionPerformed(ActionEvent). Method in class jclass.table.SpanningCellsEditor
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.
ad. Variable in class jclass.util.JCAboutCanvas
ad. Static variable in class jclass.util.JClassInfo
ad_title. Static variable in class jclass.util.JClassInfo
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 the end of this container.
add(Component). Method in class jclass.contrib.ContribDialog
Adds the specified component to this dialog in the "Center" position.
add(Component). Method in class jclass.contrib.ContribFrame
Adds the specified component to this frame in the "Center" position.
add(Component, int). Method in class java.awt.Container
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 the end of this container.
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, specified by the integer arguments newx and newy, to this 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(JCListenerList, Object). Static method in class jclass.util.JCListenerList
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 menu 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 the point pt to this 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 this rectangle.
add(String). Method in class java.awt.Choice
Adds an item to this Choice menu.
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 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 end of the scrolling list.
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 text field.
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 receive instances of AdjustmentEvent from this scroll bar.
addCellValueListener(JCCellValueListener). Method in class jclass.table.JCTable
Adds the specified listener to receive JCValueEvents for cells.
addCheckbox(Checkbox). Method in class jclass.contrib.ContribCheckboxGroup
Adds a specified checkbox to the list of managed checkbox.
addColumn(int, Object, Vector). Method in class jclass.table.JCTable
Inserts a new column into the table, shifting any cell values and attributes (such as background color) to the right of the insertion.
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.
addCreateComponentListener(JCCreateComponentListener). Method in class jclass.table.JCTable
Adds the specified listener to receive JCCreateComponentEvents.
addDisplayComponentListener(JCDisplayComponentListener). Method in class jclass.table.JCTable
Adds the specified listener to receive JCDisplayComponentEvents.
addElement(Object). Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addEnterCellListener(JCEnterCellListener). Method in class jclass.table.JCTable
Adds the specified listener to receive JCEnterCellEvents.
addFocusListener(FocusListener). Method in class java.awt.Component
Adds the specified focus listener to receive focus events from this component.
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 by this media tracker.
addImage(Image, int, int, int). Method in class java.awt.MediaTracker
Adds a scaled image to the list of images being tracked by this media tracker.
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(EventListener, EventListener). Static method in class java.awt.AWTEventMulticaster
Returns the resulting multicast listener from adding listener-a and listener-b together.
addItem(String). Method in class java.awt.Choice
Adds an item to this Choice.
addItem(String). Method in class java.awt.List
addItem(String, int). Method in class java.awt.List
addItemListener(ItemListener). Method in class java.awt.Checkbox
Adds the specified item listener to receive item events from this check box.
addItemListener(ItemListener). Method in class java.awt.CheckboxMenuItem
Adds the specified item listener to receive item events from this check box menu item.
addItemListener(ItemListener). Method in class java.awt.Choice
Adds the specified item listener to receive item events from this Choice menu.
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 receive item events from this list.
addKeyListener(KeyListener). Method in class java.awt.Component
Adds the specified key listener to receive key events from this component.
addLabelValueListener(JCLabelValueListener). Method in class jclass.table.JCTable
Adds the specified listener to receive JCValueEvents for labels.
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 this card layout's internal table of names.
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
addLayoutComponent(String, Component). Method in class java.awt.CardLayout
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.contrib.JCRelativeLayout
addLayoutComponent(String, Component). Method in class jclass.contrib.JCRowColLayout
An empty method that must appear (it is part of the LayoutManager interface).
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.
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 this 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 dialog'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 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 jclass.table.Table
Creates the Panel'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.
addPaintListener(JCPaintListener). Method in class jclass.table.JCTable
Adds the specified listener to receive JCPaintEvents.
addPoint(int, int). Method in class java.awt.Polygon
Appends a point to this polygon.
addResizeCellListener(JCResizeCellListener). Method in class jclass.table.JCTable
Adds the specified listener to receive JCResizeCellEvents.
addRow(int, Object, Vector). Method in class jclass.table.JCTable
Inserts a new row into the table, shifting any cell values and attributes (such as background color) below the insertion.
addScrollListener(JCScrollListener). Method in class jclass.table.JCTable
Adds the specified listener to receive JCScrollEvents.
addSelectListener(JCSelectListener). Method in class jclass.table.JCTable
Adds the specified listener to receive JCSelectEvents.
addSeparator(). Method in class java.awt.Menu
Adds a separator line, or a hypen, to the menu at the current position.
addSortListener(JCSortListener). Method in class jclass.table.JCTable
Adds the specified listener to receive JCSortEvents.
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.
addTraverseCellListener(JCTraverseCellListener). Method in class jclass.table.JCTable
Adds the specified listener to receive JCTraverseCellEvents.
addValidateCellListener(JCValidateCellListener). Method in class jclass.table.JCTable
Adds the specified listener to receive JCValidateCellEvents.
addWindowListener(WindowListener). Method in class java.awt.Window
Adds the specified window listener to receive window events from this window.
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.
AdjustmentEvent(Adjustable, int, int, int). Constructor for class java.awt.event.AdjustmentEvent
Constructs a AdjustmentEvent object with the specified Adjustable source, type, and value.
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.
adTitle. Variable in class jclass.util.JCAboutCanvas
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
AlignmentSeriesEditor(). Constructor for class jclass.table.AlignmentSeriesEditor
Constructs an alignment series editor.
ALL. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
ALL. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
ALL. Static variable in class jclass.table.JCTblEnum
ALLCELLS. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
ALLCELLS. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
ALLCELLS. Static variable in class jclass.table.JCTblEnum
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
This flag indicates that the Alt key was down when the event occurred.
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
This field is used when the component is smaller than its display area.
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 java.lang.StringBuffer
Appends the string to this string buffer.
append(String). Method in class java.awt.TextArea
Appends the given text to the text area's current text.
appendTest(). Static method in class jclass.table.ChainTest
appendText(String). Method in class java.awt.TextArea
Applet(). Constructor for class java.applet.Applet
appletResize(int, int). Method in interface java.applet.AppletStub
Called when the applet wants to be resized.
applyButton. Variable in class jclass.contrib.JCDialog
Apply button.
APRIL. Static variable in class java.util.Calendar
Useful constant for month.
areFieldsSet. Variable in class java.util.Calendar
True if the fields are in sync with the currently set time of this Calendar.
arg. Variable in class java.awt.Event
An arbitrary argument of the event.
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.
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.
AS_IS. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
AS_IS. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
AS_IS. Static variable in class jclass.table.JCTblEnum
ASCENDING. Static variable in class jclass.util.JCqsort
ASCENDING. Static variable in class jclass.util.JCSortInteger
ASCENDING. Static variable in class jclass.util.JCSortString
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.
at(int). Method in class jclass.util.JCVector
Returns the component at the specified index.
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.table.TblScrollbar
ATTACH_CELLS. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
ATTACH_CELLS. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
ATTACH_CELLS. Static variable in class jclass.table.JCTblEnum
ATTACH_SIDE. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
ATTACH_SIDE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
ATTACH_SIDE. Static variable in class jclass.table.JCTblEnum
AUGUST. Static variable in class java.util.Calendar
Useful constant for month.
AWTError(String). Constructor for class java.awt.AWTError
Constructs an instance of AWTError with the specified detail message.
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 instance of 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.
BC. Static variable in class java.util.GregorianCalendar
Useful constant for GregorianCalendar.
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.
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.
BLOCK_DECREMENT. Static variable in class java.awt.event.AdjustmentEvent
The block decrement adjustment type.
BLOCK_INCREMENT. Static variable in class java.awt.event.AdjustmentEvent
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".
BooleanSeriesEditor(String, int, boolean, boolean). Constructor for class jclass.table.BooleanSeriesEditor
BooleanSeriesEditor(String, int, boolean, boolean, boolean). Constructor for class jclass.table.BooleanSeriesEditor
Constructs an enum series editor.
booleanValue(). Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean.
BORDER_ETCHED_IN. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BORDER_ETCHED_IN. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BORDER_ETCHED_IN. Static variable in class jclass.table.JCTblEnum
BORDER_ETCHED_OUT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BORDER_ETCHED_OUT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BORDER_ETCHED_OUT. Static variable in class jclass.table.JCTblEnum
BORDER_FRAME_IN. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BORDER_FRAME_IN. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BORDER_FRAME_IN. Static variable in class jclass.table.JCTblEnum
BORDER_FRAME_OUT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BORDER_FRAME_OUT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BORDER_FRAME_OUT. Static variable in class jclass.table.JCTblEnum
BORDER_IN. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BORDER_IN. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BORDER_IN. Static variable in class jclass.table.JCTblEnum
BORDER_NONE. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BORDER_NONE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BORDER_NONE. Static variable in class jclass.table.JCTblEnum
BORDER_OUT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BORDER_OUT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BORDER_OUT. Static variable in class jclass.table.JCTblEnum
BORDER_PLAIN. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BORDER_PLAIN. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BORDER_PLAIN. Static variable in class jclass.table.JCTblEnum
BorderLayout(). Constructor for class java.awt.BorderLayout
Constructs a new border layout with no gaps between components.
BorderLayout(int, int). Constructor for class java.awt.BorderLayout
Constructs a border layout with the specified gaps between components.
BORDERSIDE_ALL. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BORDERSIDE_ALL. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BORDERSIDE_ALL. Static variable in class jclass.table.JCTblEnum
BORDERSIDE_BOTTOM. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BORDERSIDE_BOTTOM. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BORDERSIDE_BOTTOM. Static variable in class jclass.table.JCTblEnum
BORDERSIDE_LEFT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BORDERSIDE_LEFT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BORDERSIDE_LEFT. Static variable in class jclass.table.JCTblEnum
BORDERSIDE_NONE. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BORDERSIDE_NONE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BORDERSIDE_NONE. Static variable in class jclass.table.JCTblEnum
BORDERSIDE_RIGHT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BORDERSIDE_RIGHT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BORDERSIDE_RIGHT. Static variable in class jclass.table.JCTblEnum
BORDERSIDE_TOP. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BORDERSIDE_TOP. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BORDERSIDE_TOP. Static variable in class jclass.table.JCTblEnum
BorderSidesSeriesEditor(). Constructor for class jclass.table.BorderSidesSeriesEditor
Constructs an border sides series editor.
BorderTypeEditor(). Constructor for class jclass.table.BorderTypeEditor
BorderTypeSeriesEditor(). Constructor for class jclass.table.BorderTypeSeriesEditor
Constructs an alignment series editor.
BOTH. Static variable in class java.awt.GridBagConstraints
Resize the component both horizontally and vertically.
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.util.JCTitleLayout
BOTTOM_ALIGNMENT. Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY.
BOTTOMCENTER. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BOTTOMCENTER. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BOTTOMCENTER. Static variable in class jclass.table.JCTblEnum
BOTTOMLEFT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BOTTOMLEFT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BOTTOMLEFT. Static variable in class jclass.table.JCTblEnum
BOTTOMRIGHT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
BOTTOMRIGHT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
BOTTOMRIGHT. Static variable in class jclass.table.JCTblEnum
bounds. Variable in class java.awt.Polygon
bounds(). Method in class java.awt.Component
brighter(). Method in class java.awt.Color
Creates a brighter version of this color.
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
BROWSER_VISUALAGE. Static variable in class jclass.util.JCEnvironment
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.
buttonArea. Variable in class jclass.contrib.JCDialog
TButton panel.
buttonCB(JCDialog, Button). Method in class jclass.contrib.JCDialog
Default implementation of the button callback.
buttonCB(JCDialog, Button). Method in interface jclass.contrib.JCDialogCB
The button callback member.
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

cache. Variable in class jclass.contrib.JCRetrieve
This local cache is used to minimize the number of times the cgi-bin script is accessed.
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.
cancelButton. Variable in class jclass.contrib.JCDialog
Cancel button.
cancelEdit(boolean). Method in class jclass.table.JCTable
Cancels interactive editing of a cell and, as an option, hides the Text component.
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 Caps Lock key, a non-ASCII 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 new card layout with the specified horizontal and vertical gaps.
CASE_AS_IS. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
CASE_AS_IS. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
CASE_AS_IS. Static variable in class jclass.table.JCTblEnum
CASE_LOWER. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
CASE_LOWER. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
CASE_LOWER. Static variable in class jclass.table.JCTblEnum
CASE_UPPER. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
CASE_UPPER. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
CASE_UPPER. Static variable in class jclass.table.JCTblEnum
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.
CellResizeEditor(). Constructor for class jclass.table.CellResizeEditor
cellValue(JCValueEvent). Method in interface jclass.table.JCCellValueListener
Called when the cell's value is to be retrieved from the application.
cellValueListeners. Variable in class jclass.table.Table
CellValuesEditor(). Constructor for class jclass.table.CellValuesEditor
Constructs an cell values editor.
CENTER. Static variable in class java.awt.BorderLayout
The center layout constraint (middle of container).
CENTER. Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be centered.
CENTER. Static variable in class java.awt.GridBagConstraints
Put the component in the center of its display area.
CENTER. Static variable in class jclass.util.JCString
CENTER. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
CENTER. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
CENTER. Static variable in class jclass.table.JCTblEnum
CENTER. Static variable in class jclass.util.JCTitleLayout
CENTER. Static variable in class java.awt.Label
Indicates that the label should be centered.
CENTER_ALIGNMENT. Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY and getAlignmentX.
ChainTest(). Constructor for class jclass.table.ChainTest
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.table.TblScrollbar
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 being tracked by this media tracker have finished loading.
checkAll(boolean). Method in class java.awt.MediaTracker
Checks to see if all images being tracked by this media tracker 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
Creates a check box with no label.
Checkbox(String). Constructor for class java.awt.Checkbox
Creates a check box with the specified label.
Checkbox(String, boolean). Constructor for class java.awt.Checkbox
Creates a check box with the specified label.
Checkbox(String, boolean, CheckboxGroup). Constructor for class java.awt.Checkbox
Creates a check box with the specified label, in the specified check box group, and set to the specified state.
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 instance of CheckboxGroup.
CheckboxMenuItem(). Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with an empty label.
CheckboxMenuItem(String). Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with the specified label.
CheckboxMenuItem(String, boolean). Constructor for class java.awt.CheckboxMenuItem
Create a check box 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.
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 tracked by this media tracker that are tagged with the specified identifier have finished loading.
checkID(int, boolean). Method in class java.awt.MediaTracker
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier 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 screen representation of the specified image.
checkImage(Image, int, int, ImageObserver). Method in class java.awt.Toolkit
Indicates the construction status of a specified image that is being prepared for display.
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.
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.
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.
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
Creates a new choice menu.
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.contrib.JCDialog
Default implementation of a member to clear the dialog.
clear(). Method in class jclass.util.JCImageCreator
Clears the data.
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.
clearCells(). Method in class jclass.table.JCTable
Sets clears the values of all cells by setting them to null.
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.
clearSelectedCells(). Method in class jclass.table.JCTable
All selected cells are unselected.
clearSelection(). Method in class jclass.table.BorderSidesSeriesEditor
Clear user selection.
clearSelection(). Method in class jclass.table.ColorSeriesEditor
Clear the user selection
clearSelection(). Method in class jclass.table.DimensionSeriesEditor
Clear the user selection
clearSelection(). Method in class jclass.table.SeriesEditor
Clear user selection.
clickCount. Variable in class java.awt.Event
For MOUSE_DOWN events, this field indicates 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.awt.GridBagConstraints
Creates a copy of this grid bag constraint.
clone(). Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone(). Method in class java.awt.Insets
Create a copy of this object.
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.
close(Event). Method in class jclass.contrib.ContribFrame
Closes the window.
Color(float, float, float). Constructor for class java.awt.Color
Creates a color with the specified red, green, and blue values, where each of the values is in the range 0.0-1.0.
Color(int). Constructor for class java.awt.Color
Creates a color with the specified RGB value, where the red component is in bits 16-23 of the argument, the green component is in bits 8-15 of the argument, and the blue component is in bits 0-7.
Color(int, int, int). Constructor for class java.awt.Color
Creates a color with the specified red, green, and blue components.
colorIndex(Color). Static method in class jclass.contrib.JCColorUtil
When provided with an instance of an AWT Color object, this returns the index in the colors array that matches the color.
colorMap. Variable in class jclass.util.JCImageCreator
colors. Static variable in class jclass.contrib.JCColorUtil
An array of default colors.
ColorSeriesEditor(). Constructor for class jclass.table.ColorSeriesEditor
Constructs a color series editor.
colorStrings. Static variable in class jclass.contrib.JCColorUtil
An array of color strings matching the default colors.
colorToString(Color). Static method in class jclass.contrib.JCColorUtil
When provided with an instance of an AWT Color object, this returns a string representation of the object.
column. Variable in class jclass.table.JCCell
The current location.
column. Variable in class jclass.table.JCCellPosition
Column number, starting at 0
columnLabelValue(JCValueEvent). Method in class jclass.table.JCLabelValueAdapter
Called when a column label's value is to be retrieved from the application.
columnLabelValue(JCValueEvent). Method in interface jclass.table.JCLabelValueListener
Called when a column label's value is to be retrieved from the application.
columnLabelValue(JCValueEvent). Method in class jclass.table.SeriesEditor
ColumnPlacementEditor(). Constructor for class jclass.table.ColumnPlacementEditor
columnWeights. Variable in class java.awt.GridBagLayout
columnWidths. Variable in class java.awt.GridBagLayout
COMBINING_SPACING_MARK. Static variable in class java.lang.Character
command(Object). Static method in class java.lang.Compiler
Examines the argument type and its fields and perform some documented operation.
commitEdit(boolean). Method in class jclass.table.JCTable
Commits interactive cell editing internally, saving any changes made by the user.
comp. Variable in class jclass.util.JCImageCreator
compare(Object, Object). Method in class jclass.util.JCSortInteger
compare(Object, Object). Method in interface jclass.util.JCSortInterface
Called by JCqsort during sorting.
compare(Object, Object). Method in class jclass.util.JCSortString
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 that the downloading of media was 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.
ComponentSeriesEditor(). Constructor for class jclass.table.ComponentSeriesEditor
Constructs a component series editor.
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 point, 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 specified point is contained by this polygon.
contains(int, int). Method in class java.awt.Rectangle
Checks whether this rectangle contains the point at the specified location (xy).
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 the point's x and y coordinates 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.
ContribCheckbox(String, CheckboxGroup, int). Constructor for class jclass.contrib.ContribCheckbox
This is the constructor.
ContribCheckboxGroup(). Constructor for class jclass.contrib.ContribCheckboxGroup
ContribDialog(Frame, boolean). Constructor for class jclass.contrib.ContribDialog
Constructs an initially invisible Dialog.
ContribDialog(Frame, String, boolean). Constructor for class jclass.contrib.ContribDialog
Constructs an initially invisible Dialog with a title.
ContribFrame(). Constructor for class jclass.contrib.ContribFrame
Creates a frame.
ContribFrame(String). Constructor for class jclass.contrib.ContribFrame
Creates a Frame with the specified title.
CONTROL. Static variable in class java.lang.Character
CONTROL. Static variable in class java.awt.SystemColor
The array index for the control background color.
control. Static variable in class java.awt.SystemColor
The background color for control objects.
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
convert(JCVector, int, int). Method in class jclass.table.Table
Converts the string in each cell using the cell's datatype.
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.
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.
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.
countComponents(). Method in class java.awt.Container
countItems(). Method in class java.awt.Choice
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.
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). Static method in class jclass.contrib.JCSpreadLabel
Create a row or column-style spreadsheet label.
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(MenuContainer, String[]). Static method in class jclass.contrib.JCMenu
Creates a menu based on the label information provided by the items parameter.
create(String[]). Method in class jclass.util.JCImageCreator
Creates an image using the specified string array.
CREATE_COMPONENT. Static variable in class jclass.table.JCCreateComponentEvent
The id for this event.
createButton(Button). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Button using the specified peer interface.
createCanvas(Canvas). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Canvas using the specified peer interface.
createCheckbox(Checkbox). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Checkbox using the specified peer interface.
createCheckboxMenuItem(CheckboxMenuItem). Method in class java.awt.Toolkit
Creates this toolkit's implementation of CheckboxMenuItem using the specified peer interface.
createChoice(Choice). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Choice using the specified peer interface.
createComponent(Component). Method in class java.awt.Toolkit
Creates a peer for a component or container.
createComponent(JCCreateComponentEvent). Method in interface jclass.table.JCCreateComponentListener
Invoked before a component is to be created.
createComponentListeners. Variable in class jclass.table.Table
createDescriptor(String, Class). Method in class jclass.table.JCTableBeanBeanInfo
createDescriptor(String, Class). Method in class jclass.table.JCTableComponentBeanInfo
createDialog(Dialog). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Dialog using the specified peer interface.
createFileDialog(FileDialog). Method in class java.awt.Toolkit
Creates this toolkit's implementation of FileDialog using the specified peer interface.
createFrame(Frame). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Frame using the specified peer interface.
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, and 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.
createLabel(Label). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Label using the specified peer interface.
createList(List). Method in class java.awt.Toolkit
Creates this toolkit's implementation of List using the specified peer interface.
createMenu(Menu). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Menu using the specified peer interface.
createMenuBar(MenuBar). Method in class java.awt.Toolkit
Creates this toolkit's implementation of MenuBar using the specified peer interface.
createMenuItem(MenuItem). Method in class java.awt.Toolkit
Creates this toolkit's implementation of MenuItem using the specified peer interface.
createPanel(Panel). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Panel using the specified peer interface.
createPopupMenu(PopupMenu). Method in class java.awt.Toolkit
Creates this toolkit's implementation of PopupMenu using the specified peer interface.
createScrollbar(Scrollbar). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Scrollbar using the specified peer interface.
createScrollPane(ScrollPane). Method in class java.awt.Toolkit
Creates this toolkit's implementation of ScrollPane using the specified peer interface.
createTextArea(TextArea). Method in class java.awt.Toolkit
Creates this toolkit's implementation of TextArea using the specified peer interface.
createTextField(TextField). Method in class java.awt.Toolkit
Creates this toolkit's implementation of TextField using the specified peer interface.
createURL(Applet, String). Static method in class jclass.util.JCFile
Returns an URL from the file
createWindow(Window). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Window using the specified peer interface.
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
This flag indicates that the Control key was down when the event occurred.
CTRL_MASK. Static variable in class java.awt.event.InputEvent
The control key modifier constant.
CURRENCY_SYMBOL. Static variable in class java.lang.Character
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.
cyan. Static variable in class java.awt.Color
The color cyan.

D

darker(). Method in class java.awt.Color
Creates a darker version of this color.
darkGray. Static variable in class java.awt.Color
The color dark gray.
DASH_PUNCTUATION. Static variable in class java.lang.Character
DataTypeSeriesEditor(). Constructor for class jclass.table.DataTypeSeriesEditor
Constructs an alignment series editor.
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.
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
Converts a string to an integer and returns 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.
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
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 java.awt.Event
The Delete key.
deleteColumns(int, int). Method in class jclass.table.JCTable
Deletes columns from the table.
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.
deleteRows(int, int). Method in class jclass.table.JCTable
Deletes rows from the table.
deleteRunTest(). Static method in class jclass.table.ChainTest
deleteShortcut(). Method in class java.awt.MenuItem
Delete any MenuShortcut object associated with this menu item.
deleteShortcut(MenuShortcut). Method in class java.awt.MenuBar
Deletes the specified menu shortcut.
delItem(int). Method in class java.awt.List
Removes the item at the specified position from this 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.util.JCqsort
DESCENDING. Static variable in class jclass.util.JCSortInteger
DESCENDING. Static variable in class jclass.util.JCSortString
deselect(int). Method in class java.awt.List
Deselects the item at the specified index.
DESELECTED. Static variable in class java.awt.event.ItemEvent
The item de-selected state change type.
DESELECTED. Static variable in class jclass.table.JCSelectEvent
desktop. Static variable in class java.awt.SystemColor
The color of the desktop background.
DESKTOP. Static variable in class java.awt.SystemColor
The array index for the desktop background color.
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
Creates an instance of Dimension with a width of zero and a height of zero.
Dimension(Dimension). Constructor for class java.awt.Dimension
Creates an instance of Dimension whose width and height are the same as for the specified dimension.
Dimension(int, int). Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified width and specified height.
DimensionSeriesEditor(). Constructor for class jclass.table.DimensionSeriesEditor
Constructs a dimension series editor.
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 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 event delivery to this menu item for events defined by the specified event mask parameter.
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_COMPONENT. Static variable in class jclass.table.JCDisplayComponentEvent
The id for this event.
displayComponent(JCDisplayComponentEvent). Method in interface jclass.table.JCDisplayComponentListener
Invoked before a component is to be displayed.
displayComponentListeners. Variable in class jclass.table.Table
dispose(). Method in class java.awt.Frame
Disposes of the Frame.
dispose(). Method in class java.awt.Graphics
Disposes of this graphics context and releases any system resources that it is using.
dispose(). Method in class java.awt.Window
Disposes of this window.
doLayout(). Method in class java.awt.Component
Prompts the layout manager to lay out this component.
doLayout(). Method in class java.awt.Container
Causes this container to lay out its components.
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.
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 java.awt.Event
The Down Arrow key, a non-ASCII action key.
dragging(). Method in class jclass.table.TblScrollbar
draw(Component, Graphics, Rectangle, int). Method in class jclass.util.JCString
Draws the JCString.
draw3DRect(int, int, int, int, boolean). Method in class java.awt.Graphics
Draws a 3-D highlighted outline of the specified rectangle.
drawArc(int, int, int, int, int, int). Method in class java.awt.Graphics
Draws the outline of a circular or elliptical arc covering the specified rectangle.
drawArea. Variable in class jclass.contrib.JCDialog
Main draw area, which is the body of the dialog.
drawArea. Variable in class jclass.contrib.JCTitlePanel
The panel that should be used by users for drawing.
drawBytes(byte[], int, int, int, int). Method in class java.awt.Graphics
Draws the text given by the specified byte array, using this graphics context's current font and color.
drawChars(char[], int, int, int, int). Method in class java.awt.Graphics
Draws the text given by the specified character array, using this graphics context's current font and color.
drawImage(Image, int, int, Color, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified image as is currently available.
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.
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.
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.
drawLine(int, int, int, int). Method in class java.awt.Graphics
Draws a line, using the current color, between the points (x1, y1) and (x2, y2) in this graphics context's coordinate system.
drawOval(int, int, int, int). Method in class java.awt.Graphics
Draws the outline of an oval.
drawPolygon(int[], int[], int). Method in class java.awt.Graphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolygon(Polygon). Method in class java.awt.Graphics
Draws the outline of a polygon defined by the specified Polygon object.
drawPolyline(int[], int[], int). Method in class java.awt.Graphics
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawRect(int, int, int, int). Method in class java.awt.Graphics
Draws the outline of the specified rectangle.
drawRoundRect(int, int, int, int, int, int). Method in class java.awt.Graphics
Draws an outlined round-cornered rectangle using this graphics context's current color.
drawSlider(Graphics). Method in class jclass.table.TblScrollbar
Draws the slider.
drawString(String, int, int). Method in class java.awt.Graphics
Draws the text given by the specified string, using this graphics context's current font and color.
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 (left side of container).
EAST. Static variable in class java.awt.GridBagConstraints
Put the component on the left side of its display area, centered vertically.
echoCharIsSet(). Method in class java.awt.TextField
Indicates whether or not this text field has a character set for echoing.
EditableSeriesEditor(). Constructor for class jclass.table.EditableSeriesEditor
Constructs an editable series editor.
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.
elements(JCListenerList). Static method in class jclass.util.JCListenerList
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 java.awt.MenuItem
enable(boolean). Method in class java.awt.Component
enable(boolean). Method in class java.awt.MenuItem
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 event delivery to this menu item for events to be defined by the specified event mask parameter

Since event types are automatically enabled when a listener for that type is added to the menu item, this method only needs to be invoked by subclasses of MenuItem which desire to have the specified event types delivered to processEvent regardless of whether a listener is registered.

ENCLOSING_MARK. Static variable in class java.lang.Character
END. Static variable in class java.awt.Event
The End key, a non-ASCII action key.
end(). Method in class java.awt.PrintJob
Ends the print job and does any necessary cleanup.
end_column. Variable in class jclass.table.JCCellRange
Column of the last cell in range (top-left corner).
END_HREF. Static variable in class jclass.util.JCString
END_PUNCTUATION. Static variable in class java.lang.Character
end_row. Variable in class jclass.table.JCCellRange
Row of the last cell in range (bottom-right corner).
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 java.awt.Event
The Enter key.
ENTER_CELL. Static variable in class jclass.table.JCEnterCellEvent
The id for this event.
enterCellBegin(JCEnterCellEvent). Method in class jclass.table.JCEnterCellAdapter
Invoked before the cell is traversed to.
enterCellBegin(JCEnterCellEvent). Method in interface jclass.table.JCEnterCellListener
Invoked before the cell is traversed to.
enterCellEnd(JCEnterCellEvent). Method in class jclass.table.JCEnterCellAdapter
Invoked after the cell is traversed to.
enterCellEnd(JCEnterCellEvent). Method in interface jclass.table.JCEnterCellListener
Invoked after the cell is traversed to.
enterCellListeners. Variable in class jclass.table.Table
enum_strings. Static variable in class jclass.table.JCTblConverter
Enum strings.
enum_values. Static variable in class jclass.table.JCTblConverter
Enum values corresponding to the enum_strings strings.
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.
EnumSeriesEditor(String, int). Constructor for class jclass.table.EnumSeriesEditor
EnumSeriesEditor(String, int, boolean, boolean). Constructor for class jclass.table.EnumSeriesEditor
Constructs an enum series editor.
equals(int, int). Method in class jclass.table.JCCellPosition
equals(JCCellPosition). Method in class jclass.table.JCCellPosition
equals(JCCellRange). Method in class jclass.table.JCCellRange
Returns true if the specified range is equal to this range.
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
Determines whether another object is equal to this color.
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
Determines whether two points 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 that the downloading of some media encountered an error.
ESCAPE. Static variable in class java.awt.Event
The Escape key.
Event(Object, int, Object). Constructor for class java.awt.Event
Creates an instance of Event with the specified target component, event type, and argument.
Event(Object, long, int, int, int, int, int). Constructor for class java.awt.Event
Creates an instance of 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
Creates an instance of Event with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys, and argument.
EventObject(Object). Constructor for class java.util.EventObject
EventQueue(). Constructor for class java.awt.EventQueue
eventToCell(Event). Method in class jclass.table.JCTable
Determines the cell or label in which an event occurred.
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.
EXTEND. Static variable in class jclass.table.JCSelectEvent

F

F1. Static variable in class java.awt.Event
The F1 function key, a non-ASCII action key.
F10. Static variable in class java.awt.Event
The F10 function key, a non-ASCII action key.
F11. Static variable in class java.awt.Event
The F11 function key, a non-ASCII action key.
F12. Static variable in class java.awt.Event
The F12 function key, a non-ASCII action key.
F2. Static variable in class java.awt.Event
The F2 function key, a non-ASCII action key.
F3. Static variable in class java.awt.Event
The F3 function key, a non-ASCII action key.
F4. Static variable in class java.awt.Event
The F4 function key, a non-ASCII action key.
F5. Static variable in class java.awt.Event
The F5 function key, a non-ASCII action key.
F6. Static variable in class java.awt.Event
The F6 function key, a non-ASCII action key.
F7. Static variable in class java.awt.Event
The F7 function key, a non-ASCII action key.
F8. Static variable in class java.awt.Event
The F8 function key, a non-ASCII action key.
F9. Static variable in class java.awt.Event
The F9 function key, a non-ASCII action key.
FAILURE. Static variable in class jclass.table.JCTblConverter
The value returned if a conversion error occurred.
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 window with the specified title for loading a file.
FileDialog(Frame, String, int). Constructor for class java.awt.FileDialog
Creates a file dialog window with the specified title for loading or saving a file.
fill. Variable in class java.awt.GridBagConstraints
This field is used when the component's display area is larger than the component's requested size.
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 a circular or elliptical arc covering the specified rectangle.
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 closed polygon defined by arrays of x and y coordinates.
fillPolygon(Polygon). Method in class java.awt.Graphics
Fills the polygon defined by the specified Polygon object with the graphics context's current color.
fillRect(int, int, int, int). Method in class java.awt.Graphics
Fills the specified rectangle.
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.
findLoadedClass(String). Method in class java.lang.ClassLoader
findSpan(int, int, JCCellRange, Dimension). Method in class jclass.table.JCTable
Finds the first range which the specified cell or label spans.
findString(String). Method in class jclass.table.JCTableBean
Finds the next cell which contains the specified string (case-insensitive).
findString(String). Method in class jclass.table.JCTableComponent
Finds the next cell which contains the specified string (case-insensitive).
findSubMenu(Menu, String). Static method in class jclass.contrib.JCMenu
Returns a submenu with a particular title.
findSystemClass(String). Method in class java.lang.ClassLoader
Finds the system class with the specified name, loading it in if necessary.
first(Container). Method in class java.awt.CardLayout
Flips to the first card of the container.
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
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.
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.
font. Variable in class java.awt.FontMetrics
The actual font.
Font(String, int, int). Constructor for class java.awt.Font
Creates a new font with the specified name, style and point size.
FontMetrics(Font). Constructor for class java.awt.FontMetrics
Creates a new FontMetrics object for finding out height and width information about the specified font and specific character glyphs in that font.
FontSeriesEditor(). Constructor for class jclass.table.FontSeriesEditor
Constructs a font series editor.
forDigit(int, int). Static method in class java.lang.Character
Determines the character representation for a specific digit in the specified radix.
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 instance of Frame that is initially invisible.
Frame(String). Constructor for class java.awt.Frame
Constructs a new, initially invisible Frame object 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.
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.
fromBorderSides(int, String, String). Static method in class jclass.table.JCTblRevConverter
fromCellPosition(JCCellPosition). Static method in class jclass.table.JCTblRevConverter
fromCellSize(int). Static method in class jclass.table.JCTblRevConverter
fromCellValues(JCVector, char). Static method in class jclass.table.JCTblRevConverter
fromColor(Color). Static method in class jclass.util.JCUtilConverter
Converts color to one of the Color enums, or format "r-g-b"
fromColorList(Color[]). Static method in class jclass.util.JCUtilConverter
Converts list to a comma-separated list of tokens.
fromColumnRange(JCCellRange). Static method in class jclass.table.JCTblRevConverter
fromDimension(Dimension). Static method in class jclass.table.JCTblRevConverter
fromEnum(int, String, String, String). Static method in class jclass.table.JCTblConverter
Converts an enum to a string.
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.
fromEnum(long, String[], long[]). Static method in class jclass.util.JCUtilConverter
fromFont(Font). Static method in class jclass.util.JCUtilConverter
Returns font in format "name-style-size"
fromInsets(Insets). Static method in class jclass.util.JCUtilConverter
fromInt(int). Static method in class jclass.table.JCTblRevConverter
fromNewLine(String). Static method in class jclass.util.JCUtilConverter
Converts all occurrences of char '\n' to string "\n"
fromPosition(int). Static method in class jclass.table.JCTblRevConverter
fromRange(JCCellRange). Static method in class jclass.table.JCTblRevConverter
fromRangeList(JCVector). Static method in class jclass.table.JCTblRevConverter
fromRowRange(JCCellRange). Static method in class jclass.table.JCTblRevConverter
fromSeries(int). Method in class jclass.table.JCTableBean
Converts from a series to a string based on an enum value.
fromTableInt(int). Static method in class jclass.table.JCTblRevConverter
fromVector(JCVector, char). Static method in class jclass.table.JCTblRevConverter

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.
getAbout(). Method in class jclass.table.Table
Returns vendor information.
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 java.awt.MenuItem
Gets the command name of the action event that is fired by this menu item.
getAd(Component). Static method in class jclass.util.JClassInfo
Gets general JClass Advertisement
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.
getAdTitle(Component). Static method in class jclass.util.JClassInfo
Gets general JClass Advertisement Title
getAlignment(). Method in class java.awt.FlowLayout
Gets the alignment for this layout.
getAlignment(). Method in class java.awt.Label
Gets the current alignment of this label.
getAlignment(int, int). Method in class jclass.table.Table
Returns the alignment value for a cell or label.
getAlignmentSeries(). Method in class jclass.table.JCTableBean
Gets the table which has the new AlignmentSeries value.
getAlignmentSeries(). Method in class jclass.table.JCTableComponent
Gets the AlignmentSeries property.
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.
getAllowCellResize(). Method in class jclass.table.JCTable
Gets the table's AllowCellResize value.
getAllowResize(). Method in class jclass.table.JCResizeCellEvent
Gets the AllowResize value.
getAllowSelection(). Method in class jclass.table.JCSelectEvent
Gets the current AllowSelection value.
getAllowValueChange(). Method in class jclass.table.JCValidateCellEvent
Gets the AllowValueChange value.
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(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.
getArrayCopy(). Method in class jclass.util.JCVector
Returns a copy of the internal array.
getAscent(). Method in class java.awt.FontMetrics
Determines the font ascent of the font described by this font metric.
getAsText(). Method in class jclass.table.CellValuesEditor
Return a string representation of the property for display.
getAsText(). Method in class jclass.table.ColorSeriesEditor
Return a string representation of the property for display.
getAsText(). Method in class jclass.table.DimensionSeriesEditor
Return a string representation of the property for display.
getAsText(). Method in class jclass.table.SeriesEditor
Return a string representation of the property for display.
getAsText(). Method in class jclass.table.SpanningCellsEditor
Return a string representation of the property for display.
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.
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.
getAWTLock(). Method in class jclass.table.Table
Returns the object used to lock layout and repaint.
getAWTLock(). Method in class jclass.table.TblScrollbar
Returns the object used to lock layout and repaint.
getBackground(). Method in class java.awt.Component
Gets the background color of this component.
getBackground(int, int). Method in class jclass.table.Table
Returns the background value for a cell or label.
getBackgroundSeries(). Method in class jclass.table.JCTableBean
Gets the BackgroundSeries property.
getBackgroundSeries(). Method in class jclass.table.JCTableComponent
Gets the BackgroundSeries property.
getBlockIncrement(). Method in interface java.awt.Adjustable
Gets the block value increment for the adjustable object.
getBlockIncrement(). Method in class java.awt.Scrollbar
Gets the block increment of this scroll bar.
getBlue(). Method in class java.awt.Color
Gets the blue component of this color.
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".
getBorderSides(int, int). Method in class jclass.table.Table
Returns the borderSides value for a cell or label.
getBorderSidesSeries(). Method in class jclass.table.JCTableBean
Gets the table which has the new BorderSidesSeries value.
getBorderSidesSeries(). Method in class jclass.table.JCTableComponent
Gets the BorderSidesSeries property.
getBorderType(int, int). Method in class jclass.table.Table
Returns the borderType value for a cell or label.
getBorderTypeSeries(). Method in class jclass.table.JCTableBean
Gets the table which has the new BorderTypeSeries value.
getBorderTypeSeries(). Method in class jclass.table.JCTableComponent
Gets the BorderTypeSeries property.
getBoundingBox(). Method in class java.awt.Polygon
getBounds(). Method in class java.awt.Component
Gets the bounds of this component in the form of a Rectangle object.
getBounds(). Method in class java.awt.Polygon
Gets the bounding box of this polygon.
getBounds(). Method in class java.awt.Rectangle
Gets the bounding rectangle of this rectangle.
getBounds(). Method in interface java.awt.Shape
Return the bounding box of the shape.
getBounds(int, int, Rectangle). Method in class jclass.table.JCTable
Gets the bounding rectangle of a cell or label.
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_VISUALAGE       IBM VisualAge for Java
 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.
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 java.awt.TextComponent
Gets the position of the text insertion caret for this text component.
getCell(int, int). Method in class jclass.table.Table
Gets the value of a cell or label.
getCells(). Method in class jclass.table.JCTable
Returns the internal cell values.
getCellsOnly(). Method in class jclass.table.SeriesEditor
Gets the value of the CellsOnly property, which determines whether changes are applied to cells or cells and labels.
getCellValues(). Method in class jclass.table.JCTableBean
Gets the CellValues property.
getCellValues(). Method in class jclass.table.JCTableComponent
Gets the CellValues property.
getChanged(). Method in class jclass.table.JCValidateCellEvent
Returns true if the user has attempted to change the cell value.
getCharHeight(int). Method in class jclass.table.Table
Returns the charHeight value of a row.
getCharHeightSeries(). Method in class jclass.table.JCTableBean
Gets the CharHeightSeries property.
getCharHeightSeries(). Method in class jclass.table.JCTableComponent
Gets the CharHeightSeries property.
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.
getCharWidth(int). Method in class jclass.table.Table
Returns the charWidth value of a column.
getCharWidthSeries(). Method in class jclass.table.JCTableBean
Gets the CharWidthSeries property.
getCharWidthSeries(). Method in class jclass.table.JCTableComponent
Gets the CharWidthSeries property.
getCheckbox(int). Method in class jclass.contrib.ContribCheckboxGroup
Retrieves the checkbox at the specified index.
getCheckboxGroup(). Method in class java.awt.Checkbox
Determines this check box's group.
getChild(). Method in class java.awt.event.ContainerEvent
Returns the child component that was added or removed in this event.
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
Gets 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 this graphics context's current color.
getColor(String). Static method in class java.awt.Color
Finds a color in the system properties.
getColor(String, Color). Static method in class java.awt.Color
Finds a color in the system properties.
getColor(String, int). Static method in class java.awt.Color
Finds a color in the system properties.
getColorModel(). Method in class java.awt.Component
Gets the instance of ColorModel used to display the component on the output device.
getColorModel(). Method in class java.awt.Toolkit
Determines the color model of this toolkit's screen.
getColorSeries(). Method in class jclass.table.JCTableBean
Gets the ColorSeries property.
getColumn(). Method in class jclass.table.JCCreateComponentEvent
Gets the column of the cell or label which will contain the component.
getColumn(). Method in class jclass.table.JCDisplayComponentEvent
Gets the column of the cell or label which will display the component.
getColumn(). Method in class jclass.table.JCEnterCellEvent
The column of the cell being traversed to.
getColumn(). Method in class jclass.table.JCResizeCellEvent
Gets the column being resized.
getColumn(). Method in class jclass.table.JCSelectEvent
Gets the column of the cell or label that is being selected or unselected.
getColumn(). Method in class jclass.table.JCSortEvent
Gets the column that has been sorted.
getColumn(). Method in class jclass.table.JCTraverseCellEvent
Gets the column of the current cell.
getColumn(). Method in class jclass.table.JCValidateCellEvent
Gets the column of the cell being validated.
getColumn(). Method in class jclass.table.JCValueEvent
Gets the column of the cell or label.
getColumnLabel(int). Method in class jclass.table.Table
Gets a column label.
getColumnLabelOffset(). Method in class jclass.table.JCTable
Gets the table's ColumnLabelOffset value.
getColumnLabelPlacement(). Method in class jclass.table.JCTable
Gets the table's ColumnLabelPlacement value.
getColumnLabels(). Method in class jclass.table.JCTable
Gets the table's ColumnLabels value.
getColumnLabelsList(). Method in class jclass.table.JCTableBean
Gets the column labels as an array of Strings.
getColumnLabelsList(). Method in class jclass.table.JCTableComponent
Gets the column labels as an array of Strings.
getColumnLabelSort(). Method in class jclass.table.JCTable
Gets the table's ColumnLabelSort value.
getColumns(). Method in class java.awt.GridLayout
Gets the number of columns in this layout.
getColumns(). Method in class java.awt.TextArea
Gets the number of columns in this text area.
getColumns(). Method in class java.awt.TextField
Gets the number of columns in this text field.
getComponent(). Method in class java.awt.event.ComponentEvent
Returns the component where this event originated.
getComponent(). Method in class jclass.table.JCDisplayComponentEvent
Sets the component to be displayed in the cell
getComponent(int). Method in class java.awt.Container
Gets the nth component in this container.
getComponent(int, int). Method in class jclass.table.JCTable
Locates the component currently displayed in the cell, and returns null if there is no component in the cell or if the component is not currently displayed.
getComponent(int, int). Method in class jclass.table.Table
getComponentAt(int, int). Method in class java.awt.Component
Determines if this component or one of its immediate subcomponents contains the (xy) location, and if so, returns the containing component.
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
Gets the component that contains the specified point.
getComponentCount(). Method in class java.awt.Container
Gets the number of components in this panel.
getComponents(). Method in class java.awt.Container
Gets all the components in this container.
getComponentSeries(). Method in class jclass.table.JCTableBean
Gets the ComponentSeries property.
getComponentSeries(). Method in class jclass.table.JCTableComponent
Gets the ComponentSeries property.
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
Gets 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.
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
getCurrentCell(). Method in class jclass.table.JCTable
Determines the cell being edited.
getCurrentColumnWidth(). Method in class jclass.table.JCResizeCellEvent
Gets the current column width.
getCurrentJC(). Method in class jclass.contrib.ContribCheckboxGroup
Retrieves the currently-selected ContribCheckbox.
getCurrentRowHeight(). Method in class jclass.table.JCResizeCellEvent
Gets the current row height.
getCursor(). Method in class java.awt.Component
Gets the cursor set on this component.
getCursorType(). Method in class java.awt.Frame
getData(Object). Method in class jclass.contrib.JCRetrieve
Retrieves the value for "key".
getDataType(). Method in class jclass.table.JCValidateCellEvent
Gets the DataType value of the cell.
getDatatype(int, int). Method in class jclass.table.Table
Returns the dataType value for a cell.
getDataTypeSeries(). Method in class jclass.table.JCTableBean
Gets the DataTypeSeries property.
getDataTypeSeries(). Method in class jclass.table.JCTableComponent
Gets the DataTypeSeries property.
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.
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).
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.
getDefaultToolkit(). Static method in class java.awt.Toolkit
Gets the default toolkit.
getDescent(). Method in class java.awt.FontMetrics
Determines the font descent of the font described by this font metric.
getDimensionSeries(). Method in class jclass.table.JCTableBean
Gets the DimensionSeries property.
getDirection(). Method in class jclass.util.JCqsort
Gets the current sorting direction
getDirection(). Method in class jclass.table.JCScrollEvent
Gets the scrolling direction: Scrollbar.HORIZONTAL or Scrollbar.VERTICAL.
getDirectory(). Method in class java.awt.FileDialog
Gets the directory of this file dialog.
getDisplayClipArrows(). Method in class jclass.table.JCTable
Gets the table's DisplayClipArrows value.
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.table.JCTable
Gets the table's DoubleBuffer value.
getEchoChar(). Method in class java.awt.TextField
Gets the character that is to be used for echoing.
getEditable(int, int). Method in class jclass.table.JCTable
Returns the editable value for a cell.
getEditableSeries(). Method in class jclass.table.JCTableBean
Gets the EditableSeries property.
getEditableSeries(). Method in class jclass.table.JCTableComponent
Gets the EditableSeries property.
getEndColumn(). Method in class jclass.table.JCPaintEvent
Gets the column of the last cell in the range (top-left corner).
getEndRow(). Method in class jclass.table.JCPaintEvent
Gets the row of the last cell in the range (top-left corner).
getenv(String). Static method in class java.lang.System
Gets an environment variable.
getEnvironmentInfo(Component). Static method in class jclass.util.JClassInfo
Gets Java environment information
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.
getEscapeChar(). Method in class jclass.util.JCStringTokenizer
Gets the escape char (default: \).
getEvent(). Method in class jclass.table.JCScrollEvent
Gets the event which initiated the action.
getEvent(). Method in class jclass.table.JCSelectEvent
Gets the event which initiated the action.
getException(). Method in class java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this Error to be created.
getExitOnClose(). Method in class jclass.contrib.ContribFrame
Gets the ExitOnClose value.
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 selected file of this file 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
Determines this file dialog's filename filter.
getFirst(). Method in class jclass.util.JCVector
Returns the first element of the sequence, or null if the vector is empty.
getFirstChild(). Method in class jclass.contrib.ContribDialog
Returns the first child which can accept keyboard focus.
getFirstChild(). Method in class jclass.contrib.ContribFrame
Returns the first child which can accept keyboard focus.
getFirstDayOfWeek(). Method in class java.util.Calendar
Gets what the first day of the week is; e.g., Sunday in US, Monday in France.
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.
getFont(). Method in class java.awt.Component
Gets the font of this component.
getFont(). Method in class java.awt.FontMetrics
Gets the font described by this font metric.
getFont(). Method in class java.awt.Graphics
Gets the current font.
getFont(). Method in class java.awt.MenuComponent
Gets the font used for this menu component.
getFont(). Method in interface java.awt.MenuContainer
getFont(int, int). Method in class jclass.table.Table
Returns the font value for a cell or label.
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 in this toolkit.

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 the specified font.
getFontMetrics(Font). Method in class java.awt.Graphics
Gets the font metrics for the specified font.
getFontMetrics(Font). Method in class java.awt.Toolkit
Gets the screen metrics of the font.
getFontPeer(String, int). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Font using the specified peer interface.
getFontSeries(). Method in class jclass.table.JCTableBean
Gets the FontSeries property.
getFontSeries(). Method in class jclass.table.JCTableComponent
Gets the FontSeries property.
getForeground(). Method in class java.awt.Component
Gets the foreground color of this component.
getForeground(int, int). Method in class jclass.table.Table
Returns the foreground (text) value for a cell or label.
getForegroundSeries(). Method in class jclass.table.JCTableBean
Gets the ForegroundSeries property.
getForegroundSeries(). Method in class jclass.table.JCTableComponent
Gets the ForegroundSeries property.
getFrameBorderType(). Method in class jclass.table.JCTable
Gets the table's FrameBorderType value.
getFrameShadowThickness(). Method in class jclass.table.JCTable
Gets the table's FrameShadowThickness value.
getFromCache(Object). Method in class jclass.util.JCCache
This retrieves the item associated with the key from the cache.
getFrozenColumnPlacement(). Method in class jclass.table.JCTable
Gets the table's FrozenColumnPlacement value.
getFrozenColumns(). Method in class jclass.table.JCTable
Gets the table's FrozenColumns value.
getFrozenRowPlacement(). Method in class jclass.table.JCTable
Gets the table's FrozenRowPlacement value.
getFrozenRows(). Method in class jclass.table.JCTable
Gets the table's FrozenRows value.
getGraphics(). Method in class java.awt.Component
Creates a graphics context for this component.
getGraphics(). Method in class java.awt.Image
Creates a graphics context for drawing to an off-screen image.
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 of this color.
getGregorianChange(). Method in class java.util.GregorianCalendar
Gets the Gregorian Calendar change date.
getHAdjustable(). Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the horizontal scrollbar.
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
Determines the height of the image.
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
Gets the horizontal gap between components.
getHgap(). Method in class java.awt.FlowLayout
Gets the horizontal gap between components.
getHgap(). Method in class java.awt.GridLayout
Gets the horizontal gap between components.
getHorizSB(). Method in class jclass.table.Table
getHorizSBAttachment(). Method in class jclass.table.JCTable
Gets the table's HorizSBAttachment value.
getHorizSBDisplay(). Method in class jclass.table.JCTable
Gets the table's HorizSBDisplay value.
getHorizSBOffset(). Method in class jclass.table.JCTable
Gets the table's HorizSBOffset value.
getHorizSBPosition(). Method in class jclass.table.JCTable
Gets the table's HorizSBPosition value.
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
Creates a Color object based on values supplied for the HSB color model.
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(int). Method in class jclass.table.JCTableBeanBeanInfo
Gets the specified icon image
getIcon(int). Method in class jclass.table.JCTableComponentBeanInfo
Gets the specified icon image
getIconImage(). Method in class java.awt.Frame
Gets the icon image for this frame.
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.
getInputStream(). Method in class java.lang.Process
Gets the input stream of the subprocess.
getInsets(). Method in class java.awt.Container
Determines the insets of this container, which indicate the size of the container's border.
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.
getIsImageCaching(). Static method in class jclass.util.JCString
Indicates whether images are currently being cached
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(int). Method in class java.awt.Choice
Gets the string at the specified index in this Choice menu.
getItem(int). Method in class java.awt.List
Gets the item associated with the specified index.
getItem(int). Method in class java.awt.Menu
Gets 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 menu.
getItemCount(). Method in class java.awt.List
Gets the number of items in the list.
getItemCount(). Method in class java.awt.Menu
Get the number of items in this menu.
getItems(). Method in class java.awt.List
Gets the items in the list.
getItemSelectable(). Method in class java.awt.event.ItemEvent
Returns the ItemSelectable object where this event originated.
getJavaInitializationString(). Method in class jclass.table.ColorSeriesEditor
Returns a string which is passed to the String setter of the property.
getJavaInitializationString(). Method in class jclass.table.DimensionSeriesEditor
Returns a string which is passed to the String setter of the property.
getJavaInitializationString(). Method in class jclass.table.SeriesEditor
Returns a string which is passed to the String setter of the property.
getJavaInitializationString(). Method in class jclass.table.SpanningCellsEditor
Returns a string which is passed to the String setter of the property.
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
 
getJumpScroll(). Method in class jclass.table.JCTable
Gets the table's JumpScroll value.
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 this button.
getLabel(). Method in class java.awt.Checkbox
Gets the label of this check box.
getLabel(). Method in class java.awt.MenuItem
Gets the label for this menu item.
getLabelsOnly(). Method in class jclass.table.SeriesEditor
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.
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
Determines column widths and row heights for the layout grid.
GetLayoutInfo(Container, int). Method in class java.awt.GridBagLayout
Print the layout constraints.
getLayoutOrigin(). Method in class java.awt.GridBagLayout
Determines the origin of the layout grid.
getLayoutWeights(). Method in class java.awt.GridBagLayout
Determines the weights of the layout grid's columns and rows.
getLeading(). Method in class java.awt.FontMetrics
Determines the standard leading of the font described by this font metric.
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.
getLeftColumn(). Method in class jclass.table.JCTable
Gets the table's LeftColumn value.
getLineIncrement(). Method in class java.awt.Scrollbar
getLineIncrement(). Method in class jclass.table.TblScrollbar
Gets the line increment.
getLineSize(Component, Font, int, Dimension). Method in class jclass.util.JCString
Calculates the size of a particular line in a JCString.
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 this component.
getLocale(). Method in class java.awt.Window
Gets the Locale object that is associated with this window, if the locale 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
Gets the location of this component in the form of a point specifying the component's top-left corner.
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
Gets the location of this component in the form of a point specifying the component's top-left corner in the screen's coordinate space.
getLogo(). Method in class jclass.util.JCAboutCanvas
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.
getMarginHeight(). Method in class jclass.table.JCTable
Gets the table's MarginHeight value.
getMarginWidth(). Method in class jclass.table.JCTable
Gets the table's MarginWidth value.
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
Determines the maximum ascent of the font described by this font metric.
getMaxDecent(). Method in class java.awt.FontMetrics
For backward compatibility only.
getMaxDescent(). Method in class java.awt.FontMetrics
Determines the maximum descent of the font described by this font metric.
getMaximum(). Method in interface java.awt.Adjustable
Gets the maximum value of the adjustable object.
getMaximum(). Method in class java.awt.Scrollbar
Gets the maximum value of this scroll bar.
getMaximum(). Method in class jclass.table.TblScrollbar
Gets the maximum value.
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.
getMaximumSize(). Method in class java.awt.Component
Gets the maximum size of this component.
getMaximumSize(). Method in class java.awt.Container
Returns the maximum size of this container.
getMaxLength(int, int). Method in class jclass.table.JCTable
Returns the maxLength value for a cell.
getMaxLengthSeries(). Method in class jclass.table.JCTableBean
Gets the MaxLengthSeries property.
getMaxLengthSeries(). Method in class jclass.table.JCTableComponent
Gets the MaxLengthSeries property.
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
Gets the number of menus on the menu bar.
getMenuShortcutKeyMask(). Method in class java.awt.Toolkit
Determines which modifier key is the appropriate accelerator key for menu 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.
getMinCellVisibility(). Method in class jclass.table.JCTable
Gets the table's MinCellVisibility 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 class java.awt.Scrollbar
Gets the minimum value of this scroll bar.
getMinimum(). Method in class jclass.table.TblScrollbar
Gets the minimum value.
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.
getMinimumSize(). Method in class java.awt.Component
Gets 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
Determines the minimum size of this scrolling list.
getMinimumSize(). Method in class java.awt.TextArea
Determines the minimum size of this text area.
getMinimumSize(). Method in class java.awt.TextField
Gets the minumum dimensions for this text field.
getMinimumSize(int). Method in class java.awt.List
Gets the minumum dimensions for a list with the specified number of rows.
getMinimumSize(int). Method in class java.awt.TextField
Gets the minumum dimensions for a text field with the specified number of columns.
getMinimumSize(int, int). Method in class java.awt.TextArea
Determines the minimum size of a text area with the specified number of rows and columns.
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
Indicates whether this file dialog box is for loading from a file or for saving to a file.
getMode(). Method in class jclass.table.JCTable
Gets the table's Mode value.
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.
getMultiline(int, int). Method in class jclass.table.JCTable
Returns the multiline value for a cell.
getMultiLineSeries(). Method in class jclass.table.JCTableBean
Gets the MultiLineSeries property.
getMultiLineSeries(). Method in class jclass.table.JCTableComponent
Gets the MultiLineSeries property.
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).
getNewColumnWidth(). Method in class jclass.table.JCResizeCellEvent
Gets the new column width.
getNewRowHeight(). Method in class jclass.table.JCResizeCellEvent
Gets the new row height.
getNewRows(). Method in class jclass.table.JCSortEvent
Gets the newly sorted order -- new_rows[i] are moved to row i.
getNextColumn(). Method in class jclass.table.JCTraverseCellEvent
Gets the proposed column of the cell to traverse to.
getNextEvent(). Method in class java.awt.EventQueue
Remove an event from the queue and return it.
getNextRow(). Method in class jclass.table.JCTraverseCellEvent
Gets the proposed row of the cell to traverse to.
getNumColumns(). Method in class jclass.table.JCTable
Gets the table's NumColumns value.
getNumericValue(char). Static method in class java.lang.Character
Returns the Unicode numeric value of the character as a nonnegative integer.
getNumRows(). Method in class jclass.table.JCTable
Gets the table's NumRows 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 the time zone 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 class java.awt.Scrollbar
Determines the orientation of this scroll bar.
getOrientation(). Method in class jclass.table.TblScrollbar
Gets the orientation.
getOS(). Static method in class jclass.util.JCEnvironment
Returns an int corresponding to the "os.name" System property: OS_UNIX or OS_OTHER
getOutputStream(). Method in class java.lang.Process
Gets the output stream of the subprocess.
getPageDimension(). Method in class java.awt.PrintJob
Returns the dimensions of the page in pixels.
getPageIncrement(). Method in class java.awt.Scrollbar
getPageIncrement(). Method in class jclass.table.TblScrollbar
Gets the page increment.
getPageResolution(). Method in class java.awt.PrintJob
Returns the resolution of the page in pixels per inch.
getParam(). Method in class jclass.table.JCEnterCellEvent
Gets a string indicating the initiating action:
 POINTER     Traverse to the cell the user clicked on
 LEFT        Traverse left to the first traversable cell
 RIGHT       Traverse right to the first traversable cell
 UP          Traverse up to the first traversable cell
 DOWN        Traverse down to the first traversable cell
 null        Initiated programatically by call to JCTable.traverse
 
getParam(). Method in class jclass.table.JCResizeCellEvent
Gets a string indicating the resize stage:
 START   Begin interactive resize
 MOVE    Select new height/width
 END     Finish resize selection
 CANCEL  Cancels the current resize
 
getParam(). Method in class jclass.table.JCSelectEvent
Gets a string indicating how the cell was selected (no selection is possible on a label):
 START       Select cell if SelectionPolicy is not SELECT_NONE
 CURRENT     Select current cell if SelectionPolicy is not SELECT_NONE
 EXTEND      Extend selected region to include cell if SelectionPolicy is SELECT_RANGE or SELECT_MULTIRANGE
 ADD         Select cell if SelectionPolicy is SELECT_MULTIRANGE
 CANCEL      Cancels the current selection
 END         Finish a selection
 
getParam(). Method in class jclass.table.JCTraverseCellEvent
Gets a string indicating the traversal direction:
 POINTER     Traverse to the cell user clicked on
 LEFT        Traverse left to first traversable cell
 RIGHT       Traverse right to first traversable cell
 UP          Traverse up to first traversable cell
 DOWN        Traverse down to first traversable cell
 null        Initiated programmatically by call to JCTable.traverse
 
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(Applet). Method in class jclass.table.JCTable
Reads the parameter values from the HTML page using the specified applet.
getParameters(Applet). Method in class jclass.table.Table
Reads the parameter values from the HTML page using the specified applet.
getParameters(Applet, String). Method in class jclass.table.JCTable
Reads the parameter values from the file.
getParent(). Method in class java.awt.Component
Gets the parent of this component.
getParent(). Method in class java.awt.MenuComponent
Returns the parent container for this menu component.
getParent(). Method in class java.lang.ThreadGroup
Returns the parent of this thread group.
getParentFrame(). Method in class jclass.contrib.JCDialog
Gets the parent frame.
getPeer(). Method in class java.awt.Component
getPeer(). Method in class java.awt.Font
Gets the peer of the font.
getPeer(). Method in class java.awt.MenuComponent
getPixelHeight(int). Method in class jclass.table.Table
Returns the pixelHeight value of a row, previously set using setPixelHeight().
getPixelHeightSeries(). Method in class jclass.table.JCTableBean
Gets the PixelHeightSeries property.
getPixelHeightSeries(). Method in class jclass.table.JCTableComponent
Gets the PixelHeightSeries property.
getPixelWidth(int). Method in class jclass.table.Table
Returns the pixelWidth value of a column, previously set using setPixelWidth().
getPixelWidthSeries(). Method in class jclass.table.JCTableBean
Gets the PixelWidthSeries property.
getPixelWidthSeries(). Method in class jclass.table.JCTableComponent
Gets the PixelWidthSeries property.
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.util.JCStringTokenizer
Returns the current scan position within the string.
getPosition(Component, JCCellPosition). Method in class jclass.table.JCTable
Finds the location of any component set in a cell/label.
getPosition(Component, JCCellPosition). Method in class jclass.table.Table
Stub method required by Action.eventToCell().
getPosition(int, int, Point). Method in class jclass.table.Table
Returns the pixel position of a cell's top-left corner.
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
Gets 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
Gets the preferred size of this scrolling list.
getPreferredSize(). Method in class java.awt.TextArea
Determines the preferred size of this text area.
getPreferredSize(). Method in class java.awt.TextField
Gets the preferred size of this text field.
getPreferredSize(int). Method in class java.awt.List
Gets the preferred dimensions for a list with the specified number of rows.
getPreferredSize(int). Method in class java.awt.TextField
Gets the preferred size of this text field with the specified number of columns.
getPreferredSize(int, int). Method in class java.awt.TextArea
Determines the preferred size of a text area with the specified number of rows and columns.
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
Gets 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 this 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.
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.
getRect(). Method in class jclass.table.JCPaintEvent
Gets the expose rectangle (the gc's clipRect).
getRed(). Method in class java.awt.Color
Gets the red component of this color.
getRepaint(). Method in class jclass.table.JCTable
Gets the table's Repaint value.
getRepeatBackgroundColors(). Method in class jclass.table.JCTable
Gets the table's RepeatBackgroundColors value.
getRepeatBGColors(). Method in class jclass.table.JCTableBean
Gets the RepeatBGColors property.
getRepeatBGColors(). Method in class jclass.table.JCTableComponent
Gets the RepeatBGColors property.
getRepeatFGColors(). Method in class jclass.table.JCTableBean
Gets the RepeatFGCells property.
getRepeatFGColors(). Method in class jclass.table.JCTableComponent
Gets the RepeatFGCells property.
getRepeatForegroundColors(). Method in class jclass.table.JCTable
Gets the table's RepeatForegroundColors value.
getResource(String). Method in class java.lang.Class
Finds a resource with the specified name.
getResource(String). Method in class java.lang.ClassLoader
Find a resource with a given name.
getResourceAsStream(String). Method in class java.lang.Class
Finds 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.
getRow(). Method in class jclass.table.JCCreateComponentEvent
Gets the row of the cell or label which will contain the component.
getRow(). Method in class jclass.table.JCDisplayComponentEvent
Gets the row of the cell or label which will display the component.
getRow(). Method in class jclass.table.JCEnterCellEvent
The row of the cell being traversed to.
getRow(). Method in class jclass.table.JCResizeCellEvent
Gets the row being resized.
getRow(). Method in class jclass.table.JCSelectEvent
Gets the row of the cell or label that is being selected or unselected.
getRow(). Method in class jclass.table.JCTraverseCellEvent
Gets the row of the current cell.
getRow(). Method in class jclass.table.JCValidateCellEvent
Gets the row of the cell being validated.
getRow(). Method in class jclass.table.JCValueEvent
Gets the row of the cell or label.
getRowLabel(int). Method in class jclass.table.Table
Gets a row label.
getRowLabelOffset(). Method in class jclass.table.JCTable
Gets the table's RowLabelOffset value.
getRowLabelPlacement(). Method in class jclass.table.JCTable
Gets the table's RowLabelPlacement value.
getRowLabels(). Method in class jclass.table.JCTable
Gets the table's RowLabels value.
getRowLabelsList(). Method in class jclass.table.JCTableBean
Gets the row labels as an array of Strings.
getRowLabelsList(). Method in class jclass.table.JCTableComponent
Gets the row labels as an array of Strings.
getRows(). Method in class java.awt.GridLayout
Gets the number of rows in this layout.
getRows(). Method in class java.awt.List
Get the number of visible lines in this list.
getRows(). Method in class java.awt.TextArea
Gets the number of rows in the text area.
getRunLenSumTest(). Static method in class jclass.table.ChainTest
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
Creates 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.
getScrollbar(). Method in class jclass.table.JCScrollEvent
Gets the affected scrollbar.
getScrollbarDisplayPolicy(). Method in class java.awt.ScrollPane
Returns the display policy for the scrollbars.
getScrollbarVisibility(). Method in class java.awt.TextArea
Gets an enumerated value that indicates which scroll bars the text area uses.
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.
getSelectedBackground(). Method in class jclass.table.JCTable
Gets the table's SelectedBackground value.
getSelectedCells(). Method in class jclass.table.JCTable
Gets the table's SelectedCells value.
getSelectedCells(). Method in class jclass.table.SeriesEditor
Gets the user selection using the selected cells with the radio box setting.
getSelectedCheckbox(). Method in class java.awt.CheckboxGroup
Gets the current choice from this check box group.
getSelectedForeground(). Method in class jclass.table.JCTable
Gets the table's SelectedForeground value.
getSelectedIndex(). Method in class java.awt.Choice
Returns the index of the currently selected item.
getSelectedIndex(). Method in class java.awt.List
Gets the index of the selected item on the list,
getSelectedIndexes(). Method in class java.awt.List
Gets the selected indexes on the list.
getSelectedItem(). Method in class java.awt.Choice
Gets a representation of the current choice as a string.
getSelectedItem(). Method in class java.awt.List
Get the selected item on this scrolling list.
getSelectedItems(). Method in class java.awt.List
Get the selected items on this scrolling list.
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 java.awt.List
Returns the selected items on the list in an array of Objects.
getSelectedRange(int, JCCellRange). Method in class jclass.table.JCTable
Retrieves a currently-selected range from the SelectedCellList.
getSelectedText(). Method in class java.awt.TextComponent
Gets the selected text from the text that is presented by this text component.
getSelectionEnd(). Method in class java.awt.TextComponent
Gets the end position of the selected text in this text component.
getSelectionPolicy(). Method in class jclass.table.JCTable
Gets the table's SelectionPolicy value.
getSelectionStart(). Method in class java.awt.TextComponent
Gets the start position of the selected text in this text component.
getSeries(). Method in class jclass.table.AlignmentSeriesEditor
Returns the table series of the temp table.
getSeries(). Method in class jclass.table.BooleanSeriesEditor
Returns the table series of the temp table.
getSeries(). Method in class jclass.table.BorderSidesSeriesEditor
getSeries(). Method in class jclass.table.BorderTypeSeriesEditor
Returns the table series of the temp table.
getSeries(). Method in class jclass.table.DataTypeSeriesEditor
Returns the table series of the temp table.
getSeries(). Method in class jclass.table.EditableSeriesEditor
Returns the table series of the temp table.
getSeries(). Method in class jclass.table.EnumSeriesEditor
Returns the table series of the temp table.
getSeries(). Method in class jclass.table.MultiLineSeriesEditor
Returns the table series of the temp table.
getSeries(). Method in class jclass.table.StringCaseSeriesEditor
Returns the table series of the temp table.
getSeries(). Method in class jclass.table.TraversableSeriesEditor
Returns the table series of the temp table.
getShadowThickness(). Method in class jclass.table.JCTable
Gets the table's ShadowThickness value.
getShortcut(). Method in class java.awt.MenuItem
Get the MenuShortcut object associated with this menu item,
getShortcutMenuItem(MenuShortcut). Method in class java.awt.MenuBar
Gets the instance of MenuItem associated with the specified MenuShortcut object, or null if none has been specified.
getSigners(). Method in class java.lang.Class
Get the signers of this class.
getSize(). Method in class java.awt.Component
Returns the size of this component in the form of a Dimension object.
getSize(). Method in class java.awt.Dimension
Gets 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
Gets the size (width and 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.
getSourceComponent(). Method in class jclass.table.JCCreateComponentEvent
Gets the component being cloned.
getSpanningCells(). Method in class jclass.table.JCTableBean
Gets the SpanningCells property.
getSpanningCells(). Method in class jclass.table.JCTableComponent
Gets the SpanningCells property.
getSpans(). Method in class jclass.table.JCTable
Gets the table's Spans value.
getStage(). Method in class jclass.table.JCSelectEvent
Gets the selection stage: INITIAL or EXTEND.
getStartColumn(). Method in class jclass.table.JCPaintEvent
Gets the column of the first cell in the range (top-left corner).
getStartRow(). Method in class jclass.table.JCPaintEvent
Gets the row of the first cell in the range (top-left corner).
getState(). Method in class java.awt.Checkbox
Determines whether this check box is in the "on" or "off" state.
getState(). Method in class java.awt.CheckboxMenuItem
Determines whether the state of this check box menu item is "on" or "off."
getStateChange(). Method in class java.awt.event.ItemEvent
Returns the state change type which generated the event.
getStateChange(). Method in class jclass.table.JCSelectEvent
Returns the state change type which generated the event: SELECTED or DESELECTED
getStore(). Method in class jclass.table.JCValueEvent
Gets the Store value.
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(int, int). Method in class jclass.table.JCTable
Returns the stringCase value for a cell.
getStringCaseSeries(). Method in class jclass.table.JCTableBean
Gets the StringCaseSeries property.
getStringCaseSeries(). Method in class jclass.table.JCTableComponent
Gets the StringCaseSeries property.
getStyle(). Method in class java.awt.Font
Gets the style of the font.
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
Gets an instance of the system clipboard which interfaces with clipboard facilities provided by 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..
getText(). Method in class java.awt.Label
Gets the text of this label.
getText(). Method in class java.awt.TextComponent
Gets the text that is presented by this text component.
getTextComponent(). Method in class jclass.table.JCTable
Returns the currently displayed Text component.
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.
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.
getTimeInMillis(). Method in class java.util.Calendar
Gets this Calendar's current time as a long.
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.
getToolkit(). Method in class java.awt.Component
Gets the toolkit of this component.
getToolkit(). Method in class java.awt.Window
Returns the toolkit of this frame.
getTopRow(). Method in class jclass.table.JCTable
Gets the table's TopRow value.
getTrackCursor(). Method in class jclass.table.JCTable
Gets the table's TrackCursor value.
getTraversable(int, int). Method in class jclass.table.JCTable
Returns the traversable value for a cell.
getTraversableSeries(). Method in class jclass.table.JCTableBean
Gets the TraversableSeries property.
getTraversableSeries(). Method in class jclass.table.JCTableComponent
Gets the TraversableSeries property.
getTreeLock(). Method in class java.awt.Component
Gets this component's locking object (the object that owns the thread sychronization monitor) for AWT component-tree and layout operations.
getType(). Method in class java.awt.Cursor
Returns the type for this cursor.
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 class java.awt.Scrollbar
Gets the unit increment for this scrollbar.
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(int, int). Method in class jclass.table.JCTable
Returns the userdata object for a cell or label.
getVAdjustable(). Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the vertical scrollbar.
getValidatePolicy(). Method in class jclass.table.JCTable
Gets the table's ValidatePolicy value.
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 class jclass.contrib.JCChoice
Returns the value corresponding to the current choice.
getValue(). Method in class jclass.table.JCScrollEvent
Gets the scrollbar's current value.
getValue(). Method in class jclass.table.JCValidateCellEvent
Gets the data to be committed.
getValue(). Method in class jclass.table.JCValueEvent
Gets the value to be displayed (default: null).
getValue(). Method in class java.awt.Scrollbar
Gets the current value of this scroll bar.
getValue(). Method in class jclass.table.TblScrollbar
Gets the current value.
getVariant(). Method in class java.util.Locale
Getter for programmatic name of field.
getVersion(). Method in class jclass.table.Table
Returns the current product version.
getVersionString(). Static method in class jclass.table.JCVersion
getVersionString(). Static method in class jclass.util.JCVersion
getVertSB(). Method in class jclass.table.Table
Returns the vertical scrollbar
getVertSBAttachment(). Method in class jclass.table.JCTable
Gets the table's VertSBAttachment value.
getVertSBDisplay(). Method in class jclass.table.JCTable
Gets the table's VertSBDisplay value.
getVertSBOffset(). Method in class jclass.table.JCTable
Gets the table's VertSBOffset value.
getVertSBPosition(). Method in class jclass.table.JCTable
Gets the table's VertSBPosition value.
getVgap(). Method in class java.awt.BorderLayout
Returns the vertical gap between components.
getVgap(). Method in class java.awt.CardLayout
Gets the vertical gap between components.
getVgap(). Method in class java.awt.FlowLayout
Gets the vertical gap between components.
getVgap(). Method in class java.awt.GridLayout
Gets the vertical gap between components.
getViewportSize(). Method in class java.awt.ScrollPane
Returns the current size of the scroll pane's view port.
getVisible(). Method in class java.awt.Scrollbar
getVisible(). Method in class jclass.table.TblScrollbar
Gets the slider size.
getVisibleAmount(). Method in interface java.awt.Adjustable
Gets the length of the propertional indicator.
getVisibleAmount(). Method in class java.awt.Scrollbar
Gets the visible amount of this scroll bar.
getVisibleColumns(). Method in class jclass.table.JCTable
Gets the table's VisibleColumns value.
getVisibleIndex(). Method in class java.awt.List
Gets the index of the item that was last made visible by the method makeVisible.
getVisibleRows(). Method in class jclass.table.JCTable
Gets the table's VisibleRows value.
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 that is displayed with this window.
getWhen(). Method in class java.awt.event.InputEvent
Returns the timestamp of when this event occurred.
getWidth(Component, Font). Method in class jclass.util.JCString
Returns the width.
getWidth(ImageObserver). Method in class java.awt.Image
Determines the width of the image.
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
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
Creates a GridBagConstraint object with all of its fields set to their default value.
GridBagLayout(). Constructor for class java.awt.GridBagLayout
Creates a grid bag layout manager.
gridheight. Variable in class java.awt.GridBagConstraints
Specifies the number of cells in a column for the component's display area.
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 number of rows and columns.
GridLayout(int, int, int, int). Constructor for class java.awt.GridLayout
Creates a grid layout with the specified number of rows and columns.
gridwidth. Variable in class java.awt.GridBagConstraints
Specifies the number of cells in a row for the component's display area.
gridx. Variable in class java.awt.GridBagConstraints
Specifies the cell at the left of the component's display area, where the leftmost cell has gridx = 0.
gridy. Variable in class java.awt.GridBagConstraints
Specifies the cell at the top of the component's display area, where the topmost cell has gridy = 0.
grow(int, int). Method in class java.awt.Rectangle
Grows the rectangle both 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
handleEvent(Event). Method in class jclass.contrib.ContribDialog
Calls hide if a WINDOW_DESTROY event is passed.
handleEvent(Event). Method in class jclass.contrib.ContribFrame
Calls close if a WINDOW_DESTROY event is passed.
handleEvent(Event). Method in class jclass.contrib.JCDialog
Local event handler.
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.
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 for this color.
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
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.
hide(). Method in class java.awt.Component
HOME. Static variable in class java.awt.Event
The Home key, a non-ASCII action key.
HORIZ_SPACE. Static variable in class jclass.util.JCString
HORIZONTAL. Static variable in interface java.awt.Adjustable
The horizontal orientation.
HORIZONTAL. Static variable in class java.awt.GridBagConstraints
Resize the component horizontally but not vertically.
HORIZONTAL. Static variable in class java.awt.Scrollbar
A constant that indicates a horizontal scroll bar.
HORIZONTAL. Static variable in class jclass.table.TblScrollbar
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
Converts the components of a color, as specified by the HSB model, to an equivalent set of values for the RGB model.

I

id. Variable in class java.awt.AWTEvent
id. Variable in class java.awt.Event
Indicates which type of event the event is, and which other Event variables are relevant for the 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
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.
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.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.
inColumnRange(int). Method in class jclass.table.JCCellRange
Returns true if this range is not empty and the column is inside it.
inColumnRange2(int). Method in class jclass.table.JCCellRange
Returns true if the column is inside this range.
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.
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.
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.
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.
init(). Method in class jclass.table.JCTableApplet
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.
init(boolean). Method in class jclass.table.SeriesEditor
Initializes the layout of the custom editor.
INITIAL. Static variable in class jclass.table.JCSelectEvent
inRowRange(int). Method in class jclass.table.JCCellRange
Returns true if the row is inside this range.
inRowRange2(int). Method in class jclass.table.JCCellRange
Returns true if this range is not empty and the row is inside it.
insdelmovTest(). Static method in class jclass.table.ChainTest
INSERT. Static variable in class java.awt.Event
The Insert key, a non-ASCII action 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 a menu item into 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 java.awt.Menu
Inserts a menu item with the specified label into this menu at the specified position.
insert(String, int). Method in class java.awt.TextArea
Inserts the specified text at the specified position in this text area.
insertChainTest(). Static method in class jclass.table.ChainTest
insertElementAt(Object, int). Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
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
This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its display area.
insets(). Method in class java.awt.Container
insets(). Method in class jclass.contrib.JCOutlinePanel
Modifies the default insets to account for the line drawn around the Panel.
Insets(int, int, int, int). Constructor for class java.awt.Insets
Creates and initializes a new Insets object 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.table.JCCellRange
Returns true if the cell is inside this range.
inside(int, int). Method in class java.awt.Polygon
inside(int, int). Method in class java.awt.Rectangle
insideBottom. Static variable in class jclass.contrib.JCRelativeLayout
insideLeft. Static variable in class jclass.contrib.JCRelativeLayout
insideLowerLeft. Static variable in class jclass.contrib.JCRelativeLayout
insideLowerRight. Static variable in class jclass.contrib.JCRelativeLayout
insideRight. Static variable in class jclass.contrib.JCRelativeLayout
insideTop. Static variable in class jclass.contrib.JCRelativeLayout
insideUpperLeft. Static variable in class jclass.contrib.JCRelativeLayout
insideUpperRight. Static variable in class jclass.contrib.JCRelativeLayout
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(JCCellRange). Method in class jclass.table.JCCellRange
Computes the intersection of two ranges.
intersection(Rectangle). Method in class java.awt.Rectangle
Computes the intersection of this rectangle with the specified rectangle.
intersects(JCCellRange). Method in class jclass.table.JCCellRange
Checks whether the two ranges intersect.
intersects(Rectangle). Method in class java.awt.Rectangle
Determines whether this rectangle and the specified rectangle 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 this component.
invalidate(). Method in class java.awt.Container
Invalidates the container.
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
This field specifies the internal padding of the component, how much space to add to the minimum width of the component.
ipady. Variable in class java.awt.GridBagConstraints
This field specifies the internal padding, that is, how much space to add to the minimum height of the component.
is_img_caching. Static variable in class jclass.util.JCString
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
Indicates whether the font's style is bold.
isBrowserAppletViewer(Component). Static method in class jclass.util.JCEnvironment
Browser is AppletViewer
isBrowserExplorer(Component). Static method in class jclass.util.JCEnvironment
Browser is MS Internet Explorer
isBrowserVisualAge(Component). Static method in class jclass.util.JCEnvironment
Browser is IBM VisualAge for Java
isCell(int, int). Static method in class jclass.table.Table
Returns true if the row and column constitute a valid cell.
isColumnLabel(int, int). Static method in class jclass.table.Table
Returns true if the row and column constitute a valid column label.
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.
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.
isEditable(). Method in class java.awt.TextComponent
Indicates whether or not this text component is editable.
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 this rectangle is empty.
isEmpty(). Method in class java.util.Vector
Tests if this vector has no components.
isEnabled(). Method in class java.awt.Component
Determines whether this component is enabled.
isEnabled(). Method in class java.awt.MenuItem
Checks whether this 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 tracked by this media tracker with the specified identifier.
isFocusTraversable(). Method in class java.awt.Component
Returns the value of a flag that indicates whether this component can be traversed using Tab or Shift-Tab keyboard focus traversal.
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
Determines if the specified item in this scrolling list is selected.
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
Indicates whether the font's style 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.
isJavaOS(). Static method in class jclass.util.JCEnvironment
Returns boolean, true if "os.name" equals "JavaOS", false otherwise.
isLabel(int, int). Static method in class jclass.table.Table
Returns true if the row and column constitute a valid label.
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.
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
Indicates whether the dialog is modal.
isMultipleMode(). Method in class java.awt.List
Determines whether 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.
isPlain(). Method in class java.awt.Font
Indicates whether the font's style 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
Indicates whether this dialog window is resizable.
isResizable(). Method in class java.awt.Frame
Indicates whether this frame is resizable.
isRowLabel(int, int). Static method in class jclass.table.Table
Returns true if the row and column constitute a valid row label.
isSelected(int). Method in class java.awt.List
isSelected(int, int). Method in class jclass.table.JCTable
Determines whether the cell is selected.
isSelected(int, int). Method in class jclass.table.Table
Determines whether the cell is selected.
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
Determines whether 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
Indicates whether this menu 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(int, int). Method in class jclass.table.JCTable
Returns true if the cell can be traversed to -- in other words, if its traverse property is true, and is not spanned by another cell.
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
Determines whether this component is valid.
isVisible(). Method in class java.awt.Component
Determines whether this component is visible.
isVisible(int, int). Method in class jclass.table.Table
Cchecks whether cell is visible.
isVisualAge(). Static method in class jclass.util.JCEnvironment
Environment is IBM VisualAge for Java (applet viewer or interpreter)
isWhitespace(char). Static method in class java.lang.Character
Determines if the specified character is white space according to Java.
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_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_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.
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 class jclass.table.BooleanSeriesEditor
itemStateChanged(ItemEvent). Method in class jclass.table.BorderSidesSeriesEditor
itemStateChanged(ItemEvent). Method in class jclass.table.ColorSeriesEditor
itemStateChanged(ItemEvent). Method in class jclass.table.DimensionSeriesEditor
itemStateChanged(ItemEvent). Method in class jclass.table.EnumSeriesEditor
itemStateChanged(ItemEvent). Method in interface java.awt.event.ItemListener
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.
JAVA_OS. Static variable in class jclass.util.JCEnvironment
JCAboutCanvas(String). Constructor for class jclass.util.JCAboutCanvas
JCCache(int, int). Constructor for class jclass.util.JCCache
This is the constructor for JCCache.
JCCellPosition(). Constructor for class jclass.table.JCCellPosition
JCCellPosition(int, int). Constructor for class jclass.table.JCCellPosition
JCCellRange(). Constructor for class jclass.table.JCCellRange
Creates an instance with all cells set to JCTblEnum.NOVALUE.
JCCellRange(int, int, int, int). Constructor for class jclass.table.JCCellRange
Creates an instance with the specified start and end cells.
JCChoice(). Constructor for class jclass.contrib.JCChoice
Constructs an empty Component.
JCChoice(String[], int[]). Constructor for class jclass.contrib.JCChoice
This constructor takes an array of strings for the individual items and an array of values to associate with the strings.
JCColorUtil(). Constructor for class jclass.contrib.JCColorUtil
JCConverter(). Constructor for class jclass.util.JCConverter
JCCreateComponentEvent(Table, int, int, Component). Constructor for class jclass.table.JCCreateComponentEvent
JCCSVTokenizer(String). Constructor for class jclass.util.JCCSVTokenizer
JCDialog(Component, String). Constructor for class jclass.contrib.JCDialog
Constructs a JCDialog instance for the OK and Cancel buttons.
JCDialog(Component, String, boolean). Constructor for class jclass.contrib.JCDialog
Constructs a JCDialog instance for the OK, Apply, and Cancel buttons.
JCDisplayComponentEvent(Table, int, int, Component). Constructor for class jclass.table.JCDisplayComponentEvent
JCEnterCellAdapter(). Constructor for class jclass.table.JCEnterCellAdapter
JCEnterCellEvent(Table, int, int, String). Constructor for class jclass.table.JCEnterCellEvent
JCEnvironment(). Constructor for class jclass.util.JCEnvironment
JCFile(). Constructor for class jclass.util.JCFile
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.
JCLabelValueAdapter(). Constructor for class jclass.table.JCLabelValueAdapter
JClassInfo(). Constructor for class jclass.util.JClassInfo
JCMenu(). Constructor for class jclass.contrib.JCMenu
JCOutlinePanel(). Constructor for class jclass.contrib.JCOutlinePanel
The default constructor.
JCPaintAdapter(). Constructor for class jclass.table.JCPaintAdapter
JCPaintEvent(Table, Rectangle, int, int, int, int). Constructor for class jclass.table.JCPaintEvent
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
JCRelativeLayout(Dimension). Constructor for class jclass.contrib.JCRelativeLayout
JCResizeCellAdapter(). Constructor for class jclass.table.JCResizeCellAdapter
JCResizeCellEvent(Table, int, int, String, int, int). Constructor for class jclass.table.JCResizeCellEvent
JCRetrieve(String, String). Constructor for class jclass.contrib.JCRetrieve
The constructor.
JCRowColLayout(int, int). Constructor for class jclass.contrib.JCRowColLayout
A simple constructor with no "gap" information.
JCRowColLayout(int, int, int, int). Constructor for class jclass.contrib.JCRowColLayout
A constructor that includes "gap" information.
JCScrollAdapter(). Constructor for class jclass.table.JCScrollAdapter
JCScrollEvent(Table, TblScrollbar, int, Event, int). Constructor for class jclass.table.JCScrollEvent
JCSelectAdapter(). Constructor for class jclass.table.JCSelectAdapter
JCSelectEvent(Table, Event, int, int, String). Constructor for class jclass.table.JCSelectEvent
JCSortEvent(Table, int, int[]). Constructor for class jclass.table.JCSortEvent
JCSortInteger(). Constructor for class jclass.util.JCSortInteger
Sorts in ascending order.
JCSortInteger(int). Constructor for class jclass.util.JCSortInteger
Sorts in the specified order: ASCENDING or DESCENDING.
JCSortString(). Constructor for class jclass.util.JCSortString
Sorts in ascending order.
JCSortString(int). Constructor for class jclass.util.JCSortString
Sorts in the specified order: ASCENDING or DESCENDING.
JCSpreadLabel(). Constructor for class jclass.contrib.JCSpreadLabel
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.
JCTable(). Constructor for class jclass.table.JCTable
Creates an empty 10-row x 5-column table.
JCTable(Applet, String). Constructor for class jclass.table.JCTable
Creates a table which reads parameters from an HTML file.
JCTableApplet(). Constructor for class jclass.table.JCTableApplet
JCTableBean(). Constructor for class jclass.table.JCTableBean
Default constructor - creates an empty 10-row x 5-column table
JCTableBeanBeanInfo(). Constructor for class jclass.table.JCTableBeanBeanInfo
JCTableComponent(). Constructor for class jclass.table.JCTableComponent
Default constructor - creates an empty 10-row x 5-column table
JCTableComponentBeanInfo(). Constructor for class jclass.table.JCTableComponentBeanInfo
JCTblConverter(). Constructor for class jclass.table.JCTblConverter
JCTblEnum(). Constructor for class jclass.table.JCTblEnum
JCTblRevConverter(). Constructor for class jclass.table.JCTblRevConverter
JCTitleLayout(). Constructor for class jclass.util.JCTitleLayout
A simple constructor.
JCTitlePanel(String, String). Constructor for class jclass.contrib.JCTitlePanel
This is the constructor.
JCTraverseCellEvent(Table, int, int, int, int, String). Constructor for class jclass.table.JCTraverseCellEvent
JCURLDirectory(). Constructor for class jclass.util.JCURLDirectory
JCUtilConverter(). Constructor for class jclass.util.JCUtilConverter
JCValidateCellAdapter(). Constructor for class jclass.table.JCValidateCellAdapter
JCValidateCellEvent(Table). Constructor for class jclass.table.JCValidateCellEvent
JCValueEvent(Table, int, int). Constructor for class jclass.table.JCValueEvent
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.table.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.
JUMP_ALL. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
JUMP_ALL. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
JUMP_ALL. Static variable in class jclass.table.JCTblEnum
JUMP_HORIZONTAL. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
JUMP_HORIZONTAL. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
JUMP_HORIZONTAL. Static variable in class jclass.table.JCTblEnum
JUMP_NONE. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
JUMP_NONE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
JUMP_NONE. Static variable in class jclass.table.JCTblEnum
JUMP_VERTICAL. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
JUMP_VERTICAL. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
JUMP_VERTICAL. Static variable in class jclass.table.JCTblEnum
JumpScrollEditor(). Constructor for class jclass.table.JumpScrollEditor
JUNE. Static variable in class java.util.Calendar
Useful constant for month.

K

key. Variable in class java.awt.Event
The key code of the key that was pressed in a keyboard event.
KEY_ACTION. Static variable in class java.awt.Event
The user has pressed a non-ASCII action key.
KEY_ACTION_RELEASE. Static variable in class java.awt.Event
The user has released a non-ASCII action key.
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 user has pressed a normal key.
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 user has released a normal key.
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.table.JCTable
If key is PGDN or PGUP, the table is scrolled.

If key is LEFT, RIGHT, DOWN, UP, TAB, or SHIFT-TAB, the adjacent cell is traversed to.

keyDown(Event, int). Method in class jclass.table.Table
keyDown(Event, int). Method in class jclass.table.TblScrollbar
Moves the slider if HOME, END, PGUP or PGDN key is hit.
keyDown(Event, int). Method in class jclass.table.TblTextArea
Process key events
keyDown(Event, int). Method in class jclass.table.TblTextField
Process key events
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 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 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 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
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. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
LABEL. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
LABEL. Static variable in class jclass.table.JCTblEnum
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, left justified.
Label(String, int). Constructor for class java.awt.Label
Constructs a new label that presents the specified string of text with the specified alignment.
labelledLogo. Variable in class jclass.util.JCAboutCanvas
labelValueListeners. Variable in class jclass.table.Table
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 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 java.awt.ScrollPane
layout(). Method in class jclass.table.Table
layoutContainer(Container). Method in class java.awt.BorderLayout
Lays out the container argument using this border layout.
layoutContainer(Container). Method in class java.awt.CardLayout
Lays out the specified container using this card layout.
layoutContainer(Container). Method in class java.awt.FlowLayout
Lays out the container.
layoutContainer(Container). Method in class java.awt.GridBagLayout
Lays out the specified container using this grid bag layout.
layoutContainer(Container). Method in class java.awt.GridLayout
Lays out the specified container using this layout.
layoutContainer(Container). Method in class jclass.contrib.JCRelativeLayout
layoutContainer(Container). Method in class jclass.contrib.JCRowColLayout
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 java.awt.Event
The Left Arrow key, a non-ASCII action key.
LEFT. Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be left-justified.
left. Variable in class java.awt.Insets
The inset from the left.
left. Static variable in class jclass.contrib.JCRelativeLayout
LEFT. Static variable in class jclass.util.JCString
LEFT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
LEFT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
LEFT. Static variable in class jclass.table.JCTblEnum
LEFT. Static variable in class jclass.util.JCTitleLayout
LEFT. Static variable in class java.awt.Label
Indicates that the label should be left justified.
LEFT_ALIGNMENT. Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentX.
leftBottom. Static variable in class jclass.contrib.JCRelativeLayout
leftTop. Static variable in class jclass.contrib.JCRelativeLayout
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_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 of this component to the standard system output stream System.out.
List(). Constructor for class java.awt.List
Creates a new scrolling list.
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.
List(int, boolean). Constructor for class java.awt.List
Creates a new scrolling list initialized to display the specified number of rows.
list(PrintStream). Method in class java.awt.Component
Prints a listing of this component to the specified output 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 a listing of this container to the specified output 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
An item in a list has been deselected.
LIST_SELECT. Static variable in class java.awt.Event
An item in a list has been selected.
ListResourceBundle(). Constructor for class java.util.ListResourceBundle
LOAD. Static variable in class java.awt.FileDialog
This constant value indicates that the purpose of the file dialog window is to locate a file from which to read.
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 integer array that is supplied as an argument 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
location(). Method in class java.awt.Component
location(int, int). Method in class java.awt.GridBagLayout
Determines which cell in the layout grid contains the point specified by (x, y).
log(double). Static method in class java.lang.Math
Returns the natural logarithm (base e) of a double value.
logo. Variable in class jclass.util.JCAboutCanvas
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
LOWERCASE_LETTER. Static variable in class java.lang.Character
lowerLeftCorner. Static variable in class jclass.contrib.JCRelativeLayout
lowerRightCorner. Static variable in class jclass.contrib.JCRelativeLayout
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.table.ChainTest
main(String[]). Static method in class jclass.table.JCVersion
main(String[]). Static method in class jclass.util.JCVersion
major. Static variable in class jclass.table.JCVersion
major. Static variable in class jclass.util.JCVersion
makeButtonPanel(). Method in class jclass.table.SeriesEditor
makeCollection(Panel, String[], int[]). Static method in class jclass.contrib.ContribCheckbox
This static function creates a grouping of independent checkboxes with associated values for each of the checkboxes
makeColumnVisible(int). Method in class jclass.table.Table
Scrolls a column so it is visible on the screen.
makeGroup(Panel, String[], int[]). Static method in class jclass.contrib.ContribCheckbox
This static function creates a group of radio buttons when given an array of labels and an array of values.
makeKLImage(Component). Static method in class jclass.util.JClassInfo
Creates the KL logo.
makeRowVisible(int). Method in class jclass.table.Table
Scrolls a row so it is visible on the screen.
makeSelectionPanel(). Method in class jclass.table.SeriesEditor
makeTitlePanel(Panel, String, boolean). Static method in class jclass.contrib.JCTitlePanel
A convenience function for creating a title panel that is either laid out vertically or horizontally.
makeVisible(int). Method in class java.awt.List
Makes the item at the specified index visible.
makeVisible(int, int). Method in class jclass.table.Table
Scrolls a frozen or non-frozen cell or label so it is visible on the screen.
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.
MAXDIMENSION. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
MAXDIMENSION. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
MAXDIMENSION. Static variable in class jclass.table.JCTblEnum
MAXGRIDSIZE. Static variable in class java.awt.GridBagLayout
The maximum number of grid positions (both horizontally and vertically) that can be laid out by the grid bag layout.
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.table.JCTableBean
Mirrored enum to accomodate VisualCafe
MAXINT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
MAXINT. Static variable in class jclass.table.JCTblEnum
MaxLengthSeriesEditor(). Constructor for class jclass.table.MaxLengthSeriesEditor
Constructs a maxlength series editor.
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 background color for menus.
MENU. Static variable in class java.awt.SystemColor
The array index for the menu background color.
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 menu item 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
This flag indicates that the Meta key was down when the event occurred.
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.util.JCString
MIDDLECENTER. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
MIDDLECENTER. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
MIDDLECENTER. Static variable in class jclass.table.JCTblEnum
MIDDLELEFT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
MIDDLELEFT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
MIDDLELEFT. Static variable in class jclass.table.JCTblEnum
MIDDLERIGHT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
MIDDLERIGHT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
MIDDLERIGHT. Static variable in class jclass.table.JCTblEnum
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
Determines the minimum size of the target container using this layout manager.
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
Determines the minimum size of the target container using this grid bag layout.
minimumLayoutSize(Container). Method in class java.awt.GridLayout
Determines the minimum size of the container argument using this grid layout.
minimumLayoutSize(Container). Method in class jclass.contrib.JCRelativeLayout
minimumLayoutSize(Container). Method in class jclass.contrib.JCRowColLayout
Calculates the minimum size for this layout.
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 java.awt.List
minimumSize(). Method in class jclass.table.Table
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.table.JCVersion
minor. Static variable in class jclass.util.JCVersion
MINSIZE. Static variable in class java.awt.GridBagLayout
The smallest grid that can be laid out by the grid bag layout.
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.
MODE_LIST. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
MODE_LIST. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
MODE_LIST. Static variable in class jclass.table.JCTblEnum
MODE_TABLE. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
MODE_TABLE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
MODE_TABLE. Static variable in class jclass.table.JCTblEnum
ModeEditor(). Constructor for class jclass.table.ModeEditor
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 user has pressed the mouse button.
MOUSE_DRAG. Static variable in class java.awt.Event
The user has moved the mouse with a button pressed.
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 has entered a component.
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 has exited a component.
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 has moved with no button pressed.
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 user has released the mouse button.
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, int, int). Method in class java.awt.Component
mouseDown(Event, int, int). Method in class jclass.table.JCTable
If the SHIFT key or CONTROL key is pressed, a new range is selected.
mouseDown(Event, int, int). Method in class jclass.table.Table
If currently over an URL anchor, returns.

Otherwise, sorts or resizes the cell.

mouseDown(Event, int, int). Method in class jclass.table.TblScrollbar
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.

mouseDrag(Event, int, int). Method in class java.awt.Component
mouseDrag(Event, int, int). Method in class jclass.table.JCTable
Resizes a cell or selects it.
mouseDrag(Event, int, int). Method in class jclass.table.Table
mouseDrag(Event, int, int). Method in class jclass.table.TblScrollbar
Handles a mouse drag event in the slider.
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
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, int, int). Method in class java.awt.Component
mouseExit(Event, int, int). Method in class jclass.table.Table
Tracks the cursor if TrackCursor is true.
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, int, int). Method in class java.awt.Component
mouseMove(Event, int, int). Method in class jclass.table.Table
Tracks the cursor if TrackCursor is true.
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, int, int). Method in class java.awt.Component
mouseUp(Event, int, int). Method in class jclass.table.JCTable
Resizes a cell or selects it.
mouseUp(Event, int, int). Method in class jclass.table.Table
mouseUp(Event, int, int). Method in class jclass.table.TblScrollbar
Resets the scrollbar state after some other operation.
move(int, int). Method in class java.awt.Component
move(int, int). Method in class java.awt.Point
Moves this point to the specificed location in the (xy) coordinate plane.
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
moveColumns(int, int, int). Method in class jclass.table.JCTable
Moves a range of columns.
moveRows(int, int, int). Method in class jclass.table.JCTable
Moves a range of rows.
moveTest(). Static method in class jclass.table.ChainTest
MultiLineSeriesEditor(). Constructor for class jclass.table.MultiLineSeriesEditor
Constructs an multiline series editor.

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
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.
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
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.
NON_SPACING_MARK. Static variable in class java.lang.Character
NONE. Static variable in class java.awt.GridBagConstraints
Do not resize the component.
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 (top of container).
NORTH. Static variable in class java.awt.GridBagConstraints
Put the component at the top of its display area, centered horizontally.
NORTHEAST. Static variable in class java.awt.GridBagConstraints
Put the component at the top-right corner of its display area.
NORTHWEST. Static variable in class java.awt.GridBagConstraints
Put the component at the top-left corner of its display area.
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.table.JCTableBean
Mirrored enum to accomodate VisualCafe
NOTFOUND. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
NOTFOUND. Static variable in class jclass.table.JCTblEnum
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.table.JCTableBean
Mirrored enum to accomodate VisualCafe
NOVALUE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
NOVALUE. Static variable in class jclass.table.JCTblEnum
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_LOCK. Static variable in class java.awt.Event
The Num Lock key, a non-ASCII 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.contrib.ContribCheckboxGroup
Returns the number of Checkbox instances that have been stored.
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.
okButton. Variable in class jclass.contrib.JCDialog
OK button.
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.
order. Variable in class jclass.util.JCSortInteger
Sort order: ASCENDING or DESCENDING.
order. Variable in class jclass.util.JCSortString
Sort order: ASCENDING or DESCENDING.
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.
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.
overlaps(JCCellRange). Method in class jclass.table.JCCellRange
Checks to see whether the two ranges overlap.

P

pack(). Method in class java.awt.Window
Causes subcomponents of this window to be laid out at their preferred size.
PAINT. Static variable in class jclass.table.JCPaintEvent
The id for this event.
PAINT. Static variable in class java.awt.event.PaintEvent
The paint event type.
paint(Graphics). Method in class java.awt.Canvas
This method is called to repaint this canvas.
paint(Graphics). Method in class java.awt.Component
Paints this component.
paint(Graphics). Method in class java.awt.Container
Paints the container.
paint(Graphics). Method in class jclass.util.JCAboutCanvas
This method is called to repaint this canvas.
paint(Graphics). Method in class jclass.contrib.JCOutlinePanel
Draws the line.
paint(Graphics). Method in class jclass.table.JCTable
Paints the container.
paint(Graphics). Method in class jclass.table.Table
Paints the container.
paint(Graphics). Method in class jclass.table.TblScrollbar
This method is called to repaint this canvas.
paint(int, int). Method in class jclass.table.Table
Redraws a range of cells and/or labels if Repaint is true.
paint(JCCellRange). Method in class jclass.table.Table
Redraws a range of cells and/or labels if Repaint is true.
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 this component and all of its subcomponents.
paintBegin(JCPaintEvent). Method in class jclass.table.JCPaintAdapter
Invoked before the table is drawn.
paintBegin(JCPaintEvent). Method in interface jclass.table.JCPaintListener
Invoked before the table is drawn.
paintComponent(Graphics). Method in class jclass.table.TblScrollbar
Draws the scrollbar.
paintComponents(Graphics). Method in class java.awt.Container
Paints each of the components in this container.
paintEnd(JCPaintEvent). Method in class jclass.table.JCPaintAdapter
Invoked after the table is drawn.
paintEnd(JCPaintEvent). Method in interface jclass.table.JCPaintListener
Invoked after the table is drawn.
PaintEvent(Component, int, Rectangle). Constructor for class java.awt.event.PaintEvent
Constructs a PaintEvent object with the specified source component and type.
paintListeners. Variable in class jclass.table.Table
paintValue(Graphics, Rectangle). Method in class jclass.table.SeriesEditor
Displays series value as string
Panel(). Constructor for class java.awt.Panel
Creates a new panel using the default layout manager.
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 representing the state of this button.
paramString(). Method in class java.awt.Checkbox
Returns the parameter string representing the state of this check box.
paramString(). Method in class java.awt.CheckboxMenuItem
Returns the parameter string representing the state of this check box menu item.
paramString(). Method in class java.awt.Choice
Returns the parameter string representing the state of this choice menu.
paramString(). Method in class java.awt.Component
Returns the parameter string representing the state of this component.
paramString(). Method in class java.awt.event.ComponentEvent
paramString(). Method in class java.awt.Container
Returns the parameter string representing the state of this container.
paramString(). Method in class java.awt.event.ContainerEvent
paramString(). Method in class java.awt.Dialog
Returns the parameter string representing the state of this dialog window.
paramString(). Method in class java.awt.Event
Returns the parameter string representing this event.
paramString(). Method in class java.awt.FileDialog
Returns the parameter string representing the state of this file dialog window.
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 java.awt.event.KeyEvent
paramString(). Method in class java.awt.Label
Returns the parameter string representing the state of this label.
paramString(). Method in class java.awt.List
Returns the parameter string representing the state of this scrolling list.
paramString(). Method in class java.awt.Menu
Gets the parameter string representing the state of this menu.
paramString(). Method in class java.awt.MenuComponent
Returns the parameter string representing the state of this menu component.
paramString(). Method in class java.awt.MenuItem
Returns the parameter string representing the state of this 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 parameter string representing the state of this scroll bar.
paramString(). Method in class java.awt.ScrollPane
Returns the parameter string representing the state of this container.
paramString(). Method in class jclass.table.TblScrollbar
This returns the String parameters for this Scrollbar.
paramString(). Method in class java.awt.TextArea
Returns the parameter string representing the state of this text area.
paramString(). Method in class java.awt.TextComponent
Returns the parameter string representing the state of this text component.
paramString(). Method in class java.awt.event.TextEvent
paramString(). Method in class java.awt.TextField
Returns the parameter string representing the state of this text field.
paramString(). Method in class java.awt.event.WindowEvent
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.
parse(String, char). Static method in class jclass.util.JCStringTokenizer
Parses the string using the specified delimiter.
parse(String, char, char). Static method in class jclass.util.JCStringTokenizer
Parses the string using the specified delimiter and escape char.
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.
parseError(String). Static method in class jclass.util.JCUtilConverter
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.
parseReturnData(Vector). Method in class jclass.contrib.JCRetrieve
parseReturnData() uses the array of text lines to fill up the cache.
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.
PAUSE. Static variable in class java.awt.Event
The Pause key, a non-ASCII 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 key, a non-ASCII action key.
PGUP. Static variable in class java.awt.Event
The Page Up key, a non-ASCII 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
PLACE_BOTTOM. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
PLACE_BOTTOM. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
PLACE_BOTTOM. Static variable in class jclass.table.JCTblEnum
PLACE_LEFT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
PLACE_LEFT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
PLACE_LEFT. Static variable in class jclass.table.JCTblEnum
PLACE_RIGHT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
PLACE_RIGHT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
PLACE_RIGHT. Static variable in class jclass.table.JCTblEnum
PLACE_TOP. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
PLACE_TOP. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
PLACE_TOP. Static variable in class jclass.table.JCTblEnum
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 at the origin (0, 0) of the coordinate space.
Point(int, int). Constructor for class java.awt.Point
Constructs and initializes a point at the specified (xy) location in the coordinate space.
Point(Point). Constructor for class java.awt.Point
Constructs and initializes a point with the same location as the specified Point object.
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.
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.
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
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.table.TblScrollbar
Returns JCTblEnum.SB_SIZE if this is a horizontal scrollbar; 100 otherwise.
preferredLayoutSize(Container). Method in class java.awt.BorderLayout
Determines the preferred size of the target container using this layout manager, based on the components in the container.
preferredLayoutSize(Container). Method in class java.awt.CardLayout
Determines the preferred size of the container argument using this card layout.
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
Determines the preferred size of the target container using this grid bag layout.
preferredLayoutSize(Container). Method in class java.awt.GridLayout
Determines the preferred size of the container argument using this grid layout.
preferredLayoutSize(Container). Method in class jclass.contrib.JCRelativeLayout
preferredLayoutSize(Container). Method in class jclass.contrib.JCRowColLayout
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.util.JCAboutCanvas
preferredSize(). Method in class java.awt.List
preferredSize(). Method in class jclass.table.Table
preferredSize(). Method in class jclass.table.TblHorizScrollbar
preferredSize(). Method in class jclass.table.TblVertScrollbar
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.table.TblScrollbar
Returns JCTblEnum.SB_SIZE if this is a vertical scrollbar; 100 otherwise.
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.
previous(Container). Method in class java.awt.CardLayout
Flips to the previous card of the specified container.
print(). Method in class jclass.table.JCTable
Prints the table if running under JDK 1.1.
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 Print Screen key, a non-ASCII action key.
printAll(Graphics). Method in class java.awt.Component
Prints this component and all of its subcomponents.
printAll(Graphics). Method in class jclass.table.Table
Disables double-buffering, and calls Container.printAll
printComponents(Graphics). Method in class java.awt.Container
Prints each of 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 text field 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 check box.
processEvent(AWTEvent). Method in class java.awt.CheckboxMenuItem
Processes events on this check box 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 scrolling 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 scroll bar.
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 text field.
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.
processItemEvent(ItemEvent). Method in class java.awt.Checkbox
Processes item events occurring on this check box by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent). Method in class java.awt.CheckboxMenuItem
Processes item events occurring on this check box 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 menu 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 objects.
processMouseEvent(MouseEvent). Method in class java.awt.Component
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.
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.
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.
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.
Rectangle(). Constructor for class java.awt.Rectangle
Constructs a new rectangle whose top-left corner is at (0, 0) in the coordinate space, and whose width and height are zero.
Rectangle(Dimension). Constructor for class java.awt.Rectangle
Constructs a new rectangle whose top left corner is (0, 0) and whose width and height are specified by the dimension argument.
Rectangle(int, int). Constructor for class java.awt.Rectangle
Constructs a new rectangle whose top-left corner is at (0, 0) in the coordinate space, and whose width and height are specified by the arguments of the same name.
Rectangle(int, int, int, int). Constructor for class java.awt.Rectangle
Constructs a new rectangle whose top-left corner is specified as (xy) and whose width and height are specified by the arguments of the same name.
Rectangle(Point). Constructor for class java.awt.Rectangle
Constructs a new rectangle whose top-left corner is the specified point, and whose width and height are zero.
Rectangle(Point, Dimension). Constructor for class java.awt.Rectangle
Constructs a new rectangle whose top-left corner is specified by the point argument, and whose width and height are specified by the dimension argument.
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.
registerImage(Image). Static method in class jclass.util.JCString
Registers image with the JCString
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
Specify that this component is the next-to-last component in its column or row (gridwidth, gridheight), or that this component be placed next to the previously added component (gridx, gridy).
release. Static variable in class jclass.table.JCVersion
release. Static variable in class jclass.util.JCVersion
REMAINDER. Static variable in class java.awt.GridBagConstraints
Specify that this component is the last component in its column or row.
REMOVE. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
REMOVE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
REMOVE. Static variable in class jclass.table.JCTblEnum
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(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 at the specified position.
remove(int). Method in class java.awt.Container
Removes the component, specified by index, from this container.
remove(int). Method in class java.awt.List
Remove the item at the specified position from this scrolling list.
remove(int). Method in class java.awt.Menu
Removes the menu item at the specified index from this menu.
remove(int). Method in class java.awt.MenuBar
Removes the menu located at the specified index from this 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(JCListenerList, Object). Static method in class jclass.util.JCListenerList
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
Removes the specified menu item from this menu.
remove(MenuComponent). Method in class java.awt.MenuBar
Removes the specified menu component from this 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.util.JCTitleLayout
Removes the component at the specified location.
remove(String). Method in class java.awt.List
Removes the first occurrence of an 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 that it no longer receives action events from this button.
removeActionListener(ActionListener). Method in class java.awt.List
Removes the specified action listener so that 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 text field.
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 instances of AdjustmentEvent from this scroll bar.
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 java.awt.List
Removes all items from this list.
removeAll(). Method in class java.awt.Menu
Removes all items from this menu.
removeAllElements(). Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeCellValueListener(JCCellValueListener). Method in class jclass.table.JCTable
Removes the specified listener so it no longer receives JCEvents for cells.
removeComponentListener(ComponentListener). Method in class java.awt.Component
Removes the specified component listener so that 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.
removeCreateComponentListener(JCCreateComponentListener). Method in class jclass.table.JCTable
Removes the specified listener so it no longer receives JCCreateComponentEvents.
removeDisplayComponentListener(JCDisplayComponentListener). Method in class jclass.table.JCTable
Removes the specified listener so it no longer receives JCDisplayComponentEvents.
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.
removeEnterCellListener(JCEnterCellListener). Method in class jclass.table.JCTable
Removes the specified listener so it no longer receives JCEnterCellEvents.
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 that it no longer receives focus events from this component.
removeImage(Image). Method in class java.awt.MediaTracker
Remove the specified image from this media tracker.
removeImage(Image, int). Method in class java.awt.MediaTracker
Remove the specified image from the specified tracking ID of this media tracker.
removeImage(Image, int, int, int). Method in class java.awt.MediaTracker
Remove the specified image with the specified width, height, and ID from this media tracker.
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 the item listener no longer receives item events from this check box.
removeItemListener(ItemListener). Method in class java.awt.CheckboxMenuItem
Removes the specified item listener so that it no longer receives item events from this check box 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 menu.
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 that it no longer receives item events from this list.
removeKeyListener(KeyListener). Method in class java.awt.Component
Removes the specified key listener so that it no longer receives key events from this component.
removeLabelValueListener(JCLabelValueListener). Method in class jclass.table.JCTable
Removes the specified listener so it no longer receives JCValueEvents for labels.
removeLayoutComponent(Component). Method in class java.awt.BorderLayout
Removes the specified component from this border 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 this layout.
removeLayoutComponent(Component). Method in class java.awt.GridLayout
Removes the specified component from the layout.
removeLayoutComponent(Component). Method in class jclass.contrib.JCRelativeLayout
removeLayoutComponent(Component). Method in class jclass.contrib.JCRowColLayout
An empty method that must appear (it is part of the LayoutManager interface).
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 that it no longer receives mouse events from this component.
removeMouseMotionListener(MouseMotionListener). Method in class java.awt.Component
Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component.
removeNotify(). Method in class java.awt.Component
Notifies this component that it has been removed from its container and if a peers exists, it destroys it.
removeNotify(). Method in class java.awt.Container
Notifies this container and all of its subcomponents to remove their peers.
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.
removePaintListener(JCPaintListener). Method in class jclass.table.JCTable
Removes the specified listener so it no longer receives JCPaintEvents.
removeResizeCellListener(JCResizeCellListener). Method in class jclass.table.JCTable
Removes the specified listener so it no longer receives JCResizeCellEvents.
removeScrollListener(JCScrollListener). Method in class jclass.table.JCTable
Removes the specified listener so it no longer receives JCScrollEvents.
removeSelectListener(JCSelectListener). Method in class jclass.table.JCTable
Removes the specified listener so it no longer receives JCSelectEvents.
removeSortListener(JCSortListener). Method in class jclass.table.JCTable
Removes the specified listener so it no longer receives JCSortEvents.
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
removeTraverseCellListener(JCTraverseCellListener). Method in class jclass.table.JCTable
Removes the specified listener so it no longer receives JCTraverseCellEvents.
removeValidateCellListener(JCValidateCellListener). Method in class jclass.table.JCTable
Removes the specified listener so it no longer receives JCValidateCellEvents.
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 this component.
repaint(). Method in class jclass.table.Table
Redraws the table.
repaint(int, int, int, int). Method in class java.awt.Component
Repaints the specified rectangle of this component.
repaint(long). Method in class java.awt.Component
Repaints the component.
repaint(long, int, int, int, int). Method in class java.awt.Component
Repaints the specified rectangle of this component within tm milliseconds.
REPEAT_COLUMN. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
REPEAT_COLUMN. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
REPEAT_COLUMN. Static variable in class jclass.table.JCTblEnum
REPEAT_ROW. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
REPEAT_ROW. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
REPEAT_ROW. Static variable in class jclass.table.JCTblEnum
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.
replaceItem(String, int). Method in class java.awt.List
Replaces the item at the specified index in the scrolling list with the new string.
replaceRange(String, int, int). Method in class java.awt.TextArea
Replaces text between the indicated start and end positions with the specified replacement text.
replaceText(String, int, int). Method in class java.awt.TextArea
reportErrors. Static variable in class jclass.util.JCUtilConverter
requestFocus(). Method in class java.awt.Component
Requests that this component get 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
resetSeries(). Method in class jclass.table.AlignmentSeriesEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.BorderSidesSeriesEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.BorderTypeSeriesEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.CellValuesEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.ColorSeriesEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.ComponentSeriesEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.DataTypeSeriesEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.DimensionSeriesEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.EditableSeriesEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.FontSeriesEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.MaxLengthSeriesEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.MultiLineSeriesEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.SeriesEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.SpanningCellsEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.StringCaseSeriesEditor
Clears the series value of the temp table.
resetSeries(). Method in class jclass.table.TraversableSeriesEditor
Clears the series value of the temp table.
reshape(int, int). Method in class jclass.table.JCCellPosition
reshape(int, int). Method in class jclass.table.JCCellRange
Reshapes the range to the specified single cell.
reshape(int, int, int, int). Method in class java.awt.Component
reshape(int, int, int, int). Method in class jclass.table.JCCellRange
Reshapes the range to the specified start and end cells.
reshape(int, int, int, int). Method in class jclass.table.JCTable
Reshapes the Container to the specified bounding box.
reshape(int, int, int, int). Method in class java.awt.Rectangle
reshape(int, int, int, int). Method in class jclass.table.Table
Reshapes the Container to the specified bounding box.
reshape(int, int, int, int). Method in class jclass.table.TblScrollbar
reshape(JCCellRange). Method in class jclass.table.JCCellRange
Reshapes the range to the specified range.
reshape(Rectangle). Method in class jclass.table.TblScrollbar
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_ALL. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
RESIZE_ALL. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
RESIZE_ALL. Static variable in class jclass.table.JCTblEnum
RESIZE_CELL. Static variable in class jclass.table.JCResizeCellEvent
The id for this event.
RESIZE_COLUMN. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
RESIZE_COLUMN. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
RESIZE_COLUMN. Static variable in class jclass.table.JCTblEnum
RESIZE_NONE. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
RESIZE_NONE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
RESIZE_NONE. Static variable in class jclass.table.JCTblEnum
RESIZE_ROW. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
RESIZE_ROW. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
RESIZE_ROW. Static variable in class jclass.table.JCTblEnum
resizeCellBegin(JCResizeCellEvent). Method in class jclass.table.JCResizeCellAdapter
Invoked before the row and/or column is resized.
resizeCellBegin(JCResizeCellEvent). Method in interface jclass.table.JCResizeCellListener
Invoked before the row and/or column is resized.
resizeCellEnd(JCResizeCellEvent). Method in class jclass.table.JCResizeCellAdapter
Invoked after the row and/or column is resized.
resizeCellEnd(JCResizeCellEvent). Method in interface jclass.table.JCResizeCellListener
Invoked after the row and/or column is resized.
resizeCellListeners. Variable in class jclass.table.Table
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
resourceToString(String, Table, JCVector, JCVector). Static method in class jclass.table.JCTblRevConverter
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
Converts the components of a color, as specified by the RGB model, to an equivalent set of values for hue, saturation, and brightness, the three components of the HSB model.
RIGHT. Static variable in class java.awt.Event
The Right Arrow key, a non-ASCII action key.
RIGHT. Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be right-justified.
right. Variable in class java.awt.Insets
The inset from the right.
right. Static variable in class jclass.contrib.JCRelativeLayout
RIGHT. Static variable in class jclass.util.JCString
RIGHT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
RIGHT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
RIGHT. Static variable in class jclass.table.JCTblEnum
RIGHT. Static variable in class jclass.util.JCTitleLayout
RIGHT. Static variable in class java.awt.Label
Indicates that the label should be right justified.
RIGHT_ALIGNMENT. Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentX.
rightBottom. Static variable in class jclass.contrib.JCRelativeLayout
rightTop. Static variable in class jclass.contrib.JCRelativeLayout
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. Variable in class jclass.table.JCCell
The current location.
row. Variable in class jclass.table.JCCellPosition
Row number, starting at 0
rowHeights. Variable in class java.awt.GridBagLayout
rowLabelValue(JCValueEvent). Method in class jclass.table.JCLabelValueAdapter
Called when a row label's value is to be retrieved from the application.
rowLabelValue(JCValueEvent). Method in interface jclass.table.JCLabelValueListener
Called when a row label's value is to be retrieved from the application.
rowLabelValue(JCValueEvent). Method in class jclass.table.SeriesEditor
RowPlacementEditor(). Constructor for class jclass.table.RowPlacementEditor
rowWeights. Variable in class java.awt.GridBagLayout
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 jclass.table.Table
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
This constant value indicates that the purpose of the file dialog window is to locate a file to which to write.
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.table.JCTableBean
Mirrored enum to accomodate VisualCafe
SB_SIZE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
SB_SIZE. Static variable in class jclass.table.JCTblEnum
SBAttachmentEditor(). Constructor for class jclass.table.SBAttachmentEditor
SBDISPLAY_ALWAYS. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
SBDISPLAY_ALWAYS. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
SBDISPLAY_ALWAYS. Static variable in class jclass.table.JCTblEnum
SBDISPLAY_AS_NEEDED. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
SBDISPLAY_AS_NEEDED. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
SBDISPLAY_AS_NEEDED. Static variable in class jclass.table.JCTblEnum
SBDISPLAY_NEVER. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
SBDISPLAY_NEVER. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
SBDISPLAY_NEVER. Static variable in class jclass.table.JCTblEnum
SBDisplayEditor(). Constructor for class jclass.table.SBDisplayEditor
SBPOSITION_CELLS. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
SBPOSITION_CELLS. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
SBPOSITION_CELLS. Static variable in class jclass.table.JCTblEnum
SBPOSITION_SIDE. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
SBPOSITION_SIDE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
SBPOSITION_SIDE. Static variable in class jclass.table.JCTblEnum
SBPositionEditor(). Constructor for class jclass.table.SBPositionEditor
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 image scaling algorithm embodied in the ReplicateScaleFilter class.
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. Static variable in class jclass.table.JCScrollEvent
The id for this event.
scroll(Event, int). Method in class jclass.table.TblHorizScrollbar
scroll(Event, int). Method in class jclass.table.TblScrollbar
scroll(Event, int). Method in class jclass.table.TblVertScrollbar
SCROLL_ABSOLUTE. Static variable in class java.awt.Event
The user has moved the bubble (thumb) in a scroll bar, moving to an "absolute" position, rather than to an offset from the last postion.
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 user has activated the line down area of a scroll bar.
SCROLL_LINE_UP. Static variable in class java.awt.Event
The user has activated the line up area of a scroll bar.
SCROLL_LOCK. Static variable in class java.awt.Event
The Scroll Lock key, a non-ASCII action key.
SCROLL_PAGE_DOWN. Static variable in class java.awt.Event
The user has activated the page down area of a scroll bar.
SCROLL_PAGE_UP. Static variable in class java.awt.Event
The user has activated the page up area of a scroll bar.
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 scroll bar.
Scrollbar(int). Constructor for class java.awt.Scrollbar
Constructs a new scroll bar with the specified orientation.
Scrollbar(int, int, int, int, int). Constructor for class java.awt.Scrollbar
Constructs a new scroll bar with the specified orientation, initial value, page size, and minimum and maximum values.
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.
scrollBegin(JCScrollEvent). Method in class jclass.table.JCScrollAdapter
Invoked before the table is scrolled.
scrollBegin(JCScrollEvent). Method in interface jclass.table.JCScrollListener
Invoked before the table is scrolled.
scrollEnd(JCScrollEvent). Method in class jclass.table.JCScrollAdapter
Invoked after the table is scrolled.
scrollEnd(JCScrollEvent). Method in interface jclass.table.JCScrollListener
Invoked after the table is scrolled.
scrollListeners. Variable in class jclass.table.Table
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.
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. Static variable in class jclass.table.JCSelectEvent
The id for this event.
select(int). Method in class java.awt.Choice
Sets the selected item in this Choice menu to be the item at the specified position.
select(int). Method in class java.awt.List
Selects the item at the specified index in the scrolling list.
select(int, int). Method in class java.awt.TextComponent
Selects the text between the specified start and end positions.
select(String). Method in class java.awt.Choice
Sets the selected item in this Choice menu to be the item whose name is equal to the specified string.
SELECT_MULTIRANGE. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
SELECT_MULTIRANGE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
SELECT_MULTIRANGE. Static variable in class jclass.table.JCTblEnum
SELECT_NONE. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
SELECT_NONE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
SELECT_NONE. Static variable in class jclass.table.JCTblEnum
SELECT_RANGE. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
SELECT_RANGE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
SELECT_RANGE. Static variable in class jclass.table.JCTblEnum
SELECT_SINGLE. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
SELECT_SINGLE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
SELECT_SINGLE. Static variable in class jclass.table.JCTblEnum
selectAll(). Method in class java.awt.TextComponent
Selects all the text in this text component.
selectBegin(JCSelectEvent). Method in class jclass.table.JCSelectAdapter
Invoked before the table cells are selected or unselected.
selectBegin(JCSelectEvent). Method in interface jclass.table.JCSelectListener
Invoked before the table cells are selected or unselected.
SELECTED. Static variable in class java.awt.event.ItemEvent
The item selected state change type.
SELECTED. Static variable in class jclass.table.JCSelectEvent
selectEnd(JCSelectEvent). Method in class jclass.table.JCSelectAdapter
Invoked after the table cells are selected or unselected.
selectEnd(JCSelectEvent). Method in interface jclass.table.JCSelectListener
Invoked after the table cells are selected or unselected.
SelectionPolicyEditor(). Constructor for class jclass.table.SelectionPolicyEditor
selectListeners. Variable in class jclass.table.Table
SEPTEMBER. Static variable in class java.util.Calendar
Useful constant for month.
SeriesEditor(). Constructor for class jclass.table.SeriesEditor
SeriesEditor(int). Constructor for class jclass.table.SeriesEditor
Constructs a series editor for the type of series.
SeriesEditor(int, boolean, boolean). Constructor for class jclass.table.SeriesEditor
SeriesEditor(int, boolean, boolean, boolean). Constructor for class jclass.table.SeriesEditor
Constructs a series editor for the type of series.
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.
set(int[], int). Method in class jclass.contrib.ContribCheckboxGroup
Sets the currently-selected checkbox to that containing the value "val".
setAbout(String). Method in class jclass.table.Table
Provided for beans property editors - has no effect.
setActionCommand(String). Method in class java.awt.Button
Sets the command name for the action event fired by this button.
setActionCommand(String). Method in class java.awt.MenuItem
Sets the command name of the action event that is fired by this menu item.
setAlignment(int). Method in class java.awt.FlowLayout
Sets the alignment for this layout.
setAlignment(int). Method in class java.awt.Label
Sets the alignment for this label to the specified alignment.
setAlignment(int, int, int). Method in class jclass.table.JCTable
Sets the alignment of cell/label text and/or image.
setAlignmentSeries(String). Method in class jclass.table.JCTableBean
Specifies the alignment of elements in cells.
setAlignmentSeries(String). Method in class jclass.table.JCTableComponent
Specifies the alignment of elements in cells.
setAlignmentSeries(Table). Method in class jclass.table.JCTableBean
Sets AlignmentSeries from the table which has the new AlignmentSeries value.
setAllowCellResize(int). Method in class jclass.table.JCTable
Sets how an end-user can interactively resize rows/columns.
setAllowResize(boolean). Method in class jclass.table.JCResizeCellEvent
Determines whether to allow an interactive resize (default: true).
setAllowSelection(boolean). Method in class jclass.table.JCSelectEvent
Determines whether the selection or unselection should be allowed (default: true).
setAllowValueChange(boolean). Method in class jclass.table.JCValidateCellEvent
Determines whether to allow the value to be changed (default: true).
setBackground(Color). Method in class java.awt.Component
Sets the background color of this component.
setBackground(Color). Method in class jclass.table.Table
Sets the default background colour for the cells.
setBackground(int, int, Color). Method in class jclass.table.JCTable
Sets the background color of cells and labels.
setBackground(int, int, int). Method in class jclass.table.JCTable
Allows the background color of a cell or label to be set to JCTblEnum.REPEAT_ROW or REPEAT_COLUMN.
setBackgroundSeries(String). Method in class jclass.table.JCTableBean
Specifies the background color of cells and labels.
setBackgroundSeries(String). Method in class jclass.table.JCTableComponent
Specifies the background color of cells and labels.
setBlockIncrement(int). Method in interface java.awt.Adjustable
Sets the block value increment for the adjustable object.
setBlockIncrement(int). Method in class java.awt.Scrollbar
Sets the block increment for this scroll bar.
setBorderSides(int, int, int). Method in class jclass.table.JCTable
Sets the sides of a cell or label that display the border type in their border area.
setBorderSidesSeries(String). Method in class jclass.table.JCTableBean
Specifies the sides of a cell or label that display the border type in their border area.
setBorderSidesSeries(String). Method in class jclass.table.JCTableComponent
Specifies the sides of a cell or label that display the border type in their border area.
setBorderSidesSeries(Table). Method in class jclass.table.JCTableBean
setBorderType(int, int, int). Method in class jclass.table.JCTable
Sets the style used for cell and label borders.
setBorderTypeSeries(String). Method in class jclass.table.JCTableBean
Specifies the style used for cell and label borders.
setBorderTypeSeries(String). Method in class jclass.table.JCTableComponent
Specifies the style used for cell and label borders.
setBorderTypeSeries(Table). Method in class jclass.table.JCTableBean
Sets BorderTypeSeries from the table which has the new BorderTypeSeries value.
setBounds(int, int, int, int). Method in class java.awt.Component
Moves and resizes this component.
setBounds(int, int, int, int). Method in class java.awt.Rectangle
Sets the bounding rectangle of this rectangle to the specified values for x, y, width, and height.
setBounds(Rectangle). Method in class java.awt.Component
Moves and resizes this component to conform to the new bounding rectangle r.
setBounds(Rectangle). Method in class java.awt.Rectangle
Sets the bounding rectangle of this rectangle to match the specified rectangle.
setButtonCB(JCDialogCB). Method in class jclass.contrib.JCDialog
Registers a callback recipient for the dialog.
setCaretPosition(int). Method in class java.awt.TextComponent
Sets the position of the text insertion caret for this text component.
setCell(int, int, Object). Method in class jclass.table.JCTable
Sets the value of a cell or label.
setCells(String[][]). Method in class jclass.table.JCTable
Sets the cell values as a matrix of Strings.

To remove all values, call clearCells().

setCells(Vector). Method in class jclass.table.JCTable
Sets the cell values as a Vector of Vectors.
setCellValues(String). Method in class jclass.table.JCTableBean
Specifies the contents of cells.
setCellValues(String). Method in class jclass.table.JCTableComponent
Specifies the contents of cells.
setCellValues(Table). Method in class jclass.table.JCTableBean
Sets the CellValues property.
setChanged(). Method in class java.util.Observable
Indicates that this object has changed.
setCharAt(int, char). Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setCharHeight(int, int). Method in class jclass.table.JCTable
Sets the number of lines of text that a row can display (default: 1).
setCharHeightSeries(String). Method in class jclass.table.JCTableBean
Specifies the number of lines of text a row can display.
setCharHeightSeries(String). Method in class jclass.table.JCTableComponent
Specifies the number of lines of text a row can display.
setCharWidth(int, int). Method in class jclass.table.JCTable
Sets the number of characters that a column can display (default: 10).
setCharWidthSeries(String). Method in class jclass.table.JCTableBean
Specifies the number of characters that a column can display.
setCharWidthSeries(String). Method in class jclass.table.JCTableComponent
Specifies the number of characters that a column can display.
setCheckboxGroup(CheckboxGroup). Method in class java.awt.Checkbox
Sets this check box's group to be the specified check box group.
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
Sets 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 this graphics context's current color to the specified color.
setColorSeries(String[]). Method in class jclass.table.JCTableBean
Sets the ColorSeries property.
setColorSeries(Table). Method in class jclass.table.JCTableBean
Sets the ColorSeries property.
setColumn(int). Method in class jclass.table.JCSelectEvent
Sets the column of the cell or label that is being selected or unselected.
setColumnLabel(int, Object). Method in class jclass.table.JCTable
Sets a column label.
setColumnLabelOffset(int). Method in class jclass.table.JCTable
Sets the spacing between the column labels and the cell area in pixels (default: 0).
setColumnLabelPlacement(int). Method in class jclass.table.JCTable
Sets the position of the column labels relative to the cells.
setColumnLabels(String[]). Method in class jclass.table.JCTable
Sets the column labels as an array of Strings.
setColumnLabels(Vector). Method in class jclass.table.JCTable
Sets the column labels as a Vector.
setColumnLabelsList(String[]). Method in class jclass.table.JCTableBean
Sets the column labels as an array of Strings.
setColumnLabelsList(String[]). Method in class jclass.table.JCTableComponent
Sets the column labels as an array of Strings.
setColumnLabelSort(boolean). Method in class jclass.table.JCTable
Specifies whether or not a column is sorted when its label is clicked (default: false).
setColumns(int). Method in class java.awt.GridLayout
Sets the number of columns in this layout to the specified value.
setColumns(int). Method in class java.awt.TextArea
Sets the number of columns for this text area.
setColumns(int). Method in class java.awt.TextField
Sets the number of columns in this text field.
setComponent(Component). Method in class jclass.table.JCCreateComponentEvent
Sets the component to be placed in the cell (default: created using the class' default constructor).
setComponent(int, int, Component). Method in class jclass.table.JCTable
Sets the component for a cell or label.
setComponent(int, int, Component). Method in class jclass.table.Table
Sets the component for a cell or label (not supported by Applet).
setComponentSeries(String). Method in class jclass.table.JCTableBean
Specifies a component to be used in a cell or series of cells.
setComponentSeries(String). Method in class jclass.table.JCTableComponent
Specifies a component to be used in a cell or series of cells.
setComponentSeries(Table). Method in class jclass.table.JCTableBean
Sets the ComponentSeries property.
setConstraint(Component, Component, char, int, int). Method in class jclass.contrib.JCRelativeLayout
setConstraints(Component, GridBagConstraints). Method in class java.awt.GridBagLayout
Sets the constraints for the specified component in this layout.
setCurrent(Checkbox). Method in class java.awt.CheckboxGroup
setCursor(Cursor). Method in class java.awt.Component
Set the cursor image to a predefined cursor.
setCursor(int). Method in class java.awt.Frame
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.
setDatatype(int, int, int). Method in class jclass.table.JCTable
Sets the data type of a cell/label value.
setDataTypeSeries(String). Method in class jclass.table.JCTableBean
Specifies a list of data types.
setDataTypeSeries(String). Method in class jclass.table.JCTableComponent
Specifies a list of data types.
setDataTypeSeries(Table). Method in class jclass.table.JCTableBean
Sets the DataTypeSeries property.
setDate(int). Method in class java.util.Date
Sets the day of the month of this date to the specified value.
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.
setDimensionSeries(String[]). Method in class jclass.table.JCTableBean
Specifies a list of dimension attributes.
setDimensionSeries(Table). Method in class jclass.table.JCTableBean
Sets the DimensionSeries property.
setDirectory(String). Method in class java.awt.FileDialog
Sets the directory of this file dialog window to be the specified directory.
setDisplayClipArrows(boolean). Method in class jclass.table.JCTable
Sets whether or not to display clipping arrows when a cell/label value cannot be fully displayed in its cell/label (default: true).
setDoubleBuffer(boolean). Method in class jclass.table.JCTable
Controls whether or not double-buffering is used when displaying and updating the table.
setEchoChar(char). Method in class java.awt.TextField
Sets the echo character for this text field.
setEchoCharacter(char). Method in class java.awt.TextField
setEditable(boolean). Method in class java.awt.TextComponent
Sets the flag that determines whether or not this text component is editable.
setEditable(int, int, boolean). Method in class jclass.table.JCTable
Sets whether cell values can be changed by an end-user (default: true).
setEditableSeries(String). Method in class jclass.table.JCTableBean
Specifies a list of editable attributes.
setEditableSeries(String). Method in class jclass.table.JCTableComponent
Specifies a list of editable attributes.
setEditableSeries(Table). Method in class jclass.table.JCTableBean
Sets the EditableSeries property.
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 or disables this component, depending on the value of the parameter b.
setEnabled(boolean). Method in class java.awt.MenuItem
Sets whether or not this menu item can be chosen.
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.
setEscapeChar(char). Method in class jclass.util.JCStringTokenizer
Sets the escape char (default: \).
setExitOnClose(boolean). Method in class jclass.contrib.ContribFrame
Determines whether the application should exit when the user closes the frame or when close() is called (default: true).
setFile(String). Method in class java.awt.FileDialog
Sets the selected file for this file dialog window to be the specified file.
setFilenameFilter(FilenameFilter). Method in class java.awt.FileDialog
Sets the filename filter for this file dialog window to the specified filter.
setFilterTime(long). Method in class jclass.table.TblScrollbar
If 2 mouse drag events are received within this interval, the 2nd is not reported (i.e.
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.
setFont(Font). Method in class java.awt.Component
Sets the font of this component.
setFont(Font). Method in class java.awt.Graphics
Sets this graphics context's font to the specified font.
setFont(Font). Method in class java.awt.MenuComponent
Sets the font to be used for this menu component to the specified font.
setFont(int, int, Font). Method in class jclass.table.JCTable
Sets the font to be used to display cell and/or label values.
setFontSeries(String). Method in class jclass.table.JCTableBean
Specifies the font list for cells and/or labels.
setFontSeries(String). Method in class jclass.table.JCTableComponent
Specifies the font list for cells and/or labels.
setFontSeries(Table). Method in class jclass.table.JCTableBean
Sets the FontSeries property.
setForeground(Color). Method in class java.awt.Component
Sets the foreground color of this component.
setForeground(Color). Method in class jclass.table.Table
Sets the default foreground colour for the cells.
setForeground(Color). Method in class jclass.table.TblScrollbar
Sets the foreground color of this component.
setForeground(int, int, Color). Method in class jclass.table.JCTable
Sets the foreground color (the text color) of cells and labels.
setForeground(int, int, int). Method in class jclass.table.JCTable
Allows the foreground color of a cell or label to be set to JCTblEnum.REPEAT_ROW or JCTblEnum.REPEAT_COLUMN.
setForegroundSeries(String). Method in class jclass.table.JCTableBean
Specifies the foreground color of cells and labels.
setForegroundSeries(String). Method in class jclass.table.JCTableComponent
Specifies the foreground color of cells and labels.
setFrameBorderType(int). Method in class jclass.table.JCTable
Sets the type of border for the frame surrounding the cell and label areas (default: JCTblEnum.BORDER_IN).
setFrameShadowThickness(int). Method in class jclass.table.JCTable
Sets the thickness of the frame shadows surrounding the cell and label areas (default: 0).
setFrozenColumnPlacement(int). Method in class jclass.table.JCTable
Sets the location of all frozen columns within the component display.
setFrozenColumns(int). Method in class jclass.table.JCTable
Sets the number of columns from the start of the table that are not horizontally scrollable (default: 0).
setFrozenRowPlacement(int). Method in class jclass.table.JCTable
Sets the location of all frozen rows.
setFrozenRows(int). Method in class jclass.table.JCTable
Sets the number of rows from the start of the table that are not vertically scrollable (default: 0).
setGregorianChange(Date). Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setHelpMenu(Menu). Method in class java.awt.MenuBar
Sets the help menu on this menu bar to be the specified menu.
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 to the specified value.
setHorizSBAttachment(int). Method in class jclass.table.JCTable
Sets how the end of the horizontal scrollbar is attached to the table.
setHorizSBDisplay(int). Method in class jclass.table.JCTable
Sets when to display the horizontal scrollbar.
setHorizSBOffset(int). Method in class jclass.table.JCTable
Sets the distance between the horizontal scrollbar and the table (default: 6).
setHorizSBPosition(int). Method in class jclass.table.JCTable
Sets how the horizontal scrollbar is attached to the table.
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.
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.
setIsImageCaching(boolean). Static method in class jclass.util.JCString
Sets Image caching on/off
setJumpScroll(int). Method in class jclass.table.JCTable
Sets the scrolling behavior of each scrollbar.
setKeyChar(char). Method in class java.awt.event.KeyEvent
setKeyCode(int). Method in class java.awt.event.KeyEvent
setLabel(String). Method in class java.awt.Button
Sets the button's label to be the specified string.
setLabel(String). Method in class java.awt.Checkbox
Sets this check box's label to be the string argument.
setLabel(String). Method in class java.awt.MenuItem
Sets the label for this menu item to the specified label.
setLayout(LayoutManager). Method in class java.awt.Container
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.table.Table
Sets the layout manager for this container.
setLeftColumn(int). Method in class jclass.table.JCTable
Sets the non-frozen column at least partially visible at the left side of the window.
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.
setLineIncrement(int). Method in class java.awt.Scrollbar
setLineIncrement(int). Method in class jclass.table.TblScrollbar
Sets the line increment (default: 10).
setLocale(Locale). Method in class java.awt.Component
Sets the locale of this component.
setLocation(int, int). Method in class java.awt.Component
Moves this 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 the specified location.
setLocation(Point). Method in class java.awt.Component
Moves this component to a new location.
setLocation(Point). Method in class java.awt.Point
Sets the location of the point to the specificed location.
setLocation(Point). Method in class java.awt.Rectangle
Moves the rectangle to the specified location.
setMarginHeight(int). Method in class jclass.table.JCTable
Sets the distance (in pixels) between the inside edge of the cell border and the top and bottom edge of the cell's contents (default: 2).
setMarginWidth(int). Method in class jclass.table.JCTable
Sets the distance (in pixels) between the inside edge of the cell border and the left/right edge of the cell's contents (default: 5).
setMaximum(int). Method in interface java.awt.Adjustable
Sets the maximum value of the adjustable object.
setMaximum(int). Method in class java.awt.Scrollbar
Sets the maximum value of this scroll bar.
setMaxLength(int, int, int). Method in class jclass.table.JCTable
Sets the maximum number of characters that can be entered in a cell by a user (default: MAXINT).
setMaxLengthSeries(String). Method in class jclass.table.JCTableBean
Specifies the maximum length of cell contents as entered by the user.
setMaxLengthSeries(String). Method in class jclass.table.JCTableComponent
Specifies the maximum length of cell contents as entered by the user.
setMaxLengthSeries(Table). Method in class jclass.table.JCTableBean
Sets the MaxLengthSeries property.
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 menu bar for this frame to the specified menu bar.
setMinCellVisibility(int). Method in class jclass.table.JCTable
Sets the minimum amount of a cell that is made visible when edited.
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 class java.awt.Scrollbar
Sets the minimum value of this scroll bar.
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.
setMode(int). Method in class jclass.table.JCTable
Sets the display mode.
   JCTblEnum.MODE_LIST            list operation
   JCTblEnum.MODE_TABLE           table operates normally

When this property is set to MODE_LIST, selecting a cell causes all cells in the row to be selected.
setModifiers(int). Method in class java.awt.event.KeyEvent
Change the modifiers for a KeyEvent.
setMonth(int). Method in class java.util.Date
Sets the month of this date to the specified value.
setMultiline(int, int, boolean). Method in class jclass.table.JCTable
Sets whether or not a user can enter multiple lines of text into a cell (default: false).
setMultiLineSeries(String). Method in class jclass.table.JCTableBean
Specifies the multi-line property for each cell.
setMultiLineSeries(String). Method in class jclass.table.JCTableComponent
Specifies the multi-line property for each cell.
setMultiLineSeries(Table). Method in class jclass.table.JCTableBean
setMultipleMode(boolean). Method in class java.awt.List
Sets the flag that determines whether this list allows multiple selections.
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.
setNewColumnWidth(int). Method in class jclass.table.JCResizeCellEvent
Sets the new column width.
setNewRowHeight(int). Method in class jclass.table.JCResizeCellEvent
Sets the new row height.
setNextColumn(int). Method in class jclass.table.JCTraverseCellEvent
Sets the column of the cell to traverse to.
setNextRow(int). Method in class jclass.table.JCTraverseCellEvent
Sets the row of the cell to traverse to.
setNumColumns(int). Method in class jclass.table.JCTable
Sets the current number of columns in the table (default: 5).
setNumRows(int). Method in class jclass.table.JCTable
Sets the current number of rows in the table (default: 10).
setOffsets(String, Insets). Method in class jclass.util.JCTitleLayout
Sets the offsets for a specified location.
setOrientation(int). Method in class java.awt.Scrollbar
Sets the orientation for this scroll bar.
setOut(PrintStream). Static method in class java.lang.System
Reassigns the "standard" output stream.
setPageIncrement(int). Method in class java.awt.Scrollbar
setPageIncrement(int). Method in class jclass.table.TblScrollbar
Sets the page increment.
setPaintMode(). Method in class java.awt.Graphics
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.
setParamSource(Component, String). Static method in class jclass.util.JCUtilConverter
Sets the source from which getParam should read parameter values.
setParent(ResourceBundle). Method in class java.util.ResourceBundle
Set the parent bundle of this bundle.
setPixelHeight(int, int). Method in class jclass.table.JCTable
Sets a row height in pixels.
setPixelHeightSeries(String). Method in class jclass.table.JCTableBean
Specifies the row height in pixels.
setPixelHeightSeries(String). Method in class jclass.table.JCTableComponent
Specifies the row height in pixels.
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.
setPixelWidth(int, int). Method in class jclass.table.JCTable
Sets a column width in pixels.
setPixelWidthSeries(String). Method in class jclass.table.JCTableBean
Specifies the column width in pixels.
setPixelWidthSeries(String). Method in class jclass.table.JCTableComponent
Specifies the column width in pixels.
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.
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.
setRepaint(boolean). Method in class jclass.table.JCTable
Sets whether the table should be redrawn and recomputed whenever one of its properties is set (default: true).
setRepeatBackgroundColors(Color[]). Method in class jclass.table.JCTable
An array of colors to be used when a Background value is JCTblEnum.REPEAT_ROW or JCTblEnum.REPEAT_COLUMN.
setRepeatBGColors(String). Method in class jclass.table.JCTableBean
Specifies the list of colors to be used when a BackgroundSeries value is set to REPEAT_ROW or REPEAT_COLUMN.
setRepeatBGColors(String). Method in class jclass.table.JCTableComponent
Specifies the list of colors to be used when a BackgroundSeries value is set to REPEAT_ROW or REPEAT_COLUMN.
setRepeatFGColors(String). Method in class jclass.table.JCTableBean
Specifies the list of colors to be used when a ForegroundSeries value is set to REPEAT_ROW or REPEAT_COLUMN.
setRepeatFGColors(String). Method in class jclass.table.JCTableComponent
Specifies the list of colors to be used when a ForegroundSeries value is set to REPEAT_ROW or REPEAT_COLUMN.
setRepeatForegroundColors(Color[]). Method in class jclass.table.JCTable
An array of colors to be used when a Foreground value is JCTblEnum.REPEAT_ROW or JCTblEnum.REPEAT_COLUMN.
setResizable(boolean). Method in class java.awt.Dialog
Sets the resizable flag.
setResizable(boolean). Method in class java.awt.Frame
Sets the resizable flag, which determines whether this frame is resizable.
setRow(int). Method in class jclass.table.JCSelectEvent
Sets the row of the cell or label that is being selected or unselected.
setRowLabel(int, Object). Method in class jclass.table.JCTable
Sets a row label.
setRowLabelOffset(int). Method in class jclass.table.JCTable
Sets the spacing between the row labels and the cell area in pixels (default: 0).
setRowLabelPlacement(int). Method in class jclass.table.JCTable
Sets the position of the row labels relative to the cells.
setRowLabels(String[]). Method in class jclass.table.JCTable
Sets the row labels as an array of Strings.
setRowLabels(Vector). Method in class jclass.table.JCTable
Sets the row labels as a Vector.
setRowLabelsList(String[]). Method in class jclass.table.JCTableBean
Sets the row labels as an array of Strings.
setRowLabelsList(String[]). Method in class jclass.table.JCTableComponent
Sets the row labels as an array of Strings.
setRows(int). Method in class java.awt.GridLayout
Sets the number of rows in this layout to the specified value.
setRows(int). Method in class java.awt.TextArea
Sets the number of rows for this text area.
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.
setSelectedBackground(Color). Method in class jclass.table.JCTable
Sets the background color of selected cells (default: cell's foreground color).
setSelectedCells(JCCellRange). Method in class jclass.table.JCTable
Sets a range of selected cells.
setSelectedCells(Vector). Method in class jclass.table.JCTable
Sets an array of currently-selected ranges of cells.
setSelectedCheckbox(Checkbox). Method in class java.awt.CheckboxGroup
Sets the currently selected check box in this group to be the specified check box.
setSelectedForeground(Color). Method in class jclass.table.JCTable
Sets the foreground color of selected cells (default: cell's background color).
setSelectionEnd(int). Method in class java.awt.TextComponent
Sets the selection end for this text component to the specified position.
setSelectionPolicy(int). Method in class jclass.table.JCTable
Sets the selection behavior allowed on the table, both by end-users, and by the application.
setSelectionStart(int). Method in class java.awt.TextComponent
Sets the selection start for this text component to the specified position.
setSeries(JCTableBean). Method in class jclass.table.AlignmentSeriesEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.BorderSidesSeriesEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.BorderTypeSeriesEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.CellValuesEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.ColorSeriesEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.ComponentSeriesEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.DataTypeSeriesEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.DimensionSeriesEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.EditableSeriesEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.FontSeriesEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.MaxLengthSeriesEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.MultiLineSeriesEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.SeriesEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.SpanningCellsEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.StringCaseSeriesEditor
Sets series property of the temporary table from the actual table.
setSeries(JCTableBean). Method in class jclass.table.TraversableSeriesEditor
Sets series property of the temporary table from the actual table.
setSeriesDefaults(). Method in class jclass.table.JCTable
Override series default values in the constructor.
setSeriesDefaults(). Method in class jclass.table.Table
Allows subclass to override series default values in the constructor.
setShadowThickness(int). Method in class jclass.table.JCTable
Sets the thickness of the shadows surrounding each cell and label (default: 1).
setShortcut(MenuShortcut). Method in class java.awt.MenuItem
Set the MenuShortcut object associated with this menu item.
setSigners(Class, Object[]). Method in class java.lang.ClassLoader
Sets the signers of a class.
setSize(Dimension). Method in class java.awt.Component
Resizes this component so that it has width d.width and height d.height.
setSize(Dimension). Method in class java.awt.Dimension
Set the size of this Dimension object to the specified size.
setSize(Dimension). Method in class java.awt.Rectangle
Sets the size of this rectangle to match the specified dimension.
setSize(int). Method in class java.util.Vector
Sets the size of this vector.
setSize(int, int). Method in class java.awt.Component
Resizes this component so that it has width 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
Sets the size of this rectangle to the specified width and height.
setSpanningCells(String). Method in class jclass.table.JCTableBean
Specifies a list of spanned ranges of cells or labels.
setSpanningCells(String). Method in class jclass.table.JCTableComponent
Specifies a list of spanned ranges of cells or labels.
setSpanningCells(Table). Method in class jclass.table.JCTableBean
Sets the SpanningCells property.
setSpans(Vector). Method in class jclass.table.JCTable
Sets an array of currently-spanned ranges of cells or labels.
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 state of this check box to the specified state.
setState(boolean). Method in class java.awt.CheckboxMenuItem
Sets this check box menu item to the specifed state.
setStore(boolean). Method in class jclass.table.JCValueEvent
Determines whether the value is to be stored in the table (default: false).
setStringCase(int, int, int). Method in class jclass.table.JCTable
Sets the case of cell values of cells edited by the user.
setStringCaseSeries(String). Method in class jclass.table.JCTableBean
Specifies the string case for individual cells.
setStringCaseSeries(String). Method in class jclass.table.JCTableComponent
Specifies the string case for individual cells.
setStringCaseSeries(Table). Method in class jclass.table.JCTableBean
Sets the StringCaseSeries property.
setStub(AppletStub). Method in class java.applet.Applet
Sets this applet's stub.
setText(String). Method in class java.awt.Label
Sets the text for this label to the specified text.
setText(String). Method in class jclass.table.TblTextArea
Set parent Clip's flag
setText(String). Method in class jclass.table.TblTextField
Set parent Clip's changed flag to true
setText(String). Method in class java.awt.TextComponent
Sets the text that is presented by this text component to be the specified text.
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(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.
setTopRow(int). Method in class jclass.table.JCTable
Sets the non-frozen row at least partially visible at the top of the window.
setTrackCursor(boolean). Method in class jclass.table.JCTable
Sets whether the mouse pointer should be tracked as a user moves the mouse across the table.
setTraversable(int, int, boolean). Method in class jclass.table.JCTable
Sets whether the cell can be traversed to (default: true).
setTraversableSeries(String). Method in class jclass.table.JCTableBean
Specifies the traversable property for individual cells.
setTraversableSeries(String). Method in class jclass.table.JCTableComponent
Specifies the traversable property for individual cells.
setTraversableSeries(Table). Method in class jclass.table.JCTableBean
Sets the TraversableSeries property.
setUnitIncrement(int). Method in interface java.awt.Adjustable
Sets the unit value increment for the adjustable object.
setUnitIncrement(int). Method in class java.awt.Scrollbar
Sets the unit increment for this scroll bar.
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.
setURL(String, String). Method in class jclass.contrib.JCRetrieve
Changes the host, port number and cgi-bin script according to the data provided.
setURLoffset(int, int). Method in class jclass.util.JCString
Sets the offset for URL rectangle tracking.
setUserdata(int, int, Object). Method in class jclass.table.JCTable
Sets a user data object that the application can attach.
setValidatePolicy(int). Method in class jclass.table.JCTable
Sets when to validate changes to cell or label values against its data type (specified by DataType).
setValue(int). Method in interface java.awt.Adjustable
Sets the current value of the adjustable object.
setValue(int). Method in class jclass.contrib.JCChoice
When a JCChoice is created, it is given an array of values to associate with each choice string.
setValue(int). Method in class jclass.table.JCScrollEvent
Sets the scrollbar's current value.
setValue(int). Method in class java.awt.Scrollbar
Sets the value of this scroll bar to the specified value.
setValue(int). Method in class jclass.table.TblScrollbar
Sets the value.
setValue(int, boolean). Method in class jclass.table.TblScrollbar
Sets the value.
setValue(Object). Method in class jclass.table.JCValidateCellEvent
Sets the data to be committed.
setValue(Object). Method in class jclass.table.JCValueEvent
Sets the value to be displayed.
setValue(Object). Method in class jclass.table.SeriesEditor
Sets the series value for 2 cases:
  1. when temp_table is initiatied, actual table is passed in and used to set temp_table
  2. when temp_table is changed and used to change actual table.
setValues(int, int, int, int). Method in class java.awt.Scrollbar
Sets the values of four properties for this scroll bar.
setValues(int, int, int, int). Method in class jclass.table.TblScrollbar
Sets the values.
setValueTest(). Static method in class jclass.table.ChainTest
setVersion(String). Method in class jclass.table.Table
Provided for beans property editors - has no effect.
setVertSBAttachment(int). Method in class jclass.table.JCTable
Sets the attachment of the vertical scrollbar to the table.
setVertSBDisplay(int). Method in class jclass.table.JCTable
Sets when to display the vertical scrollbar.
setVertSBOffset(int). Method in class jclass.table.JCTable
Sets the distance between the vertical scrollbar and the table (default: 6).
setVertSBPosition(int). Method in class jclass.table.JCTable
Sets attachment of the horizontal scrollbar to the table.
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 to the specified value.
setVisible(boolean). Method in class java.awt.Component
Shows or hides this component depending on the value of parameter b.
setVisibleAmount(int). Method in interface java.awt.Adjustable
Sets the length of the proportionl indicator of the adjustable object.
setVisibleAmount(int). Method in class java.awt.Scrollbar
Sets the visible amount of this scroll bar.
setVisibleColumns(int). Method in class jclass.table.JCTable
Sets the number of columns currently visible or partially visible.
setVisibleRows(int). Method in class jclass.table.JCTable
Sets the number of rows currently visible or partially visible.
setXORMode(Color). Method in class java.awt.Graphics
Sets the paint mode of this graphics context to alternate between this graphics context's current color and the new specified color.
setYear(int). Method in class java.util.Date
Sets the year of this date to be the specified value plus 1900.
SHIFT_MASK. Static variable in class java.awt.event.ActionEvent
The shift modifier constant.
SHIFT_MASK. Static variable in class java.awt.Event
This flag indicates that the Shift key was down when the event occurred.
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.
shortcuts(). Method in class java.awt.MenuBar
Gets an enumeration of all menu shortcuts this menu bar is managing.
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.
show(). Method in class java.awt.Component
show(). Method in class jclass.contrib.ContribDialog
Sets the focus to the first child.
show(). Method in class jclass.contrib.ContribFrame
Sets the focus to the first child.
show(). Method in class java.awt.Dialog
Shows the dialog.
show(). Method in class jclass.contrib.JCDialog
The Overridden Component.show() member.
show(). Method in class java.awt.Window
Shows this window, and brings it to the front.
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 component that was added to this layout with the specified name, using addLayoutComponent.
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.
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.
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.
slider. Variable in class jclass.table.TblScrollbar
The slider size as set by the application.
SORT. Static variable in class jclass.table.JCSortEvent
The id for this event.
sort(int). Method in class jclass.util.JCqsort
Initate ascending sort.
sort(int, int). Method in class jclass.util.JCqsort
Initates sort.
sort(int, int, JCSortInterface). Method in class jclass.util.JCVector
Sorts the vector using a quicksort.
sort(int, int, JCSortInterface, int[]). Method in class jclass.util.JCVector
Sorts the vector using a quicksort.
sort(JCSortEvent). Method in interface jclass.table.JCSortListener
Invoked after the table is sorted.
sort(JCSortInterface). Method in class jclass.util.JCVector
Sorts the vector using the specified sorting method
sortByColumn(int, JCSortInterface). Method in class jclass.table.JCTable
Sorts the rows in the table based on a specified column, using the String equivalents of cell values.
sortByColumn(int, JCSortInterface, int). Method in class jclass.table.JCTable
Sorts the rows in the table based on a specified column, using the String equivalents of cell values.
sortListeners. Variable in class jclass.table.Table
source. Variable in class java.util.EventObject
SOUTH. Static variable in class java.awt.BorderLayout
The south layout constraint (bottom of container).
SOUTH. Static variable in class java.awt.GridBagConstraints
Put the component at the bottom of its display area, centered horizontally.
SOUTHEAST. Static variable in class java.awt.GridBagConstraints
Put the component at the bottom-right corner of its display area.
SOUTHWEST. Static variable in class java.awt.GridBagConstraints
Put the component at the bottom-left corner of its display area.
SPACE_SEPARATOR. Static variable in class java.lang.Character
SpanningCellsEditor(). Constructor for class jclass.table.SpanningCellsEditor
Constructs a btn_span series editor.
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_column. Variable in class jclass.table.JCCellRange
Column of the first cell in range (top-left corner).
START_PUNCTUATION. Static variable in class java.lang.Character
start_row. Variable in class jclass.table.JCCellRange
Row of the first cell in range (top-left corner).
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.
statusAll(boolean). Method in class java.awt.MediaTracker
Calculates and returns the bitwise inclusive OR of the status of all media that are tracked by this media tracker.
statusID(int, boolean). Method in class java.awt.MediaTracker
Calculates and returns the bitwise inclusive OR of the status of all media with the specified identifier that are tracked by this media tracker.
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.util.JCString
STRING_LEFT. Static variable in class jclass.util.JCString
STRING_RIGHT. Static variable in class jclass.util.JCString
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.
StringCaseSeriesEditor(). Constructor for class jclass.table.StringCaseSeriesEditor
Constructs an stringcase series editor.
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_BUTTON. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
STYLE_BUTTON. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
STYLE_BUTTON. Static variable in class jclass.table.JCTblEnum
STYLE_SORT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
STYLE_SORT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
STYLE_SORT. Static variable in class jclass.table.JCTblEnum
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
Synchronizes this toolkit's graphics state.

T

TAB. Static variable in class java.awt.Event
The Tab key.
table. Variable in class jclass.table.TblScrollbar
the owning table
TableAWTEvent(Object, int). Constructor for class jclass.table.TableAWTEvent
Constructs an event with the specified source object and type.
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.
TblHorizScrollbar(Table). Constructor for class jclass.table.TblHorizScrollbar
TblScrollbar(Table, int). Constructor for class jclass.table.TblScrollbar
Constructs a scrollbar with the specified orientation.
TblTextArea(). Constructor for class jclass.table.TblTextArea
TblTextField(). Constructor for class jclass.table.TblTextField
TblVertScrollbar(Table). Constructor for class jclass.table.TblVertScrollbar
temp_table. Variable in class jclass.table.SeriesEditor
Tables shows in the custom editor and it is used as a temporary copy of the actual table.
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 text area.
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 text area with the specified text.
TextArea(String, int, int). Constructor for class java.awt.TextArea
Constructs a new text area with the specified text, and with the specified number of rows and columns.
TextArea(String, int, int, int). Constructor for class java.awt.TextArea
Constructs a new text area with the specified text, and with the rows, columns, and scroll bar visibility as specified.
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 text field.
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 text field initialized with the specified text.
TextField(String, int). Constructor for class java.awt.TextField
Constructs a new text field initialized with the specified text to be displayed, and wide enough to hold the specified number of characters.
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.
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.
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.
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
Sends this window to the back.
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.
toBorderSides(String). Static method in class jclass.table.JCTblConverter
Converts a string to a BorderSides value.
toCellPosition(String). Static method in class jclass.table.JCTblConverter
Converts "1 2", "label 5" or "allcells 5" to a JCCellPosition.
toCellSize(String). Static method in class jclass.table.JCTblConverter
Converts a string to a JCTable cell size.
toCellValue(Component, String, boolean). Static method in class jclass.util.ConvertUtil
Converts a token to a String or JCString.
toCellValues(Component, String, char, boolean). Static method in class jclass.table.JCTblConverter
Converts the string to a JCVector of JCVectors.
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 a double.
toDoubleList(String, char). Static method in class jclass.util.JCUtilConverter
Converts a string to an array of Double objects based on the provided delimiter.
toDoubleList(String, char, Double[]). Static method in class jclass.util.JCUtilConverter
Converts a string to an array of integers based on the provided delimiter.
toEnum(String, String, String, int). Static method in class jclass.table.JCTblConverter
Converts a string to an enum.
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 in format "name-style-size", e.g.
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 java.awt.Window
Brings this window to the front.
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.
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.table.JCTblConverter
Converts a string to a JCTable int.
toInt(String, int). Static method in class jclass.util.JCUtilConverter
Converts a string to an integer.
toIntegerList(String, char). Static method in class jclass.util.JCUtilConverter
Converts a string to an array of Integer objects based on the provided delimiter.
toIntegerList(String, char, Integer[]). Static method in class jclass.util.JCUtilConverter
Converts a string to an array of integers based on the provided delimiter.
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. 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.util.JCTitleLayout
TOP_ALIGNMENT. Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY().
TOPCENTER. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
TOPCENTER. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
TOPCENTER. Static variable in class jclass.table.JCTblEnum
toPixels(int). Method in class jclass.table.TblScrollbar
Converts from scrollbar scale to screen pixels.
TOPLEFT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
TOPLEFT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
TOPLEFT. Static variable in class jclass.table.JCTblEnum
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.table.JCTableBean
Mirrored enum to accomodate VisualCafe
TOPRIGHT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
TOPRIGHT. Static variable in class jclass.table.JCTblEnum
TOPTOBOTTOM. Static variable in class jclass.util.JCRectUtil
toRange(String). Static method in class jclass.table.JCTblConverter
Converts a string to a cell range.
toRangeList(String). Static method in class jclass.table.JCTblConverter
Converts (1-2 3-4)(all all)(1,2 3,5) to a Vector of JCCellRanges.
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 a string representation of the state of this border layout.
toString(). Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString(). Method in class java.awt.CardLayout
Returns a string representation of the state of this card layout.
toString(). Method in class java.lang.Character
Returns a String object representing this character's value.
toString(). Method in class java.awt.CheckboxGroup
Returns a string representation of this check box group, including the value of its current selection.
toString(). Method in class java.lang.Class
Converts the object to a string.
toString(). Method in class java.awt.Color
Creates a string that represents this color and indicates the values of its RGB components.
toString(). Method in class java.awt.Component
Returns a string representation of this component and its values.
toString(). Method in class java.util.Date
Creates a canonical string representation of the date.
toString(). Method in class java.awt.Dimension
Returns a string that represents this Dimension object'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 a representation of this event's values as a string.
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 a string representation of this FlowLayout object and its values.
toString(). Method in class java.awt.Font
Converts this object to a String representation.
toString(). Method in class java.awt.FontMetrics
Returns a representation of this FontMetric object's values as a string.
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 a string representation of this grid bag layout's values.
toString(). Method in class java.awt.GridLayout
Returns the string representation of this grid layout'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 Insets object'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 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 a representation of this menu component as a string.
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 a representation of this point and its location in the (xy) coordinate space as a string.
toString(). Method in class java.awt.Rectangle
Returns a string representation of this rectangle and its 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.
toString2(). Method in class jclass.util.JCString
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.
toStringList(String, char). Static method in class jclass.util.JCUtilConverter
Converts a string to an array of Strings.
toStringList(String, char, boolean). 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.table.TblScrollbar
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.
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.
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.table.JCVersion
transitional. Static variable in class jclass.util.JCVersion
translate(int, int). Method in class java.awt.Event
Translates this event so that its x and y coordinates are increased by dx and dy, respectively.
translate(int, int). Method in class java.awt.Graphics
Translates the origin of the graphics context to the point (xy) in the current coordinate system.
translate(int, int). Method in class java.awt.Point
Translates this point, at location (xy), by dx along the x axis and dy along the y axis so that it now represents the point (x + dx, y + dy).
translate(int, int). Method in class java.awt.Polygon
Translates the vertices by deltaX along the x axis and by deltaY along the y axis.
translate(int, int). Method in class java.awt.Rectangle
Translates the rectangle the indicated distance, to the right along the x coordinate axis, and downward along the y coordinate axis.
translatePoint(int, int). Method in class java.awt.event.MouseEvent
Translates the coordinate position of the event by x, y.
TraversableSeriesEditor(). Constructor for class jclass.table.TraversableSeriesEditor
Constructs an traversable series editor.
traverse(int, int, boolean, boolean). Method in class jclass.table.JCTable
Attempts to move the current cell focus to a new location.
TRAVERSE_CELL. Static variable in class jclass.table.JCTraverseCellEvent
The id for this event.
traverseCell(JCTraverseCellEvent). Method in interface jclass.table.JCTraverseCellListener
Invoked when the cell is travesed to.
traverseCellListeners. Variable in class jclass.table.Table
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. Variable in class jclass.table.SeriesEditor
Series type used to convert the series into text for display.
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.
TYPE_BOOLEAN. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
TYPE_BOOLEAN. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
TYPE_BOOLEAN. Static variable in class jclass.table.JCTblEnum
TYPE_DATE. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
TYPE_DATE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
TYPE_DATE. Static variable in class jclass.table.JCTblEnum
TYPE_DOUBLE. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
TYPE_DOUBLE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
TYPE_DOUBLE. Static variable in class jclass.table.JCTblEnum
TYPE_FLOAT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
TYPE_FLOAT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
TYPE_FLOAT. Static variable in class jclass.table.JCTblEnum
TYPE_INTEGER. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
TYPE_INTEGER. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
TYPE_INTEGER. Static variable in class jclass.table.JCTblEnum
TYPE_STRING. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
TYPE_STRING. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
TYPE_STRING. Static variable in class jclass.table.JCTblEnum

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.
under. Static variable in class jclass.contrib.JCRelativeLayout
underLeft. Static variable in class jclass.contrib.JCRelativeLayout
UNDERLINE. Static variable in class jclass.util.JCString
underRight. Static variable in class jclass.contrib.JCRelativeLayout
union(Rectangle). Method in class java.awt.Rectangle
Computes the union of this rectangle with the specified rectangle.
UNIT_DECREMENT. Static variable in class java.awt.event.AdjustmentEvent
The unit decrement adjustment type.
UNIT_INCREMENT. Static variable in class java.awt.event.AdjustmentEvent
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 java.awt.Event
The Up Arrow key, a non-ASCII action key.
UPDATE. Static variable in class java.awt.event.PaintEvent
The update event type.
update(Graphics). Method in class java.awt.Component
Updates this component.
update(Graphics). Method in class java.awt.Container
Updates the container.
update(Observable, Object). Method in interface java.util.Observer
This method is called whenever the observed object is changed.
UPPERCASE_LETTER. Static variable in class java.lang.Character
upperLeftCorner. Static variable in class jclass.contrib.JCRelativeLayout
upperRightCorner. Static variable in class jclass.contrib.JCRelativeLayout
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.
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 this component has a valid layout.
validate(). Method in class java.awt.Container
Validates this container and all of its subcomponents.
validate(). Method in class jclass.table.Table
Validates this Container and all of the components contained within it.
VALIDATE_ALWAYS. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
VALIDATE_ALWAYS. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
VALIDATE_ALWAYS. Static variable in class jclass.table.JCTblEnum
VALIDATE_CELL. Static variable in class jclass.table.JCValidateCellEvent
The id for this event.
VALIDATE_NEVER. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
VALIDATE_NEVER. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
VALIDATE_NEVER. Static variable in class jclass.table.JCTblEnum
VALIDATE_SET. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
VALIDATE_SET. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
VALIDATE_SET. Static variable in class jclass.table.JCTblEnum
VALIDATE_USER_EDIT. Static variable in class jclass.table.JCTableBean
Mirrored enum to accomodate VisualCafe
VALIDATE_USER_EDIT. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
VALIDATE_USER_EDIT. Static variable in class jclass.table.JCTblEnum
validateCellBegin(JCValidateCellEvent). Method in class jclass.table.JCValidateCellAdapter
Called before an edit has been committed.
validateCellBegin(JCValidateCellEvent). Method in interface jclass.table.JCValidateCellListener
Called before an edit has been committed.
validateCellEnd(JCValidateCellEvent). Method in class jclass.table.JCValidateCellAdapter
Called after a cell has been changed interactively via a cell edit, if the table's ValidatePolicy is set to VALIDATE_USER_EDIT.
validateCellEnd(JCValidateCellEvent). Method in interface jclass.table.JCValidateCellListener
Called after a cell has been changed interactively via a cell edit, if the table's ValidatePolicy is set to VALIDATE_USER_EDIT.
validateCellListeners. Variable in class jclass.table.Table
ValidatePolicyEditor(). Constructor for class jclass.table.ValidatePolicyEditor
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).
value. Variable in class jclass.contrib.ContribCheckbox
This is the value associated with the checkbox.
VALUE. Static variable in class jclass.table.JCValueEvent
The id for this event.
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.table.JCTableBean
Mirrored enum to accomodate VisualCafe
VARIABLE. Static variable in class jclass.table.JCTableComponent
Mirrored enum to accomodate VisualCafe
VARIABLE. Static variable in class jclass.table.JCTblEnum
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. Variable in class jclass.util.JCAboutCanvas
version. Static variable in class jclass.table.Table
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 java.awt.GridBagConstraints
Resize the component vertically but not horizontally.
VERTICAL. Static variable in class java.awt.Scrollbar
A constant that indicates a vertical scroll bar.
VERTICAL. Static variable in class jclass.table.TblScrollbar
The vertical Scrollbar variable.
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.
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 tracked by this media tracker.
waitForAll(long). Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker.
waitForID(int). Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker with the specified identifier.
waitForID(int, long). Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker with the specified identifier.
waitForImage(Component, Image). Static method in class jclass.util.JCUtilConverter
Waits for an image to be loaded, using the MediaTracker class.
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
Specifies how to distribute extra horizontal space.
weighty. Variable in class java.awt.GridBagConstraints
Specifies how to distribute extra vertical space.
WEST. Static variable in class java.awt.BorderLayout
The west layout constraint (right side of container).
WEST. Static variable in class java.awt.GridBagConstraints
Put the component on the left side of its display area, centered vertically.
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 array index for the window background color.
window. Static variable in class java.awt.SystemColor
The background color for windows.
Window(Frame). Constructor for class java.awt.Window
Constructs a new invisible window.
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 user has asked the window manager to de-iconify the window.
WINDOW_DESTROY. Static variable in class java.awt.Event
The user has asked the window manager to kill the window.
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 user has asked the window manager to expose the window.
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 user has asked the window manager to iconify the window.
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 user has asked the window manager to move the window.
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.

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.