< 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

<

() - Static method in class java.awt.Component
 
() - Static method in class java.awt.Container
 
() - Static method in class java.awt.Cursor
 
() - Static method in class java.awt.Dimension
 
() - Static method in class java.awt.Event
 
() - Static method in class java.awt.MenuComponent
 
() - Static method in class java.awt.MenuBar
 
() - Static method in class java.awt.Checkbox
 
() - Static method in class java.awt.Color
 
() - Static method in class java.awt.SystemColor
 
() - Static method in class java.awt.Toolkit
 
() - Static method in class java.awt.Insets
 
() - Static method in class java.awt.ScrollPane
 
() - Static method in class java.awt.ScrollPaneAdjustable
 
() - Static method in class java.awt.Scrollbar
 
() - Static method in class java.awt.AWTEvent
 
() - Static method in class java.awt.FontMetrics
 
() - Static method in class java.awt.Window
 
() - Static method in class java.awt.MenuItem
 
() - Static method in class java.awt.CheckboxMenuItem
 
() - Static method in class java.awt.Frame
 
() - Static method in class java.awt.Button
 
() - Static method in class java.awt.TextField
 
() - Static method in class java.awt.Menu
 
() - Static method in class java.awt.Rectangle
 
() - Static method in class java.awt.Dialog
 
() - Static method in class java.awt.FileDialog
 
() - Static method in class java.awt.TextArea
 
() - Static method in class java.awt.Font
 
() - Static method in class java.awt.Label
 
() - Static method in class java.awt.event.InputEvent
 
() - Static method in class java.awt.event.KeyEvent
 
() - Static method in class java.awt.event.MouseEvent
 
() - Static method in class java.util.TimeZoneData
 
() - Static method in class java.util.Locale
 
() - Static method in class java.io.FileDescriptor
 
() - Static method in class java.io.FileInputStream
 
() - Static method in class java.io.FileOutputStream
 
() - Static method in class java.io.RandomAccessFile
 
() - Static method in class java.lang.Object
 
() - Static method in class java.lang.Thread
 
() - Static method in class java.lang.Class
 
() - Static method in class java.lang.Character
 
() - Static method in class java.lang.Compiler
 
() - Static method in class java.lang.System
 

A

a - Variable in class java.awt.AWTEventMulticaster
 
a - Variable in class java.util.Arrays.ArrayList
 
A - Static variable in class java.lang.Character
 
A_DATA - Static variable in class java.lang.Character
 
abortClassNotFoundException - Variable in class java.io.ObjectInputStream
 
ABORTED - Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of some media was aborted.
ABORTED - Static variable in class java.awt.MediaEntry
 
abortIOException - Variable in class java.io.ObjectOutputStream
 
abortIOException - Variable in class java.io.ObjectInputStream
 
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.
AbstractCollection - class java.util.AbstractCollection.
This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
AbstractCollection() - Constructor for class java.util.AbstractCollection
Sole constructor.
AbstractList - class java.util.AbstractList.
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
AbstractList.Itr - class java.util.AbstractList.Itr.
 
AbstractList.Itr(AbstractList) - Constructor for class java.util.AbstractList.Itr
 
AbstractList.ListItr - class java.util.AbstractList.ListItr.
 
AbstractList.ListItr(AbstractList, int) - Constructor for class java.util.AbstractList.ListItr
 
AbstractList() - Constructor for class java.util.AbstractList
Sole constructor.
AbstractMap - class java.util.AbstractMap.
This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
AbstractMap() - Constructor for class java.util.AbstractMap
Sole constructor.
AbstractMethodError - error java.lang.AbstractMethodError.
Thrown when an application tries to call an abstract method.
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.
AbstractSequentialList - class java.util.AbstractSequentialList.
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list).
AbstractSequentialList() - Constructor for class java.util.AbstractSequentialList
Sole constructor.
AbstractSet - class java.util.AbstractSet.
This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
AbstractSet() - Constructor for class java.util.AbstractSet
Sole constructor.
accept(File) - Method in interface java.io.FileFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(File, String) - Method in interface java.io.FilenameFilter
Tests if a specified file should be included in a file list.
accessClipboardPermission - Static variable in class java.lang.SecurityManager
 
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 - 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
The first number in the range of ids used for action events.
ACTION_LAST - Static variable in class java.awt.event.ActionEvent
The last number in the range of ids used for action events.
ACTION_PERFORMED - Static variable in class java.awt.event.ActionEvent
This event id indicates that a meaningful action occured.
action(Event, Object) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, should register this component as ActionListener on component which fires action events.
actionCommand - Variable in class java.awt.MenuItem
This field indicates the command tha has been issued by a particular menu item.
actionCommand - Variable in class java.awt.Button
 
actionCommand - Variable in class java.awt.event.ActionEvent
The nonlocalized string that gives more details of what actually caused the event.
ActionEvent - class java.awt.event.ActionEvent.
A semantic event which indicates that a component-defined action occured.
ActionEvent(Object, int, String) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object.
ActionEvent(Object, int, String, int) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with modifier keys.
actionKeyCodes - Static variable in class java.awt.Event
 
actionListener - Variable in class java.awt.MenuItem
 
actionListener - Variable in class java.awt.Button
 
actionListener - Variable in class java.awt.TextField
 
actionListener - Variable in class java.awt.List
 
ActionListener - interface java.awt.event.ActionListener.
The listener interface for receiving action events.
actionListenerK - Static variable in class java.awt.Component
Internal, constants for serialization
actionListenerK - Static variable in class java.awt.MenuComponent
 
actionPerformed(ActionEvent) - Method in class com.jjt.utbeg.Applet1
This method is public as an implementation side-effect.
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 interface java.awt.event.ActionListener
Invoked when an action occurs.
actions - Variable in class java.util.PropertyPermission
The actions string.
actions - Variable in class java.io.FilePermission
the actions string.
actions - Variable in class java.io.SerializablePermission
 
activate(Applet) - Method in interface java.beans.AppletInitializer
Activate, and/or mark Applet active.
activateFocus() - Method in class java.awt.FocusManager
 
active - Variable in class java.awt.Window
 
active - Variable in class java.beans.BeansAppletStub
 
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's thread group.
activeCount() - Method in class java.lang.ThreadGroup
Returns an estimate of the number of active threads in this thread group.
ActiveEvent - interface java.awt.ActiveEvent.
An interface for events that know how dispatch themselves.
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
Value of the ERA field indicating the common era (Anno Domini), also known as CE.
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(AWTEventListener, AWTEventListener) - Static method in class java.awt.Toolkit.ToolkitEventMulticaster
 
add(Component) - Method in class java.awt.Container
Adds the specified component to the end of this container.
add(Component, int) - Method in class java.awt.Container
Adds the specified component to this container at the given position.
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(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(ContainerListener, ContainerListener) - Static method in class java.awt.AWTEventMulticaster
Adds container-listener-a with container-listener-b and returns the resulting multicast listener.
add(FDBigInt) - Method in class java.lang.FDBigInt
 
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(InputMethodListener, InputMethodListener) - Static method in class java.awt.AWTEventMulticaster
Adds input-method-listener-a with input-method-listener-b and returns the resulting multicast listener.
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, 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, Object) - Method in class java.util.AbstractList
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class java.util.AbstractSequentialList
Inserts the specified element at the specified position in this list.
add(int, Object) - Method in class java.util.Collections.UnmodifiableList
 
add(int, Object) - Method in class java.util.Collections.SynchronizedList
 
add(int, Object) - Method in class java.util.Vector
Inserts the specified element at the specified position in this Vector.
add(int, Object) - Method in class java.util.LinkedList
Inserts the specified element at the specified position in this list.
add(int, Object) - Method in interface java.util.List
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class java.util.ArrayList
Inserts the specified element at the specified position in this list.
add(int, Object) - Method in class java.util.SubList
 
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(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 java.util.AbstractCollection
Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in interface java.util.Set
Adds the specified element to this set if it is not already present (optional operation).
add(Object) - Method in class java.util.AbstractList
Appends the specified element to the end of this List (optional operation).
add(Object) - Method in interface java.util.ListIterator
Inserts the specified element into the list (optional operation).
add(Object) - Method in class java.util.Collections.UnmodifiableCollection
 
add(Object) - Method in class java.util.Collections.SynchronizedCollection
 
add(Object) - Method in class java.util.TreeSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class java.util.Vector
Appends the specified element to the end of this Vector.
add(Object) - Method in class java.util.LinkedList
Appends the specified element to the end of this list.
add(Object) - Method in class java.util.LinkedList.ListItr
 
add(Object) - Method in interface java.util.Collection
Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in class java.util.HashSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in interface java.util.List
Appends the specified element to the end of this list (optional operation).
add(Object) - Method in class java.util.ArrayList
Appends the specified element to the end of this list.
add(Object) - Method in class java.util.AbstractList.ListItr
 
add(Permission) - Method in class java.util.PropertyPermissionCollection
Adds a permission to the PropertyPermissions.
add(Permission) - Method in class java.io.FilePermissionCollection
Adds a permission to the FilePermissions.
add(Point) - Method in class java.awt.Rectangle
Adds the specified Point 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(RenderingHints) - Method in class java.awt.RenderingHints
Adds all of the keys and corresponding values from the specified RenderingHints object to this RenderingHints object.
add(String) - Method in class java.awt.Choice
Adds an item to this Choice menu.
add(String) - Method in class java.awt.Menu
Adds an item with the specified label to this menu.
add(String) - Method in class java.awt.List
Adds the specified item to the end of scrolling list.
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 the scrolling list at the position indicated by the index.
add(TextListener, TextListener) - Static method in class java.awt.AWTEventMulticaster
 
add(Thread) - Method in class java.lang.ThreadGroup
Adds the specified Thread to this group.
add(ThreadGroup) - Method in class java.lang.ThreadGroup
Adds the specified Thread group to this group.
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.MenuItem
Adds the specified action listener to receive action events from this menu item.
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.TextField
Adds the specified action listener to recieve action events from this text field.
addActionListener(ActionListener) - Method in class java.awt.List
Adds the specified action listener to receive action events from this list.
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.ScrollPaneAdjustable
Adds the specified adjustment listener to receive adjustment events from this ScrollPane.
addAdjustmentListener(AdjustmentListener) - Method in class java.awt.Scrollbar
Adds the specified adjustment listener to receive instances of AdjustmentEvent from this scroll bar.
addAll(Collection) - Method in class java.util.AbstractCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection) - Method in interface java.util.Set
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(Collection) - Method in class java.util.Collections.UnmodifiableCollection
 
addAll(Collection) - Method in class java.util.Collections.SynchronizedCollection
 
addAll(Collection) - Method in class java.util.TreeSet
Adds all of the elements in the specified collection to this set.
addAll(Collection) - Method in class java.util.Vector
Appends all of the elements in the specified Collection to the end of this Vector, in the order that they are returned by the specified Collection's Iterator.
addAll(Collection) - Method in class java.util.LinkedList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection) - Method in interface java.util.Collection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection) - Method in interface java.util.List
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(Collection) - Method in class java.util.ArrayList
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(Collection) - Method in class java.util.SubList
 
addAll(int, Collection) - Method in class java.util.AbstractList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection) - Method in class java.util.AbstractSequentialList
Inserts all of the elements in in the specified collection into this list at the specified position.
addAll(int, Collection) - Method in class java.util.Collections.UnmodifiableList
 
addAll(int, Collection) - Method in class java.util.Collections.SynchronizedList
 
addAll(int, Collection) - Method in class java.util.Vector
Inserts all of the elements in in the specified Collection into this Vector at the specified position.
addAll(int, Collection) - Method in class java.util.LinkedList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(int, Collection) - Method in interface java.util.List
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection) - Method in class java.util.ArrayList
Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addAll(int, Collection) - Method in class java.util.SubList
 
addAllForTreeSet(SortedSet, Object) - Method in class java.util.TreeMap
Intended to be called only from TreeSet.addAll
addAWTEventListener(AWTEventListener, long) - Method in class java.awt.Toolkit
Adds an AWTEventListener to receive all AWTEvents dispatched system-wide that conform to the given eventMask.
addBefore(Object, LinkedList.Entry) - Method in class java.util.LinkedList
 
addClass(Class) - Method in class java.lang.ClassLoader
 
addComponentListener(ComponentListener) - Method in class java.awt.Component
Adds the specified component listener to receive component events from this component.
addContainerListener(ContainerListener) - Method in class java.awt.Container
Adds the specified container listener to receive container events from this container.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addend - Static variable in class java.util.Random
 
addEvent(EventSetDescriptor) - Method in class java.beans.Introspector
 
addFirst(Object) - Method in class java.util.LinkedList
Inserts the given element at the beginning of this list.
addFocusListener(FocusListener) - Method in class java.awt.Component
Adds the specified focus listener to receive focus events from this component when this component gains input focus.
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.
addInfoLabel(Container, GridBagLayout, GridBagConstraints, Component, Component) - Method in class com.jjt.utbeg.Applet1
Helper method to allow createAndLayoutDisplayComponents() to use a GridBagLayout, which is a nasty mess.
addInputMethodListener(InputMethodListener) - Method in class java.awt.Component
Adds the specified input method listener to receive input method events from this component.
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
Deprecated. replaced by add(String).
addItem(String, int) - Method in class java.awt.List
Deprecated. replaced by add(String, int).
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.Choice
Adds the specified item listener to receive item events from this Choice menu.
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.List
Adds the specified item listener to receive item events from this list.
addItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
Add a listener to recieve item events when the state of an item changes.
addItemNoInvalidate(String) - Method in class java.awt.Choice
Adds an item to this Choice, but does not invalidate the Choice.
additionalBeanInfo - Variable in class java.beans.Introspector
 
addKeyListener(KeyListener) - Method in class java.awt.Component
Adds the specified key listener to receive key events from this component.
addLast(Object) - Method in class java.util.LinkedList
Appends the given element to the end of this list.
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 interface java.awt.LayoutManager2
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object) - Method in class java.awt.GridBagLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object) - Method in class java.awt.BorderLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component) - Method in class java.awt.CardLayout
Deprecated. replaced by addLayoutComponent(Component, Object).
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 interface java.awt.LayoutManager
Adds the specified component with the specified name 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.FlowLayout
Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.BorderLayout
Deprecated. replaced by addLayoutComponent(Component, Object).
addMethod - Variable in class java.beans.EventSetDescriptor
 
addMethod(MethodDescriptor) - Method in class java.beans.Introspector
 
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.Component
Makes this Component displayable by connecting it to a native screen resource.
addNotify() - Method in class java.awt.Container
Makes this Container displayable by connecting it to a native screen resource.
addNotify() - Method in class java.awt.Panel
Creates the Panel's peer.
addNotify() - Method in class java.awt.Canvas
Creates the peer of the canvas.
addNotify() - Method in class java.awt.MenuBar
Creates the menu bar's peer.
addNotify() - Method in class java.awt.Checkbox
Creates the peer of the Checkbox.
addNotify() - Method in class java.awt.ScrollPane
Creates the scroll pane's peer.
addNotify() - Method in class java.awt.Scrollbar
Creates the Scrollbar's peer.
addNotify() - Method in class java.awt.Choice
Creates the Choice's peer.
addNotify() - Method in class java.awt.Window
Makes this Window displayable by creating the connection to its native screen resource.
addNotify() - Method in class java.awt.MenuItem
Creates the menu item's peer.
addNotify() - Method in class java.awt.CheckboxMenuItem
Creates the peer of the checkbox item.
addNotify() - Method in class java.awt.Frame
Makes this Frame displayable by connecting it to a native screen resource.
addNotify() - Method in class java.awt.Button
Creates the peer of the button.
addNotify() - Method in class java.awt.TextField
Creates the TextField's peer.
addNotify() - Method in class java.awt.Menu
Creates the menu's peer.
addNotify() - Method in class java.awt.PopupMenu
Creates the popup menu's peer.
addNotify() - Method in class java.awt.Dialog
Makes this Dialog displayable by connecting it to a native screen resource.
addNotify() - Method in class java.awt.FileDialog
Creates the file dialog's peer.
addNotify() - Method in class java.awt.TextArea
Creates the TextArea's peer.
addNotify() - Method in class java.awt.List
Creates the peer for the list.
addNotify() - Method in class java.awt.Label
Creates the peer for this label.
addObserver(Observer) - Method in class java.util.Observable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addOwnedWindow(WeakReference) - Method in class java.awt.Window
 
addPoint(int, int) - Method in class java.awt.Polygon
Appends the specified coordinates to this Polygon.
addProperty(PropertyDescriptor) - Method in class java.beans.Introspector
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.jjt.utbeg.UserParameters
Registers a listener to be notified when parameters change.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyEditorSupport
Register a listener for the PropertyChange event.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in interface java.beans.PropertyEditor
Register a listener for the PropertyChange event.
addPropertyChangeListener(PropertyChangeListener) - Method in interface java.beans.Customizer
Register a listener for the PropertyChange event.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Component
Add a PropertyChangeListener for a specific property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Toolkit
add the specified property change listener for the named desktop property If pcl is null, no exception is thrown and no action is performed.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
Add a PropertyChangeListener for a specific property.
addRenderingHints(Map) - Method in class java.awt.Graphics2D
Sets the values of an arbitrary number of preferences for the rendering algorithms.
addReplacement(Object, Object) - Method in class java.io.ObjectOutputStream
 
ADDRESS_BITS_PER_UNIT - Static variable in class java.util.BitSet
 
addSeparator() - Method in class java.awt.Menu
Adds a separator line, or a hypen, to the menu at the current position.
addTable(Hashtable) - Method in class java.beans.FeatureDescriptor
 
addTextListener(TextListener) - Method in class java.awt.TextComponent
Adds the specified text event listener to recieve text events from this textcomponent.
addToFrameList() - Method in class java.awt.Frame
 
addVetoableChangeListener(String, VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
Add a VetoableChangeListener for a specific property.
addVetoableChangeListener(VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
Add a VetoableListener to the listener list.
addWindowListener(WindowListener) - Method in class java.awt.Window
Adds the specified window listener to receive window events from this window.
adjustable - Variable in class java.awt.event.AdjustmentEvent
The adjustable object that fired the event.
Adjustable - interface java.awt.Adjustable.
The interface for objects which have an adjustable numeric value contained within a bounded range of values.
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 - class java.awt.event.AdjustmentEvent.
The adjustment event emitted by Adjustable objects.
AdjustmentEvent(Adjustable, int, int, int) - Constructor for class java.awt.event.AdjustmentEvent
Constructs a AdjustmentEvent object with the specified Adjustable source, event type, adjustment type, and value.
adjustmentListener - Variable in class java.awt.ScrollPaneAdjustable
 
adjustmentListener - Variable in class java.awt.Scrollbar
 
AdjustmentListener - interface java.awt.event.AdjustmentListener.
The listener interface for receiving adjustment events.
adjustmentListenerK - Static variable in class java.awt.Component
 
adjustmentType - Variable in class java.awt.event.AdjustmentEvent
The adjustmentType describes how the adjustable object value has changed.
adjustmentValueChanged(AdjustmentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the adjustmentValueChanged event by invoking the adjustmentValueChanged methods on listener-a and listener-b.
adjustmentValueChanged(AdjustmentEvent) - Method in class java.awt.ScrollPane.PeerFixer
Invoked when the value of the adjustable has changed.
adjustmentValueChanged(AdjustmentEvent) - Method in class java.awt.PeerFixer
Invoked when the value of the adjustable has changed.
adjustmentValueChanged(AdjustmentEvent) - Method in interface java.awt.event.AdjustmentListener
Invoked when the value of the adjustable has changed.
AFTER_LAST_LINE - Static variable in class java.awt.BorderLayout
The component comes after the last line of the layout's content.
AFTER_LINE_ENDS - Static variable in class java.awt.BorderLayout
The component goes at the end of the line direction for the layout.
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.
aggregateStamp(int, int) - Static method in class java.util.GregorianCalendar
Return the pseudo-time-stamp for two fields, given their individual pseudo-time-stamps.
AGIServlet - class edu.utexas.beg.agi.AGIServlet.
The main Servlet for the AGI interactive web pages.
AGIServlet() - Constructor for class edu.utexas.beg.agi.AGIServlet
 
align - Variable in class java.awt.FlowLayout
align is the proprty that determines how each row distributes empty space.
alignment - Variable in class java.awt.Label
The label's alignment.
ALL - Static variable in class java.util.PropertyPermission
All actions (read,write);
ALL - Static variable in class java.io.FilePermission
All actions (read,write,execute,delete)
all_allowed - Variable in class java.util.PropertyPermissionCollection
Boolean saying if "*" is in the collection.
allocateNewArray(Class, int) - Static method in class java.io.ObjectInputStream
 
allocateNewObject(Class, Class) - Static method in class java.io.ObjectInputStream
 
allowsMultipleSelections() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by isMultipleMode().
allowThreadSuspension(boolean) - Method in class java.lang.ThreadGroup
Deprecated. The definition of this call depends on ThreadGroup.suspend(), which is deprecated. Further, the behavior of this call was never specified.
allPermDomain - Static variable in class java.lang.Class
protection domain returned when the internal domain is null
allPermission - Static variable in class java.lang.SecurityManager
 
ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
AlphaComposite - class java.awt.AlphaComposite.
This AlphaComposite class implements the basic alpha compositing rules for combining source and destination pixels to achieve blending and transparency effects with graphics and images.
AlphaComposite(int) - Constructor for class java.awt.AlphaComposite
 
AlphaComposite(int, float) - Constructor for class java.awt.AlphaComposite
 
AlphaCompositeContext - class java.awt.AlphaCompositeContext.
 
AlphaCompositeContext(ColorModel, ColorModel, int, float) - Constructor for class java.awt.AlphaCompositeContext
 
ALT_GRAPH_MASK - Static variable in class java.awt.event.InputEvent
The alt-graph key 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.
ALT_MASK - Static variable in class java.awt.event.ActionEvent
The alt modifier.
AM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
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
Performs a logical AND of this target bit set with the argument bit set.
andNot(BitSet) - Method in class java.util.BitSet
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
annotateClass(Class) - Method in class java.io.ObjectOutputStream
Subclasses may implement this method to allow class data to be stored in the stream.
appContext - Variable in class java.awt.Component
The AppContext of the component.
appContext - Variable in class java.awt.MenuComponent
The AppContext of the MenuComponent.
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.awt.TextArea
Appends the given text to the text area's current text.
append(String) - Method in class java.lang.StringBuffer
Appends the string to this string buffer.
appendCubic(float, float, float, float, float, float) - Method in class java.awt.BasicStroke.FillAdapter
 
appendLine(float, float) - Method in class java.awt.BasicStroke.FillAdapter
 
appendQuadratic(float, float, float, float) - Method in class java.awt.BasicStroke.FillAdapter
 
appendText(String) - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by append(String).
Applet - class java.applet.Applet.
An applet is a small program that is intended not to be run on its own, but rather to be embedded inside another application.
Applet() - Constructor for class java.applet.Applet
 
Applet1 - class com.jjt.utbeg.Applet1.
The first JJT Applet for the UT exercises: source and receiver spacing
Applet1() - Constructor for class com.jjt.utbeg.Applet1
 
AppletContext - interface java.applet.AppletContext.
This interface corresponds to an applet's environment: the document containing the applet and the other applets in the same document.
AppletInitializer - interface java.beans.AppletInitializer.
This interface is designed to work in collusion with java.beans.Beans.instantiate.
appletResize(int, int) - Method in interface java.applet.AppletStub
Called when the applet wants to be resized.
appletResize(int, int) - Method in class java.beans.BeansAppletStub
 
AppletStub - interface java.applet.AppletStub.
When an applet is first created, an applet stub is attached to it using the applet's setStub method.
applyOrientation(ComponentOrientation) - Method in class java.awt.Container
Package-visible utility to set the orientation of this container and all components contained within it.
applyResourceBundle(ResourceBundle) - Method in class java.awt.Window
Apply the settings in the given ResourceBundle to this Window.
applyResourceBundle(String) - Method in class java.awt.Window
Load the ResourceBundle with the given name using the default locale and apply its settings to this window.
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
ARABIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ARABIC_PRESENTATION_FORMS_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ARABIC_PRESENTATION_FORMS_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
areAllFieldsSet - Variable in class java.util.Calendar
True if all fields have been set.
areFieldsSet - Variable in class java.util.Calendar
True if fields[] are in sync with the currently set time.
areInputMethodsEnabled() - Method in class java.awt.Component
 
areInputMethodsEnabled() - Method in class java.awt.TextComponent
 
arg - Variable in class java.awt.Event
An arbitrary argument of the event.
ArithmeticException - exception java.lang.ArithmeticException.
Thrown when an exceptional arithmetic condition has occurred.
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.
ARMENIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
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 - exception java.lang.ArrayIndexOutOfBoundsException.
Thrown to indicate that an array has been accessed with an illegal index.
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.
ArrayList - class java.util.ArrayList.
Resizable-array implementation of the List interface.
ArrayList() - Constructor for class java.util.ArrayList
Constructs an empty list.
ArrayList(Collection) - Constructor for class java.util.ArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ArrayList(int) - Constructor for class java.util.ArrayList
Constructs an empty list with the specified initial capacity.
Arrays - class java.util.Arrays.
This class contains various methods for manipulating arrays (such as sorting and searching).
Arrays.ArrayList - class java.util.Arrays.ArrayList.
 
Arrays.ArrayList(Object[]) - Constructor for class java.util.Arrays.ArrayList
 
Arrays() - Constructor for class java.util.Arrays
 
ArrayStoreException - exception java.lang.ArrayStoreException.
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
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.
ARROWS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ascent - Variable in class java.awt.Font.FontLineMetrics
 
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.
asList(Object[]) - Static method in class java.util.Arrays
Returns a fixed-size list backed by the specified array.
assert - Static variable in class java.awt.Component
 
assignFocus(Component) - Method in class java.awt.FocusManager
 
assignFocus(Component, boolean) - Method in class java.awt.FocusManager
 
assignWireOffset(Object) - Method in class java.io.ObjectOutputStream
 
assignWireOffset(Object) - Method in class java.io.ObjectInputStream
 
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).
attributeNames() - Method in class java.beans.FeatureDescriptor
Gets an enumeration of the locale-independent names of this feature.
AudioClip - interface java.applet.AudioClip.
The AudioClip interface is a simple abstraction for playing a sound clip.
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
autoFlush - Variable in class java.io.PrintWriter
 
autoFlush - Variable in class java.io.PrintStream
 
available() - Method in interface java.io.ObjectInput
Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class java.io.FileInputStream
Returns the number of bytes that can be read from this file input stream without blocking.
available() - Method in class java.io.FilterInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.BufferedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.PushbackInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.PipedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.LineNumberInputStream
Deprecated. Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.SequenceInputStream
Returns the number of bytes available on the current stream.
available() - Method in class java.io.StringBufferInputStream
Deprecated. Returns the number of bytes that can be read from the input stream without blocking.
available() - Method in class java.io.ObjectInputStream
Returns the number of bytes that can be read without blocking.
avoidingGui() - Method in interface java.beans.Visibility
Determines whether this bean is avoiding using a GUI.
AWTError - error java.awt.AWTError.
Thrown when a serious Abstract Window Toolkit error has occurred.
AWTError(String) - Constructor for class java.awt.AWTError
Constructs an instance of AWTError with the specified detail message.
AWTEvent - class java.awt.AWTEvent.
The root event class for all AWT events.
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.
AWTEventListener - interface java.awt.event.AWTEventListener.
The listener interface for receiving notification of events dispatched to objects that are instances of Component or MenuComponent or their subclasses.
AWTEventMulticaster - class java.awt.AWTEventMulticaster.
A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
AWTEventMulticaster(EventListener, EventListener) - Constructor for class java.awt.AWTEventMulticaster
Creates an event multicaster instance which chains listener-a with listener-b.
AWTException - exception java.awt.AWTException.
Signals that an Absract Window Toolkit exception has occurred.
AWTException(String) - Constructor for class java.awt.AWTException
Constructs an instance of AWTException with the specified detail message.
AWTPermission - class java.awt.AWTPermission.
This class is for AWT permissions.
AWTPermission(String) - Constructor for class java.awt.AWTPermission
Creates a new AWTPermission with the specified name.
AWTPermission(String, String) - Constructor for class java.awt.AWTPermission
Creates a new AWTPermission object with the specified name.

B

b - Variable in class java.awt.AWTEventMulticaster
 
b5p - Static variable in class java.lang.FloatingDecimal
 
BA_DIRECTORY - Static variable in class java.io.FileSystem
 
BA_EXISTS - Static variable in class java.io.FileSystem
 
BA_HIDDEN - Static variable in class java.io.FileSystem
 
BA_REGULAR - Static variable in class java.io.FileSystem
 
BACK_SPACE - Static variable in class java.awt.Event
The BackSpace key.
background - Variable in class java.awt.Component
The background color for this component.
backgroundImageIndex - Variable in class com.jjt.utbeg.SwathViewer
 
backtrace - Variable in class java.lang.Throwable
Native code saves some indication of the stack backtrace in this slot.
base - Static variable in class java.awt.Panel
 
base - Static variable in class java.awt.Canvas
 
base - Static variable in class java.awt.MenuBar
 
base - Static variable in class java.awt.Checkbox
 
base - Static variable in class java.awt.ScrollPane
 
base - Static variable in class java.awt.Scrollbar
 
base - Static variable in class java.awt.Choice
 
base - Static variable in class java.awt.Window
 
base - Static variable in class java.awt.MenuItem
 
base - Static variable in class java.awt.CheckboxMenuItem
 
base - Static variable in class java.awt.Frame
 
base - Static variable in class java.awt.Button
 
base - Static variable in class java.awt.TextField
 
base - Static variable in class java.awt.Menu
 
base - Static variable in class java.awt.PopupMenu
 
base - Static variable in class java.awt.Dialog
 
base - Static variable in class java.awt.FileDialog
 
base - Static variable in class java.awt.TextArea
 
base - Static variable in class java.awt.List
 
base - Static variable in class java.awt.Label
 
baselineIndex - Variable in class java.awt.Font.FontLineMetrics
 
baselineOffsets - Variable in class java.awt.Font.FontLineMetrics
 
baseWireHandle - Static variable in interface java.io.ObjectStreamConstants
First wire handle to be assigned.
BASIC_LATIN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
BasicStroke - class java.awt.BasicStroke.
The BasicStroke class defines a basic set of rendering attributes for the outlines of graphics primitives.
BasicStroke.FillAdapter - class java.awt.BasicStroke.FillAdapter.
 
BasicStroke.FillAdapter(BasicStroke) - Constructor for class java.awt.BasicStroke.FillAdapter
 
BasicStroke() - Constructor for class java.awt.BasicStroke
Constructs a new BasicStroke with defaults for all attributes.
BasicStroke(float) - Constructor for class java.awt.BasicStroke
Constructs a solid BasicStroke with the specified line width and with default values for the cap and join styles.
BasicStroke(float, int, int) - Constructor for class java.awt.BasicStroke
Constructs a solid BasicStroke with the specified attributes.
BasicStroke(float, int, int, float) - Constructor for class java.awt.BasicStroke
Constructs a solid BasicStroke with the specified attributes.
BasicStroke(float, int, int, float, float[], float) - Constructor for class java.awt.BasicStroke
Constructs a new BasicStroke with the specified attributes.
bb - Variable in class java.io.InputStreamReader
 
bb - Variable in class java.io.OutputStreamWriter
 
BC - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the period before the common era (before Christ), also known as BCE.
beanClass - Variable in class java.beans.BeanDescriptor
 
beanClass - Variable in class java.beans.Introspector
 
beanDescriptor - Variable in class java.beans.GenericBeanInfo
 
BeanDescriptor - class java.beans.BeanDescriptor.
A BeanDescriptor provides global information about a "bean", including its Java class, its displayName, etc.
BeanDescriptor(BeanDescriptor) - Constructor for class java.beans.BeanDescriptor
 
BeanDescriptor(Class) - Constructor for class java.beans.BeanDescriptor
Create a BeanDescriptor for a bean that doesn't have a customizer.
BeanDescriptor(Class, Class) - Constructor for class java.beans.BeanDescriptor
Create a BeanDescriptor for a bean that has a customizer.
BeanInfo - interface java.beans.BeanInfo.
A bean implementor who wishes to provide explicit information about their bean may provide a BeanInfo class that implements this BeanInfo interface and provides explicit information about the methods, properties, events, etc, of their bean.
beanInfoCache - Static variable in class java.beans.Introspector
 
Beans - class java.beans.Beans.
This class provides some general purpose beans control methods.
Beans() - Constructor for class java.beans.Beans
 
BeansAppletContext - class java.beans.BeansAppletContext.
Package private support class.
BeansAppletContext(Applet) - Constructor for class java.beans.BeansAppletContext
 
BeansAppletStub - class java.beans.BeansAppletStub.
Package private support class.
BeansAppletStub(Applet, AppletContext, URL, URL) - Constructor for class java.beans.BeansAppletStub
 
beep() - Method in class java.awt.Toolkit
Emits an audio beep.
BEFORE_FIRST_LINE - Static variable in class java.awt.BorderLayout
The component comes before the first line of the layout's content.
BEFORE_LINE_BEGINS - Static variable in class java.awt.BorderLayout
The component goes at the beginning of the line direction for the layout.
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.
beginPath() - Method in class java.awt.BasicStroke.FillAdapter
 
beginSubpath(float, float) - Method in class java.awt.BasicStroke.FillAdapter
 
BENGALI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
bequeath(Thread) - Method in class java.lang.InheritableThreadLocal.Entry
Passes the ThreadLocal value represented by this Entry on to the specified child Thread.
bequeath(Thread, Thread) - Static method in class java.lang.InheritableThreadLocal
Passes the ThreadLocal values represented by the specified list of Entries onto the specified child Thread.
bHeight - Variable in class java.awt.TexturePaintContext
 
big10pow - Static variable in class java.lang.FloatingDecimal
 
big5pow(int) - Static method in class java.lang.FloatingDecimal
 
bigDecimalExponent - Static variable in class java.lang.FloatingDecimal
 
bigIntExp - Variable in class java.lang.FloatingDecimal
 
bigIntNBits - Variable in class java.lang.FloatingDecimal
 
binarySearch(byte[], byte) - Static method in class java.util.Arrays
Searches the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(char[], char) - Static method in class java.util.Arrays
Searches the specified array of chars for the specified value using the binary search algorithm.
binarySearch(double[], double) - Static method in class java.util.Arrays
Searches the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(double[], double, int, int) - Static method in class java.util.Arrays
 
binarySearch(float[], float) - Static method in class java.util.Arrays
Searches the specified array of floats for the specified value using the binary search algorithm.
binarySearch(float[], float, int, int) - Static method in class java.util.Arrays
 
binarySearch(int[], int) - Static method in class java.util.Arrays
Searches the specified array of ints for the specified value using the binary search algorithm.
binarySearch(List, Object) - Static method in class java.util.Collections
Searches the specified list for the specified object using the binary search algorithm.
binarySearch(List, Object, Comparator) - Static method in class java.util.Collections
Searches the specified list for the specified object using the binary search algorithm.
binarySearch(long[], long) - Static method in class java.util.Arrays
Searches the specified array of longs for the specified value using the binary search algorithm.
binarySearch(Object[], Object) - Static method in class java.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(Object[], Object, Comparator) - Static method in class java.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(short[], short) - Static method in class java.util.Arrays
Searches the specified array of shorts for the specified value using the binary search algorithm.
BIT_INDEX_MASK - Static variable in class java.util.BitSet
 
bit(int) - Static method in class java.util.BitSet
Given a bit index, return a unit that masks that bit in its unit.
BITMASK - Static variable in interface java.awt.Transparency
Represents image data that is guaranteed to be either completely opaque, with an alpha value of 1.0, or completely transparent, with an alpha value of 0.0.
bits - Variable in class java.util.BitSet
The bits in this BitSet.
BITS_PER_BYTE - Static variable in class java.util.Random
 
BITS_PER_UNIT - Static variable in class java.util.BitSet
 
BitSet - class java.util.BitSet.
This class implements a vector of bits that grows as needed.
BitSet() - Constructor for class java.util.BitSet
Creates a new bit set.
BitSet(int) - Constructor for class java.util.BitSet
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
black - Static variable in class java.awt.Color
The color black.
BLACK - Static variable in class java.util.TreeMap
 
BLOCK_DECREMENT - Static variable in class java.awt.event.AdjustmentEvent
The block decrement adjustment type.
BLOCK_ELEMENTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
BLOCK_INCREMENT - Static variable in class java.awt.event.AdjustmentEvent
The block increment adjustment type.
blockDataMode - Variable in class java.io.ObjectOutputStream
 
blockDataMode - Variable in class java.io.ObjectInputStream
 
blockIncrement - Variable in class java.awt.ScrollPaneAdjustable
 
blocks - Static variable in class java.lang.Character.UnicodeBlock
 
blockStarts - Static variable in class java.lang.Character.UnicodeBlock
 
blue - Static variable in class java.awt.Color
The color blue.
BOLD - Static variable in class java.awt.Font
The bold style constant.
Boolean - class java.lang.Boolean.
The Boolean class wraps a value of the primitive type boolean in an object.
Boolean(boolean) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
Boolean(String) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value true if the string argument is not null and is equal, ignoring case, to the string "true".
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
bootstrapClassPath - Static variable in class java.lang.ClassLoader
 
BOPOMOFO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
borderColor - Variable in class com.jjt.utbeg.BorderPanel
 
BorderLayout - class java.awt.BorderLayout.
A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
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.
BorderPanel - class com.jjt.utbeg.BorderPanel.
A Container that allows for empty and line borders around the contained components.
BorderPanel() - Constructor for class com.jjt.utbeg.BorderPanel
 
BorderPanel(int, int, int, Color) - Constructor for class com.jjt.utbeg.BorderPanel
 
borderWidth - Variable in class com.jjt.utbeg.BorderPanel
 
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_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY.
bound - Variable in class java.beans.PropertyDescriptor
 
bounds - Variable in class java.awt.Polygon
Bounds of the polygon.
bounds() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getBounds().
boundsCheck(int, int) - Method in class java.util.GregorianCalendar
Validates the value of the given time field.
BOX_DRAWING - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
brighter() - Method in class java.awt.Color
Creates a brighter version of this color.
btc - Variable in class java.io.InputStreamReader
 
btcConverter - Static variable in class java.lang.String
The cached converter for each thread.
buf - Variable in class java.io.StreamTokenizer
 
buf - Variable in class java.io.ObjectOutputStream
 
buf - Variable in class java.io.BufferedOutputStream
The internal buffer where data is stored.
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
buf - Variable in class java.io.BufferedInputStream
The internal buffer array where the data is stored.
buf - Variable in class java.io.PushbackInputStream
The pushback buffer.
buf - Variable in class java.io.PushbackReader
Pushback buffer
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buf - Variable in class java.io.CharArrayWriter
The buffer where data is stored.
buf - Variable in class java.io.StringWriter
 
buf - Variable in class java.io.CharArrayReader
Character buffer
buffer - Variable in class java.io.PipedInputStream
The circular buffer into which incoming data is placed.
buffer - Variable in class java.io.PipedReader
The circular buffer into which incoming data is placed.
buffer - Variable in class java.io.StringBufferInputStream
Deprecated. The string from which bytes are read.
buffer - Variable in class java.io.ObjectInputStream
 
BufferedInputStream - class java.io.BufferedInputStream.
A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.
BufferedInputStream(InputStream) - Constructor for class java.io.BufferedInputStream
Creates a BufferedInputStream and saves its argument, the input stream in, for later use.
BufferedInputStream(InputStream, int) - Constructor for class java.io.BufferedInputStream
Creates a BufferedInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
BufferedOutputStream - class java.io.BufferedOutputStream.
The class implements a buffered output stream.
BufferedOutputStream(OutputStream) - Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with a default 512-byte buffer size.
BufferedOutputStream(OutputStream, int) - Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with the specified buffer size.
BufferedReader - class java.io.BufferedReader.
Read text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
BufferedReader(Reader) - Constructor for class java.io.BufferedReader
Create a buffering character-input stream that uses a default-sized input buffer.
BufferedReader(Reader, int) - Constructor for class java.io.BufferedReader
Create a buffering character-input stream that uses an input buffer of the specified size.
bufferedWrite(byte[], int, int) - Method in class java.io.ObjectOutputStream
 
BufferedWriter - class java.io.BufferedWriter.
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
BufferedWriter(Writer) - Constructor for class java.io.BufferedWriter
Create a buffered character-output stream that uses a default-sized output buffer.
BufferedWriter(Writer, int) - Constructor for class java.io.BufferedWriter
Create a new buffered character-output stream that uses an output buffer of the given size.
bufImg - Variable in class java.awt.TexturePaint
 
bufoffset - Variable in class java.io.ObjectStreamField
 
buildFromSorted(int, int, int, int, Iterator, ObjectInputStream, Object) - Static method in class java.util.TreeMap
Recursive "helper method" that does the real work of the of the previous method.
buildFromSorted(int, Iterator, ObjectInputStream, Object) - Method in class java.util.TreeMap
Linear time tree building algorithm from sorted data.
Button - class java.awt.Button.
This class creates a labeled button.
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.
buttonSerializedDataVersion - Variable in class java.awt.Button
 
bWidth - Variable in class java.awt.TexturePaintContext
 
Byte - class java.lang.Byte.
The Byte class is the standard wrapper for byte values.
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.
ByteArrayInputStream - class java.io.ByteArrayInputStream.
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Creates ByteArrayInputStream that uses buf as its buffer array.
ByteArrayOutputStream - class java.io.ByteArrayOutputStream.
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
BYTES_PER_INT - Static variable in class java.util.Random
 
bytesTransferred - Variable in class java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
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.Number
Returns the value of the specified number as a byte.
byteValue() - Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue() - Method in class java.lang.Short
Returns the value of this Short 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.Long
Returns the value of this Long as 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.

C

c - Variable in class java.awt.ColorPaintContext
 
c - Variable in class java.util.Collections.UnmodifiableCollection
 
c - Variable in class java.util.Collections.SynchronizedCollection
 
cachedLocaleData - Static variable in class java.util.Calendar
Cache to hold the firstDayOfWeek and minimalDaysInFirstWeek of a Locale.
cachedLocaleData - Static variable in class java.util.TimeZone
Cache to hold the SimpleDateFormat objects for a Locale.
cacheList - Static variable in class java.util.ResourceBundle
 
cal - Variable in class java.util.Date
 
calculateBounds(int[], int[], int) - Method in class java.awt.Polygon
 
calculateChildSize() - Method in class java.awt.ScrollPane
Determine the size to allocate the child component.
Calendar - class java.util.Calendar.
Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone and locale.
Calendar(TimeZone, Locale) - Constructor for class java.util.Calendar
Constructs a calendar with the specified time zone and locale.
callback - Variable in class java.io.ValidationCallback
 
callbacks - Variable in class java.io.ObjectInputStream
 
canAccessClipboard - Variable in class java.awt.TextComponent
true if this TextComponent has access to the System clipboard
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.
cancel() - Method in class java.awt.MediaEntry
 
cancelled - Variable in class java.awt.MediaEntry
 
canDisplay(char) - Method in class java.awt.Font
Checks if this Font has a glyph for the specified character.
canDisplayUpTo(char[], int, int) - Method in class java.awt.Font
Indicates whether or not this Font can display the characters in the specified text starting at start and ending at limit.
canDisplayUpTo(CharacterIterator, int, int) - Method in class java.awt.Font
Indicates whether or not this Font can display the specified String.
canDisplayUpTo(String) - Method in class java.awt.Font
Indicates whether or not this Font can display a specified String.
canHandlePage(String) - Method in class edu.utexas.beg.agi.servlet.DynamicHTMLPage
Determines if the given file path can be serviced by this Object.
canonicalize(String) - Method in class java.io.FileSystem
 
canRead() - Method in class java.io.File
Tests whether the application can read the file denoted by this abstract pathname.
Canvas - class java.awt.Canvas.
A Canvas component represents a blank rectangular area of the screen onto which the application can draw or from which the application can trap input events from the user.
Canvas() - Constructor for class java.awt.Canvas
Constructs a new Canvas.
Canvas(GraphicsConfiguration) - Constructor for class java.awt.Canvas
Constructs a new Canvas given a GraphicsConfiguration object.
canWrite() - Method in class java.io.File
Tests whether the application can modify to the file denoted by this abstract pathname.
cap - Variable in class java.awt.BasicStroke
 
CAP_BUTT - Static variable in class java.awt.BasicStroke
Ends unclosed subpaths and dash segments with no added decoration.
CAP_ROUND - Static variable in class java.awt.BasicStroke
Ends unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the width of the pen.
CAP_SQUARE - Static variable in class java.awt.BasicStroke
Ends unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.
capacity() - Method in class java.util.HashMap
 
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
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.
capitalize(String) - Static method in class java.beans.PropertyDescriptor
 
CAPS_LOCK - Static variable in class java.awt.Event
The Caps Lock key, a non-ASCII action key.
CardLayout - class java.awt.CardLayout.
A CardLayout object is a layout manager for a container.
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.
caret - Variable in class java.awt.event.InputMethodEvent
 
CARET_POSITION_CHANGED - Static variable in class java.awt.event.InputMethodEvent
The event type indicating a changed insertion point in input method text.
caretPositionChanged(InputMethodEvent) - Method in class java.awt.AWTEventMulticaster
Handles the caretPositionChanged event by invoking the caretPositionChanged methods on listener-a and listener-b.
caretPositionChanged(InputMethodEvent) - Method in interface java.awt.event.InputMethodListener
Invoked when the caret within composed text has changed.
CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
Returns a Comparator that orders String objects as by compareToIgnoreCase.
catchExceptions - Variable in class java.awt.event.InvocationEvent
Set to true if dispatch() catches Exception and stores it in the exception instance variable.
cb - Variable in class java.io.BufferedReader
 
cb - Variable in class java.io.BufferedWriter
 
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
center - Variable in class java.awt.BorderLayout
Constant to specify components location to be the center portion of the border layout.
CENTER - Static variable in class java.awt.GridBagConstraints
Put the component in the center of its display area.
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.Label
Indicates that the label should be centered.
CENTER - Static variable in class java.awt.BorderLayout
The center layout constraint (middle of container).
CENTER_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY and getAlignmentX.
CENTER_BASELINE - Static variable in class java.awt.Font
The baseline used in ideographic scripts like Chinese, Japanese, and Korean when laying out text
changed - Variable in class java.util.Observable
 
changeKeyEventFocus(Object) - Method in class java.awt.EventQueue
 
changeSupport - Variable in class com.jjt.utbeg.UserParameters
Utility Object for registering and notifying PropertyChangeListeners.
changeSupport - Variable in class java.awt.Component
If any PropertyChangeListeners have been registered, the changeSupport field describes them.
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 use this for the keyChar value.
Character - class java.lang.Character.
The Character class wraps a value of the primitive type char in an object.
Character.Subset - class java.lang.Character.Subset.
Instances of this class represent particular subsets of the Unicode character set.
Character.Subset(String) - Constructor for class java.lang.Character.Subset
Constructs a new Subset instance.
Character.UnicodeBlock - class java.lang.Character.UnicodeBlock.
A family of character subsets representing the character blocks defined by the Unicode 2.0 specification.
Character.UnicodeBlock(String) - Constructor for class java.lang.Character.UnicodeBlock
 
Character(char) - Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
CharArrayReader - class java.io.CharArrayReader.
This class implements a character buffer that can be used as a character-input stream.
CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
Create an CharArrayReader from the specified array of chars.
CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
Create an CharArrayReader from the specified array of chars.
CharArrayWriter - class java.io.CharArrayWriter.
This class implements a character buffer that can be used as an Writer.
CharArrayWriter() - Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter.
CharArrayWriter(int) - Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter with the specified initial size.
charAt(int) - Method in class java.lang.StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
CharConversionException - exception java.io.CharConversionException.
base class for character conversion exceptions
CharConversionException() - Constructor for class java.io.CharConversionException
provides no detailed message
CharConversionException(String) - Constructor for class java.io.CharConversionException
provides a detailed message
charOut - Variable in class java.io.PrintStream
 
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() - Method in class java.lang.ClassLoader
 
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(File, boolean) - Method in class java.io.FileSystem
Check whether the file or directory denoted by the given abstract pathname may be accessed by this process.
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.
checkAll(boolean, boolean) - Method in class java.awt.MediaTracker
 
checkAndCreate(String, SecurityManager) - Static method in class java.io.File
 
checkAwtEventQueueAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the AWT event queue.
checkAwtEventQueuePermission - Static variable in class java.lang.SecurityManager
 
Checkbox - class java.awt.Checkbox.
A check box is a graphical component that can be in either an "on" (true) or "off" (false) state.
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 and sets the specified state.
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 - class java.awt.CheckboxGroup.
The CheckboxGroup class is used to group together a set of Checkbox buttons.
CheckboxGroup() - Constructor for class java.awt.CheckboxGroup
Creates a new instance of CheckboxGroup.
CheckboxMenuItem - class java.awt.CheckboxMenuItem.
This class represents a check box that can be included in a menu.
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.
checkboxMenuItemSerializedDataVersion - Variable in class java.awt.CheckboxMenuItem
 
checkboxSerializedDataVersion - Variable in class java.awt.Checkbox
 
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.
checkError() - Method in class java.io.PrintWriter
Flush the stream and check its error state.
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
checkExec(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a subprocess.
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.
checkField(String, Class) - Method in class java.io.ObjectInputStream.GetFieldImpl
 
checkForComodification() - Method in class java.util.LinkedList.ListItr
 
checkForComodification() - Method in class java.util.AbstractList.Itr
 
checkForComodification() - Method in class java.util.SubList
 
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.
checkID(int, boolean, boolean) - Method in class java.awt.MediaTracker
 
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.
checkImage(Image, int, int, ImageObserver) - Method in class java.awt.LightweightPeer
 
checkIO() - Static method in class java.lang.System
 
checkLayout(Container) - Method in class java.awt.CardLayout
Make sure that the Container really has a CardLayout installed.
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
Throws a SecurityException if the calling thread is not allowed to access members.
checkMemberAccess(int, ClassLoader) - Method in class java.lang.Class
 
checkMemberAccessPermission - Static variable in class java.lang.SecurityManager
 
checkMulticast(InetAddress) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress, byte) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not 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.
checkPermission(Permission) - Method in class java.lang.SecurityManager
Throws a SecurityException if the requested access, specified by the given permission, is not permitted based on the security policy currently in effect.
checkPermission(Permission, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is denied access to the resource specified by the given permission.
checkPrintJobAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to 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
Determines whether the permission with the specified permission target name should be granted or denied.
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.
checkSpecialClasses(Object) - Method in class java.io.ObjectOutputStream
 
checkSubstitutableSpecialClasses(Object, Class) - Method in class java.io.ObjectOutputStream
 
checkSuperMethodAccess(Method) - Method in class java.io.ObjectStreamClass
 
checkSystemClipboardAccess() - Method in class java.awt.TextComponent
Assigns a valid value to the canAccessClipboard instance variable.
checkSystemClipboardAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access 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.
child - Variable in class java.awt.event.ContainerEvent
The non-null component that is being added or removed from the Container.
children - Variable in class java.beans.VetoableChangeSupport
Hashtable for managing listeners for specific properties.
children - Variable in class java.beans.PropertyChangeSupport
Hashtable for managing listeners for specific properties.
childValue(Object) - Method in class java.lang.InheritableThreadLocal
Computes the child's initial value for this InheritableThreadLocal as a function of the parent's value at the time the child Thread is created.
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 - class java.awt.Choice.
The Choice class presents a pop-up menu of choices.
Choice() - Constructor for class java.awt.Choice
Creates a new choice menu.
choiceSerializedDataVersion - Variable in class java.awt.Choice
 
CJK_COMPATIBILITY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_COMPATIBILITY_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_UNIFIED_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
Class - class java.lang.Class.
Instances of the class Class represent classes and interfaces in a running Java application.
Class() - Constructor for class java.lang.Class
 
ClassCastException - exception java.lang.ClassCastException.
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
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 - error java.lang.ClassCircularityError.
Thrown when a circularity has been detected while initializing a class.
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
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
classdesc - Variable in class java.io.ObjectInputStream
 
classDescStack - Variable in class java.io.ObjectOutputStream
 
classes - Variable in class java.io.ObjectInputStream
 
classes - Variable in class java.lang.ClassLoader
 
ClassFormatError - error java.lang.ClassFormatError.
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
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 - class java.lang.ClassLoader.
The class ClassLoader is an abstract class.
ClassLoader.NativeLibrary - class java.lang.ClassLoader.NativeLibrary.
The inner class NativeLibrary denotes a loaded native library instance.
ClassLoader.NativeLibrary(Class, String) - Constructor for class java.lang.ClassLoader.NativeLibrary
 
ClassLoader() - Constructor for class java.lang.ClassLoader
Creates a new class loader using the ClassLoader returned by the method getSystemClassLoader() as the parent class loader.
ClassLoader(ClassLoader) - Constructor for class java.lang.ClassLoader
Creates a new class loader using the specified parent class loader for delegation.
classLoaderDepth() - Method in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
classLoaderDepth0() - Method in class java.lang.SecurityManager
 
classname - Variable in class java.io.InvalidClassException
 
className - Variable in class java.util.MissingResourceException
The class name of the resource bundle requested by the user.
ClassNotFoundException - exception java.lang.ClassNotFoundException.
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
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.
ClassNotFoundException(String, Throwable) - Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message and optional exception that was raised while loading the class.
clazz - Variable in class java.io.ObjectStreamField
 
Clear - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque CLEAR rule with an alpha of 1.0f.
CLEAR - Static variable in class java.awt.AlphaComposite
Porter-Duff Clear rule.
clear() - Method in class java.awt.RenderingHints
Clears this RenderingHints object of all key/value pairs.
clear() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by removeAll().
clear() - Method in class java.util.AbstractMap
Removes all mappings from this map (optional operation).
clear() - Method in class java.util.WeakHashMap
Removes all mappings from this map.
clear() - Method in class java.util.AbstractCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in interface java.util.Set
Removes all of the elements from this set (optional operation).
clear() - Method in class java.util.HashMap
Removes all mappings from this map.
clear() - Method in class java.util.Calendar
Clears the values of all the time fields.
clear() - Method in class java.util.AbstractList
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.Collections.UnmodifiableCollection
 
clear() - Method in class java.util.Collections.UnmodifiableMap
 
clear() - Method in class java.util.Collections.SynchronizedCollection
 
clear() - Method in class java.util.Collections.SynchronizedMap
 
clear() - Method in class java.util.TreeSet
Removes all of the elements from this set.
clear() - Method in interface java.util.Map
Removes all mappings from this map (optional operation).
clear() - Method in class java.util.Vector
Removes all of the elements from this Vector.
clear() - Method in class java.util.LinkedList
Removes all of the elements from this list.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class java.util.Hashtable.KeySet
 
clear() - Method in class java.util.Hashtable.EntrySet
 
clear() - Method in class java.util.Hashtable.ValueCollection
 
clear() - Method in interface java.util.Collection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.HashSet
Removes all of the elements from this set.
clear() - Method in interface java.util.List
Removes all of the elements from this list (optional operation).
clear() - Method in class java.util.TreeMap
Removes all mappings from this TreeMap.
clear() - Method in class java.util.ArrayList
Removes all of the elements from this list.
clear(int) - Method in class java.util.Calendar
Clears the value in the given time field.
clear(int) - Method in class java.util.BitSet
Sets the bit specified by the index to false.
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, so that the hasChanged method will now return false.
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.
clickCount - Variable in class java.awt.Event
For MOUSE_DOWN events, this field indicates the number of consecutive clicks.
clickCount - Variable in class java.awt.event.MouseEvent
Indicates the number of quick consecutive clicks of a mouse button.
clip(Shape) - Method in class java.awt.Graphics2D
Intersects the current Clip with the interior of the specified Shape and sets the Clip to the resulting intersection.
clipFillRaster(int[], int, int, int, int, double, double, double) - Method in class java.awt.GradientPaintContext
 
clipRect(int, int, int, int) - Method in class java.awt.Graphics
Intersects the current clip with the specified rectangle.
clone() - Method in class java.awt.GridBagConstraints
Creates a copy of this grid bag constraint.
clone() - Method in class java.awt.RenderingHints
Creates a clone of this RenderingHints object that has the same contents as this RenderingHints object.
clone() - Method in class java.awt.Insets
Create a copy of this object.
clone() - Method in class java.util.HashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() - Method in class java.util.HashMap.Entry
 
clone() - Method in class java.util.Calendar
Overrides Cloneable
clone() - Method in class java.util.TreeSet
Returns a shallow copy of this TreeSet instance.
clone() - Method in class java.util.TimeZone
Overrides Cloneable
clone() - Method in class java.util.Vector
Returns a clone of this vector.
clone() - Method in class java.util.LinkedList
Returns a shallow copy of this LinkedList.
clone() - Method in class java.util.SimpleTimeZone
Overrides Cloneable
clone() - Method in class java.util.BitSet
Cloning this BitSet produces a new BitSet that is equal to it.
clone() - Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone() - Method in class java.util.Hashtable.Entry
 
clone() - Method in class java.util.Locale
Overrides Cloneable
clone() - Method in class java.util.Date
Return a copy of this object.
clone() - Method in class java.util.HashSet
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
clone() - Method in class java.util.TreeMap
Returns a shallow copy of this TreeMap instance.
clone() - Method in class java.util.ArrayList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class java.lang.Object
Creates and returns a copy of this object.
Cloneable - interface java.lang.Cloneable.
A class implements the Cloneable interface to indicate to the Object.clone() method that it is legal for that method to make a field-for-field copy of instances of that class.
CloneNotSupportedException - exception java.lang.CloneNotSupportedException.
Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
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() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in interface java.io.ObjectInput
Closes the input stream.
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in class java.io.OutputStreamWriter
Close the stream.
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.ObjectOutputStream
Closes the stream.
close() - Method in class java.io.FilterOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.ByteArrayInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.BufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PushbackInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterReader
Close the stream.
close() - Method in class java.io.PushbackReader
Close the stream.
close() - Method in class java.io.StringReader
Close the stream.
close() - Method in class java.io.FileOutputStream
Closes this file output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PipedOutputStream
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.FilterWriter
Close the stream.
close() - Method in class java.io.PipedInputStream
Closes this piped input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedWriter
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.BufferedReader
Close the stream.
close() - Method in class java.io.ByteArrayOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PipedReader
Closes this piped stream and releases any system resources associated with the stream.
close() - Method in class java.io.PrintWriter
Close the stream.
close() - Method in class java.io.SequenceInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.RandomAccessFile
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in class java.io.PrintStream
Close the stream.
close() - Method in class java.io.CharArrayWriter
Close the stream.
close() - Method in class java.io.BufferedWriter
Close the stream.
close() - Method in interface java.io.ObjectOutput
Closes the stream.
close() - Method in class java.io.StringWriter
Close the stream.
close() - Method in class java.io.ObjectInputStream
Closes the input stream.
close() - Method in class java.io.CharArrayReader
Close the stream.
closed - Variable in class java.awt.BasicStroke.FillAdapter
 
closedByReader - Variable in class java.io.PipedInputStream
 
closedByReader - Variable in class java.io.PipedReader
 
closedByWriter - Variable in class java.io.PipedInputStream
 
closedByWriter - Variable in class java.io.PipedReader
 
closedSubpath() - Method in class java.awt.BasicStroke.FillAdapter
 
closing - Variable in class java.io.PrintStream
 
cm - Variable in class java.awt.ColorPaintContext
 
cmp(FDBigInt) - Method in class java.lang.FDBigInt
 
coalesceEvents(AWTEvent, AWTEvent) - Method in class java.awt.Component
Potentially coalesce an event being posted with an existing event.
codeBase - Variable in class java.beans.BeansAppletStub
 
colincx - Variable in class java.awt.TexturePaintContext
 
colincxerr - Variable in class java.awt.TexturePaintContext
 
colincy - Variable in class java.awt.TexturePaintContext
 
colincyerr - Variable in class java.awt.TexturePaintContext
 
Collection - interface java.util.Collection.
The root interface in the collection hierarchy.
Collections - class java.util.Collections.
This class consists exclusively of static methods that operate on or return collections.
Collections.ReverseComparator - class java.util.Collections.ReverseComparator.
 
Collections.ReverseComparator() - Constructor for class java.util.Collections.ReverseComparator
 
Collections.SynchronizedCollection - class java.util.Collections.SynchronizedCollection.
 
Collections.SynchronizedCollection(Collection) - Constructor for class java.util.Collections.SynchronizedCollection
 
Collections.SynchronizedCollection(Collection, Object) - Constructor for class java.util.Collections.SynchronizedCollection
 
Collections.SynchronizedList - class java.util.Collections.SynchronizedList.
 
Collections.SynchronizedList(List) - Constructor for class java.util.Collections.SynchronizedList
 
Collections.SynchronizedList(List, Object) - Constructor for class java.util.Collections.SynchronizedList
 
Collections.SynchronizedMap - class java.util.Collections.SynchronizedMap.
 
Collections.SynchronizedMap(Map) - Constructor for class java.util.Collections.SynchronizedMap
 
Collections.SynchronizedMap(Map, Object) - Constructor for class java.util.Collections.SynchronizedMap
 
Collections.SynchronizedSet - class java.util.Collections.SynchronizedSet.
 
Collections.SynchronizedSet(Set) - Constructor for class java.util.Collections.SynchronizedSet
 
Collections.SynchronizedSet(Set, Object) - Constructor for class java.util.Collections.SynchronizedSet
 
Collections.SynchronizedSortedMap - class java.util.Collections.SynchronizedSortedMap.
 
Collections.SynchronizedSortedMap(SortedMap) - Constructor for class java.util.Collections.SynchronizedSortedMap
 
Collections.SynchronizedSortedMap(SortedMap, Object) - Constructor for class java.util.Collections.SynchronizedSortedMap
 
Collections.SynchronizedSortedSet - class java.util.Collections.SynchronizedSortedSet.
 
Collections.SynchronizedSortedSet(SortedSet) - Constructor for class java.util.Collections.SynchronizedSortedSet
 
Collections.SynchronizedSortedSet(SortedSet, Object) - Constructor for class java.util.Collections.SynchronizedSortedSet
 
Collections.UnmodifiableCollection - class java.util.Collections.UnmodifiableCollection.
 
Collections.UnmodifiableCollection(Collection) - Constructor for class java.util.Collections.UnmodifiableCollection
 
Collections.UnmodifiableList - class java.util.Collections.UnmodifiableList.
 
Collections.UnmodifiableList(List) - Constructor for class java.util.Collections.UnmodifiableList
 
Collections.UnmodifiableMap - class java.util.Collections.UnmodifiableMap.
 
Collections.UnmodifiableMap.UnmodifiableEntrySet - class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet.
We need this class in addition to UnmodifiableSet as Map.Entries themselves permit modification of the backing Map via their setValue operation.
Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry - class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry.
This "wrapper class" serves two purposes: it prevents the client from modifying the backing Map, by short-circuiting the setValue method, and it protects the backing Map against an ill-behaved Map.Entry that attempts to modify another Map Entry when asked to perform an equality check.
Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry(Map.Entry) - Constructor for class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry
 
Collections.UnmodifiableMap.UnmodifiableEntrySet(Set) - Constructor for class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet
 
Collections.UnmodifiableMap(Map) - Constructor for class java.util.Collections.UnmodifiableMap
 
Collections.UnmodifiableSet - class java.util.Collections.UnmodifiableSet.
 
Collections.UnmodifiableSet(Set) - Constructor for class java.util.Collections.UnmodifiableSet
 
Collections.UnmodifiableSortedMap - class java.util.Collections.UnmodifiableSortedMap.
 
Collections.UnmodifiableSortedMap(SortedMap) - Constructor for class java.util.Collections.UnmodifiableSortedMap
 
Collections.UnmodifiableSortedSet - class java.util.Collections.UnmodifiableSortedSet.
 
Collections.UnmodifiableSortedSet(SortedSet) - Constructor for class java.util.Collections.UnmodifiableSortedSet
 
Collections() - Constructor for class java.util.Collections
 
color - Variable in class java.awt.ColorPaintContext
 
color - Variable in class java.util.TreeMap.Entry
 
Color - class java.awt.Color.
A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace.
Color(ColorSpace, float[], float) - Constructor for class java.awt.Color
Creates a color in the color space of the supplied ColorSpace with the color components specified in the float array and the specified alpha.
Color(float, float, float) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0.0 - 1.0).
Color(float, float, float, float) - Constructor for class java.awt.Color
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0.0 - 1.0).
Color(int) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified combined RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
Color(int, boolean) - Constructor for class java.awt.Color
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
Color(int, int, int) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0 - 255).
Color(int, int, int, int) - Constructor for class java.awt.Color
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0 - 255).
color1 - Variable in class java.awt.GradientPaint
 
color2 - Variable in class java.awt.GradientPaint
 
colorModel - Variable in class java.awt.TexturePaintContext
 
colorOf(TreeMap.Entry) - Static method in class java.util.TreeMap
Balancing operations.
ColorPaintContext - class java.awt.ColorPaintContext.
 
ColorPaintContext(int, ColorModel) - Constructor for class java.awt.ColorPaintContext
 
cols - Variable in class java.awt.GridLayout
This is the number of columns specified for the grid.
columns - Variable in class java.awt.TextField
The number of columns in the TextField.
columns - Variable in class java.awt.TextArea
The number of columns in the TextArea.
columnWeights - Variable in class java.awt.GridBagLayout
This field holds the overrides to the column weights.
columnWidths - Variable in class java.awt.GridBagLayout
This field holds the overrides to the column minimum width.
com.jjt.utbeg - package com.jjt.utbeg
 
COMBINING_DIACRITICAL_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
COMBINING_HALF_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
COMBINING_MARKS_FOR_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
COMBINING_SPACING_MARK - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
command(Object) - Static method in class java.lang.Compiler
Examines the argument type and its fields and perform some documented operation.
commentChar(int) - Method in class java.io.StreamTokenizer
Specified that the character argument starts a single-line comment.
committedCharacterCount - Variable in class java.awt.event.InputMethodEvent
 
Comparable - interface java.lang.Comparable.
This interface imposes a total ordering on the objects of each class that implements it.
comparator - Variable in class java.util.TreeMap
The Comparator used to maintain order in this TreeMap, or null if this TreeMap uses its elements natural ordering.
Comparator - interface java.util.Comparator.
A comparison function, which imposes a total ordering on some collection of objects.
comparator() - Method in class java.util.Collections.UnmodifiableSortedSet
 
comparator() - Method in class java.util.Collections.UnmodifiableSortedMap
 
comparator() - Method in class java.util.Collections.SynchronizedSortedSet
 
comparator() - Method in class java.util.Collections.SynchronizedSortedMap
 
comparator() - Method in class java.util.TreeSet
Returns the comparator used to order this sorted set, or null if this tree map uses its keys natural ordering.
comparator() - Method in interface java.util.SortedSet
Returns the comparator associated with this sorted set, or null if it uses its elements' natural ordering.
comparator() - Method in class java.util.TreeMap
Returns the comparator used to order this map, or null if this map uses its keys' natural order.
comparator() - Method in class java.util.TreeMap.SubMap
 
comparator() - Method in interface java.util.SortedMap
Returns the comparator associated with this sorted map, or null if it uses its keys' natural ordering.
compare(File, File) - Method in class java.io.FileSystem
Compare two abstract pathnames lexicographically.
compare(Object, Object) - Method in class java.util.Collections.ReverseComparator
 
compare(Object, Object) - Method in interface java.util.Comparator
Compares its two arguments for order.
compare(Object, Object) - Method in class java.util.TreeMap
Compares two keys using the correct comparison method for this TreeMap.
compare(Object, Object) - Method in class java.io.ObjectStreamClass.CompareClassByName
 
compare(Object, Object) - Method in class java.io.ObjectStreamClass.CompareMemberByName
 
compare(Object, Object) - Method in class java.io.ObjectStreamClass.MethodSignature
 
compareClassByName - Static variable in class java.io.ObjectStreamClass
 
compareClassNames(String, String, char) - Static method in class java.io.ObjectStreamClass
 
compareMemberByName - Static variable in class java.io.ObjectStreamClass
 
compareTo(Byte) - Method in class java.lang.Byte
Compares two Bytes numerically.
compareTo(Character) - Method in class java.lang.Character
Compares two Characters numerically.
compareTo(Date) - Method in class java.util.Date
Compares two Dates for ordering.
compareTo(Double) - Method in class java.lang.Double
Compares two Doubles numerically.
compareTo(File) - Method in class java.io.File
Compares two abstract pathnames lexicographically.
compareTo(Float) - Method in class java.lang.Float
Compares two Floats numerically.
compareTo(Integer) - Method in class java.lang.Integer
Compares two Integers numerically.
compareTo(Long) - Method in class java.lang.Long
Compares two Longs numerically.
compareTo(Object) - Method in class java.util.Date
Compares this Date to another Object.
compareTo(Object) - Method in class java.io.ObjectStreamField
Compare this field with another ObjectStreamField.
compareTo(Object) - Method in class java.io.File
Compares this abstract pathname to another object.
compareTo(Object) - Method in class java.lang.Byte
Compares this Byte to another Object.
compareTo(Object) - Method in class java.lang.Character
Compares this Character to another Object.
compareTo(Object) - Method in class java.lang.Short
Compares this Short to another Object.
compareTo(Object) - Method in class java.lang.Double
Compares this Double to another Object.
compareTo(Object) - Method in class java.lang.Long
Compares this Long to another Object.
compareTo(Object) - Method in class java.lang.Float
Compares this Float to another Object.
compareTo(Object) - Method in interface java.lang.Comparable
Compares this object with the specified object for order.
compareTo(Object) - Method in class java.lang.String
Compares this String to another Object.
compareTo(Object) - Method in class java.lang.Integer
Compares this Integer to another Object.
compareTo(Short) - Method in class java.lang.Short
Compares two Shorts numerically.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
compareToIgnoreCase(String) - Method in class java.lang.String
Compares two strings lexicographically, ignoring case considerations.
compareToRule(int, int, int, int, int, int, int, int, int, int) - Static method in class java.util.SimpleTimeZone
Compare a given date in the year to a rule.
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.
Compiler - class java.lang.Compiler.
The Compiler class is provided to support Java-to-native-code compilers and related services.
Compiler() - Constructor for class java.lang.Compiler
 
COMPLETE - Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of media was completed successfully.
COMPLETE - Static variable in class java.awt.MediaEntry
 
complete() - Method in class java.util.Calendar
Fills in any unset fields in the time field list.
component - Variable in class java.awt.Container
The components in this container.
Component - class java.awt.Component.
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
COMPONENT_ADDED - Static variable in class java.awt.event.ContainerEvent
This event indicates that a component was added to the container.
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
The first number in the range of ids used for component events.
COMPONENT_HIDDEN - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component was rendered invisible.
COMPONENT_LAST - Static variable in class java.awt.event.ComponentEvent
The last number in the range of ids used for component events.
COMPONENT_MOVED - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component's position changed.
COMPONENT_REMOVED - Static variable in class java.awt.event.ContainerEvent
This event indicates that a component was removed from the container.
COMPONENT_RESIZED - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component's size changed.
COMPONENT_SHOWN - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component was made visible.
Component.AWTTreeLock - class java.awt.Component.AWTTreeLock.
 
Component.AWTTreeLock() - Constructor for class java.awt.Component.AWTTreeLock
 
Component.NativeInLightFixer - class java.awt.Component.NativeInLightFixer.
This odd class is to help out a native component that has been embedded in a lightweight component.
Component.NativeInLightFixer(Component) - Constructor for class java.awt.Component.NativeInLightFixer
 
Component() - Constructor for class java.awt.Component
Constructs a new component.
ComponentAdapter - class java.awt.event.ComponentAdapter.
An abstract adapter class for receiving component events.
ComponentAdapter() - Constructor for class java.awt.event.ComponentAdapter
 
componentAdded(ContainerEvent) - Method in class java.awt.Component.NativeInLightFixer
Invoked when a component has been added to a lightweight parent.
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
Invoked when a component has been added to the container.
componentAdded(ContainerEvent) - Method in interface java.awt.event.ContainerListener
Invoked when a component has been added to the container.
ComponentEvent - class java.awt.event.ComponentEvent.
A low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).
ComponentEvent(Component, int) - Constructor for class java.awt.event.ComponentEvent
Constructs a ComponentEvent object.
componentHidden(ComponentEvent) - Method in class java.awt.Component.NativeInLightFixer
Invoked when component has been hidden.
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 interface java.awt.event.ComponentListener
Invoked when the component has been made invisible.
componentHidden(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component has been made invisible.
componentListener - Variable in class java.awt.Component
 
ComponentListener - interface java.awt.event.ComponentListener.
The listener interface for receiving component events.
componentListenerK - Static variable in class java.awt.Component
 
componentMoved(ComponentEvent) - Method in class java.awt.Component.NativeInLightFixer
Invoked when one of the lightweight parents has been moved.
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 interface java.awt.event.ComponentListener
Invoked when the component's position changes.
componentMoved(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component's position changes.
componentOrientation - Variable in class java.awt.Component
The orientation for this component.
ComponentOrientation - class java.awt.ComponentOrientation.
The ComponentOrientation class encapsulates the language-sensitive orientation that is to be used to order the elements of a component or of text.
ComponentOrientation(int) - Constructor for class java.awt.ComponentOrientation
 
componentRemoved(ContainerEvent) - Method in class java.awt.Component.NativeInLightFixer
Invoked when a lightweight parent has been removed.
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
Invoked when a component has been removed from the container.
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.Component.NativeInLightFixer
Invoked when one of the lightweight parents has been resized.
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 interface java.awt.event.ComponentListener
Invoked when the component's size changes.
componentResized(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component's size changes.
componentSerializedDataVersion - Variable in class java.awt.Component
Component Serialized Data Version.
componentShown(ComponentEvent) - Method in class java.awt.Component.NativeInLightFixer
Invoked when a lightweight parent component has been shown.
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 interface java.awt.event.ComponentListener
Invoked when the component has been made visible.
componentShown(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component has been made visible.
compose(Raster, Raster, WritableRaster) - Method in class java.awt.AlphaCompositeContext
This method composes the two source tiles and places the result in the destination tile.
compose(Raster, Raster, WritableRaster) - Method in interface java.awt.CompositeContext
Composes the two source Raster objects and places the result in the destination WritableRaster.
composeList(MessageFormat, String[]) - Static method in class java.util.Locale
Given a list of strings, return a list shortened to three elements.
Composite - interface java.awt.Composite.
The Composite interface, along with CompositeContext, defines the methods to compose a draw primitive with the underlying graphics area.
CompositeContext - interface java.awt.CompositeContext.
The CompositeContext interface defines the encapsulated and optimized environment for a compositing operation.
compressedCtry2LangMapping - Static variable in class java.util.Locale
 
compressedIsoCountries - Static variable in class java.util.Locale
 
compressedIsoLanguages - Static variable in class java.util.Locale
 
comptable - Variable in class java.awt.GridBagLayout
This hashtable maintains the association between a component and its gridbag constraints.
computeFieldInfo() - Method in class java.io.ObjectStreamClass
 
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value time to field values in fields[].
computeFields() - Method in class java.util.GregorianCalendar
Overrides Calendar Converts UTC as milliseconds to time field values.
computeJulianDay(boolean, int) - Method in class java.util.GregorianCalendar
Compute the Julian day number under either the Gregorian or the Julian calendar, using the given year and the remaining fields.
computeRedLevel(int) - Static method in class java.util.TreeMap
Find the level down to which to assign all nodes BLACK.
computeSerialVersionUID(Class) - Static method in class java.io.ObjectStreamClass
 
computeTime() - Method in class java.util.Calendar
Converts the current field values in fields[] to the millisecond time value time.
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.
ConcurrentModificationException - exception java.util.ConcurrentModificationException.
This exception may be thrown by methods that have detected concurrent modification of a backing object when such modification is not permissible.
ConcurrentModificationException() - Constructor for class java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with no detail message.
ConcurrentModificationException(String) - Constructor for class java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with the specified detail message.
connect(PipedInputStream) - Method in class java.io.PipedOutputStream
Connects this piped output stream to a receiver.
connect(PipedOutputStream) - Method in class java.io.PipedInputStream
Causes this piped input stream to be connected to the piped output stream src.
connect(PipedReader) - Method in class java.io.PipedWriter
Connects this piped writer to a receiver.
connect(PipedWriter) - Method in class java.io.PipedReader
Causes this piped reader to be connected to the piped writer src.
connected - Variable in class java.io.PipedInputStream
 
connected - Variable in class java.io.PipedReader
 
CONNECTOR_PUNCTUATION - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
connectOwnedWindow(Window) - Method in class java.awt.Window
 
constrained - Variable in class java.beans.PropertyDescriptor
 
constructComponentName() - Method in class java.awt.Component
Construct a name for this component.
constructComponentName() - Method in class java.awt.Panel
Construct a name for this component.
constructComponentName() - Method in class java.awt.Canvas
Construct a name for this component.
constructComponentName() - Method in class java.awt.MenuComponent
Construct a name for this MenuComponent.
constructComponentName() - Method in class java.awt.MenuBar
Construct a name for this MenuComponent.
constructComponentName() - Method in class java.awt.Checkbox
Construct a name for this component.
constructComponentName() - Method in class java.awt.ScrollPane
Construct a name for this component.
constructComponentName() - Method in class java.awt.Scrollbar
Construct a name for this component.
constructComponentName() - Method in class java.awt.Choice
Construct a name for this component.
constructComponentName() - Method in class java.awt.Window
Construct a name for this component.
constructComponentName() - Method in class java.awt.MenuItem
Construct a name for this MenuComponent.
constructComponentName() - Method in class java.awt.CheckboxMenuItem
Construct a name for this MenuComponent.
constructComponentName() - Method in class java.awt.Frame
Construct a name for this component.
constructComponentName() - Method in class java.awt.Button
Construct a name for this component.
constructComponentName() - Method in class java.awt.TextField
Construct a name for this component.
constructComponentName() - Method in class java.awt.Menu
Construct a name for this MenuComponent.
constructComponentName() - Method in class java.awt.PopupMenu
Construct a name for this MenuComponent.
constructComponentName() - Method in class java.awt.Dialog
Construct a name for this component.
constructComponentName() - Method in class java.awt.FileDialog
Construct a name for this component.
constructComponentName() - Method in class java.awt.TextArea
Construct a name for this component.
constructComponentName() - Method in class java.awt.List
Construct a name for this component.
constructComponentName() - Method in class java.awt.Label
Construct a name for this component.
constructPow52(int, int) - Static method in class java.lang.FloatingDecimal
 
constructSearchKey(String, Class) - Static method in class java.io.ObjectStreamField
 
consume() - Method in class java.awt.Event
 
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.
consume() - Method in class java.awt.event.InputMethodEvent
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.Event
This field controls whether or not the event is sent back down to the peer once the target has processed it - false means it's sent to the peer, true means it's not.
consumed - Variable in class java.awt.AWTEvent
 
Container - class java.awt.Container.
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
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
The first number in the range of ids used for container events.
CONTAINER_LAST - Static variable in class java.awt.event.ContainerEvent
The last number in the range of ids used for container events.
Container() - Constructor for class java.awt.Container
Constructs a new Container.
ContainerAdapter - class java.awt.event.ContainerAdapter.
An abstract adapter class for receiving container events.
ContainerAdapter() - Constructor for class java.awt.event.ContainerAdapter
 
ContainerEvent - class java.awt.event.ContainerEvent.
A low-level event which indicates that a container's contents changed because a component was added or removed.
ContainerEvent(Component, int, Component) - Constructor for class java.awt.event.ContainerEvent
Constructs a ContainerEvent object.
containerListener - Variable in class java.awt.Container
 
ContainerListener - interface java.awt.event.ContainerListener.
The listener interface for receiving container events.
containerListenerK - Static variable in class java.awt.Component
 
containerSerializedDataVersion - Variable in class java.awt.Container
 
contains(double, double) - Method in interface java.awt.Shape
Tests if the specified coordinates are inside the boundary of the Shape.
contains(double, double) - Method in class java.awt.Polygon
Tests if the specified coordinates are inside the boundary of the Shape.
contains(double, double, double, double) - Method in interface java.awt.Shape
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(double, double, double, double) - Method in class java.awt.Polygon
Tests if the interior of this Polygon entirely contains the specified set of rectangular coordinates.
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 coordinates are contained in this Polygon.
contains(int, int) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle contains the point at the specified location (xy).
contains(int, int, int, int) - Method in class java.awt.Rectangle
Checks whether this Rectangle entirely contains the Rectangle at the specified location (XY) with the specified dimensions (WH).
contains(Object) - Method in class java.util.AbstractCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in interface java.util.Set
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Collections.UnmodifiableCollection
 
contains(Object) - Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet
This method is overridden to protect the backing set against an object with a nefarious equals function that senses that the equality-candidate is Map.Entry and calls its setValue method.
contains(Object) - Method in class java.util.Collections.SynchronizedCollection
 
contains(Object) - Method in class java.util.TreeSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Vector
Tests if the specified object is a component in this vector.
contains(Object) - Method in class java.util.LinkedList
Returns true if this list contains the specified element.
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.Hashtable.KeySet
 
contains(Object) - Method in class java.util.Hashtable.EntrySet
 
contains(Object) - Method in class java.util.Hashtable.ValueCollection
 
contains(Object) - Method in interface java.util.Collection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.HashSet
Returns true if this set contains the specified element.
contains(Object) - Method in interface java.util.List
Returns true if this list contains the specified element.
contains(Object) - Method in class java.util.TreeMap.SubMap.EntrySetView
 
contains(Object) - Method in class java.util.ArrayList
Returns true if this list contains the specified element.
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 this Polygon.
contains(Point) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle contains the specified Point.
contains(Point2D) - Method in interface java.awt.Shape
Tests if a specified Point2D is inside the boundary of the Shape.
contains(Point2D) - Method in class java.awt.Polygon
Tests if a specified Point2D is inside the boundary of this Polygon.
contains(Rectangle) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle entirely contains the specified Rectangle.
contains(Rectangle2D) - Method in interface java.awt.Shape
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
contains(Rectangle2D) - Method in class java.awt.Polygon
Tests if the interior of this Polygon entirely contains the specified Rectangle2D.
containsAll(Collection) - Method in class java.util.AbstractCollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in interface java.util.Set
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection) - Method in class java.util.Collections.UnmodifiableCollection
 
containsAll(Collection) - Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet
The next two methods are overridden to protect against an unscrupulous List whose contains(Object o) method senses when o is a Map.Entry, and calls o.setValue.
containsAll(Collection) - Method in class java.util.Collections.SynchronizedCollection
 
containsAll(Collection) - Method in class java.util.Vector
Returns true if this Vector contains all of the elements in the specified Collection.
containsAll(Collection) - Method in interface java.util.Collection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in interface java.util.List
Returns true if this list contains all of the elements of the specified collection.
containsKey(Object) - Method in class java.awt.RenderingHints
Returns true if this RenderingHints contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.AbstractMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.WeakHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.HashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.Collections.UnmodifiableMap
 
containsKey(Object) - Method in class java.util.Collections.SynchronizedMap
 
containsKey(Object) - Method in interface java.util.Map
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
containsKey(Object) - Method in class java.util.TreeMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.TreeMap.SubMap
 
containsValue(Object) - Method in class java.awt.RenderingHints
Returns true if this RenderingHints maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.AbstractMap
Returns true if this map maps one or more keys to this value.
containsValue(Object) - Method in class java.util.HashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.Collections.UnmodifiableMap
 
containsValue(Object) - Method in class java.util.Collections.SynchronizedMap
 
containsValue(Object) - Method in interface java.util.Map
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.Hashtable
Returns true if this Hashtable maps one or more keys to this value. Note that this method is identical in functionality to contains (which predates the Map interface).
containsValue(Object) - Method in class java.util.TreeMap
Returns true if this map maps one or more keys to the specified value.
contentPane - Variable in class com.jjt.utbeg.BorderPanel
 
context - Variable in class java.beans.BeansAppletStub
 
contextClassLoader - Variable in class java.lang.Thread
 
continueLine(String) - Method in class java.util.Properties
 
control - Static variable in class java.awt.SystemColor
The background color for control objects.
CONTROL - Static variable in class java.awt.SystemColor
The array index for the control background color.
CONTROL - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
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_PICTURES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
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.
convertInto(char[], int, int) - Method in class java.io.InputStreamReader
 
convertRaster(Raster, ColorModel, ColorModel) - Method in class java.awt.AlphaCompositeContext
 
convertToOld() - Method in class java.awt.AWTEvent
 
copy() - Method in class java.lang.StringBuffer
Copies the buffer value.
copy(List, List) - Static method in class java.util.Collections
Copies all of the elements from one list into another.
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.
copyDataFieldInto(AWTEvent) - Method in class java.awt.AWTEvent
Copies the "data" instance variable from this event into that.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
copyPrivateDataInto(AWTEvent) - Method in class java.awt.AWTEvent
Copies all private data from this event into that.
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.
count - Variable in class java.util.HashMap
The total number of mappings in the hash table.
count - Variable in class java.util.Hashtable
The total number of entries in the hash table.
count - Variable in class java.io.ObjectOutputStream
 
count - Variable in class java.io.BufferedOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.BufferedInputStream
The index one greater than the index of the last valid byte in the buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.CharArrayWriter
The number of chars in the buffer.
count - Variable in class java.io.StringBufferInputStream
Deprecated. The number of valid characters in the input stream buffer.
count - Variable in class java.io.ObjectInputStream
 
count - Variable in class java.io.CharArrayReader
Number of valid characters in buffer
count - Variable in class java.lang.StringBuffer
The count is the number of characters in the buffer.
count - Variable in class java.lang.String
The count is the number of characters in the String.
countBits(long) - Static method in class java.lang.FloatingDecimal
 
countComponents() - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by getComponentCount().
counter - Static variable in class java.io.File
 
countItems() - Method in class java.awt.Choice
Deprecated. As of JDK version 1.1, replaced by getItemCount().
countItems() - Method in class java.awt.Menu
Deprecated. As of JDK version 1.1, replaced by getItemCount().
countItems() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getItemCount().
countItemsImpl() - Method in class java.awt.Menu
 
countMenus() - Method in class java.awt.MenuBar
Deprecated. As of JDK version 1.1, replaced by getMenuCount().
countObservers() - Method in class java.util.Observable
Returns the number of observers of this Observable object.
country - Variable in class java.util.Locale
 
countStackFrames() - Method in class java.lang.Thread
Deprecated. The definition of this call depends on Thread.suspend(), which is deprecated. Further, the results of this call were never well-defined.
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.
cpath - Variable in class java.io.FilePermission
 
create() - Method in class java.awt.Graphics
Creates a new Graphics object that is a copy of this Graphics object.
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(Object) - Static method in class java.util.WeakHashMap.WeakKey
 
create(Object, ReferenceQueue) - Static method in class java.util.WeakHashMap.WeakKey
 
createAndLayoutDisplayComponents() - Method in class com.jjt.utbeg.Applet1
Creates and places the components used to display the static values received into this exercise from previous exercises.
createAndLayoutInputComponents() - Method in class com.jjt.utbeg.Applet1
Creates and places Components used for receiving parameter inputs from the human.
createAndLayoutViewerComponents() - Method in class com.jjt.utbeg.Applet1
Creates and places Components used for viewing the swath image, including the "depth" buttons and zoom in/out buttons.
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.
createClassLoaderPermission - Static variable in class java.lang.SecurityManager
 
createCompatibleImage(int, int) - Method in class java.awt.GraphicsConfiguration
Returns a BufferedImage with a data layout and color model compatible with this GraphicsConfiguration.
createCompatibleImage(int, int, int) - Method in class java.awt.GraphicsConfiguration
Returns a BufferedImage that supports the specified transparency and has a data layout and color model compatible with this GraphicsConfiguration.
createComponent(Component) - Method in class java.awt.Toolkit
Creates a peer for a component or container.
createContext(ColorModel, ColorModel, RenderingHints) - Method in class java.awt.AlphaComposite
Creates a context for the compositing operation.
createContext(ColorModel, ColorModel, RenderingHints) - Method in interface java.awt.Composite
Creates a context containing state that is used to perform the compositing operation.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class java.awt.TexturePaint
Creates and returns a context used to generate the color pattern.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class java.awt.GradientPaint
Creates and returns a context used to generate the color pattern.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class java.awt.Color
Create and return a PaintContext used to generate a solid color pattern.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class java.awt.SystemColor
Create and return a PaintContext used to generate a solid color pattern.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in interface java.awt.Paint
Creates and returns a PaintContext used to generate the color pattern.
createCustomCursor(Image, Point, String) - Method in class java.awt.Toolkit
Creates a new custom cursor object.
createDialog(Dialog) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Dialog using the specified peer interface.
createDirectory(File) - Method in class java.io.FileSystem
Create a new directory denoted by the given abstract pathname, returning true if and only if the operation succeeds.
createDragGestureRecognizer(Class, DragSource, Component, int, DragGestureListener) - Method in class java.awt.Toolkit
create a concrete, platform dependent, subclass of the abstract DragGestureRecognizer class requested, and associate it with the DragSource, Component and DragGestureListener specified subclasses should override this to provide their own implementation
createDragSourceContextPeer(DragGestureEvent) - Method in class java.awt.Toolkit
create the peer for a DragSourceContext
createDynamicHTMLPages() - Method in class edu.utexas.beg.agi.AGIServlet
Called during Servlet initialization to create the list of DynamicHTMLPages that will be served by this Object.
createFileDialog(FileDialog) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of FileDialog using the specified peer interface.
createFileExclusively(String) - Method in class java.io.FileSystem
Create a new empty file with the given pathname.
createFrame(Frame) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Frame using the specified peer interface.
createGlyphVector(FontRenderContext, char[]) - Method in class java.awt.Font
Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.
createGlyphVector(FontRenderContext, CharacterIterator) - Method in class java.awt.Font
Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.
createGlyphVector(FontRenderContext, int[]) - Method in class java.awt.Font
Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.
createGlyphVector(FontRenderContext, String) - Method in class java.awt.Font
Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.
createGraphics(BufferedImage) - Method in class java.awt.GraphicsEnvironment
Returns a Graphics2D object for rendering into the specified BufferedImage.
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(ImageProducer) - Method in class java.awt.LightweightPeer
 
createImage(int, int) - Method in class java.awt.Component
Creates an off-screen drawable image to be used for double buffering.
createImage(int, int) - Method in class java.awt.LightweightPeer
 
createImage(String) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified file.
createImage(URL) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
createInsets() - Method in class com.jjt.utbeg.BorderPanel
 
createIntersection(Rectangle2D) - Method in class java.awt.Rectangle
Returns a new Rectangle2D object representing the intersection of this Rectangle with the specified Rectangle2D.
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.
createNewFile() - Method in class java.io.File
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
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.
createStrokedShape(Shape) - Method in class java.awt.BasicStroke
Returns a Shape whose interior defines the stroked outline of a specified Shape.
createStrokedShape(Shape) - Method in interface java.awt.Stroke
Returns an outline Shape which encloses the area that should be painted when the Shape is stroked according to the rules defined by the object implementing the Stroke interface.
createTempFile(String, String) - Static method in class java.io.File
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
createTempFile(String, String, File) - Static method in class java.io.File
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.
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.
createUnion(Rectangle2D) - Method in class java.awt.Rectangle
Returns a new Rectangle2D object representing the union of this Rectangle with the specified Rectangle2D.
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
Deprecated. replaced by Cursor.CROSSHAIR_CURSOR.
cs - Variable in class java.awt.Color
The ColorSpace.
CT_ALPHA - Static variable in class java.io.StreamTokenizer
 
CT_COMMENT - Static variable in class java.io.StreamTokenizer
 
CT_DIGIT - Static variable in class java.io.StreamTokenizer
 
CT_QUOTE - Static variable in class java.io.StreamTokenizer
 
CT_WHITESPACE - Static variable in class java.io.StreamTokenizer
 
ctb - Variable in class java.io.OutputStreamWriter
 
ctbConverter - Static variable in class java.lang.String
 
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.
CTRL_MASK - Static variable in class java.awt.event.ActionEvent
The control modifier.
ctry2LangMapping - Static variable in class java.util.Locale
Table mapping ISO country codes to the ISO language codes of the languages spoken in those countries.
ctype - Variable in class java.io.StreamTokenizer
 
currCode - Variable in class java.io.ObjectInputStream
 
CURRENCY_SYMBOL - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
CURRENCY_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
currentClass - Variable in class java.io.ObjectInputStream
 
currentClassDesc - Variable in class java.io.ObjectOutputStream
 
currentClassDesc - Variable in class java.io.ObjectInputStream
 
currentClassLoader() - Method in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
currentClassLoader0() - Method in class java.lang.SecurityManager
 
currentGetFields - Variable in class java.io.ObjectInputStream
 
currentLoadedClass() - Method in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
currentLoadedClass0() - Method in class java.lang.SecurityManager
 
currentObject - Variable in class java.io.ObjectOutputStream
 
currentObject - Variable in class java.io.ObjectInputStream
 
currentPosition - Variable in class java.util.StringTokenizer
 
currentPutFields - Variable in class java.io.ObjectOutputStream
 
currentRuntime - Static variable in class java.lang.Runtime
 
currentSegment(double[]) - Method in class java.awt.Polygon.PolygonPathIterator
Returns the coordinates and type of the current path segment in the iteration.
currentSegment(float[]) - Method in class java.awt.Polygon.PolygonPathIterator
Returns the coordinates and type of the current path segment in the iteration.
currentSerialVersion - Static variable in class java.awt.FlowLayout
 
currentSerialVersion - Static variable in class java.util.Calendar
 
currentSerialVersion - Static variable in class java.util.SimpleTimeZone
 
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.
cursor - Variable in class java.awt.Component
The cursor displayed when pointer is over this component.
cursor - Variable in class java.util.AbstractList.Itr
Index of element to be returned by subsequent call to next.
Cursor - class java.awt.Cursor.
A class to encapsulate the bitmap representation of the mouse cursor.
Cursor(int) - Constructor for class java.awt.Cursor
Creates a new cursor object with the specified type.
Cursor(String) - Constructor for class java.awt.Cursor
Creates a new custom cursor object with the specified name. Note: this constructor should only be used by AWT implementations as part of their support for custom cursors.
CursorDotPrefix - Static variable in class java.awt.Cursor
 
cursorProperties - Static variable in class java.awt.Cursor
 
CUSTOM_CURSOR - Static variable in class java.awt.Cursor
The type associated with all custom cursors.
CUSTOM_ID - Static variable in class java.util.TimeZone
 
Customizer - interface java.beans.Customizer.
A customizer class provides a complete custom GUI for customizing a target Java Bean.
customizerClass - Variable in class java.beans.BeanDescriptor
 
cyan - Static variable in class java.awt.Color
The color cyan.
cycleFillRaster(int[], int, int, int, int, double, double, double) - Method in class java.awt.GradientPaintContext
 
cyclic - Variable in class java.awt.GradientPaint
 
cyclic - Variable in class java.awt.GradientPaintContext
 
CYRILLIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.

D

daemon - Variable in class java.lang.Thread
 
daemon - Variable in class java.lang.ThreadGroup
 
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 - Variable in class java.awt.BasicStroke
 
dash_phase - Variable in class java.awt.BasicStroke
 
DASH_PUNCTUATION - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
data - Variable in class java.awt.Event
 
data - Variable in class java.awt.AWTEvent
 
data - Variable in class java.io.ObjectOutputStream.PutFieldImpl
 
data - Variable in class java.io.ObjectInputStream
 
data - Variable in class java.io.ObjectInputStream.GetFieldImpl
 
data - Variable in class java.lang.FDBigInt
 
DataInput - interface java.io.DataInput.
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - class java.io.DataInputStream.
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a FilterInputStream and saves its argument, the input stream in, for later use.
DataOutput - interface java.io.DataOutput.
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - class java.io.DataOutputStream.
A data input stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
Date - class java.util.Date.
The class Date represents a specific instant in time, with millisecond precision.
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
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
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date) or GregorianCalendar(year + 1900, month, date).
Date(int, int, int, int, int) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min) or GregorianCalendar(year + 1900, month, date, hrs, min).
Date(int, int, int, int, int, int) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min, sec) or GregorianCalendar(year + 1900, month, date, hrs, min, sec).
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
Date(String) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.parse(String s).
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the ordinal number of the day of the week within the current month.
DAY_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the day number within the current year.
debug - Static variable in class java.awt.EventQueue
 
debug(String) - Static method in class java.util.ResourceBundle
 
debugFlag - Static variable in class java.util.ResourceBundle
For printf debugging.
decapitalize(String) - Static method in class java.beans.Introspector
Utility method to take a string and convert it to normal Java variable name capitalization.
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
decExponent - Variable in class java.lang.FloatingDecimal
 
DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
declaredMethodCache - Static variable in class java.beans.Introspector
 
decode(String) - Static method in class java.awt.Color
Converts a string to an integer and returns the specified opaque color.
decode(String) - Static method in class java.awt.Font
Returns the Font that the str argument describes.
decode(String) - Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String) - Static method in class java.lang.Short
Decodes a String into a Short.
decode(String) - Static method in class java.lang.Long
Decodes a String into a Long.
decode(String) - Static method in class java.lang.Integer
Decodes a String into an Integer.
decodeEndRule() - Method in class java.util.SimpleTimeZone
Decode the end rule and validate the parameters.
decodeRules() - Method in class java.util.SimpleTimeZone
Given a set of encoded rules in startDay and startDayOfMonth, decode them and set the startMode appropriately.
decodeStartRule() - Method in class java.util.SimpleTimeZone
Decode the start rule and validate the parameters.
decrementSize() - Method in class java.util.TreeMap
 
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
Deprecated. replaced by Cursor.DEFAULT_CURSOR.
DEFAULT_VISIBLE_ROWS - Static variable in class java.awt.List
The default number of visible rows is 4.
defaultBufferSize - Static variable in class java.io.BufferedInputStream
 
defaultByteBufferSize - Static variable in class java.io.InputStreamReader
 
defaultByteBufferSize - Static variable in class java.io.OutputStreamWriter
 
defaultCenturyStart - Static variable in class java.util.Date
 
defaultCharBufferSize - Static variable in class java.io.BufferedReader
 
defaultCharBufferSize - Static variable in class java.io.BufferedWriter
 
defaultConstraints - Variable in class java.awt.GridBagLayout
This field holds a gridbag constraints instance containing the default values, so if a component does not have gridbag constraints associated with it, then the component will be assigned a copy of the defaultConstraints.
defaultDomain - Variable in class java.lang.ClassLoader
 
defaulted(String) - Method in class java.io.ObjectInputStream.GetField
Return true if the named field is defaulted and has no value in this stream.
defaulted(String) - Method in class java.io.ObjectInputStream.GetFieldImpl
Return true if the named field is defaulted and has no value in this stream.
defaultEvent - Variable in class java.beans.GenericBeanInfo
 
defaultEventIndex - Variable in class java.beans.Introspector
 
defaultEventName - Variable in class java.beans.Introspector
 
defaultExpectedLineLength - Static variable in class java.io.BufferedReader
 
defaultLineMetrics(FontRenderContext) - Method in class java.awt.Font
 
defaultLocale - Static variable in class java.util.Locale
 
defaultPermissions - Static variable in class java.lang.ClassLoader
 
defaultProperty - Variable in class java.beans.GenericBeanInfo
 
defaultPropertyIndex - Variable in class java.beans.Introspector
 
defaultPropertyName - Variable in class java.beans.Introspector
 
defaultReadObject() - Method in class java.io.ObjectInputStream
Read the non-static and non-transient fields of the current class from this stream.
defaults - Variable in class java.util.Properties
A property list that contains default values for any keys not found in this property list.
defaultWriteObject() - Method in class java.io.ObjectOutputStream
Write the non-static and non-transient fields of the current class to this stream.
defaultZone - Static variable in class java.util.TimeZone
 
defineClass(byte[], int, int) - Method in class java.lang.ClassLoader
Deprecated. Replaced by defineClass(java.lang.String, byte[], int, int)
defineClass(String, 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, ProtectionDomain) - Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class, with an optional ProtectionDomain.
defineClass0(String, byte[], int, int) - Method in class java.lang.ClassLoader
 
definePackage(String, String, String, String, String, String, String, URL) - Method in class java.lang.ClassLoader
Defines a package by name in this ClassLoader.
defineSystemPackage(String, String) - Static method in class java.lang.Package
 
DELETE - Static variable in class java.awt.Event
The Delete key.
DELETE - Static variable in class java.io.FilePermission
Delete action.
delete() - Method in class java.io.File
Deletes the file or directory denoted by this abstract pathname.
delete(File) - Method in class java.io.FileSystem
Delete the file or directory denoted by the given abstract pathname, returning true if and only if the operation succeeds.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
deleteEntry(TreeMap.Entry) - Method in class java.util.TreeMap
Delete node p, and then rebalance the tree.
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.
deleteOnExit() - Method in class java.io.File
Requests that the file or directory denoted by this abstract pathname be deleted when the virtual machine terminates.
deleteOnExit(File) - Method in class java.io.FileSystem
Arrange for the file or directory denoted by the given abstract pathname to be deleted when the VM exits, returning true if and only if the operation succeeds.
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.
deleteShortcut(MenuShortcut) - Method in class java.awt.MenuItem
 
deleteShortcut(MenuShortcut) - Method in class java.awt.Menu
 
delimiters - Variable in class java.util.StringTokenizer
 
delItem(int) - Method in class java.awt.List
Deprecated. replaced by remove(String) and remove(int).
delItems(int, int) - Method in class java.awt.List
Deprecated. As of JDK version 1.1, Not for public use in the future. This method is expected to be retained only as a package private method.
deliverEvent(Event) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent e).
deliverEvent(Event) - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent e)
DEPTH_OF_PRIMARY_TARGET - Static variable in class com.jjt.utbeg.UserParameters
 
DEPTH_TO_SHALLOWEST_TARGET - Static variable in class com.jjt.utbeg.UserParameters
 
depth1000Button - Variable in class com.jjt.utbeg.Applet1
 
depth2000Button - Variable in class com.jjt.utbeg.Applet1
 
depth3000Button - Variable in class com.jjt.utbeg.Applet1
 
depth4000Button - Variable in class com.jjt.utbeg.Applet1
 
depth5000Button - Variable in class com.jjt.utbeg.Applet1
 
depth6000Button - Variable in class com.jjt.utbeg.Applet1
 
depth7000Button - Variable in class com.jjt.utbeg.Applet1
 
depth8000Button - Variable in class com.jjt.utbeg.Applet1
 
deriveFont(AffineTransform) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new transform to it.
deriveFont(float) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new size to it.
deriveFont(int) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new style to it.
deriveFont(int, AffineTransform) - Method in class java.awt.Font
Creates a new Font object by replicating this Font object and applying a new style and transform.
deriveFont(int, float) - Method in class java.awt.Font
Creates a new Font object by replicating this Font object and applying a new style and size.
deriveFont(Map) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new set of font attributes to it.
desc - Variable in class java.io.ObjectOutputStream.PutFieldImpl
 
desc - Variable in class java.io.ObjectInputStream.GetFieldImpl
 
descent - Variable in class java.awt.Font.FontLineMetrics
 
descriptorFor - Static variable in class java.io.ObjectStreamClass
 
deselect(int) - Method in class java.awt.List
Deselects the item at the specified index.
DESELECTED - Static variable in class java.awt.event.ItemEvent
This state-change-value indicates that a selected item was un-selected.
DesignMode - interface java.beans.DesignMode.
This interface is intended to be implemented by, or delegated from, instances of java.beans.BeanContext, in order to propagate to its nested hierarchy of java.beans.BeanContextChild instances, the current "designTime" property.
designTime - Static variable in class java.beans.Beans
 
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.
desktopProperties - Variable in class java.awt.Toolkit
 
desktopPropsSupport - Variable in class java.awt.Toolkit
 
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.Thread
Destroys this thread, without any cleanup.
destroy() - Method in class java.lang.Process
Kills the subprocess.
destroy() - Method in class java.lang.ThreadGroup
Destroys this thread group and all of its subgroups.
destroyed - Variable in class java.lang.ThreadGroup
 
detail - Variable in class java.io.WriteAbortedException
Exception that was caught while writing the ObjectStream.
detailMessage - Variable in class java.lang.Throwable
Specific details about the Throwable.
DEVANAGARI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
developLongDigits(int, long, long) - Method in class java.lang.FloatingDecimal
 
Dialog - class java.awt.Dialog.
A Dialog is a top-level window with a title and a border that is typically used to take some form of input from the user.
Dialog(Dialog) - Constructor for class java.awt.Dialog
Constructs an initially invisible, non-modal Dialog with an empty title and the specified owner dialog.
Dialog(Dialog, String) - Constructor for class java.awt.Dialog
Constructs an initially invisible, non-modal Dialog with the specified owner dialog and title.
Dialog(Dialog, String, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with the specified owner dialog, title, and modality.
Dialog(Frame) - Constructor for class java.awt.Dialog
Constructs an initially invisible, non-modal Dialog with an empty title and the specified owner frame.
Dialog(Frame, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title, the specified owner frame and modality.
Dialog(Frame, String) - Constructor for class java.awt.Dialog
Constructs an initially invisible, non-modal Dialog with the specified owner frame and title.
Dialog(Frame, String, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with the specified owner frame, title, and modality.
Dictionary - class java.util.Dictionary.
The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
Dictionary() - Constructor for class java.util.Dictionary
Sole constructor.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
digits - Variable in class java.lang.FloatingDecimal
 
digits - Static variable in class java.lang.Integer
All possible chars for representing a number as a String
Dimension - class java.awt.Dimension.
The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
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.
DINGBATS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
dir - Variable in class java.awt.FileDialog
 
directory - Variable in class java.io.FilePermission
 
dis - Variable in class java.io.ObjectInputStream
 
disable() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
disable() - Method in class java.awt.LightweightPeer
 
disable() - Method in class java.awt.MenuItem
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
disable() - Static method in class java.lang.Compiler
Cause the Compiler to cease operation.
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.
disableInstanceDeserialization - Variable in class java.io.ObjectStreamClass
 
dispatch() - Method in interface java.awt.ActiveEvent
Dispatch the event to it's target, listeners of the events source, or do whatever it is this event is supposed to do.
dispatch() - Method in class java.awt.EventDispatchThread.EmptyEvent
 
dispatch() - Method in class java.awt.event.InvocationEvent
Executes the Runnable's run() method and notifies the notifier (if any) when run() returns.
dispatcher - Variable in class java.awt.Container
Event router for lightweight components.
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
 
dispatchEvent(AWTEvent) - Method in class java.awt.LightweightDispatcher
Dispatches an event to a lightweight sub-component if necessary, and returns whether or not the event was forwarded to a lightweight sub-component.
dispatchEvent(AWTEvent) - Method in class java.awt.EventQueue
Dispatch an event.
dispatchEventImpl(AWTEvent) - Method in class java.awt.Component
 
dispatchEventImpl(AWTEvent) - Method in class java.awt.Container
 
dispatchEventImpl(AWTEvent) - Method in class java.awt.MenuComponent
 
dispatchEventImpl(AWTEvent) - Method in class java.awt.Window
 
dispatchEventToSelf(AWTEvent) - Method in class java.awt.Container
 
dispatchThread - Variable in class java.awt.EventQueue
 
displayName - Variable in class java.beans.FeatureDescriptor
 
dispose() - Method in class java.awt.TexturePaintContext
Release the resources allocated for the operation.
dispose() - Method in class java.awt.ColorPaintContext
 
dispose() - Method in class java.awt.Graphics
Disposes of this graphics context and releases any system resources that it is using.
dispose() - Method in interface java.awt.PaintContext
Releases the resources allocated for the operation.
dispose() - Method in class java.awt.AlphaCompositeContext
Release resources allocated for context.
dispose() - Method in class java.awt.LightweightPeer
 
dispose() - Method in class java.awt.Window
Releases all of the native screen resources used by this Window and its subcomponents.
dispose() - Method in interface java.awt.CompositeContext
Releases resources allocated for a context.
dispose() - Method in class java.awt.GradientPaintContext
Release the resources allocated for the operation.
docBase - Variable in class java.beans.BeansAppletStub
 
doDispatch - Variable in class java.awt.EventDispatchThread
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.utexas.beg.agi.AGIServlet
The main method for handling any HTTP GET request.
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.
DOM_MODE - Static variable in class java.util.SimpleTimeZone
Constants specifying values of startMode and endMode.
DONE - Static variable in class java.awt.MediaTracker
 
DONE - Static variable in class java.awt.MediaEntry
 
dontUseGui() - Method in interface java.beans.Visibility
This method instructs the bean that it should not use the Gui.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.utexas.beg.agi.AGIServlet
The main method for handling any HTTP POST request.
dos - Variable in class java.io.ObjectOutputStream
 
DotFileSuffix - Static variable in class java.awt.Cursor
 
DotHotspotSuffix - Static variable in class java.awt.Cursor
 
DotNameSuffix - Static variable in class java.awt.Cursor
 
Double - class java.lang.Double.
The Double class wraps a value of the primitive type double in an object.
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.
doubleToBigInt(double) - Method in class java.lang.FloatingDecimal
 
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.Number
Returns the value of the specified number as a double.
doubleValue() - Method in class java.lang.Byte
Returns the value of this Byte as a double.
doubleValue() - Method in class java.lang.FloatingDecimal
 
doubleValue() - Method in class java.lang.Short
Returns the value of this Short as a double.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue() - Method in class java.lang.Float
Returns the double value of this Float object.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double.
doValidations() - Method in class java.io.ObjectInputStream
 
DOW_GE_DOM_MODE - Static variable in class java.util.SimpleTimeZone
 
DOW_IN_MONTH_MODE - Static variable in class java.util.SimpleTimeZone
 
DOW_LE_DOM_MODE - Static variable in class java.util.SimpleTimeZone
 
DOWN - Static variable in class java.awt.Event
The Down Arrow key, a non-ASCII action key.
dragging - Variable in class java.awt.LightweightDispatcher
Indicates if the mouse pointer is currently being dragged...
drain() - Method in class java.io.ObjectOutputStream
Drain any buffered data in ObjectOutputStream.
draw(Shape) - Method in class java.awt.Graphics2D
Strokes the outline of a Shape using the settings of the current Graphics2D context.
draw3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
Draws a 3-D highlighted outline of the specified rectangle.
draw3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics2D
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.
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.
drawGlyphVector(GlyphVector, float, float) - Method in class java.awt.Graphics2D
Renders the text of the specified GlyphVector using the Graphics2D context's rendering attributes.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class java.awt.Graphics2D
Renders a BufferedImage that is filtered with a BufferedImageOp.
drawImage(Image, AffineTransform, ImageObserver) - Method in class java.awt.Graphics2D
Renders an image, applying a transform from image space into user space before drawing.
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.
drawReceiver(Graphics, int, int) - Method in class com.jjt.utbeg.SwathViewer
Draws a single receiver station at the specified point.
drawReceivers(Graphics) - Method in class com.jjt.utbeg.SwathViewer
Draws all the lines of receivers onto the Graphics.
drawRect(int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of the specified rectangle.
drawReferenceLines(Graphics) - Method in class com.jjt.utbeg.SwathViewer
Paints the swath size reference lines on the Graphics.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class java.awt.Graphics2D
Renders a RenderableImage, applying a transform from image space into user space before drawing.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class java.awt.Graphics2D
Renders a RenderedImage, applying a transform from image space into user space before drawing.
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.
drawSource(Graphics, int, int) - Method in class com.jjt.utbeg.SwathViewer
Draws a single source station at the specified point.
drawSources(Graphics) - Method in class com.jjt.utbeg.SwathViewer
Draws all the lines of sources onto the Graphics.
drawString(AttributedCharacterIterator, float, float) - Method in class java.awt.Graphics2D
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
drawString(AttributedCharacterIterator, int, int) - Method in class java.awt.Graphics
Draws the text given by the specified iterator, using this graphics context's current color.
drawString(AttributedCharacterIterator, int, int) - Method in class java.awt.Graphics2D
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
drawString(String, float, float) - Method in class java.awt.Graphics2D
Renders the text specified by the specified String, using the current Font and Paint attributes in the Graphics2D context.
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.
drawString(String, int, int) - Method in class java.awt.Graphics2D
Renders the text of the specified String, using the current Font and Paint attributes in the Graphics2D context.
drawSwath(Graphics) - Method in class com.jjt.utbeg.SwathViewer
Draws the swath onto the Graphics.
dropTarget - Variable in class java.awt.Component
The DropTarget associated with this Component.
DST_IN - Static variable in class java.awt.AlphaComposite
Porter-Duff Destination In Source rule.
DST_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the daylight savings offset in milliseconds.
DST_OUT - Static variable in class java.awt.AlphaComposite
Porter-Duff Destination Held Out By Source rule.
DST_OVER - Static variable in class java.awt.AlphaComposite
Porter-Duff Destination Over Source rule.
dstCM - Variable in class java.awt.AlphaCompositeContext
 
DstIn - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque DST_IN rule with an alpha of 1.0f.
dstNeedConvert - Variable in class java.awt.AlphaCompositeContext
 
DstOut - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque DST_OUT rule with an alpha of 1.0f.
DstOver - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque DST_OVER rule with an alpha of 1.0f.
dstSavings - Variable in class java.util.SimpleTimeZone
A positive value indicating the amount of time saved during DST in milliseconds.
dtoa(int, long, int) - Method in class java.lang.FloatingDecimal
 
dump() - Method in class com.jjt.utbeg.UserParameters
Debugging aid which dumps this Object to stderr.
dumpStack() - Static method in class java.lang.Thread
Prints a stack trace of the current thread.
dx - Variable in class java.awt.GradientPaintContext
 
dy - Variable in class java.awt.GradientPaintContext
 
DynamicHTMLPage - class edu.utexas.beg.agi.servlet.DynamicHTMLPage.
Abstract parent class of Objects representing HTML pages with dynamic content.
DynamicHTMLPage(String) - Constructor for class edu.utexas.beg.agi.servlet.DynamicHTMLPage
Creates a dynamic HTML page for handling the given file path.
dynamicPages - Variable in class edu.utexas.beg.agi.AGIServlet
Helper Object for streaming mostly-static HTML pages back to the client browser, but substituting initial parameter values where appropriate.

E

e - Variable in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry
 
e - Variable in class java.io.SequenceInputStream
 
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
Deprecated. replaced by Cursor.E_RESIZE_CURSOR.
east - Variable in class java.awt.BorderLayout
Constant to specify components location to be the east portion of the border layout.
EAST - Static variable in class java.awt.GridBagConstraints
Put the component on the right side of its display area, centered vertically.
EAST - Static variable in class java.awt.BorderLayout
The east layout constraint (right side of container).
echoChar - Variable in class java.awt.TextField
The echo character, which is used when the user wishes to disguise the characters typed into the text field.
echoCharIsSet() - Method in class java.awt.TextField
Indicates whether or not this text field has a character set for echoing.
editable - Variable in class java.awt.TextComponent
A boolean indicating whether or not this TextComponent is editable.
edu.utexas.beg.agi - package edu.utexas.beg.agi
 
edu.utexas.beg.agi.servlet - package edu.utexas.beg.agi.servlet
 
edu.utexas.beg.agi.servlet.page - package edu.utexas.beg.agi.servlet.page
 
eetop - Variable in class java.lang.Thread
 
element - Variable in class java.util.LinkedList.Entry
 
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index. This method is identical in functionality to the get method (which is part of the List interface).
elementCount - Variable in class java.util.Vector
The number of valid components in this Vector object.
elementData - Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elementData - Variable in class java.util.ArrayList
The array buffer into which the elements of the ArrayList are stored.
elements() - Method in class java.util.PropertyPermissionCollection
Returns an enumeration of all the PropertyPermission objects in the container.
elements() - Method in class java.util.Vector
Returns an enumeration of the components of this vector.
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.io.FilePermissionCollection
Returns an enumeration of all the FilePermission objects in the container.
EMPTY_LIST - Static variable in class java.util.Collections
The empty list (immutable).
EMPTY_MAP - Static variable in class java.awt.Font
 
EMPTY_SET - Static variable in class java.util.Collections
The empty set (immutable).
empty() - Method in class java.util.Stack
Tests if this stack is empty.
EmptyStackException - exception java.util.EmptyStackException.
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for class java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
enable() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enable() - Method in class java.awt.LightweightPeer
 
enable() - Method in class java.awt.MenuItem
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enable() - Static method in class java.lang.Compiler
Cause the Compiler to resume operation.
enable(boolean) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enable(boolean) - Method in class java.awt.MenuItem
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enabled - Variable in class java.awt.Component
True when the object is enabled.
enabled - Variable in class java.awt.MenuItem
A value to indicate whether a menu item is enabled or not.
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.LightweightDispatcher
Enables events to lightweight components.
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.
enableInputMethods(boolean) - Method in class java.awt.Component
Enables or disables input method support for this component.
enableInputMethodsIfNecessary() - Method in class java.awt.TextComponent
 
enableReplace - Variable in class java.io.ObjectOutputStream
 
enableReplaceObject(boolean) - Method in class java.io.ObjectOutputStream
Enable the stream to do replacement of objects in the stream.
enableResolve - Variable in class java.io.ObjectInputStream
 
enableResolveObject(boolean) - Method in class java.io.ObjectInputStream
Enable the stream to allow objects read from the stream to be replaced.
enableSubclassImplementation - Variable in class java.io.ObjectOutputStream
 
enableSubclassImplementation - Variable in class java.io.ObjectInputStream
 
ENCLOSED_ALPHANUMERICS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ENCLOSED_CJK_LETTERS_AND_MONTHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ENCLOSING_MARK - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
END - Static variable in class java.awt.Event
The End key, a non-ASCII action key.
END_PUNCTUATION - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
end() - Method in class java.awt.PrintJob
Ends the print job and does any necessary cleanup.
endDay - Variable in class java.util.SimpleTimeZone
This field has two possible interpretations: endMode == DOW_IN_MONTH endDay indicates the day of the month of endMonth on which daylight savings time ends, from 1 to 28, 30, or 31, depending on the endMonth.
endDayOfWeek - Variable in class java.util.SimpleTimeZone
The day of the week on which daylight savings time ends.
endMode - Variable in class java.util.SimpleTimeZone
Variables specifying the mode of the end rule.
endMonth - Variable in class java.util.SimpleTimeZone
The month in which daylight savings time ends.
endPath() - Method in class java.awt.BasicStroke.FillAdapter
 
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
endTime - Variable in class java.util.SimpleTimeZone
The time in milliseconds after midnight at which daylight savings time ends.
ENGLISH - Static variable in class java.util.Locale
Useful constant for language.
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.
ensureCapacity(int) - Method in class java.util.BitSet
Ensures that the BitSet can hold enough units.
ensureCapacity(int) - Method in class java.util.ArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacityHelper(int) - Method in class java.util.Vector
This implements the unsynchronized semantics of ensureCapacity.
ensureOpen() - Method in class java.io.InputStreamReader
Check to make sure that the stream has not been closed
ensureOpen() - Method in class java.io.OutputStreamWriter
Check to make sure that the stream has not been closed
ensureOpen() - Method in class java.io.ByteArrayInputStream
Check to make sure that the stream has not been closed
ensureOpen() - Method in class java.io.BufferedInputStream
Check to make sure that this stream has not been closed
ensureOpen() - Method in class java.io.PushbackInputStream
Check to make sure that this stream has not been closed
ensureOpen() - Method in class java.io.PushbackReader
Check to make sure that the stream has not been closed.
ensureOpen() - Method in class java.io.StringReader
Check to make sure that the stream has not been closed
ensureOpen() - Method in class java.io.BufferedReader
Check to make sure that the stream has not been closed
ensureOpen() - Method in class java.io.ByteArrayOutputStream
Check to make sure that the stream has not been closed
ensureOpen() - Method in class java.io.PrintWriter
Check to make sure that the stream has not been closed
ensureOpen() - Method in class java.io.PrintStream
Check to make sure that the stream has not been closed
ensureOpen() - Method in class java.io.BufferedWriter
Check to make sure that the stream has not been closed
ensureOpen() - Method in class java.io.StringWriter
Check to make sure that the stream has not been closed
ensureOpen() - Method in class java.io.CharArrayReader
Check to make sure that the stream has not been closed
ent - Variable in class java.util.WeakHashMap.Entry
 
ENTER - Static variable in class java.awt.Event
The Enter key.
ENTRIES - Static variable in class java.util.HashMap
 
ENTRIES - Static variable in class java.util.Hashtable
 
ENTRIES - Static variable in class java.util.TreeMap
 
entry - Variable in class java.util.HashMap.HashIterator
 
entry - Variable in class java.util.Hashtable.Enumerator
 
entry(int) - Method in class java.util.LinkedList
Return the indexed entry.
entrySet - Variable in class java.util.WeakHashMap
 
entrySet - Variable in class java.util.HashMap
 
entrySet - Variable in class java.util.Collections.UnmodifiableMap
 
entrySet - Variable in class java.util.Collections.SynchronizedMap
 
entrySet - Variable in class java.util.Hashtable
 
entrySet - Variable in class java.util.TreeMap
 
entrySet - Variable in class java.util.TreeMap.SubMap
 
entrySet() - Method in class java.awt.RenderingHints
Returns a Set view of the mappings contained in this RenderingHints.
entrySet() - Method in class java.util.AbstractMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class java.util.WeakHashMap
Returns a Set view of the mappings in this map.
entrySet() - Method in class java.util.HashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class java.util.Collections.UnmodifiableMap
 
entrySet() - Method in class java.util.Collections.SynchronizedMap
 
entrySet() - Method in interface java.util.Map
Returns a set view of the mappings contained in this map.
entrySet() - Method in class java.util.Hashtable
Returns a Set view of the entries contained in this Hashtable.
entrySet() - Method in class java.util.TreeMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class java.util.TreeMap.SubMap
 
enumerate(Hashtable) - Method in class java.util.Properties
Enumerates all key/value pairs in the specified hastable.
enumerate(Thread[]) - Static method in class java.lang.Thread
Copies into the specified array every active thread in this thread's 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(Thread[], int, boolean) - Method in class java.lang.ThreadGroup
 
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.
enumerate(ThreadGroup[], int, boolean) - Method in class java.lang.ThreadGroup
 
Enumeration - interface java.util.Enumeration.
An object that implements the Enumeration interface generates a series of elements, one at a time.
enumeration(Collection) - Static method in class java.util.Collections
Returns an enumeration over the specified collection.
eof - Variable in class java.io.OptionalDataException
True if there is no more data in the buffered part of the stream.
EOFException - exception java.io.EOFException.
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for class java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for class java.io.EOFException
Constructs an EOFException with the specified detail message.
eolIsSignificant(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not ends of line are treated as tokens.
eolIsSignificantP - Variable in class java.io.StreamTokenizer
 
EPOCH_JULIAN_DAY - Static variable in class java.util.GregorianCalendar
 
EPOCH_YEAR - Static variable in class java.util.GregorianCalendar
 
eq(Object, Object) - Static method in class java.util.Collections
Returns true if the specified arguments are equal, or both null.
equals(boolean[], boolean[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of equals are equal to one another.
equals(byte[], byte[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of bytes are equal to one another.
equals(char[], char[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of chars are equal to one another.
equals(double[], double[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of doubles are equal to one another.
equals(float[], float[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of floats are equal to one another.
equals(int[], int[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of ints are equal to one another.
equals(long[], long[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of longs are equal to one another.
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.awt.Dimension
Checks whether two dimension objects have equal values.
equals(Object) - Method in class java.awt.AlphaComposite
Tests if the specified Object is equal to this AlphaComposite object.
equals(Object) - Method in class java.awt.Point
Determines whether two points are equal.
equals(Object) - Method in class java.awt.BasicStroke
Tests if a specified object is equal to this BasicStroke by first testing if it is a BasicStroke and then comparing its width, join, cap, miter limit, dash, and dash phase attributes with those of this BasicStroke.
equals(Object) - Method in class java.awt.RenderingHints
Compares the specified Object with this RenderingHints for equality.
equals(Object) - Method in class java.awt.RenderingHints.Key
The equals method for all Key objects will return the same result as the equality operator '=='.
equals(Object) - Method in class java.awt.Color
Determines whether another object is equal to this color.
equals(Object) - 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.awt.Insets
Checks whether two insets objects are equal.
equals(Object) - Method in class java.awt.Rectangle
Checks whether two rectangles are equal.
equals(Object) - Method in class java.awt.Font
Compares this Font object to the specified Object.
equals(Object) - Method in class java.util.AbstractMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.WeakHashMap.WeakKey
 
equals(Object) - Method in class java.util.WeakHashMap.Entry
 
equals(Object) - Method in class java.util.AbstractSet
Compares the specified object with this set for equality.
equals(Object) - Method in interface java.util.Set
Compares the specified object with this set for equality.
equals(Object) - Method in class java.util.PropertyPermission
Checks two PropertyPermission objects for equality.
equals(Object) - Method in class java.util.HashMap.Entry
 
equals(Object) - Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object) - Method in class java.util.GregorianCalendar
Compares this GregorianCalendar to an object reference.
equals(Object) - Method in class java.util.AbstractList
Compares the specified object with this list for equality.
equals(Object) - Method in class java.util.Collections.UnmodifiableSet
 
equals(Object) - Method in class java.util.Collections.UnmodifiableList
 
equals(Object) - Method in class java.util.Collections.UnmodifiableMap
 
equals(Object) - Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet
 
equals(Object) - Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry
 
equals(Object) - Method in class java.util.Collections.SynchronizedSet
 
equals(Object) - Method in class java.util.Collections.SynchronizedList
 
equals(Object) - Method in class java.util.Collections.SynchronizedMap
 
equals(Object) - Method in interface java.util.Map
Compares the specified object with this map for equality.
equals(Object) - Method in interface java.util.Map.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in class java.util.Vector
Compares the specified Object with this Vector for equality.
equals(Object) - Method in interface java.util.Comparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class java.util.SimpleTimeZone
Compares the equality of two SimpleTimeZone objects.
equals(Object) - Method in class java.util.BitSet
Compares this object against the specified object.
equals(Object) - Method in class java.util.Hashtable
Compares the specified Object with this Map for equality, as per the definition in the Map interface.
equals(Object) - Method in class java.util.Hashtable.Entry
 
equals(Object) - Method in class java.util.Locale
Returns true if this Locale is equal to another object.
equals(Object) - Method in interface java.util.Collection
Compares the specified object with this collection for equality.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equals(Object) - Method in interface java.util.List
Compares the specified object with this list for equality.
equals(Object) - Method in class java.util.TreeMap.Entry
 
equals(Object) - Method in class java.io.FilePermission
Checks two FilePermission objects for equality.
equals(Object) - Method in class java.io.File
Tests this abstract pathname for equality with the given object.
equals(Object) - Method in class java.lang.Object
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Character.Subset
Compares two Subset objects for equality.
equals(Object) - Method in class java.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Double
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Long
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.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.lang.Integer
Compares this object to 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 represents the same boolean value as this object.
equals(Object[], Object[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of Objects are equal to one another.
equals(short[], short[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of shorts are equal to one another.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
ERA - Static variable in class java.util.Calendar
Field number for get and set indicating the era, e.g., AD or BC in the Julian calendar.
err - Static variable in class java.io.FileDescriptor
A handle to the standard error stream.
err - Static variable in class java.lang.System
The "standard" error output stream.
Error - error java.lang.Error.
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
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.
ERRORED - Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of some media encountered an error.
ERRORED - Static variable in class java.awt.MediaEntry
 
ESCAPE - Static variable in class java.awt.Event
The Escape key.
event - Variable in class java.awt.EventQueueItem
 
Event - class java.awt.Event.
Event is a platform-independent class that encapsulates events from the platform's Graphical User Interface in the Java 1.0 event model.
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.
eventDispatched(AWTEvent) - Method in class java.awt.LightweightDispatcher
 
eventDispatched(AWTEvent) - Method in class java.awt.Toolkit.ToolkitEventMulticaster
 
eventDispatched(AWTEvent) - Method in class java.awt.Toolkit.SelectiveAWTEventListener
 
eventDispatched(AWTEvent) - Method in interface java.awt.event.AWTEventListener
Invoked when an event is dispatched in the AWT.
EventDispatchThread - class java.awt.EventDispatchThread.
EventDispatchThread is a package-private AWT class which takes events off the EventQueue and dispatches them to the appropriate AWT components.
EventDispatchThread.EmptyEvent - class java.awt.EventDispatchThread.EmptyEvent.
 
EventDispatchThread.EmptyEvent(EventDispatchThread) - Constructor for class java.awt.EventDispatchThread.EmptyEvent
 
EventDispatchThread(String, EventQueue) - Constructor for class java.awt.EventDispatchThread
 
eventEnabled(AWTEvent) - Method in class java.awt.Component
 
eventEnabled(AWTEvent) - Method in class java.awt.Container
 
eventEnabled(AWTEvent) - Method in class java.awt.MenuComponent
 
eventEnabled(AWTEvent) - Method in class java.awt.TextComponent
 
eventEnabled(AWTEvent) - Method in class java.awt.Checkbox
 
eventEnabled(AWTEvent) - Method in class java.awt.Scrollbar
 
eventEnabled(AWTEvent) - Method in class java.awt.Choice
 
eventEnabled(AWTEvent) - Method in class java.awt.Window
 
eventEnabled(AWTEvent) - Method in class java.awt.MenuItem
 
eventEnabled(AWTEvent) - Method in class java.awt.CheckboxMenuItem
 
eventEnabled(AWTEvent) - Method in class java.awt.Button
 
eventEnabled(AWTEvent) - Method in class java.awt.TextField
 
eventEnabled(AWTEvent) - Method in class java.awt.List
 
eventListener - Variable in class java.awt.Toolkit
 
EventListener - interface java.util.EventListener.
A tagging interface that all event listener interfaces must extend
eventListenerType - Static variable in class java.beans.Introspector
 
eventMask - Variable in class java.awt.Component
The eventMask is ONLY set by subclasses via enableEvents.
eventMask - Variable in class java.awt.LightweightDispatcher
The event mask for contained lightweight components.
eventMask - Variable in class java.awt.Toolkit.SelectiveAWTEventListener
 
eventMask - Variable in class java.awt.MenuItem
The eventMask is ONLY set by subclasses via enableEvents.
EventObject - class java.util.EventObject.
The Event class is the abstract root class from which all event state objects shall be derived.
EventObject(Object) - Constructor for class java.util.EventObject
Constructs a prototypical Event.
EventQueue - class java.awt.EventQueue.
EventQueue is a platform-independent class that queues events, both from the underlying peer classes and from trusted application classes.
EventQueue() - Constructor for class java.awt.EventQueue
 
EventQueueItem - class java.awt.EventQueueItem.
 
EventQueueItem(AWTEvent) - Constructor for class java.awt.EventQueueItem
 
events - Variable in class java.beans.Introspector
 
events - Variable in class java.beans.GenericBeanInfo
 
EventSetDescriptor - class java.beans.EventSetDescriptor.
An EventSetDescriptor describes a group of events that a given Java bean fires.
EventSetDescriptor(Class, String, Class, String) - Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor assuming that you are following the most simple standard design pattern where a named event "fred" is (1) delivered as a call on the single method of interface FredListener, (2) has a single argument of type FredEvent, and (3) where the FredListener may be registered with a call on an addFredListener method of the source component and removed with a call on a removeFredListener method.
EventSetDescriptor(Class, String, Class, String[], String, String) - Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using string names.
EventSetDescriptor(EventSetDescriptor) - Constructor for class java.beans.EventSetDescriptor
 
EventSetDescriptor(EventSetDescriptor, EventSetDescriptor) - Constructor for class java.beans.EventSetDescriptor
 
EventSetDescriptor(String, Class, Method[], Method, Method) - Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using java.lang.reflect.Method and java.lang.Class objects.
EventSetDescriptor(String, Class, MethodDescriptor[], Method, Method) - Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using java.lang.reflect.MethodDescriptor and java.lang.Class objects.
evt - Variable in class java.awt.Event
The next event.
evt - Variable in class java.beans.PropertyVetoException
A PropertyChangeEvent describing the vetoed change.
ex - Variable in class java.lang.ClassNotFoundException
This field holds the exception ex if the ClassNotFoundException(String s, Throwable ex) constructor was used to instantiate the object
exception - Variable in class java.awt.event.InvocationEvent
The (potentially null) Exception thrown during execution of the Runnable.run() method.
exception - Variable in class java.lang.ExceptionInInitializerError
This field holds the exception if the ExceptionInInitializerError(Throwable thrown) constructor was used to instantiate the object
Exception - exception java.lang.Exception.
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
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 - error java.lang.ExceptionInInitializerError.
Signals that an unexpected exception has occurred in a static initializer.
ExceptionInInitializerError() - Constructor for class java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with null as its detail message string and with no saved thowable object.
ExceptionInInitializerError(String) - Constructor for class java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with the specified detail message string.
ExceptionInInitializerError(Throwable) - Constructor for class java.lang.ExceptionInInitializerError
Constructs a new ExceptionInInitializerError class by saving a reference to the Throwable object thrown for later retrieval by the ExceptionInInitializerError.getException() method.
exec(String) - Method in class java.lang.Runtime
Executes the specified string command in a separate process.
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.
exec(String, String[]) - Method in class java.lang.Runtime
Executes the specified string command in a separate process with the specified environment.
execInternal(String[], String[]) - Method in class java.lang.Runtime
 
EXECUTE - Static variable in class java.io.FilePermission
Execute action.
exists() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname exists.
exit() - Method in class java.lang.Thread
This method is called by the system to give a Thread a chance to clean up before it actually exits.
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.
exitInternal(int) - Method in class java.lang.Runtime
 
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.
expandCapacity(int) - Method in class java.lang.StringBuffer
This implements the expansion semantics of ensureCapacity but is unsynchronized for use internally by methods which are already synchronized.
expBias - Static variable in class java.lang.FloatingDecimal
 
expectedModCount - Variable in class java.util.HashMap.HashIterator
The modCount value that the iterator believes that the backing List should have.
expectedModCount - Variable in class java.util.LinkedList.ListItr
 
expectedModCount - Variable in class java.util.Hashtable.Enumerator
The modCount value that the iterator believes that the backing List should have.
expectedModCount - Variable in class java.util.TreeMap.Iterator
 
expectedModCount - Variable in class java.util.AbstractList.Itr
The modCount value that the iterator believes that the backing List should have.
expectedModCount - Variable in class java.util.SubList
 
expert - Variable in class java.beans.FeatureDescriptor
 
expMask - Static variable in class java.lang.FloatingDecimal
 
expOne - Static variable in class java.lang.FloatingDecimal
 
expShift - Static variable in class java.lang.FloatingDecimal
 
externalizable - Variable in class java.io.ObjectStreamClass
 
Externalizable - interface java.io.Externalizable.
Only the identity of the class of an Externalizable instance is written in the serialization stream and it is the responsibility of the class to save and restore the contents of its instances.
extraAlpha - Variable in class java.awt.AlphaComposite
 
extraAlpha - Variable in class java.awt.AlphaCompositeContext
 

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.
FACTOR - Static variable in class java.awt.Color
 
falpha - Variable in class java.awt.Color
The alpha value as a float component.
FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
fastTime - Variable in class java.util.Date
 
fd - Variable in class java.io.FileDescriptor
 
fd - Variable in class java.io.FileInputStream
 
fd - Variable in class java.io.FileOutputStream
The system dependent file descriptor.
fd - Variable in class java.io.RandomAccessFile
 
FDBigInt - class java.lang.FDBigInt.
 
FDBigInt(FDBigInt) - Constructor for class java.lang.FDBigInt
 
FDBigInt(int) - Constructor for class java.lang.FDBigInt
 
FDBigInt(int[], int) - Constructor for class java.lang.FDBigInt
 
FDBigInt(long) - Constructor for class java.lang.FDBigInt
 
FDBigInt(long, char[], int, int) - Constructor for class java.lang.FDBigInt
 
FeatureDescriptor - class java.beans.FeatureDescriptor.
The FeatureDescriptor class is the common baseclass for PropertyDescriptor, EventSetDescriptor, and MethodDescriptor, etc.
FeatureDescriptor() - Constructor for class java.beans.FeatureDescriptor
Constructs a FeatureDescriptor.
FeatureDescriptor(FeatureDescriptor) - Constructor for class java.beans.FeatureDescriptor
 
FeatureDescriptor(FeatureDescriptor, FeatureDescriptor) - Constructor for class java.beans.FeatureDescriptor
Package-private constructor, Merge information from two FeatureDescriptors.
FEBRUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the second month of the year.
ffApply(AffineTransform, Map) - Static method in class java.awt.Font
 
ffApply(float, Map) - Static method in class java.awt.Font
 
ffApply(int, Map) - Static method in class java.awt.Font
 
ffApply(String, int, float, Map) - Static method in class java.awt.Font
 
ffApply(String, Map) - Static method in class java.awt.Font
 
field - Variable in class java.io.ObjectStreamField
 
FIELD_COUNT - Static variable in class java.util.Calendar
The number of distict fields recognized by get and set.
FIELD_NAME - Static variable in class java.util.Calendar
 
fields - Variable in class java.util.Calendar
The field values for the currently set time for this calendar.
fields - Variable in class java.io.ObjectStreamClass
 
file - Variable in class java.awt.FileDialog
 
File - class java.io.File.
An abstract representation of file and directory pathnames.
File(File, String) - Constructor for class java.io.File
Creates a new File instance from a parent abstract pathname and a child pathname string.
File(String) - Constructor for class java.io.File
Creates a new File instance by converting the given pathname string into an abstract pathname.
File(String, int) - Constructor for class java.io.File
Internal constructor for already-normalized pathname strings.
File(String, String) - Constructor for class java.io.File
Creates a new File instance from a parent pathname string and a child pathname string.
FileDescriptor - class java.io.FileDescriptor.
Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another source or sink of bytes.
FileDescriptor() - Constructor for class java.io.FileDescriptor
Constructs an (invalid) FileDescriptor object.
FileDescriptor(int) - Constructor for class java.io.FileDescriptor
 
FileDialog - class java.awt.FileDialog.
The FileDialog class displays a dialog window from which the user can select a file.
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.
FileFilter - interface java.io.FileFilter.
A filter for abstract pathnames.
FileInputStream - class java.io.FileInputStream.
A FileInputStream obtains input bytes from a file in a file system.
FileInputStream(File) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the File object file in the file system.
FileInputStream(FileDescriptor) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by using the file descriptor fdObj, which represents an existing connection to an actual file in the file system.
FileInputStream(String) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the path name name in the file system.
FilenameFilter - interface java.io.FilenameFilter.
Instances of classes that implement this interface are used to filter filenames.
FileNotFoundException - exception java.io.FileNotFoundException.
Signals that an attempt to open the file denoted by a specified pathname has failed.
FileNotFoundException() - Constructor for class java.io.FileNotFoundException
Constructs a FileNotFoundException with null as its error detail message.
FileNotFoundException(String) - Constructor for class java.io.FileNotFoundException
Constructs a FileNotFoundException with the specified detail message.
FileNotFoundException(String, String) - Constructor for class java.io.FileNotFoundException
Constructs a FileNotFoundException with a detail message consisting of the given pathname string followed by the given reason string.
FileOutputStream - class java.io.FileOutputStream.
A file output stream is an output stream for writing data to a File or to a FileDescriptor.
FileOutputStream(File) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
FileOutputStream(FileDescriptor) - Constructor for class java.io.FileOutputStream
Creates an output file stream to write to the specified file descriptor, which represents an existing connection to an actual file in the file system.
FileOutputStream(String) - Constructor for class java.io.FileOutputStream
Creates an output file stream to write to the file with the specified name.
FileOutputStream(String, boolean) - Constructor for class java.io.FileOutputStream
Creates an output file stream to write to the file with the specified name.
filePath - Variable in class edu.utexas.beg.agi.servlet.DynamicHTMLPage
The relative path of the URL that this page will support.
FilePermission - class java.io.FilePermission.
This class represents access to a file or directory.
FilePermission(String, int) - Constructor for class java.io.FilePermission
Creates a new FilePermission object using an action mask.
FilePermission(String, String) - Constructor for class java.io.FilePermission
Creates a new FilePermission object with the specified actions.
FilePermissionCollection - class java.io.FilePermissionCollection.
A FilePermissionCollection stores a set of FilePermission permissions.
FilePermissionCollection() - Constructor for class java.io.FilePermissionCollection
Create an empty FilePermissions object.
FileReader - class java.io.FileReader.
Convenience class for reading character files.
FileReader(File) - Constructor for class java.io.FileReader
 
FileReader(FileDescriptor) - Constructor for class java.io.FileReader
 
FileReader(String) - Constructor for class java.io.FileReader
 
FileSystem - class java.io.FileSystem.
Package-private abstract class for the local filesystem abstraction.
FileSystem() - Constructor for class java.io.FileSystem
 
FileWriter - class java.io.FileWriter.
Convenience class for writing character files.
FileWriter(File) - Constructor for class java.io.FileWriter
 
FileWriter(FileDescriptor) - Constructor for class java.io.FileWriter
 
FileWriter(String) - Constructor for class java.io.FileWriter
 
FileWriter(String, boolean) - Constructor for class java.io.FileWriter
 
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.
fill() - Method in class java.io.BufferedInputStream
Fills the buffer with more data, taking into account shuffling and other tricks for dealing with marks.
fill() - Method in class java.io.BufferedReader
Fill the input buffer, taking the mark into account if it is valid.
fill(boolean[], boolean) - Static method in class java.util.Arrays
Assigns the specified boolean value to each element of the specified array of booleans.
fill(boolean[], int, int, boolean) - Static method in class java.util.Arrays
Assigns the specified boolean value to each element of the specified range of the specified array of booleans.
fill(byte[], byte) - Static method in class java.util.Arrays
Assigns the specified byte value to each element of the specified array of bytes.
fill(byte[], int, int, byte) - Static method in class java.util.Arrays
Assigns the specified byte value to each element of the specified range of the specified array of bytes.
fill(char[], char) - Static method in class java.util.Arrays
Assigns the specified char value to each element of the specified array of chars.
fill(char[], int, int) - Method in class java.io.InputStreamReader
 
fill(char[], int, int, char) - Static method in class java.util.Arrays
Assigns the specified char value to each element of the specified range of the specified array of chars.
fill(double[], double) - Static method in class java.util.Arrays
Assigns the specified double value to each element of the specified array of doubles.
fill(double[], int, int, double) - Static method in class java.util.Arrays
Assigns the specified double value to each element of the specified range of the specified array of doubles.
fill(float[], float) - Static method in class java.util.Arrays
Assigns the specified float value to each element of the specified array of floats.
fill(float[], int, int, float) - Static method in class java.util.Arrays
Assigns the specified float value to each element of the specified range of the specified array of floats.
fill(int[], int) - Static method in class java.util.Arrays
Assigns the specified int value to each element of the specified array of ints.
fill(int[], int, int, int) - Static method in class java.util.Arrays
Assigns the specified int value to each element of the specified range of the specified array of ints.
fill(List, Object) - Static method in class java.util.Collections
Replaces all of the elements of the specified list with the specified element.
fill(long[], int, int, long) - Static method in class java.util.Arrays
Assigns the specified long value to each element of the specified range of the specified array of longs.
fill(long[], long) - Static method in class java.util.Arrays
Assigns the specified long value to each element of the specified array of longs.
fill(Object[], int, int, Object) - Static method in class java.util.Arrays
Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
fill(Object[], Object) - Static method in class java.util.Arrays
Assigns the specified Object reference to each element of the specified array of Objects.
fill(Shape) - Method in class java.awt.Graphics2D
Fills the interior of a Shape using the settings of the Graphics2D context.
fill(short[], int, int, short) - Static method in class java.util.Arrays
Assigns the specified short value to each element of the specified range of the specified array of shorts.
fill(short[], short) - Static method in class java.util.Arrays
Assigns the specified short value to each element of the specified array of shorts.
fill3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
Paints a 3-D highlighted rectangle filled with the current color.
fill3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics2D
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.
filter - Variable in class java.awt.FileDialog
 
FilterInputStream - class java.io.FilterInputStream.
A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
FilterInputStream(InputStream) - Constructor for class java.io.FilterInputStream
Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.
FilterOutputStream - class java.io.FilterOutputStream.
This class is the superclass of all classes that filter output streams.
FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
FilterReader - class java.io.FilterReader.
Abstract class for reading filtered character streams.
FilterReader(Reader) - Constructor for class java.io.FilterReader
Create a new filtered reader.
FilterWriter - class java.io.FilterWriter.
Abstract class for writing filtered character streams.
FilterWriter(Writer) - Constructor for class java.io.FilterWriter
Create a new filtered writer.
finalize() - Method in class java.awt.PrintJob
Ends this print job once it is no longer referenced.
finalize() - Method in class java.awt.Graphics
Disposes of this graphics context once it is no longer referenced.
finalize() - Method in class java.awt.AWTEvent
 
finalize() - Method in class java.awt.Window
Disposes of the input methods and context, and removes the WeakReference which formerly pointed to this Window from the parent's owned Window list.
finalize() - Method in class java.awt.Frame
We have to remove the (hard) reference to weakThis in the Vector, otherwise the WeakReference instance will never get garbage collected.
finalize() - Method in class java.awt.Font
Disposes the native Font object.
finalize() - Method in class java.io.FileInputStream
Ensures that the close method of this file input stream is called when there are no more references to it.
finalize() - Method in class java.io.FileOutputStream
Cleans up the connection to the file, and ensures that the close method of this file output stream is called when there are no more references to this stream.
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.lang.ClassLoader.NativeLibrary
 
find(String) - Method in class java.lang.ClassLoader.NativeLibrary
 
findBootstrapClass(String) - Method in class java.lang.ClassLoader
 
findBundle(String, StringBuffer, ClassLoader, boolean) - Static method in class java.util.ResourceBundle
The internal routine that does the real work of finding and loading the right ResourceBundle for a given name and locale.
findClass(String) - Method in class java.lang.ClassLoader
Finds the specified class.
findComponentAt(int, int) - Method in class java.awt.Container
Locates the visible child component that contains the specified position.
findComponentAt(Point) - Method in class java.awt.Container
Locates the visible child component that contains the specified point.
findDescriptorFor(Class) - Static method in class java.io.ObjectStreamClass
 
findDynamicHTMLPage(String) - Method in class edu.utexas.beg.agi.AGIServlet
Searches the array of dynamic page Objects for one to handle the given path.
findEditor(Class) - Static method in class java.beans.PropertyEditorManager
Locate a value editor for a given target type.
findIndexedPropertyType() - Method in class java.beans.IndexedPropertyDescriptor
 
findInformant(Class) - Static method in class java.beans.Introspector
 
findLibrary(String) - Method in class java.lang.ClassLoader
Returns the absolute path name of a native library.
findLoadedClass(String) - Method in class java.lang.ClassLoader
Finds the class with the given name if it had been previously loaded through this class loader.
findMethod(Class, String, int) - Static method in class java.beans.Introspector
Find a target methodName on a given class.
findNative(ClassLoader, String) - Static method in class java.lang.ClassLoader
 
findPropertyType() - Method in class java.beans.PropertyDescriptor
 
findResource(String) - Method in class java.lang.ClassLoader
Finds the resource with the given name.
findResources(String) - Method in class java.lang.ClassLoader
Returns an Enumeration of URLs representing all the resources with the given name.
findStringMatch(String[][], String, String) - Method in class java.util.Locale
 
findSystemClass(String) - Method in class java.lang.ClassLoader
Finds a class with the specified name, loading it if necessary. Prior to JDK1.2, this method loads a class from the local file system in a platform-dependent manner, and returns a class object that has no associated class loader. Since JDK1.2, this method loads the class through the system class loader(see ClassLoader.getSystemClassLoader()).
findWireOffset(Object) - Method in class java.io.ObjectOutputStream
 
firePropertyChange() - Method in class java.beans.PropertyEditorSupport
Report that we have been modified to any interested listeners.
firePropertyChange(PropertyChangeEvent) - Method in class java.beans.PropertyChangeSupport
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(String, boolean, boolean) - Method in class java.beans.PropertyChangeSupport
Report a boolean bound property update to any registered listeners.
firePropertyChange(String, int, int) - Method in class java.beans.PropertyChangeSupport
Report an int bound property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class java.awt.Component
Support for reporting bound property changes.
firePropertyChange(String, Object, Object) - Method in class java.beans.PropertyChangeSupport
Report a bound property update to any registered listeners.
fireVetoableChange(PropertyChangeEvent) - Method in class java.beans.VetoableChangeSupport
Fire a vetoable property update to any registered listeners.
fireVetoableChange(String, boolean, boolean) - Method in class java.beans.VetoableChangeSupport
Report a boolean vetoable property update to any registered listeners.
fireVetoableChange(String, int, int) - Method in class java.beans.VetoableChangeSupport
Report a int vetoable property update to any registered listeners.
fireVetoableChange(String, Object, Object) - Method in class java.beans.VetoableChangeSupport
Report a vetoable property update to any registered listeners.
first() - Method in class java.util.Collections.UnmodifiableSortedSet
 
first() - Method in class java.util.Collections.SynchronizedSortedSet
 
first() - Method in class java.util.TreeSet
Returns the first (lowest) element currently in this sorted set.
first() - Method in interface java.util.SortedSet
Returns the first (lowest) element currently in this sorted set.
first(Container) - Method in class java.awt.CardLayout
Flips to the first card of the container.
firstDayOfWeek - Variable in class java.util.Calendar
The first day of the week, with possible values SUNDAY, MONDAY, etc.
firstElement() - Method in class java.util.Vector
Returns the first component (the item at index 0) of this vector.
firstEntry() - Method in class java.util.TreeMap
Returns the first Entry in the TreeMap (according to the TreeMap's key-sort function).
firstExcluded - Variable in class java.util.TreeMap.Iterator
 
firstItem - Variable in class java.awt.BorderLayout
A relative positioning constant, that can be used instead of north, south, east, west or center.
firstKey() - Method in class java.util.Collections.UnmodifiableSortedMap
 
firstKey() - Method in class java.util.Collections.SynchronizedSortedMap
 
firstKey() - Method in class java.util.TreeMap
Returns the first (lowest) key currently in this sorted map.
firstKey() - Method in class java.util.TreeMap.SubMap
 
firstKey() - Method in interface java.util.SortedMap
Returns the first (lowest) key currently in this sorted map.
firstLine - Variable in class java.awt.BorderLayout
A relative positioning constant, that can be used instead of north, south, east, west or center.
fixAfterDeletion(TreeMap.Entry) - Method in class java.util.TreeMap
From CLR
fixAfterInsertion(TreeMap.Entry) - Method in class java.util.TreeMap
From CLR
Float - class java.lang.Float.
The Float class wraps a value of primitive type float in an object.
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.
FloatingDecimal - class java.lang.FloatingDecimal.
 
FloatingDecimal(boolean, int, char[], int, boolean) - Constructor for class java.lang.FloatingDecimal
 
FloatingDecimal(double) - Constructor for class java.lang.FloatingDecimal
 
FloatingDecimal(float) - Constructor for class java.lang.FloatingDecimal
 
floatToIntBits(float) - Static method in class java.lang.Float
Returns the bit represention of a single-float value.
floatValue() - Method in class java.lang.Number
Returns the value of the specified number as a float.
floatValue() - Method in class java.lang.Byte
Returns the value of this Byte as a float.
floatValue() - Method in class java.lang.FloatingDecimal
 
floatValue() - Method in class java.lang.Short
Returns the value of this Short as a float.
floatValue() - Method in class java.lang.Double
Returns the float value of this Double.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
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.
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.
floorDivide(int, int) - Static method in class java.util.GregorianCalendar
Divide two integers, returning the floor of the quotient.
floorDivide(int, int, int[]) - Static method in class java.util.GregorianCalendar
Divide two integers, returning the floor of the quotient, and the modulus remainder.
floorDivide(long, int, int[]) - Static method in class java.util.GregorianCalendar
Divide two integers, returning the floor of the quotient, and the modulus remainder.
floorDivide(long, long) - Static method in class java.util.GregorianCalendar
Divide two long integers, returning the floor of the quotient.
FlowLayout - class java.awt.FlowLayout.
A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph.
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.
flush() - Method in class java.io.Writer
Flush the stream.
flush() - Method in class java.io.OutputStreamWriter
Flush the stream.
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.ObjectOutputStream
Flushes the stream.
flush() - Method in class java.io.FilterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class java.io.BufferedOutputStream
Flushes this buffered output stream.
flush() - Method in class java.io.PipedOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.FilterWriter
Flush the stream.
flush() - Method in class java.io.PipedWriter
Flushes this output stream and forces any buffered output characters to be written out.
flush() - Method in class java.io.PrintWriter
Flush the stream.
flush() - Method in class java.io.PrintStream
Flush the stream.
flush() - Method in class java.io.CharArrayWriter
Flush the stream.
flush() - Method in class java.io.BufferedWriter
Flush the stream.
flush() - Method in interface java.io.ObjectOutput
Flushes the stream.
flush() - Method in class java.io.StringWriter
Flush the stream.
flushBuffer() - Method in class java.io.OutputStreamWriter
Flush the output buffer to the underlying byte stream, without flushing the byte stream itself.
flushBuffer() - Method in class java.io.BufferedOutputStream
Flush the internal buffer
flushBuffer() - Method in class java.io.BufferedWriter
Flush the output buffer to the underlying character stream, without flushing the stream itself.
flushCaches() - Static method in class java.beans.Introspector
Flush all of the Introspector's internal caches.
flushFromCaches(Class) - Static method in class java.beans.Introspector
Flush the Introspector's internal cached information for a given class.
flushInto(char[], int, int) - Method in class java.io.InputStreamReader
 
focus - Variable in class java.awt.LightweightDispatcher
The current lightweight component that has focus that is being hosted by this container.
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
The first number in the range of ids used for focus events.
FOCUS_GAINED - Static variable in class java.awt.event.FocusEvent
This event indicates that the component gained the keyboard focus.
FOCUS_LAST - Static variable in class java.awt.event.FocusEvent
The last number in the range of ids used for focus events.
FOCUS_LOST - Static variable in class java.awt.event.FocusEvent
This event indicates that the component lost the keyboard focus.
FocusAdapter - class java.awt.event.FocusAdapter.
An abstract adapter class for receiving keyboard focus events.
FocusAdapter() - Constructor for class java.awt.event.FocusAdapter
 
focusBackward(Container) - Method in class java.awt.FocusManager
 
FocusEvent - class java.awt.event.FocusEvent.
A low-level event which indicates that a component has gained or lost the keyboard focus.
FocusEvent(Component, int) - Constructor for class java.awt.event.FocusEvent
Constructs a FocusEvent object and identifies it as a permanent change in focus.
FocusEvent(Component, int, boolean) - Constructor for class java.awt.event.FocusEvent
Constructs a FocusEvent object and identifies whether or not the change is temporary.
focusForward(Container) - Method in class java.awt.FocusManager
 
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
Invoked when a component gains the keyboard focus.
focusGained(FocusEvent) - Method in interface java.awt.event.FocusListener
Invoked when a component gains the keyboard focus.
focusListener - Variable in class java.awt.Component
 
FocusListener - interface java.awt.event.FocusListener.
The listener interface for receiving keyboard focus events on a component.
focusListenerK - Static variable in class java.awt.Component
 
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
Invoked when a component loses the keyboard focus.
focusLost(FocusEvent) - Method in interface java.awt.event.FocusListener
Invoked when a component loses the keyboard focus.
FocusManager - class java.awt.FocusManager.
 
FocusManager(Container) - Constructor for class java.awt.FocusManager
 
focusMgr - Variable in class java.awt.Window
The Focus for the Window in question, and its components.
focusNext() - Method in class java.awt.FocusManager
 
focusNext(Component) - Method in class java.awt.FocusManager
 
focusOwner - Variable in class java.awt.FocusManager
 
focusPrevious() - Method in class java.awt.FocusManager
 
focusPrevious(Component) - Method in class java.awt.FocusManager
 
focusRoot - Variable in class java.awt.FocusManager
 
font - Variable in class java.awt.Component
The font used by this component.
font - Variable in class java.awt.MenuComponent
The Menu Components Font.
font - Variable in class java.awt.FontMetrics
The actual Font from which the font metrics are created.
Font - class java.awt.Font.
The Font class represents fonts.
Font.FontLineMetrics - class java.awt.Font.FontLineMetrics.
Metrics from a font for layout of characters along a line and layout of set of lines.
Font.FontLineMetrics(Font) - Constructor for class java.awt.Font.FontLineMetrics
 
Font(Map) - Constructor for class java.awt.Font
Creates a new Font with the specified attributes.
Font(String, int, float) - Constructor for class java.awt.Font
 
Font(String, int, int) - Constructor for class java.awt.Font
Creates a new Font from the specified name, style and point size.
fontCache - Static variable in class java.awt.Font
 
FontMetrics - class java.awt.FontMetrics.
The FontMetrics class defines a font metrics object, which encapsulates information about the rendering of a particular font on a particular screen.
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.
fontSerializedDataVersion - Variable in class java.awt.Font
The font Serializable Data Form.
forceLower - Variable in class java.io.StreamTokenizer
 
forClass() - Method in class java.io.ObjectStreamClass
Return the class in the local VM that this version is mapped to.
forDigit(int, int) - Static method in class java.lang.Character
Determines the character representation for a specific digit in the specified radix.
foreground - Variable in class java.awt.Component
The foreground color for this component.
FORMAT - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
formatList(String[], String[]) - Static method in class java.util.Locale
Format a list with an array of patterns.
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class or interface with the given string name.
forName(String, boolean, ClassLoader) - Static method in class java.lang.Class
Returns the Class object associated with the class or interface with the given string name, using the given class loader.
forName0(String, boolean, ClassLoader) - Static method in class java.lang.Class
Called after security checks have been made.
fractAsInt(double) - Static method in class java.awt.TexturePaintContext
 
fractHOB - Static variable in class java.lang.FloatingDecimal
 
fractMask - Static variable in class java.lang.FloatingDecimal
 
Frame - class java.awt.Frame.
A Frame is a top-level window with a title and a border.
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.
frameSerializedDataVersion - Variable in class java.awt.Frame
Frame Serialized Data Version.
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.
freeNativeData() - Method in class java.awt.AWTEvent
frees any native data held by this object.
FRENCH - Static variable in class java.util.Locale
Useful constant for language.
fRequestedAttributes - Variable in class java.awt.Font
A map of font attributes available in this font.
frgbvalue - Variable in class java.awt.Color
The color value in the default sRGB ColorSpace as float components (no alpha).
FRIDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Friday.
fromClass - Variable in class java.lang.ClassLoader.NativeLibrary
 
fromKey - Variable in class java.util.TreeMap.SubMap
 
fromStart - Variable in class java.util.TreeMap.SubMap
fromKey is significant only if fromStart is false.
fs - Static variable in class java.io.File
The FileSystem object representing the platform's local file system.
fvalue - Variable in class java.awt.Color
The color value in the native ColorSpace as float components (no alpha).

G

gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
generateFile(String, String, File) - Static method in class java.io.File
 
GenericBeanInfo - class java.beans.GenericBeanInfo.
Package private implementation support class for Introspector's internal use.
GenericBeanInfo(BeanDescriptor, EventSetDescriptor[], int, PropertyDescriptor[], int, MethodDescriptor[], BeanInfo) - Constructor for class java.beans.GenericBeanInfo
 
GenericBeanInfo(GenericBeanInfo) - Constructor for class java.beans.GenericBeanInfo
Package-private dup constructor This must isolate the new object from any changes to the old object.
GEOMETRIC_SHAPES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
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() - Method in class java.lang.ThreadLocal
Returns the value in the calling thread's copy of this ThreadLocal variable.
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
get(int) - Method in class java.util.AbstractList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.AbstractSequentialList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.Collections.UnmodifiableList
 
get(int) - Method in class java.util.Collections.SynchronizedList
 
get(int) - Method in class java.util.Vector
Returns the element at the specified position in this Vector.
get(int) - Method in class java.util.LinkedList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.Arrays.ArrayList
 
get(int) - Method in class java.util.BitSet
Returns the value of the bit with the specified index.
get(int) - Method in interface java.util.List
Returns the element at the specified position in this list.
get(int) - Method in class java.util.ArrayList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.SubList
 
get(Object) - Method in class java.awt.RenderingHints
Returns the value to which the specified key is mapped.
get(Object) - Method in class java.util.AbstractMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class java.util.WeakHashMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class java.util.HashMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class java.util.Collections.UnmodifiableMap
 
get(Object) - Method in class java.util.Collections.SynchronizedMap
 
get(Object) - Method in interface java.util.Map
Returns the value to which this map maps the specified key.
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.
get(Object) - Method in class java.util.TreeMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class java.util.TreeMap.SubMap
 
get(String) - Static method in class java.util.TimeZoneData
 
get(String, boolean) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named boolean field from the persistent field.
get(String, boolean) - Method in class java.io.ObjectInputStream.GetFieldImpl
Get the value of the named boolean field from the persistent field.
get(String, byte) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named byte field from the persistent fields.
get(String, byte) - Method in class java.io.ObjectInputStream.GetFieldImpl
Get the value of the named byte field from the persistent fields.
get(String, char) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named char field from the persistent fields.
get(String, char) - Method in class java.io.ObjectInputStream.GetFieldImpl
Get the value of the named char field from the persistent fields.
get(String, double) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named double field from the persistent field.
get(String, double) - Method in class java.io.ObjectInputStream.GetFieldImpl
Get the value of the named double field from the persistent field.
get(String, float) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named float field from the persistent fields.
get(String, float) - Method in class java.io.ObjectInputStream.GetFieldImpl
Get the value of the named float field from the persistent fields.
get(String, int) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named int field from the persistent fields.
get(String, int) - Method in class java.io.ObjectInputStream.GetFieldImpl
Get the value of the named int field from the persistent fields.
get(String, long) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named long field from the persistent fields.
get(String, long) - Method in class java.io.ObjectInputStream.GetFieldImpl
Get the value of the named long field from the persistent fields.
get(String, Object) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named Object field from the persistent field.
get(String, Object) - Method in class java.io.ObjectInputStream.GetFieldImpl
Get the value of the named Object field from the persistent field.
get(String, short) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named short field from the persistent fields.
get(String, short) - Method in class java.io.ObjectInputStream.GetFieldImpl
Get the value of the named short field from the persistent fields.
getAbsoluteFile() - Method in class java.io.File
Returns the absolute form of this abstract pathname.
getAbsolutePath() - Method in class java.io.File
Returns the absolute pathname string of this abstract pathname.
getActionCommand() - Method in class java.awt.MenuItem
Gets the command name of the action event that is fired by this menu item.
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.event.ActionEvent
Returns the command string associated with this action.
getActions() - Method in class java.util.PropertyPermission
Returns the "canonical string representation" of the actions.
getActions() - Method in class java.io.FilePermission
Returns the "canonical string representation" of the actions.
getActions(int) - Static method in class java.util.PropertyPermission
Return the canonical string representation of the actions.
getActions(int) - Static method in class java.io.FilePermission
Return the canonical string representation of the actions.
getActualMaximum(int) - Method in class java.util.Calendar
Return the maximum value that this field could have, given the current date.
getActualMaximum(int) - Method in class java.util.GregorianCalendar
Return the maximum value that this field could have, given the current date.
getActualMinimum(int) - Method in class java.util.Calendar
Return the minimum value that this field could have, given the current date.
getActualMinimum(int) - Method in class java.util.GregorianCalendar
Return the minimum value that this field could have, given the current date.
getAdditionalBeanInfo() - Method in interface java.beans.BeanInfo
This method allows a BeanInfo object to return an arbitrary collection of other BeanInfo objects that provide additional information on the current bean.
getAdditionalBeanInfo() - Method in class java.beans.SimpleBeanInfo
Claim there are no other relevant BeanInfo objects.
getAddListenerMethod() - Method in class java.beans.EventSetDescriptor
Gets the method used to add event listeners.
getAdjustable() - Method in class java.awt.event.AdjustmentEvent
Returns the Adjustable object where this event originated.
getAdjustmentType() - Method in class java.awt.event.AdjustmentEvent
Returns the type of adjustment which caused the value changed event.
getAlignment() - Method in class java.awt.FlowLayout
Gets the alignment for this layout.
getAlignment() - Method in class java.awt.Label
Gets the current alignment of this label.
getAlignmentX() - Method in class java.awt.Component
Returns the alignment along the x axis.
getAlignmentX() - Method in class java.awt.Container
Returns the alignment along the x axis.
getAlignmentY() - Method in class java.awt.Component
Returns the alignment along the y axis.
getAlignmentY() - Method in class java.awt.Container
Returns the alignment along the y axis.
getAllFonts() - Method in class java.awt.GraphicsEnvironment
Returns an array containing a one-point size instance of all fonts available in this GraphicsEnvironment.
getAlpha() - Method in class java.awt.AlphaComposite
Returns the alpha value of thisAlphaComposite.
getAlpha() - Method in class java.awt.Color
Returns the alpha component.
getAnchorRect() - Method in class java.awt.TexturePaint
Returns a copy of the anchor rectangle which positions and sizes the textured image.
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.
getApplet(String) - Method in class java.beans.BeansAppletContext
 
getAppletContext() - Method in class java.applet.Applet
Determines this applet's context, which allows the applet to query and affect the environment in which it runs.
getAppletContext() - Method in interface java.applet.AppletStub
Gets a handler to the applet's context.
getAppletContext() - Method in class java.beans.BeansAppletStub
 
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.
getApplets() - Method in class java.beans.BeansAppletContext
 
getAscent() - Method in class java.awt.FontMetrics
Determines the font ascent of the Font described by this FontMetrics object.
getAscent() - Method in class java.awt.Font.FontLineMetrics
 
getAsText() - Method in class java.beans.PropertyEditorSupport
Gets the property value as a string suitable for presentation to a human to edit.
getAsText() - Method in interface java.beans.PropertyEditor
Gets the property value as text.
getAttributes() - Method in class java.awt.Font
Returns a map of font attributes available in this Font.
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) - Method in class java.beans.BeansAppletContext
 
getAudioClip(URL, String) - Method in class java.applet.Applet
Returns the AudioClip object specified by the URL and name arguments.
getAvailableAttributes() - Method in class java.awt.Font
Returns the keys of all the attributes supported by this Font.
getAvailableFontFamilyNames() - Method in class java.awt.GraphicsEnvironment
Returns an array containing the names of all font families available in this GraphicsEnvironment.
getAvailableFontFamilyNames(Locale) - Method in class java.awt.GraphicsEnvironment
Returns an array containing the localized names of all font families available in this GraphicsEnvironment.
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 list of locales for which Calendars are installed.
getAvailableLocales() - Static method in class java.util.Locale
Returns a list of all installed locales.
getBackground() - Method in class java.awt.Component
Gets the background color of this component.
getBackground() - Method in class java.awt.Graphics2D
Returns the background color used for clearing a region.
getBaselineFor(char) - Method in class java.awt.Font
Returns the baseline appropriate for displaying this character.
getBaselineIndex() - Method in class java.awt.Font.FontLineMetrics
 
getBaselineOffsets() - Method in class java.awt.Font.FontLineMetrics
 
getBeanClass() - Method in class java.beans.BeanDescriptor
Gets the bean's Class object.
getBeanDescriptor() - Method in interface java.beans.BeanInfo
Gets the beans BeanDescriptor.
getBeanDescriptor() - Method in class java.beans.SimpleBeanInfo
Deny knowledge about the class and customizer of the bean.
getBeanDescriptor() - Method in class java.beans.GenericBeanInfo
 
getBeanInfo() - Method in class java.beans.Introspector
 
getBeanInfo(Class) - Static method in class java.beans.Introspector
Introspect on a Java bean and learn about all its properties, exposed methods, and events.
getBeanInfo(Class, Class) - Static method in class java.beans.Introspector
Introspect on a Java bean and learn all about its properties, exposed methods, below a given "stop" point.
getBeanInfo(Class, int) - Static method in class java.beans.Introspector
Introspect on a Java bean and learn about all its properties, exposed methods, and events, subnject to some comtrol flags.
getBeanInfoSearchPath() - Static method in class java.beans.Introspector
Gets the list of package names that will be used for finding BeanInfo classes.
getBestConfiguration(GraphicsConfigTemplate) - Method in class java.awt.GraphicsDevice
Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
getBestConfiguration(GraphicsConfiguration[]) - Method in class java.awt.GraphicsConfigTemplate
Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
getBestCursorSize(int, int) - Method in class java.awt.Toolkit
Returns the supported cursor dimension which is closest to the desired sizes.
getBlockIncrement() - Method in interface java.awt.Adjustable
Gets the block value increment for the adjustable object.
getBlockIncrement() - Method in class java.awt.ScrollPaneAdjustable
 
getBlockIncrement() - Method in class java.awt.Scrollbar
Gets the block increment of this scroll bar.
getBlue() - Method in class java.awt.Color
Returns the blue component.
getBoolean(String) - Static method in class java.lang.Boolean
Returns true if and only if the system property named by the argument exists and is equal to the string "true".
getBooleanAttributes(File) - Method in class java.io.FileSystem
Return the simple boolean attributes for the file or directory denoted by the given abstract pathname, or zero if it does not exist or some other I/O error occurs.
getBootstrapClassPath() - Static method in class java.lang.ClassLoader
 
getBootstrapResource(String) - Static method in class java.lang.ClassLoader
Find resources from the VM's built-in classloader.
getBootstrapResources(String) - Static method in class java.lang.ClassLoader
Find resources from the VM's built-in classloader.
getBoundingBox() - Method in class java.awt.Polygon
Deprecated. As of JDK version 1.1, replaced by getBounds().
getBounds() - Method in class java.awt.Component
Gets the bounds of this component in the form of a Rectangle object.
getBounds() - Method in interface java.awt.Shape
Returns an integer Rectangle that completely encloses the Shape.
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(Rectangle) - Method in class java.awt.Component
Store the bounds of this component into "return value" rv and return rv.
getBounds2D() - Method in interface java.awt.Shape
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.Polygon
Returns the high precision bounding box of the Shape.
getBounds2D() - Method in class java.awt.Rectangle
Return the high precision bounding box of this rectangle.
getBTCConverter(String) - Static method in class java.lang.String
Returns a ByteToCharConverter that uses the specified encoding.
getBuffer() - Method in class java.io.StringWriter
Return the string buffer itself.
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.
getBundle(String, Locale, ClassLoader) - 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(CharToByteConverter) - Method in class java.lang.String
Apply the specified character-encoding converter to this String, storing the resulting bytes into a new byte array.
getBytes(int, int, byte[], int) - Method in class java.lang.String
Deprecated. This method does not properly convert characters into bytes. As of JDK 1.1, the preferred way to do this is via the getBytes(String enc) method, which takes a character-encoding name, or the getBytes() method, which uses the platform's default encoding.
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.
getCallerClass() - Static method in class java.lang.System
 
getCallerClassLoader() - Static method in class java.lang.ClassLoader
 
getCanonicalFile() - Method in class java.io.File
Returns the canonical form of this abstract pathname.
getCanonicalPath() - Method in class java.io.File
Returns the canonical pathname string of this abstract pathname.
getCaret() - Method in class java.awt.event.InputMethodEvent
Gets the caret.
getCaretPosition() - Method in class java.awt.TextComponent
Gets the position of the text insertion caret for this text component.
getCeilEntry(Object) - Method in class java.util.TreeMap
Gets the entry corresponding to the specified key; if no such entry exists, returns the entry for the least key greater than the specified key; if no such entry exists (i.e., the greatest key in the Tree is less than the specified key), returns null.
getCenterSwathPoint() - Method in class com.jjt.utbeg.SwathViewer
Calculates the swath center point based on the upper left point and the swath size.
getChangeSupport() - Method in class com.jjt.utbeg.UserParameters
Returns the internal support object for notifying listeners of property changes.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getCheckboxGroup() - Method in class java.awt.Checkbox
Determines this check box's group.
getChild() - Method in class java.awt.event.ContainerEvent
Returns the component that was affected by the event.
getChild(String, boolean) - Method in class java.awt.BorderLayout
Get the component that corresponds to the given constraint location
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getClassContext() - Static method in class java.util.ResourceBundle
 
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
Returns the class loader for the class.
getClassLoader0() - Method in class java.lang.Class
 
getClassLoaderPerm - Static variable in class java.lang.ClassLoader
 
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.
getClipBounds(Rectangle) - Method in class java.awt.Graphics
Returns the bounding rectangle of the current clipping area.
getClipRect() - Method in class java.awt.Graphics
Deprecated. As of JDK version 1.1, replaced by getClipBounds().
getCodeBase() - Method in class java.applet.Applet
Gets the base URL.
getCodeBase() - Method in interface java.applet.AppletStub
Gets the base URL.
getCodeBase() - Method in class java.beans.BeansAppletStub
 
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.
getColor1() - Method in class java.awt.GradientPaint
Returns the color C1 anchored by the point P1.
getColor2() - Method in class java.awt.GradientPaint
Returns the color C2 anchored by the point P2.
getColorComponents(ColorSpace, float[]) - Method in class java.awt.Color
Returns a float array containing the color components (no alpha) of the Color, in the ColorSpace specified by the cspace parameter.
getColorComponents(float[]) - Method in class java.awt.Color
Returns a float array containing the color components (no alpha) of the Color, in the ColorSpace of the color.
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.TexturePaintContext
Return the ColorModel of the output.
getColorModel() - Method in class java.awt.ColorPaintContext
 
getColorModel() - Method in interface java.awt.PaintContext
Returns the ColorModel of the output.
getColorModel() - Method in class java.awt.Toolkit
Determines the color model of this toolkit's screen.
getColorModel() - Method in class java.awt.LightweightPeer
 
getColorModel() - Method in class java.awt.GradientPaintContext
Return the ColorModel of the output.
getColorModel() - Method in class java.awt.GraphicsConfiguration
Returns the ColorModel associated with this GraphicsConfiguration.
getColorModel(int) - Method in class java.awt.GraphicsConfiguration
Returns the ColorModel associated with this GraphicsConfiguration that supports the specified transparency.
getColorSpace() - Method in class java.awt.Color
Returns the ColorSpace of the Color.
getColumns() - Method in class java.awt.GridLayout
Gets the number of columns in this layout.
getColumns() - Method in class java.awt.TextField
Gets the number of columns in this text field.
getColumns() - Method in class java.awt.TextArea
Gets the number of columns in this text area.
getCommittedCharacterCount() - Method in class java.awt.event.InputMethodEvent
Gets the number of committed characters in the text.
getComponent() - Method in class java.awt.event.ComponentEvent
Returns the originator of the event.
getComponent(int) - Method in class java.awt.Container
Gets the nth component in this container.
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.
getComponentOrientation() - Method in class java.awt.Component
Retrieve the language-sensitive orientation that is to be used to order the elements or text within this component.
getComponents_NoClientCode() - Method in class java.awt.Container
 
getComponents() - Method in class java.awt.Container
Gets all the components in this container.
getComponents(ColorSpace, float[]) - Method in class java.awt.Color
Returns a float array containing the color and alpha components of the Color, in the ColorSpace specified by the cspace parameter.
getComponents(float[]) - Method in class java.awt.Color
Returns a float array containing the color and alpha components of the Color, in the ColorSpace of the Color.
getComponentType() - Method in class java.lang.Class
Returns the Class representing the component type of an array.
getComposite() - Method in class java.awt.Graphics2D
Returns the current Composite in the Graphics2D context.
getConfigurations() - Method in class java.awt.GraphicsDevice
Returns all of the GraphicsConfiguration objects associated with this GraphicsDevice.
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.
getConstructor0(Class[], int) - Method in class java.lang.Class
 
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.
getConstructors0(int) - Method in class java.lang.Class
 
getContainer() - Method in class java.awt.event.ContainerEvent
Returns the originator of the event.
getContentPane() - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
Returns the main Container for this Applet's components.
getContentPane() - Method in class com.jjt.utbeg.BorderPanel
 
getContents() - Method in class java.util.ListResourceBundle
See class description.
getContext(BufferedImage, AffineTransform, RenderingHints, Rectangle) - Static method in class java.awt.TexturePaintContext
 
getContextClassLoader() - Method in class java.lang.Thread
Returns the context ClassLoader for this Thread.
getCountry() - Method in class java.util.Locale
Returns the country/region code for this locale, which will either be the empty string or an upercase ISO 3166 2-letter code.
getCPathConsumer() - Method in class java.awt.BasicStroke.FillAdapter
 
getCTBConverter(String) - Static method in class java.lang.String
Returns a CharToByteConverter that uses the specified encoding.
getCurrent() - Method in class java.awt.CheckboxGroup
Deprecated. As of JDK version 1.1, replaced by getSelectedCheckbox().
getCursor() - Method in class java.awt.Component
Gets the cursor set on this component.
getCursorType() - Method in class java.awt.Frame
Deprecated. As of JDK version 1.1, replaced by Component.getCursor().
getCustomEditor() - Method in class java.beans.PropertyEditorSupport
A PropertyEditor may chose to make available a full custom Component that edits its property value.
getCustomEditor() - Method in interface java.beans.PropertyEditor
A PropertyEditor may choose to make available a full custom Component that edits its property value.
getCustomizerClass() - Method in class java.beans.BeanDescriptor
Gets the Class object for the bean's customizer.
getDashArray() - Method in class java.awt.BasicStroke
Returns the array representing the lengths of the dash segments.
getDashPhase() - Method in class java.awt.BasicStroke
Returns the current dash phase.
getDate() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.DAY_OF_MONTH).
getDay() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.DAY_OF_WEEK).
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.
getDeclaredClasses0() - Method in class java.lang.Class
 
getDeclaredConstructor(Class[]) - Method in class java.lang.Class
Returns a Constructor object that reflects the specified 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.
getDeclaredMethod(String, Class[], int, int) - Method in class java.io.ObjectStreamClass
 
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 in which it was declared.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefault() - Static method in class java.util.Locale
Common method of getting the current default Locale.
getDefaultConfiguration() - Method in class java.awt.GraphicsDevice
Returns the default GraphicsConfiguration associated with this GraphicsDevice.
getDefaultCursor() - Static method in class java.awt.Cursor
Return the system default cursor.
getDefaultDomain() - Method in class java.lang.ClassLoader
 
getDefaultEventIndex() - Method in interface java.beans.BeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of a default event.
getDefaultEventIndex() - Method in class java.beans.GenericBeanInfo
 
getDefaultParent() - Method in class java.io.FileSystem
Return the parent pathname string to be used when the parent-directory argument in one of the two-argument File constructors is the empty pathname.
getDefaultPropertyIndex() - Method in interface java.beans.BeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of a default property.
getDefaultPropertyIndex() - Method in class java.beans.GenericBeanInfo
 
getDefaultScreenDevice() - Method in class java.awt.GraphicsEnvironment
Returns the default screen GraphicsDevice.
getDefaultToolkit() - Static method in class java.awt.Toolkit
Gets the default toolkit.
getDefaultTransform() - Method in class java.awt.GraphicsConfiguration
Returns the default AffineTransform for this GraphicsConfiguration.
getDescent() - Method in class java.awt.FontMetrics
Determines the font descent of the Font described by this FontMetrics object.
getDescent() - Method in class java.awt.Font.FontLineMetrics
 
getDesktopProperty(String) - Method in class java.awt.Toolkit
obtain a value for the specified desktop property.
getDevice() - Method in class java.awt.GraphicsConfiguration
Returns the GraphicsDevice associated with this GraphicsConfiguration.
getDeviceConfiguration() - Method in class java.awt.Graphics2D
Returns the device configuration associated with this Graphics2D.
getDirectory() - Method in class java.awt.FileDialog
Gets the directory of this file dialog.
getDispatchThread() - Method in class java.awt.EventQueue
 
getDisplayCountry() - Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayCountry(Locale) - Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayLanguage() - Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayLanguage(Locale) - Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayName() - Method in class java.util.TimeZone
Returns a name of this time zone suitable for presentation to the user in the default locale.
getDisplayName() - Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayName() - Method in class java.beans.FeatureDescriptor
Gets the localized display name of this feature.
getDisplayName(boolean, int) - Method in class java.util.TimeZone
Returns a name of this time zone suitable for presentation to the user in the default locale.
getDisplayName(boolean, int, Locale) - Method in class java.util.TimeZone
Returns a name of this time zone suitable for presentation to the user in the specified locale.
getDisplayName(Locale) - Method in class java.util.TimeZone
Returns a name of this time zone suitable for presentation to the user in the specified locale.
getDisplayName(Locale) - Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayVariant() - Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDisplayVariant(Locale) - Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDisplayVariantArray(ResourceBundle) - Method in class java.util.Locale
Return an array of the display names of the variant.
getDocumentBase() - Method in class java.applet.Applet
Gets the document URL.
getDocumentBase() - Method in interface java.applet.AppletStub
Gets the document URL.
getDocumentBase() - Method in class java.beans.BeansAppletStub
 
getDouble(String) - Method in class com.jjt.utbeg.UserParameters
Returns a double-precision floating point number for a given key.
getDouble(String, double) - Method in class com.jjt.utbeg.UserParameters
Returns a double-precision floating point number for a given key.
getDropTarget() - Method in class java.awt.Component
Get the DropTarget associated with this Component
getDSTSavings() - Method in class java.util.SimpleTimeZone
Returns the amount of time in ms that the clock is advanced during DST.
getEchoChar() - Method in class java.awt.TextField
Gets the character that is to be used for echoing.
getEditorSearchPath() - Static method in class java.beans.PropertyEditorManager
Gets the package names that will be searched for property editors.
getEncoding() - Method in class java.io.InputStreamReader
Returns the canonical name of the character encoding being used by this stream.
getEncoding() - Method in class java.io.OutputStreamWriter
Returns the canonical name of the character encoding being used by this stream.
getEndCap() - Method in class java.awt.BasicStroke
Returns the end cap style.
getEntry(Object) - Method in class java.util.TreeMap
Returns this map's entry for the given key, or null if the map does not contain an entry for the key.
getenv(String) - Static method in class java.lang.System
Deprecated. The preferred way to extract system-dependent information is the system properties of the java.lang.System.getProperty methods and the corresponding getTypeName methods of the Boolean, Integer, and Long primitive types. For example:
     String classPath = System.getProperty("java.class.path",".");
 
if (Boolean.getBoolean("myapp.exper.mode")) enableExpertCommands();
getEpochDay() - Method in class java.util.GregorianCalendar
Return the day number with respect to the epoch.
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.
getEventQueue() - Static method in class java.awt.Toolkit
 
getEventQueue() - Method in class java.awt.EventDispatchThread
 
getEventSetDescriptors() - Method in interface java.beans.BeanInfo
Gets the beans EventSetDescriptors.
getEventSetDescriptors() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of event sets.
getEventSetDescriptors() - Method in class java.beans.GenericBeanInfo
 
getException() - Method in class java.awt.event.InvocationEvent
Returns any Exception caught while executing the Runnable's run() method.
getException() - Method in class java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this Error to be created.
getException() - Method in class java.lang.ClassNotFoundException
Returns the exception that was raised if an error occurred while attempting to load the class.
getFamily_NoClientCode() - Method in class java.awt.Font
 
getFamily() - Method in class java.awt.Font
Returns the family name of this Font.
getFamily(Locale) - Method in class java.awt.Font
Returns the family name of this Font, localized for the specified locale.
getFD() - Method in class java.io.FileInputStream
Returns the FileDescriptor object that represents the connection to the actual file in the file system being used by this FileInputStream.
getFD() - Method in class java.io.FileOutputStream
Returns the file descriptor associated with this stream.
getFD() - Method in class java.io.RandomAccessFile
Returns the opaque file descriptor object associated with this stream.
getField() - Method in class java.io.ObjectStreamField
 
getField(int) - Method in class java.util.Date
Return a field for this date by looking it up in a Calendar object.
getField(String) - Method in class java.io.ObjectStreamClass
Get the field of this class by name.
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.
getField(String, Class) - Method in class java.io.ObjectStreamClass
Get the field of this class by name and fieldType.
getField0(String, int) - Method in class java.lang.Class
 
getFields() - Method in class java.io.ObjectStreamClass
Return an array of the fields of this serializable class.
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.
getFields0(int) - Method in class java.lang.Class
 
getFieldsNoCopy() - Method in class java.io.ObjectStreamClass
 
getFile() - Method in class java.awt.FileDialog
Gets the selected file of this file dialog.
getFilenameFilter() - Method in class java.awt.FileDialog
Determines this file dialog's filename filter.
getFilePointer() - Method in class java.io.RandomAccessFile
Returns the current offset in this file.
getFileSystem() - Static method in class java.io.FileSystem
Return the FileSystem object representing this platform's local filesystem.
getFirst() - Method in class java.util.LinkedList
Returns the first element in this list.
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.
getFocusOwner() - Method in class java.awt.FocusManager
 
getFont_NoClientCode() - Method in class java.awt.Component
 
getFont_NoClientCode() - Method in class java.awt.MenuComponent
 
getFont() - Method in class java.awt.Component
Gets the font of this component.
getFont() - Method in class java.awt.MenuComponent
Gets the font used for this menu component.
getFont() - Method in class java.awt.Graphics
Gets the current font.
getFont() - Method in class java.awt.FontMetrics
Gets the Font described by this FontMetrics object.
getFont() - Method in interface java.awt.MenuContainer
 
getFont(Map) - Static method in class java.awt.Font
Returns a Font appropriate to this attribute set.
getFont(String) - Static method in class java.awt.Font
Returns a Font object 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
Deprecated. see GraphicsEnvironment.getAvailableFontFamilyNames()
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
Deprecated. This returns integer metrics for the default screen.
getFontMetrics(Font) - Method in class java.awt.LightweightPeer
 
getFontName() - Method in class java.awt.Font
Returns the font face name of this Font.
getFontName(Locale) - Method in class java.awt.Font
Returns the font face name of the Font, localized for the specified locale.
getFontPeer(String, int) - Method in class java.awt.Toolkit
Deprecated. see java.awt.GraphicsEnvironment#getAllFonts
getFontRenderContext() - Method in class java.awt.Graphics2D
Get the rendering context of the Font within this Graphics2D context.
getForeground() - Method in class java.awt.Component
Gets the foreground color of this component.
getFrames() - Static method in class java.awt.Frame
Returns an array containing all Frames created by the application.
getFromClass() - Static method in class java.lang.ClassLoader.NativeLibrary
 
getGetClassLoaderPerm() - Static method in class java.lang.ClassLoader
 
getGraphics() - Method in class java.awt.Component
Creates a graphics context for this component.
getGraphics() - Method in class java.awt.PrintJob
Gets a Graphics object that will draw to the next page.
getGraphics() - Method in class java.awt.LightweightPeer
 
getGraphics() - Method in class java.awt.Image
Creates a graphics context for drawing to an off-screen image.
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
Returns the green component.
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.Component
Return the current height of this component.
getHeight() - Method in class java.awt.Dimension
Returns the height of this dimension in double precision.
getHeight() - Method in class java.awt.FontMetrics
Gets the standard height of a line of text in this font.
getHeight() - Method in class java.awt.Rectangle
Returns the height of the bounding Rectangle in double precision.
getHeight() - Method in class java.awt.Font.FontLineMetrics
 
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.CardLayout
Gets the horizontal gap between components.
getHgap() - Method in class java.awt.GridLayout
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.BorderLayout
Returns the horizontal gap between components.
getHours() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.HOUR_OF_DAY).
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 interface java.beans.BeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class java.beans.SimpleBeanInfo
Claim there are no icons available.
getIcon(int) - Method in class java.beans.GenericBeanInfo
 
getIconImage() - Method in class java.awt.Frame
Gets the image to be displayed in the minimized icon for this frame.
getID() - Method in class java.awt.AWTEvent
Returns the event type.
getID() - Method in class java.awt.MediaEntry
 
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getIdentity() - Method in class java.awt.RenderingHints.Key
 
getIDstring() - Method in class java.awt.GraphicsDevice
Returns the identification string associated with this GraphicsDevice.
getImage() - Method in class com.jjt.utbeg.SwathViewer
Loads and returns the current background image.
getImage() - Method in class java.awt.TexturePaint
Returns the BufferedImage texture used to fill the shapes.
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.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
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.beans.BeansAppletContext
 
getImage(URL, String) - Method in class java.applet.Applet
Returns an Image object that can then be painted on the screen.
getImplementationTitle() - Method in class java.lang.Package
Return the title of this package.
getImplementationVendor() - Method in class java.lang.Package
Returns the name of the organization, vendor or company that provided this implementation.
getImplementationVersion() - Method in class java.lang.Package
Return the version of this implementation.
getInCheck() - Method in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
getIndexedPropertyType() - Method in class java.beans.IndexedPropertyDescriptor
Gets the Class object of the indexed properties' type.
getIndexedReadMethod() - Method in class java.beans.IndexedPropertyDescriptor
Gets the method that should be used to read an indexed property value.
getIndexedWriteMethod() - Method in class java.beans.IndexedPropertyDescriptor
Gets the method that should be used to write an indexed property value.
getInputContext() - Method in class java.awt.Component
Gets the input context used by this component for handling the communication with input methods when text is entered in this component.
getInputContext() - Method in class java.awt.Window
Gets the input context for this window.
getInputMethodRequests() - Method in class java.awt.Component
Gets the input method request handler which supports requests from input methods for this component.
getInputStream() - Method in class java.lang.Process
Gets the input stream of the subprocess.
getInsets() - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
Component method over-ridden to define an empty border around this Applet.
getInsets() - Method in class com.jjt.utbeg.BorderPanel
 
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 time zone and locale.
getInstance(int) - Static method in class java.awt.AlphaComposite
Creates an AlphaComposite object with the specified rule.
getInstance(int, float) - Static method in class java.awt.AlphaComposite
Creates an AlphaComposite object with the specified rule and the constant alpha to multiply with the alpha of the source.
getInstance(Locale) - Static method in class java.util.Calendar
Gets a calendar using the default time zone and specified locale.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInstance(TimeZone, Locale) - Static method in class java.util.Calendar
Gets a calendar with the specified time zone and locale.
getInstanceOf(Object, Class) - Static method in class java.beans.Beans
From a given bean, obtain an object representing a specified type view of that source object.
getInt(String) - Method in class com.jjt.utbeg.UserParameters
Returns an integer value for a parameter.
getInt(String, int) - Method in class com.jjt.utbeg.UserParameters
Returns an integer value for a parameter.
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
Returns 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.
getISO3Country() - Method in class java.util.Locale
Returns a three-letter abbreviation for this locale's country.
getISO3Language() - Method in class java.util.Locale
Returns a three-letter abbreviation for this locale's language.
getISOCountries() - Static method in class java.util.Locale
Returns a list of all 2-letter country codes defined in ISO 3166.
getISOLanguages() - Static method in class java.util.Locale
Returns a list of all 2-letter language codes defined in ISO 639.
getISOYear() - Method in class java.util.GregorianCalendar
Return the year that corresponds to the WEEK_OF_YEAR field.
getItalicAngle() - Method in class java.awt.Font
Returns the italic angle of this Font.
getItem() - Method in class java.awt.event.ItemEvent
Returns the item affected by the event.
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.Menu
Gets the item located at the specified index of this menu.
getItem(int) - Method in class java.awt.List
Gets the item associated with the specified index.
getItemCount() - Method in class java.awt.Choice
Returns the number of items in this Choice menu.
getItemCount() - Method in class java.awt.Menu
Get the number of items in this menu.
getItemCount() - Method in class java.awt.List
Gets the number of items in the list.
getItemImpl(int) - Method in class java.awt.Choice
 
getItemImpl(int) - Method in class java.awt.Menu
 
getItemImpl(int) - Method in class java.awt.List
 
getItems() - Method in class java.awt.List
Gets the items in the list.
getItemSelectable() - Method in class java.awt.event.ItemEvent
Returns the originator of the event.
getJavaInitializationString() - Method in class java.beans.PropertyEditorSupport
This method is intended for use when generating Java code to set the value of the property.
getJavaInitializationString() - Method in interface java.beans.PropertyEditor
This method is intended for use when generating Java code to set the value of the property.
getKey() - Method in class java.awt.MenuShortcut
Return the raw keycode of this MenuShortcut.
getKey() - Method in class java.util.WeakHashMap.Entry
 
getKey() - Method in class java.util.HashMap.Entry
 
getKey() - Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry
 
getKey() - Method in interface java.util.Map.Entry
Returns the key corresponding to this entry.
getKey() - Method in class java.util.Hashtable.Entry
 
getKey() - Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
getKey() - Method in class java.util.TreeMap.Entry
Returns the key.
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.
getKeyEventChar() - Method in class java.awt.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.ResourceBundle
Return an enumeration of the keys.
getKeys() - Method in class java.util.ListResourceBundle
Implementation of ResourceBundle.getKeys.
getKeys() - Method in class java.util.PropertyResourceBundle
Implementation of ResourceBundle.getKeys.
getKeyText(int) - Static method in class java.awt.event.KeyEvent
Returns a String describing the keyCode, such as "HOME", "F1" or "A".
getKnownParameterNames() - Static method in class com.jjt.utbeg.UserParameters
Returns a list of all parameter names known to be stored in UserParameters Objects.
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.
getLabel() - Method in class java.awt.Button
Gets the label of this button.
getLanguage() - Method in class java.util.Locale
Returns the language code for this locale, which will either be the empty string or a lowercase ISO 639 code.
getLanguagesForCountry(String) - Static method in class java.util.Locale
Given an ISO country code, returns an array of Strings containing the ISO codes of the languages spoken in that country.
getLast() - Method in class java.util.LinkedList
Returns the last element in this list.
getLastModifiedTime(File) - Method in class java.io.FileSystem
Return the time at which the file or directory denoted by the given abstract pathname was last modified, or zero if it does not exist or some other I/O error occurs.
getLayout() - Method in class java.awt.Container
Gets the layout manager for this container.
getLayoutAlignmentX(Container) - Method in class java.awt.CardLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in interface java.awt.LayoutManager2
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 class java.awt.BorderLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class java.awt.CardLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in interface java.awt.LayoutManager2
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 class java.awt.BorderLayout
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.
getLcidFromLocale(Locale) - Method in class java.awt.Font
 
getLeading() - Method in class java.awt.FontMetrics
Determines the standard leading of the Font described by this FontMetrics object.
getLeading() - Method in class java.awt.Font.FontLineMetrics
 
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.
getLength(File) - Method in class java.io.FileSystem
Return the length in bytes of the file denoted by the given abstract pathname, or zero if it does not exist, is a directory, or some other I/O error occurs.
getLineIncrement() - Method in class java.awt.Scrollbar
Deprecated. As of JDK version 1.1, replaced by getUnitIncrement().
getLineJoin() - Method in class java.awt.BasicStroke
Returns the line join style.
getLineMetrics(char[], int, int, FontRenderContext) - Method in class java.awt.Font
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(char[], int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the LineMetrics object for the specified character array in the specified Graphics context.
getLineMetrics(CharacterIterator, int, int, FontRenderContext) - Method in class java.awt.Font
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(CharacterIterator, int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the LineMetrics object for the specified CharacterIterator in the specified Graphics context.
getLineMetrics(String, FontRenderContext) - Method in class java.awt.Font
Returns a Font.FontLineMetrics object created with the specified String and FontRenderContext.
getLineMetrics(String, Graphics) - Method in class java.awt.FontMetrics
Returns the LineMetrics object for the specified String in the specified Graphics context.
getLineMetrics(String, int, int, FontRenderContext) - Method in class java.awt.Font
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(String, int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the LineMetrics object for the specified String in the specified Graphics context.
getLineNumber() - Method in class java.io.LineNumberReader
Get the current line number.
getLineNumber() - Method in class java.io.LineNumberInputStream
Deprecated. Returns the current line number.
getLineWidth() - Method in class java.awt.BasicStroke
Returns the line width.
getListenerMethodDescriptors() - Method in class java.beans.EventSetDescriptor
Gets the MethodDescriptors of the target listener interface.
getListenerMethods() - Method in class java.beans.EventSetDescriptor
Gets the methods of the target listener interface.
getListenerType() - Method in class java.beans.EventSetDescriptor
Gets the Class object for the target interface.
getLoader() - Static method in class java.util.ResourceBundle
 
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.
getLocale() - Method in class java.util.ResourceBundle
Return the Locale for this ResourceBundle.
getLocale() - Method in class java.applet.Applet
Gets the Locale for the applet, if it has been set.
getLocalGraphicsEnvironment() - Static method in class java.awt.GraphicsEnvironment
Returns the local GraphicsEnvironment.
getLocalizedInputStream(InputStream) - Method in class java.lang.Runtime
Deprecated. As of JDK 1.1, the preferred way translate a byte stream in the local encoding into a character stream in Unicode is via the InputStreamReader and BufferedReader classes.
getLocalizedMessage() - Method in class java.lang.Throwable
Creates a localized description of this Throwable.
getLocalizedOutputStream(OutputStream) - Method in class java.lang.Runtime
Deprecated. As of JDK 1.1, the preferred way to translate a Unicode character stream into a byte stream in the local encoding is via the OutputStreamWriter, BufferedWriter, and PrintWriter classes.
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.
getLocation(Point) - Method in class java.awt.Component
Store the x,y origin of this component into "return value" rv and return rv.
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.
getLocationOnScreen() - Method in class java.awt.LightweightPeer
 
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
Returns the long value of the system property with the specified name.
getMagnification() - Method in class com.jjt.utbeg.SwathViewer
Returns the current "zoom" magnification for this viewer.
getMask() - Method in class java.util.PropertyPermission
Return the current action mask.
getMask() - Method in class java.io.FilePermission
Return the current action mask.
getMask(String) - Static method in class java.util.PropertyPermission
Converts an actions String to an actions mask.
getMask(String) - Static method in class java.io.FilePermission
Converts an actions String to an actions mask.
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 FontMetrics object.
getMaxCharBounds(FontRenderContext) - Method in class java.awt.Font
Returns the bounds for the character with the maximum bounds as defined in the specified FontRenderContext.
getMaxCharBounds(Graphics) - Method in class java.awt.FontMetrics
Returns the bounds for the character with the maximum bounds in the specified Graphics context.
getMaxDecent() - Method in class java.awt.FontMetrics
Deprecated. As of JDK version 1.1.1, replaced by getMaxDescent().
getMaxDescent() - Method in class java.awt.FontMetrics
Determines the maximum descent of the Font described by this FontMetrics object.
getMaximum() - Method in interface java.awt.Adjustable
Gets the maximum value of the adjustable object.
getMaximum() - Method in class java.awt.ScrollPaneAdjustable
 
getMaximum() - Method in class java.awt.Scrollbar
Gets the maximum value of this scroll bar.
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.
getMaximumCursorColors() - Method in class java.awt.Toolkit
Returns the maximum number of colors the Toolkit supports in a custom cursor palette. Note: if an image is used which has more colors in its palette than the supported maximum, the Toolkit implementation will attempt to flatten the palette to the maximum.
getMaximumSize() - Method in class com.jjt.utbeg.SwathViewer
Over-ridden Component class method.
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.
getMaxPriority() - Method in class java.lang.ThreadGroup
Returns the maximum priority of this thread group.
getMedia() - Method in class java.awt.MediaEntry
 
getMedia() - Method in class java.awt.ImageMediaEntry
 
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.
getMenuCountImpl() - Method in class java.awt.MenuBar
 
getMenuImpl(int) - Method in class java.awt.MenuBar
 
getMenuShortcutKeyMask() - Method in class java.awt.Toolkit
Determines which modifier key is the appropriate accelerator key for menu shortcuts.
getMessage() - Method in class java.io.WriteAbortedException
Produce the message and include the message from the nested exception, if there is one.
getMessage() - Method in class java.io.InvalidClassException
Produce the message and include the classname, if present.
getMessage() - Method in class java.lang.Throwable
Returns the errort message string of this throwable object.
getMethod() - Method in class java.beans.MethodDescriptor
Gets the method that this MethodDescriptor encapsualtes.
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.
getMethod0(String, Class[], int) - Method in class java.lang.Class
 
getMethodDescriptors() - Method in interface java.beans.BeanInfo
Gets the beans MethodDescriptors.
getMethodDescriptors() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of methods.
getMethodDescriptors() - Method in class java.beans.GenericBeanInfo
 
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.
getMethods0(int) - Method in class java.lang.Class
 
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.ScrollPaneAdjustable
 
getMinimum() - Method in class java.awt.Scrollbar
Gets the minimum value of this scroll bar.
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 com.jjt.utbeg.SwathViewer
Over-ridden Component class method.
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.LightweightPeer
 
getMinimumSize() - Method in class java.awt.TextField
Gets the minumum dimensions for this text field.
getMinimumSize() - Method in class java.awt.TextArea
Determines the minimum size of this text area.
getMinimumSize() - Method in class java.awt.List
Determines the minimum size of this scrolling list.
getMinimumSize(int) - Method in class java.awt.TextField
Gets the minumum dimensions for a text field with the specified number of columns.
getMinimumSize(int) - Method in class java.awt.List
Gets the minumum dimensions for a list with the specified number of rows.
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
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.MINUTE).
getMissingGlyphCode() - Method in class java.awt.Font
Returns the glyphCode which is used when this Font does not have a glyph for a specified unicode.
getMiterLimit() - Method in class java.awt.BasicStroke
Returns the limit of miter joins.
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.
getModifiers() - Method in class java.awt.event.InputEvent
Returns the modifiers flag for this event.
getModifiers() - Method in class java.awt.event.ActionEvent
Returns the modifier keys 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.
getMonth() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.MONTH).
getMouseEventTarget(int, int, boolean) - Method in class java.awt.Container
Fetchs the top-most (deepest) lightweight component that is interested in receiving mouse events.
getName() - Method in class java.awt.Component
Gets the name of the component.
getName() - Method in class java.awt.Cursor
Returns the name of this cursor.
getName() - Method in class java.awt.MenuComponent
Gets the name of the menu component.
getName() - Method in class java.awt.Font
Returns the logical name of this Font.
getName() - Method in class java.io.ObjectStreamField
Get the name of this field.
getName() - Method in class java.io.ObjectStreamClass
The name of the class described by this descriptor.
getName() - Method in class java.io.File
Returns the name of the file or directory denoted by this abstract pathname.
getName() - Method in class java.beans.FeatureDescriptor
Gets the programmatic name of this feature.
getName() - Method in class java.lang.Thread
Returns this thread's name.
getName() - Method in class java.lang.Class
Returns the fully-qualified name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in class java.lang.ThreadGroup
Returns the name of this thread group.
getName() - Method in class java.lang.Package
Return the name of this package.
getNativeContainer() - Method in class java.awt.Component
 
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).
getNewValue() - Method in class java.beans.PropertyChangeEvent
Sets the new value for the property, expressed as an Object.
getNextEvent() - Method in class java.awt.EventQueue
Remove an event from the queue and return it.
getNextPage(HttpServletRequest, UserParameters) - Method in class edu.utexas.beg.agi.AGIServlet
Determines the next page to show the user.
getNormalizingTransform() - Method in class java.awt.GraphicsConfiguration
Returns a AffineTransform that can be concatenated with the default AffineTransform of a GraphicsConfiguration so that 72 units in user space equals 1 inch in device space.
getNumber(String) - Method in class com.jjt.utbeg.UserParameters
Internal method to return a Number parameter.
getNumChars() - Method in class java.awt.Font.FontLineMetrics
 
getNumericAppletParameter(String) - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
Loads an Applet parameter as a number.
getNumericValue(char) - Static method in class java.lang.Character
Returns the Unicode numeric value of the character as a nonnegative integer.
getNumGlyphs() - Method in class java.awt.Font
Returns the number of glyphs in this Font.
getObject(String) - Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getObjectStreamClass() - Method in class java.io.ObjectInputStream.GetField
Get the ObjectStreamClass that describes the fields in the stream.
getObjectStreamClass() - Method in class java.io.ObjectInputStream.GetFieldImpl
Get the ObjectStreamClass that describes the fields in the stream.
getOffset() - Method in class java.io.ObjectStreamField
Offset of field within instance data.
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.
getOffset(int, int, int, int, int, int) - Method in class java.util.SimpleTimeZone
Overrides TimeZone Gets offset, for current date, modified in case of daylight savings.
getOffset(int, int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(int, int, int, int, int, int, int) - Method in class java.util.SimpleTimeZone
Gets offset, for current date, modified in case of daylight savings.
getOldEventKey(KeyEvent) - Static method in class java.awt.Event
 
getOldValue() - Method in class java.beans.PropertyChangeEvent
Gets the old value for the property, expressed as an Object.
getOrientation() - Method in interface java.awt.Adjustable
Gets the orientation of the adjustable object.
getOrientation() - Method in class java.awt.ScrollPaneAdjustable
 
getOrientation() - Method in class java.awt.Scrollbar
Determines the orientation of this scroll bar.
getOrientation(Locale) - Static method in class java.awt.ComponentOrientation
Return the orientation that is appropriate for the given locale
getOrientation(ResourceBundle) - Static method in class java.awt.ComponentOrientation
Return the orientation appropriate for the given ResourceBundle's localization.
getOutputStream() - Method in class java.lang.Process
Gets the output stream of the subprocess.
getOwnedWindows() - Method in class java.awt.Window
Return an array containing all the windows this window currently owns.
getOwner() - Method in class java.awt.Window
Returns the owner of this window.
getPackage() - Method in class java.lang.Class
Gets the package for this class.
getPackage(Class) - Static method in class java.lang.Package
Get the package for the specified class.
getPackage(String) - Method in class java.lang.ClassLoader
Returns a Package that has been defined by this class loader or any of its ancestors.
getPackage(String) - Static method in class java.lang.Package
Find a package by name in the callers classloader.
getPackages() - Method in class java.lang.ClassLoader
Returns all of the Packages defined by this class loader and its ancestors.
getPackages() - Static method in class java.lang.Package
Get all the packages currently known for the caller's class loader.
getPackages(String) - Static method in class java.lang.SecurityManager
 
getPageDimension() - Method in class java.awt.PrintJob
Returns the dimensions of the page in pixels.
getPageIncrement() - Method in class java.awt.Scrollbar
Deprecated. As of JDK version 1.1, replaced by getBlockIncrement().
getPageResolution() - Method in class java.awt.PrintJob
Returns the resolution of the page in pixels per inch.
getPaint() - Method in class java.awt.Graphics2D
Returns the current Paint of the Graphics2D context.
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.
getParameter(String) - Method in class java.beans.BeansAppletStub
 
getParameterDescriptors() - Method in class java.beans.MethodDescriptor
Gets the ParameterDescriptor for each of this MethodDescriptor's method's parameters.
getParameterDisplayPanel() - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
Returns the Container where static display Components should be placed.
getParameterInfo() - Method in class java.applet.Applet
Returns information about the parameters than are understood by this applet.
getParameterInputPanel() - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
Returns the Container where parameter input Components should be placed.
getParameters() - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
Returns the collection of parameters for this and other Applets.
getParent_NoClientCode() - Method in class java.awt.Component
 
getParent_NoClientCode() - Method in class java.awt.MenuComponent
 
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.io.File
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParent() - Method in class java.lang.ClassLoader
Returns the parent class loader for delegation.
getParent() - Method in class java.lang.ThreadGroup
Returns the parent of this thread group.
getParentFile() - Method in class java.io.File
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getPath() - Method in class java.io.File
Converts this abstract pathname into a pathname string.
getPathIterator(AffineTransform) - Method in interface java.awt.Shape
Returns an iterator object that iterates along the Shape boundary and provides access to the geometry of the Shape outline.
getPathIterator(AffineTransform) - Method in class java.awt.Polygon
Returns an iterator object that iterates along the boundary of this Polygon and provides access to the geometry of the outline of this Polygon.
getPathIterator(AffineTransform, double) - Method in interface java.awt.Shape
Returns an iterator object that iterates along the Shape boundary and provides access to a flattened view of the Shape outline geometry.
getPathIterator(AffineTransform, double) - Method in class java.awt.Polygon
Returns an iterator object that iterates along the boundary of the Shape and provides access to the geometry of the outline of the Shape.
getPathSeparator() - Method in class java.io.FileSystem
Return the local filesystem's path-separator character.
getPDperm - Static variable in class java.lang.Class
permission required to get a protection domain
getPeer_NoClientCode() - Method in class java.awt.Font
 
getPeer() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, programs should not directly manipulate peers. replaced by boolean isDisplayable().
getPeer() - Method in class java.awt.MenuComponent
Deprecated. As of JDK version 1.1, programs should not directly manipulate peers.
getPeer() - Method in class java.awt.Font
Deprecated. Font rendering is now platform independent.
getPoint() - Method in class java.awt.event.MouseEvent
Returns the x,y position of the event relative to the source component.
getPoint1() - Method in class java.awt.GradientPaint
Returns a copy of the point P1 that anchors the first color.
getPoint2() - Method in class java.awt.GradientPaint
Returns a copy of the point P2 which anchors the second color.
getPostURL() - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
Returns the URL to submit this applet's parameters to the server.
getPostURL() - Method in class com.jjt.utbeg.Applet1
Returns the URL to submit this applet's parameters to the server.
getPrecedingEntry(Object) - Method in class java.util.TreeMap
Returns the entry for the greatest key less than the specified key; if no such entry exists (i.e., the least key in the Tree is greater than the specified key), returns null.
getPredefinedCursor(int) - Static method in class java.awt.Cursor
Returns a cursor object with the specified predefined type.
getPreferredSize() - Method in class com.jjt.utbeg.SwathViewer
Over-ridden Component class method.
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.LightweightPeer
 
getPreferredSize() - Method in class java.awt.TextField
Gets the preferred size of this text field.
getPreferredSize() - Method in class java.awt.TextArea
Determines the preferred size of this text area.
getPreferredSize() - Method in class java.awt.List
Gets the preferred size of this scrolling list.
getPreferredSize(int) - Method in class java.awt.TextField
Gets the preferred size of this text field with the specified number of columns.
getPreferredSize(int) - Method in class java.awt.List
Gets the preferred dimensions for a list with the specified number of rows.
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.
getPrefixLength() - Method in class java.io.File
Returns the length of this abstract pathname's prefix.
getPrimitiveClass(String) - Static method in class java.lang.Class
 
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.
getPropagationId() - Method in class java.beans.PropertyChangeEvent
The "propagationId" field is reserved for future use.
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) - Static method in class java.awt.Toolkit
Gets a property with the specified key and default.
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.
getPropertyChangeEvent() - Method in class java.beans.PropertyVetoException
Gets the vetoed PropertyChangeEvent.
getPropertyDescriptors() - Method in interface java.beans.BeanInfo
Gets the beans PropertyDescriptors.
getPropertyDescriptors() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of properties.
getPropertyDescriptors() - Method in class java.beans.GenericBeanInfo
 
getPropertyEditorClass() - Method in class java.beans.PropertyDescriptor
Gets any explicit PropertyEditor Class that has been registered for this property.
getPropertyName() - Method in class java.beans.PropertyChangeEvent
Gets the programmatic name of the property that was changed.
getPropertyType() - Method in class java.beans.PropertyDescriptor
Gets the Class object for the property.
getProtectionDomain() - Method in class java.lang.Class
Returns the ProtectionDomain of this class.
getProtectionDomain0() - Method in class java.lang.Class
Returns the ProtectionDomain of this class.
getPSName() - Method in class java.awt.Font
Returns the postscript name of this Font.
getPublicDeclaredMethods(Class) - Static method in class java.beans.Introspector
 
getRaster(int, int, int, int) - Method in class java.awt.TexturePaintContext
Return a Raster containing the colors generated for the graphics operation.
getRaster(int, int, int, int) - Method in class java.awt.ColorPaintContext
 
getRaster(int, int, int, int) - Method in interface java.awt.PaintContext
Returns a Raster containing the colors generated for the graphics operation.
getRaster(int, int, int, int) - Method in class java.awt.GradientPaintContext
Return a Raster containing the colors generated for the graphics operation.
getRawOffset() - Method in class java.util.TimeZone
Gets unmodified offset, NOT modified in case of daylight savings.
getRawOffset() - Method in class java.util.SimpleTimeZone
Overrides TimeZone Gets the GMT offset for this time zone.
getReadMethod() - Method in class java.beans.PropertyDescriptor
Gets the method that should be used to read the property value.
getRed() - Method in class java.awt.Color
Returns the red component.
getRemoveListenerMethod() - Method in class java.beans.EventSetDescriptor
Gets the method used to remove event listeners.
getRenderingHint(RenderingHints.Key) - Method in class java.awt.Graphics2D
Returns the value of a single preference for the rendering algorithms.
getRenderingHints() - Method in class java.awt.Graphics2D
Gets the preferences for the rendering algorithms.
getResource(String) - Method in class java.lang.ClassLoader
Finds the resource with the given name.
getResource(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResourceAsStream(String) - Method in class java.lang.ClassLoader
Returns an input stream for reading the specified resource.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResources(String) - Method in class java.lang.ClassLoader
Finds all the resources with the given name.
getRGB() - Method in class java.awt.Color
Returns the RGB value representing the color in the default sRGB ColorModel.
getRGB() - Method in class java.awt.SystemColor
Gets the "current" RGB value representing the symbolic color.
getRGBColorComponents(float[]) - Method in class java.awt.Color
Returns a float array containing the color components (no alpha) of the Color, in the default sRGB color space.
getRGBComponents(float[]) - Method in class java.awt.Color
Returns a float array containing the color and alpha components of the Color, as represented in the default sRGB color space.
getRootGroup() - Static method in class java.lang.SecurityManager
 
getRows() - Method in class java.awt.GridLayout
Gets the number of rows in this layout.
getRows() - Method in class java.awt.TextArea
Gets the number of rows in the text area.
getRows() - Method in class java.awt.List
Get the number of visible lines in this list.
getRule() - Method in class java.awt.AlphaComposite
Returns the compositing rule of this AlphaComposite.
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.
getScreenDevices() - Method in class java.awt.GraphicsEnvironment
Returns an array of all of the screen GraphicsDevice objects.
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.
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
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.SECOND).
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.
getSelectedCheckbox() - Method in class java.awt.CheckboxGroup
Gets the current choice from this check box group.
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 an array (length 1) containing the checkbox 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 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.List
Returns the selected items on the list in an array of Objects.
getSelectedObjects() - Method in interface java.awt.ItemSelectable
Returns the selected items or null if no items are selected.
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.
getSelectionStart() - Method in class java.awt.TextComponent
Gets the start position of the selected text in this text component.
getSeparator() - Method in class java.io.FileSystem
Return the local filesystem's name-separator character.
getSerialVersionUID() - Method in class java.io.ObjectStreamClass
Return the serialVersionUID for this class.
getServletInfo() - Method in class edu.utexas.beg.agi.AGIServlet
Standard Servlet API method for describing who we are, and what we think we're doing here.
getShape() - Method in class java.awt.BasicStroke.FillAdapter
 
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 of the menu items being managed by this menu bar is associated with the specified menu shortcut.
getShortcutMenuItem(MenuShortcut) - Method in class java.awt.MenuItem
 
getShortcutMenuItem(MenuShortcut) - Method in class java.awt.Menu
 
getShortDescription() - Method in class java.beans.FeatureDescriptor
Gets the short description of this feature.
getSignature(Class) - Static method in class java.io.ObjectStreamClass
Compute the JVM signature for the class.
getSignature(Constructor) - Static method in class java.io.ObjectStreamClass
 
getSignature(Method) - Static method in class java.io.ObjectStreamClass
 
getSigners() - Method in class java.lang.Class
Gets 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.Rectangle
Gets the size of this Rectangle, represented by the returned Dimension.
getSize() - Method in class java.awt.Font
Returns the point size of this Font, rounded to an integer.
getSize(Dimension) - Method in class java.awt.Component
Store the width/height of this component into "return value" rv and return rv.
getSize2D() - Method in class java.awt.Font
Returns the point size of this Font in float value.
getSource() - Method in class java.awt.Image
Gets the object that produces the pixels for the image.
getSource() - Method in class java.util.EventObject
The object on which the Event initially occurred.
getSpecificationTitle() - Method in class java.lang.Package
Return the title of the specification that this package implements.
getSpecificationVendor() - Method in class java.lang.Package
Return the name of the organization, vendor, or company that owns and maintains the specification of the classes that implement this package.
getSpecificationVersion() - Method in class java.lang.Package
Returns the version number of the specification that this package implements.
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."
getState() - Method in class java.awt.Frame
Gets the state of this frame.
getStateChange() - Method in class java.awt.event.ItemEvent
Returns the type of state change (selected or deselected).
getStatus(boolean, boolean) - Method in class java.awt.MediaEntry
 
getStatus(boolean, boolean) - Method in class java.awt.ImageMediaEntry
 
getStrikethroughOffset() - Method in class java.awt.Font.FontLineMetrics
 
getStrikethroughThickness() - Method in class java.awt.Font.FontLineMetrics
 
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.
getStringBounds(char[], int, int, FontRenderContext) - Method in class java.awt.Font
Returns the bounds of the specified array of characters in the specified FontRenderContext.
getStringBounds(char[], int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the bounds of the specified array of characters in the specified Graphics context.
getStringBounds(CharacterIterator, int, int, FontRenderContext) - Method in class java.awt.Font
Returns the bounds of the characters indexed in the specified CharacterIterator in the specified FontRenderContext.
getStringBounds(CharacterIterator, int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the bounds of the characters indexed in the specified CharacterIterator in the specified Graphics context.
getStringBounds(String, FontRenderContext) - Method in class java.awt.Font
Returns the bounds of the specified String in the specified FontRenderContext.
getStringBounds(String, Graphics) - Method in class java.awt.FontMetrics
Returns the bounds of the specified String in the specified Graphics context.
getStringBounds(String, int, int, FontRenderContext) - Method in class java.awt.Font
Returns the bounds of the specified String in the specified FontRenderContext.
getStringBounds(String, int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the bounds of the specified String in the specified Graphics context.
getStroke() - Method in class java.awt.Graphics2D
Returns the current Stroke in the Graphics2D context.
getStyle() - Method in class java.awt.Font
Returns the style of this Font.
getSuperclass() - Method in class java.io.ObjectStreamClass
 
getSuperclass() - Method in class java.lang.Class
Returns the Class representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
getSwathImageURLs() - Method in class com.jjt.utbeg.Applet1
Returns the URLs to be used to access the eight surface images for each depth.
getSystemClassLoader() - Static method in class java.lang.ClassLoader
Returns the system class loader for delegation.
getSystemClipboard() - Method in class java.awt.Toolkit
Gets an instance of the system clipboard which interfaces with clipboard facilities provided by the native platform.
getSystemCustomCursor(String) - Static method in class java.awt.Cursor
 
getSystemEventQueue() - Method in class java.awt.Toolkit
Get the application's or applet's EventQueue instance.
getSystemEventQueueImpl() - Method in class java.awt.Toolkit
 
getSystemPackage(String) - Static method in class java.lang.Package
 
getSystemPackage0(String) - Static method in class java.lang.Package
 
getSystemPackages() - Static method in class java.lang.Package
 
getSystemPackages0() - Static method in class java.lang.Package
 
getSystemResource(String) - Static method in class java.lang.ClassLoader
Find a resource of the specified name from the search path used to load classes. In JDK1.1, the search path used is that of the virtual machine's built-in class loader. Since JDK1.2, this method locates the resource through the system class loader (see ClassLoader.getSystemClassLoader()).
getSystemResourceAsStream(String) - Static method in class java.lang.ClassLoader
Open for reading, a resource of the specified name from the search path used to load classes. The search order is described in the documentation for ClassLoader.getSystemResource(String).
getSystemResources(String) - Static method in class java.lang.ClassLoader
Finds all resources of the specified name from the search path used to load classes.
getTags() - Method in class java.beans.PropertyEditorSupport
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
getTags() - Method in interface java.beans.PropertyEditor
If the property value must be one of a set of known tagged values, then this method should return an array of the tags.
getTargetBeanDescriptor() - Method in class java.beans.Introspector
 
getTargetDefaultEventIndex() - Method in class java.beans.Introspector
 
getTargetDefaultPropertyIndex() - Method in class java.beans.Introspector
 
getTargetEventInfo() - Method in class java.beans.Introspector
 
getTargetMethodInfo() - Method in class java.beans.Introspector
 
getTargetPropertyInfo() - Method in class java.beans.Introspector
 
getTempDir() - Static method in class java.io.File
 
getText() - Method in class java.awt.TextComponent
Gets the text that is presented by this text component.
getText() - Method in class java.awt.Label
Gets the text of this label.
getText() - Method in class java.awt.event.InputMethodEvent
Gets the combined committed and composed text.
getThreadGroup() - Method in class java.lang.Thread
Returns the thread group to which this thread belongs.
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.
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 object.
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
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.ZONE_OFFSET) + Calendar.get(Calendar.DST_OFFSET).
getTitle() - Method in class java.awt.Frame
Gets the title of the frame.
getTitle() - Method in class java.awt.Dialog
Gets the title of the dialog.
getToolkit() - Method in class java.awt.Component
Gets the toolkit of this component.
getToolkit() - Method in class java.awt.LightweightPeer
 
getToolkit() - Method in class java.awt.Window
Returns the toolkit of this frame.
getToolkitImpl() - Method in class java.awt.Component
 
getTransform() - Method in class java.awt.Graphics2D
Returns a copy of the current Transform in the Graphics2D context.
getTransform() - Method in class java.awt.Font
Returns a copy of the transform associated with this Font.
getTransparency() - Method in interface java.awt.Transparency
Returns the type of this Transparency.
getTransparency() - Method in class java.awt.TexturePaint
Returns the transparency mode for this TexturePaint.
getTransparency() - Method in class java.awt.GradientPaint
Returns the transparency mode for this GradientPaint.
getTransparency() - Method in class java.awt.Color
Return the transparency mode for this Color.
getTreeLock() - Method in class java.awt.Component
Gets the locking object for AWT component-tree and layout Gets this component's locking object (the object that owns the thread sychronization monitor) for AWT component-tree and layout operations.
getTreeLock() - Method in class java.awt.MenuComponent
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() - Method in class java.awt.GraphicsDevice
Returns the type of this GraphicsDevice.
getType() - Method in class java.io.ObjectStreamField
Get the type of the field.
getType(char) - Static method in class java.lang.Character
Returns a value indicating a character category.
getTypeCode() - Method in class java.io.ObjectStreamField
Returns character encoding of field type.
getTypeString() - Method in class java.io.ObjectStreamField
Return the JVM type signature.
getUnderlineOffset() - Method in class java.awt.Font.FontLineMetrics
 
getUnderlineThickness() - Method in class java.awt.Font.FontLineMetrics
 
getUnitIncrement() - Method in interface java.awt.Adjustable
Gets the unit value increment for the adjustable object.
getUnitIncrement() - Method in class java.awt.ScrollPaneAdjustable
 
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.
getUpperLeftSwathPoint() - Method in class com.jjt.utbeg.SwathViewer
Returns the upper-left coordinate for the drawn swath.
getVAdjustable() - Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the vertical scrollbar.
getValue() - Method in interface java.awt.Adjustable
Gets the current value of the adjustable object.
getValue() - Method in class java.awt.ScrollPaneAdjustable
 
getValue() - Method in class java.awt.Scrollbar
Gets the current value of this scroll bar.
getValue() - Method in class java.awt.event.AdjustmentEvent
Returns the current value in the adjustment event.
getValue() - Method in class java.util.WeakHashMap.Entry
 
getValue() - Method in class java.util.HashMap.Entry
 
getValue() - Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry
 
getValue() - Method in interface java.util.Map.Entry
Returns the value corresponding to this entry.
getValue() - Method in class java.util.Hashtable.Entry
 
getValue() - Method in class java.util.TreeMap.Entry
Returns the value associated with the key.
getValue() - Method in class java.beans.PropertyEditorSupport
Gets the value of the property.
getValue() - Method in interface java.beans.PropertyEditor
Gets the property value.
getValue() - Method in class java.lang.StringBuffer
 
getValue(String) - Method in class java.beans.FeatureDescriptor
Retrieve a named attribute with this feature.
getValueString(String) - Method in class com.jjt.utbeg.UserParameters
Returns the value of a parameter represented by a String.
getVariant() - Method in class java.util.Locale
Returns the variant code for this locale.
getVgap() - Method in class java.awt.CardLayout
Gets the vertical gap between components.
getVgap() - Method in class java.awt.GridLayout
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.BorderLayout
Returns the vertical gap between components.
getViewerPanel() - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
Returns the Container where the viewer Component should be placed.
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
Deprecated. As of JDK version 1.1, replaced by getVisibleAmount().
getVisibleAmount() - Method in interface java.awt.Adjustable
Gets the length of the propertional indicator.
getVisibleAmount() - Method in class java.awt.ScrollPaneAdjustable
 
getVisibleAmount() - Method in class java.awt.Scrollbar
Gets the visible amount of this scroll bar.
getVisibleIndex() - Method in class java.awt.List
Gets the index of the item that was last made visible by the method makeVisible.
getVisiblePosition() - Method in class java.awt.event.InputMethodEvent
Gets the position that's most important to be visible.
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() - Method in class java.awt.Component
Return the current width of this component.
getWidth() - Method in class java.awt.Dimension
Returns the width of this dimension in double precision.
getWidth() - Method in class java.awt.Rectangle
Returns the width of the bounding Rectangle in double precision.
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.
getWindingRule() - Method in class java.awt.Polygon.PolygonPathIterator
Returns the winding rule for determining the interior of the path.
getWindow() - Method in class java.awt.Container
 
getWindow() - Method in class java.awt.event.WindowEvent
Returns the originator of the event.
getWindowForObject(Object) - Method in class java.awt.Component
Returns the Window subclass that contains this object.
getWriteMethod() - Method in class java.beans.PropertyDescriptor
Gets the method that should be used to write the property value.
getX() - Method in class java.awt.Component
Return the current x coordinate of the components origin.
getX() - Method in class java.awt.Point
Returns the X coordinate of the point in double precision.
getX() - Method in class java.awt.Rectangle
Returns the X coordinate of the bounding Rectangle in double precision.
getX() - Method in class java.awt.event.MouseEvent
Returns the horizontal x position of the event relative to the source component.
getY() - Method in class java.awt.Component
Return the current y coordinate of the components origin.
getY() - Method in class java.awt.Point
Returns the Y coordinate of the point in double precision.
getY() - Method in class java.awt.Rectangle
Returns the Y coordinate of the bounding Rectangle in double precision.
getY() - Method in class java.awt.event.MouseEvent
Returns the vertical y position of the event relative to the source component.
getYear() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.YEAR) - 1900.
GMT - Static variable in class java.util.TimeZone
 
GMT_ID - Static variable in class java.util.TimeZone
 
GMT_ID_LENGTH - Static variable in class java.util.TimeZone
 
gmtFormatter - Static variable in class java.util.Date
 
GOT_FOCUS - Static variable in class java.awt.Event
A component gained the focus.
gotFocus(Event, Object) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
GradientPaint - class java.awt.GradientPaint.
The GradientPaint class provides a way to fill a Shape with a linear color gradient pattern.
GradientPaint(float, float, Color, float, float, Color) - Constructor for class java.awt.GradientPaint
Constructs a simple acyclic GradientPaint object.
GradientPaint(float, float, Color, float, float, Color, boolean) - Constructor for class java.awt.GradientPaint
Constructs either a cyclic or acyclic GradientPaint object depending on the boolean parameter.
GradientPaint(Point2D, Color, Point2D, Color) - Constructor for class java.awt.GradientPaint
Constructs a simple acyclic GradientPaint object.
GradientPaint(Point2D, Color, Point2D, Color, boolean) - Constructor for class java.awt.GradientPaint
Constructs either a cyclic or acyclic GradientPaint object depending on the boolean parameter.
GradientPaintContext - class java.awt.GradientPaintContext.
 
GradientPaintContext(Point2D, Point2D, Color, Color, boolean) - Constructor for class java.awt.GradientPaintContext
 
Graphics - class java.awt.Graphics.
The Graphics class is the abstract base class for all graphics contexts that allow an application to draw onto components that are realized on various devices, as well as onto off-screen images.
Graphics() - Constructor for class java.awt.Graphics
Constructs a new Graphics object.
Graphics2D - class java.awt.Graphics2D.
This Graphics2D class extends the Graphics class to provide more sophisticated control over geometry, coordinate transformations, color management, and text layout.
Graphics2D() - Constructor for class java.awt.Graphics2D
Constructs a new Graphics2D object.
graphicsConfig - Variable in class java.awt.Canvas
 
GraphicsConfigTemplate - class java.awt.GraphicsConfigTemplate.
The GraphicsConfigTemplate class is used to obtain a valid GraphicsConfiguration.
GraphicsConfigTemplate() - Constructor for class java.awt.GraphicsConfigTemplate
This class is an abstract class so only subclasses can be instantiated.
GraphicsConfiguration - class java.awt.GraphicsConfiguration.
The GraphicsConfiguration class describes the characteristics of a graphics destination such as a printer or monitor.
GraphicsConfiguration() - Constructor for class java.awt.GraphicsConfiguration
This is an abstract class that cannot be instantiated directly.
GraphicsDevice - class java.awt.GraphicsDevice.
The GraphicsDevice class describes the graphics devices that might be available in a particular graphics environment.
GraphicsDevice() - Constructor for class java.awt.GraphicsDevice
This is an abstract class that cannot be instantiated directly.
GraphicsEnvironment - class java.awt.GraphicsEnvironment.
The GraphicsEnvironment class describes the collection of GraphicsDevice objects and Font objects available to a Java(tm) application on a particular platform.
GraphicsEnvironment() - Constructor for class java.awt.GraphicsEnvironment
This is an abstract class and cannot be instantiated directly.
gray - Static variable in class java.awt.Color
The color gray.
GREEK - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GREEK_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
green - Static variable in class java.awt.Color
The color green.
GregorianCalendar - class java.util.GregorianCalendar.
GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar used by most of the world.
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.
gregorianCutover - Variable in class java.util.GregorianCalendar
The point at which the Gregorian calendar rules are used, measured in milliseconds from the standard epoch.
gregorianCutoverYear - Variable in class java.util.GregorianCalendar
The year of the gregorianCutover, with 0 representing 1 BC, -1 representing 2 BC, etc.
GridBagConstraints - class java.awt.GridBagConstraints.
The GridBagConstraints class specifies constraints for components that are laid out using the GridBagLayout class.
GridBagConstraints() - Constructor for class java.awt.GridBagConstraints
Creates a GridBagConstraint object with all of its fields set to their default value.
GridBagConstraints(int, int, int, int, double, double, int, int, Insets, int, int) - Constructor for class java.awt.GridBagConstraints
Creates a GridBagConstraints object with all of its fields set to the passed-in arguments.
GridBagLayout - class java.awt.GridBagLayout.
The GridBagLayout class is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be of the same size.
GridBagLayout() - Constructor for class java.awt.GridBagLayout
Creates a grid bag layout manager.
GridBagLayoutInfo - class java.awt.GridBagLayoutInfo.
 
GridBagLayoutInfo() - Constructor for class java.awt.GridBagLayoutInfo
 
gridheight - Variable in class java.awt.GridBagConstraints
Specifies the number of cells in a column for the component's display area.
GridLayout - class java.awt.GridLayout.
The GridLayout class is a layout manager that lays out a container's components in a rectangular grid.
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.
group - Variable in class java.awt.Checkbox
The check box group.
group - Variable in class java.lang.Thread
 
groups - Variable in class java.lang.ThreadGroup
 
grow(int, int) - Method in class java.awt.Rectangle
Resizes the Rectangle both horizontally and vertically.
growWireHash2Handle() - Method in class java.io.ObjectOutputStream
 
guiAvailable - Static variable in class java.beans.Beans
 
GUJARATI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GURMUKHI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.

H

hAdjustable - Variable in class java.awt.ScrollPane
An adjustable Horizontal Scrollbar.
HALFWIDTH_AND_FULLWIDTH_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
HAND_CURSOR - Static variable in class java.awt.Cursor
The hand cursor type.
HAND_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.HAND_CURSOR.
handle - Variable in class java.lang.ClassLoader.NativeLibrary
 
handleEvent(AWTEvent) - Method in class java.awt.LightweightPeer
 
handleEvent(Event) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1 replaced by processEvent(AWTEvent).
handleEvent(Event) - Method in class java.awt.LightweightPeer
 
handleGetObject(String) - Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
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
handleLogin(HttpServletRequest) - Method in class edu.utexas.beg.agi.servlet.LoginHandler
Processes a login request.
handleShortcut(KeyEvent) - Method in class java.awt.MenuBar
 
handleShortcut(KeyEvent) - Method in class java.awt.MenuItem
 
handleShortcut(KeyEvent) - Method in class java.awt.Menu
 
HANGING_BASELINE - Static variable in class java.awt.Font
The baseline used in Devanigiri and similar scripts when laying out text
HANGUL_COMPATIBILITY_JAMO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
HANGUL_JAMO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
HANGUL_SYLLABLES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
hasAllPermission() - Method in class java.lang.SecurityManager
returns true if the current context has been granted AllPermission
hasChanged() - Method in class java.util.Observable
Tests if this object has changed.
hasExternalizableBlockData - Variable in class java.io.ObjectStreamClass
 
hasExternalizableBlockDataMode() - Method in class java.io.ObjectStreamClass
 
hasFocus - Variable in class java.awt.Component
True if this component has enabled focus events and currently has the focus.
hasFocus() - Method in class java.awt.Component
Returns true if this Component has the keyboard focus.
hash - Variable in class java.util.WeakHashMap
 
hash - Variable in class java.util.WeakHashMap.WeakKey
 
hash - Variable in class java.util.HashMap.Entry
 
hash - Variable in class java.util.Hashtable.Entry
 
hashcode - Variable in class java.util.Locale
Placeholder for the object's hash code.
hashCode() - Method in class java.awt.AlphaComposite
Returns the hashcode for this composite.
hashCode() - Method in class java.awt.BasicStroke
Returns the hashcode for this stroke.
hashCode() - Method in class java.awt.RenderingHints
Returns the hash code value for this RenderingHints.
hashCode() - Method in class java.awt.RenderingHints.Key
The hash code for all Key objects will be the same as the system identity code of the object as defined by the System.identityHashCode() method.
hashCode() - Method in class java.awt.Color
Computes the hash code for this color.
hashCode() - Method in class java.awt.MenuShortcut
Returns the hashcode for this MenuShortcut.
hashCode() - Method in class java.awt.Font
Returns a hashcode for this Font.
hashCode() - Method in class java.util.AbstractMap
Returns the hash code value for this map.
hashCode() - Method in class java.util.WeakHashMap.WeakKey
 
hashCode() - Method in class java.util.WeakHashMap.Entry
 
hashCode() - Method in class java.util.AbstractSet
Returns the hash code value for this set.
hashCode() - Method in class java.util.WeakHashMap.EntrySet
 
hashCode() - Method in interface java.util.Set
Returns the hash code value for this set.
hashCode() - Method in class java.util.PropertyPermission
Returns the hash code value for this object.
hashCode() - Method in class java.util.HashMap.Entry
 
hashCode() - Method in class java.util.Calendar
Returns a hash code for this calendar.
hashCode() - Method in class java.util.GregorianCalendar
Override hashCode.
hashCode() - Method in class java.util.AbstractList
Returns the hash code value for this list.
hashCode() - Method in class java.util.Collections.UnmodifiableSet
 
hashCode() - Method in class java.util.Collections.UnmodifiableList
 
hashCode() - Method in class java.util.Collections.UnmodifiableMap
 
hashCode() - Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry
 
hashCode() - Method in class java.util.Collections.SynchronizedSet
 
hashCode() - Method in class java.util.Collections.SynchronizedList
 
hashCode() - Method in class java.util.Collections.SynchronizedMap
 
hashCode() - Method in interface java.util.Map
Returns the hash code value for this map.
hashCode() - Method in interface java.util.Map.Entry
Returns the hash code value for this map entry.
hashCode() - Method in class java.util.Vector
Returns the hash code value for this Vector.
hashCode() - Method in class java.util.SimpleTimeZone
Override hashCode.
hashCode() - Method in class java.util.BitSet
Returns a hash code value for this bit set.
hashCode() - Method in class java.util.Hashtable
Returns the hash code value for this Map as per the definition in the Map interface.
hashCode() - Method in class java.util.Hashtable.Entry
 
hashCode() - Method in class java.util.Locale
Override hashCode.
hashCode() - Method in interface java.util.Collection
Returns the hash code value for this collection.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
hashCode() - Method in interface java.util.List
Returns the hash code value for this list.
hashCode() - Method in class java.util.TreeMap.Entry
 
hashCode() - Method in class java.io.FilePermission
Returns the hash code value for this object.
hashCode() - Method in class java.io.File
Computes a hash code for this abstract pathname.
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
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.lang.Character.Subset
Returns the standard hash code as defined by the Object.hashCode() method.
hashCode() - Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode() - Method in class java.lang.Double
Returns a hashcode for this Double object.
hashCode() - Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode() - Method in class java.lang.Float
Returns a hashcode for this Float object.
hashCode() - Method in class java.lang.Package
Return the hashcode computed from the package name.
hashCode() - Method in class java.lang.String
Returns a hashcode for this string.
hashCode() - Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode(File) - Method in class java.io.FileSystem
Compute the hash code of an abstract pathname.
hashEntrySet - Variable in class java.util.WeakHashMap.EntrySet
 
hashInsert(Object, int) - Method in class java.io.ObjectOutputStream
 
HashMap - class java.util.HashMap.
Hash table based implementation of the Map interface.
HashMap.Entry - class java.util.HashMap.Entry.
HashMap collision list entry.
HashMap.Entry(int, Object, Object, HashMap.Entry) - Constructor for class java.util.HashMap.Entry
 
HashMap.HashIterator - class java.util.HashMap.HashIterator.
 
HashMap.HashIterator(HashMap, int) - Constructor for class java.util.HashMap.HashIterator
 
HashMap() - Constructor for class java.util.HashMap
Constructs a new, empty map with a default capacity and load factor, which is 0.75.
HashMap(int) - Constructor for class java.util.HashMap
Constructs a new, empty map with the specified initial capacity and default load factor, which is 0.75.
HashMap(int, float) - Constructor for class java.util.HashMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
HashMap(Map) - Constructor for class java.util.HashMap
Constructs a new map with the same mappings as the given map.
HashSet - class java.util.HashSet.
This class implements the Set interface, backed by a hash table (actually a HashMap instance).
HashSet() - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has default capacity and load factor, which is 0.75.
HashSet(Collection) - Constructor for class java.util.HashSet
Constructs a new set containing the elements in the specified collection.
HashSet(int) - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor, which is 0.75.
HashSet(int, float) - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and the specified load factor.
hashtable - Variable in class com.jjt.utbeg.UserParameters
The Collection in which to store key-value pairs, in this case parameterName-parameterValue.
Hashtable - class java.util.Hashtable.
This class implements a hashtable, which maps keys to values.
Hashtable.Entry - class java.util.Hashtable.Entry.
Hashtable collision list.
Hashtable.Entry(int, Object, Object, Hashtable.Entry) - Constructor for class java.util.Hashtable.Entry
 
Hashtable.EntrySet - class java.util.Hashtable.EntrySet.
 
Hashtable.EntrySet(Hashtable) - Constructor for class java.util.Hashtable.EntrySet
 
Hashtable.Enumerator - class java.util.Hashtable.Enumerator.
A hashtable enumerator class.
Hashtable.Enumerator(Hashtable, int, boolean) - Constructor for class java.util.Hashtable.Enumerator
 
Hashtable.KeySet - class java.util.Hashtable.KeySet.
 
Hashtable.KeySet(Hashtable) - Constructor for class java.util.Hashtable.KeySet
 
Hashtable.ValueCollection - class java.util.Hashtable.ValueCollection.
 
Hashtable.ValueCollection(Hashtable) - Constructor for class java.util.Hashtable.ValueCollection
 
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor, which is 0.75.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0.75.
Hashtable(int, float) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
Hashtable(Map) - Constructor for class java.util.Hashtable
Constructs a new hashtable with the same mappings as the given Map.
hasListeners(String) - Method in class java.beans.VetoableChangeSupport
Check if there are any listeners for a specific property.
hasListeners(String) - Method in class java.beans.PropertyChangeSupport
Check if there are any listeners for a specific property.
hasMoreElements() - Method in class java.util.StringTokenizer
Returns the same value as the hasMoreTokens method.
hasMoreElements() - Method in class java.util.Hashtable.Enumerator
 
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreTokens() - Method in class java.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
hasNext() - Method in class java.util.HashMap.HashIterator
 
hasNext() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the forward direction.
hasNext() - Method in class java.util.LinkedList.ListItr
 
hasNext() - Method in interface java.util.Iterator
Returns true if the iteration has more elements.
hasNext() - Method in class java.util.Hashtable.Enumerator
 
hasNext() - Method in class java.util.TreeMap.Iterator
 
hasNext() - Method in class java.util.AbstractList.Itr
 
hasParameter(String) - Method in class com.jjt.utbeg.UserParameters
Determines if a parameter value is stored in this collection.
hasPrevious() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the reverse direction.
hasPrevious() - Method in class java.util.LinkedList.ListItr
 
hasPrevious() - Method in class java.util.AbstractList.ListItr
 
hasSameRules(TimeZone) - Method in class java.util.TimeZone
Returns true if this zone has the same rule and offset as another zone.
hasSameRules(TimeZone) - Method in class java.util.SimpleTimeZone
Return true if this zone has the same rules and offset as another zone.
hasStaticInitializer(Class) - Static method in class java.io.ObjectStreamClass
 
hasUniformLineMetrics() - Method in class java.awt.FontMetrics
Checks to see if the Font has uniform line metrics.
hasUniformLineMetrics() - Method in class java.awt.Font
Checks whether or not this Font has uniform line metrics.
hasWriteObject() - Method in class java.io.ObjectStreamClass
 
hasWriteObjectMethod - Variable in class java.io.ObjectStreamClass
 
haveNextNextGaussian - Variable in class java.util.Random
 
head - Variable in class java.awt.MediaTracker
The head of the list of Images that is being tracked by the MediaTracker.
header - Variable in class java.util.LinkedList
 
headMap(Object) - Method in class java.util.Collections.UnmodifiableSortedMap
 
headMap(Object) - Method in class java.util.Collections.SynchronizedSortedMap
 
headMap(Object) - Method in class java.util.TreeMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headMap(Object) - Method in class java.util.TreeMap.SubMap
 
headMap(Object) - Method in interface java.util.SortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headSet(Object) - Method in class java.util.Collections.UnmodifiableSortedSet
 
headSet(Object) - Method in class java.util.Collections.SynchronizedSortedSet
 
headSet(Object) - Method in class java.util.TreeSet
Returns a view of the portion of this set whose elements are strictly less than toElement.
headSet(Object) - Method in interface java.util.SortedSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
HEBREW - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
height - Variable in class java.awt.Component
The height of the component.
height - Variable in class java.awt.Dimension
The height dimension.
height - Variable in class java.awt.ImageMediaEntry
 
height - Variable in class java.awt.Rectangle
The height of the Rectangle.
height - Variable in class java.awt.GridBagLayoutInfo
 
height - Variable in class java.awt.Font.FontLineMetrics
 
helpMenu - Variable in class java.awt.MenuBar
This menu is a special menu dedicated to help.
hexDigit - Static variable in class java.util.Properties
A table of hex digits
hgap - Variable in class java.awt.CardLayout
 
hgap - Variable in class java.awt.GridLayout
This is the horizontal gap (in pixels) which specifies the space between columns.
hgap - Variable in class java.awt.FlowLayout
The flow layout manager allows a seperation of components with gaps.
hgap - Variable in class java.awt.BorderLayout
Constructs a border layout with the horizontal gaps between components.
hidden - Variable in class java.beans.FeatureDescriptor
 
hide() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setVisible(boolean).
hide() - Method in class java.awt.LightweightPeer
 
highbit - Static variable in class java.lang.FloatingDecimal
 
highbyte - Static variable in class java.lang.FloatingDecimal
 
hintmap - Variable in class java.awt.RenderingHints
 
HIRAGANA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
hit(Rectangle, Shape, boolean) - Method in class java.awt.Graphics2D
Checks whether or not the specified Shape intersects the specified Rectangle, which is in device space.
hitClip(int, int, int, int) - Method in class java.awt.Graphics
Returns true if the specified rectangular area intersects the bounding rectangle of the current clipping area.
HOME - Static variable in class java.awt.Event
The Home key, a non-ASCII action key.
HORIZ_BIT - Static variable in class java.awt.ComponentOrientation
 
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.
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
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 default RGB model.

I

icon - Variable in class java.awt.Frame
icon is the graphical way we can represent the frame.
ICON_COLOR_16x16 - Static variable in interface java.beans.BeanInfo
Constant to indicate a 16 x 16 color icon.
ICON_COLOR_32x32 - Static variable in interface java.beans.BeanInfo
Constant to indicate a 32 x 32 color icon.
ICON_MONO_16x16 - Static variable in interface java.beans.BeanInfo
Constant to indicate a 16 x 16 monochrome icon.
ICON_MONO_32x32 - Static variable in interface java.beans.BeanInfo
Constant to indicate a 32 x 32 monochrome icon.
ICONIFIED - Static variable in class java.awt.Frame
 
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.
id - Variable in class java.awt.AWTEvent
 
id - Variable in class java.awt.EventQueueItem
 
ID - Variable in class java.awt.MediaEntry
 
ID - Variable in class java.util.TimeZone
The string identifier of this TimeZone.
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().
identitymap - Static variable in class java.awt.RenderingHints.Key
 
IEEEremainder(double, double) - Static method in class java.lang.Math
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
IGNORE_ALL_BEANINFO - Static variable in class java.beans.Introspector
 
IGNORE_IMMEDIATE_BEANINFO - Static variable in class java.beans.Introspector
 
IllegalAccessError - error java.lang.IllegalAccessError.
Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
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 - exception java.lang.IllegalAccessException.
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
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 - exception java.lang.IllegalArgumentException.
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
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 - exception java.awt.IllegalComponentStateException.
Signals that an AWT component is not in an appropriate state for the requested operation.
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 - exception java.lang.IllegalMonitorStateException.
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
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 - exception java.lang.IllegalStateException.
Signals that a method has been invoked at an illegal or inappropriate time.
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 - exception java.lang.IllegalThreadStateException.
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
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 - Variable in class java.awt.ImageMediaEntry
 
Image - class java.awt.Image.
The abstract class Image is the superclass of all classes that represent graphical images.
Image() - Constructor for class java.awt.Image
 
imageCache - Variable in class java.beans.BeansAppletContext
 
imageLoader - Variable in class com.jjt.utbeg.SwathViewer
 
ImageMediaEntry - class java.awt.ImageMediaEntry.
 
ImageMediaEntry(MediaTracker, Image, int, int, int) - Constructor for class java.awt.ImageMediaEntry
 
images - Variable in class com.jjt.utbeg.SwathViewer
 
imageUpdate(Image, int, int, int, int, int) - Method in class java.awt.Component
Repaints the component when the image has changed.
imageUpdate(Image, int, int, int, int, int) - Method in class java.awt.ImageMediaEntry
 
imageURLs - Variable in class com.jjt.utbeg.SwathViewer
 
implies(Permission) - Method in class java.util.PropertyPermission
Checks if this PropertyPermission object "implies" the specified permission.
implies(Permission) - Method in class java.util.PropertyPermissionCollection
Check and see if this set of permissions implies the permissions expressed in "permission".
implies(Permission) - Method in class java.io.FilePermission
Checks if this FilePermission object "implies" the specified permission.
implies(Permission) - Method in class java.io.FilePermissionCollection
Check and see if this set of permissions implies the permissions expressed in "permission".
impliesIgnoreMask(FilePermission) - Method in class java.io.FilePermission
Checks if the Permission's actions are a proper subset of the this object's actions.
implTitle - Variable in class java.lang.Package
 
implVendor - Variable in class java.lang.Package
 
implVersion - Variable in class java.lang.Package
 
in - Variable in class java.io.InputStreamReader
 
in - Static variable in class java.io.FileDescriptor
A handle to the standard input stream.
in - Variable in class java.io.FilterInputStream
The input stream to be filtered.
in - Variable in class java.io.FilterReader
The underlying character-input stream, or null if the stream has been closed
in - Variable in class java.io.PipedInputStream
The index of the position in the circular buffer at which the next byte of data will be stored when received from the connected piped output stream.
in - Variable in class java.io.BufferedReader
 
in - Variable in class java.io.PipedReader
The index of the position in the circular buffer at which the next character of data will be stored when received from the connected piped writer.
in - Variable in class java.io.SequenceInputStream
 
in - Variable in class java.io.ObjectInputStream
 
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.
incCount(int) - Method in class java.io.DataOutputStream
Increases the written counter by the specified value until it reaches Integer.MAX_VALUE.
inCheck - Variable in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
inClass(String) - Method in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
inClassLoader() - Method in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
IncompatibleClassChangeError - error java.lang.IncompatibleClassChangeError.
Thrown when an incompatible class change has occurred to some class definition.
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.
incRate - Static variable in class java.awt.Component
 
incrementSize() - Method in class java.util.TreeMap
 
incXAcross - Variable in class java.awt.TexturePaintContext
 
incXDown - Variable in class java.awt.TexturePaintContext
 
incYAcross - Variable in class java.awt.TexturePaintContext
 
incYDown - Variable in class java.awt.TexturePaintContext
 
inData - Variable in class java.awt.TexturePaintContext.Int
 
inData - Variable in class java.awt.TexturePaintContext.Byte
 
inDaylightTime() - Method in class java.util.GregorianCalendar
Return true if the current time for this Calendar is in Daylignt Savings Time.
inDaylightTime(Date) - Method in class java.util.TimeZone
Queries if the given date is in daylight savings time in this time zone.
inDaylightTime(Date) - Method in class java.util.SimpleTimeZone
Overrides TimeZone Queries if the given date is in Daylight Savings Time.
inDefaultEventSet - Variable in class java.beans.EventSetDescriptor
 
index - Variable in class java.awt.Polygon.PolygonPathIterator
 
index - Variable in class java.util.HashMap.HashIterator
 
index - Variable in class java.util.Hashtable.Enumerator
 
IndexedPropertyDescriptor - class java.beans.IndexedPropertyDescriptor.
An IndexedPropertyDescriptor describes a property that acts like an array and has an indexed read and/or indexed write method to access specific elements of the array.
IndexedPropertyDescriptor(IndexedPropertyDescriptor) - Constructor for class java.beans.IndexedPropertyDescriptor
 
IndexedPropertyDescriptor(PropertyDescriptor, PropertyDescriptor) - Constructor for class java.beans.IndexedPropertyDescriptor
 
IndexedPropertyDescriptor(String, Class) - Constructor for class java.beans.IndexedPropertyDescriptor
This constructor constructs an IndexedPropertyDescriptor for a property that follows the standard Java conventions by having getFoo and setFoo accessor methods, for both indexed access and array access.
IndexedPropertyDescriptor(String, Class, String, String, String, String) - Constructor for class java.beans.IndexedPropertyDescriptor
This constructor takes the name of a simple property, and method names for reading and writing the property, both indexed and non-indexed.
IndexedPropertyDescriptor(String, Method, Method, Method, Method) - Constructor for class java.beans.IndexedPropertyDescriptor
This constructor takes the name of a simple property, and Method objects for reading and writing the property.
indexedPropertyType - Variable in class java.beans.IndexedPropertyDescriptor
 
indexedReadMethod - Variable in class java.beans.IndexedPropertyDescriptor
 
indexedWriteMethod - Variable in class java.beans.IndexedPropertyDescriptor
 
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.AbstractList
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(Object) - Method in class java.util.Collections.UnmodifiableList
 
indexOf(Object) - Method in class java.util.Collections.SynchronizedList
 
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) - Method in class java.util.LinkedList
Returns the index in this list of the first occurrence of the specified element, or -1 if the List does not contain this element.
indexOf(Object) - Method in interface java.util.List
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class java.util.ArrayList
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 - exception java.lang.IndexOutOfBoundsException.
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
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.
infinity - Static variable in class java.lang.FloatingDecimal
 
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.
informant - Variable in class java.beans.Introspector
 
infoText - Static variable in class java.awt.SystemColor
The text color for info(help) text.
InheritableThreadLocal - class java.lang.InheritableThreadLocal.
This class extends ThreadLocal to provide inheritance of values from parent Thread to child Thread: when a child thread is created, the child receives initial values for all InheritableThreadLocals for which the parent has values.
InheritableThreadLocal.Entry - class java.lang.InheritableThreadLocal.Entry.
The information associated with an (InheritableThreadLocal,Thread) pair.
InheritableThreadLocal.Entry(InheritableThreadLocal, Object) - Constructor for class java.lang.InheritableThreadLocal.Entry
This constructor places the newly constructed Entry on the calling thread's values list.
InheritableThreadLocal.Entry(InheritableThreadLocal, Object, Thread) - Constructor for class java.lang.InheritableThreadLocal.Entry
This constructor places the newly constructed Entry on the specified thread's values list.
InheritableThreadLocal() - Constructor for class java.lang.InheritableThreadLocal
Creates an InheritableThreadLocal variable.
inheritedAccessControlContext - Variable in class java.lang.Thread
 
init() - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
Initializes this Applet.
init() - Method in class com.jjt.utbeg.Applet1
Initializes this Applet.
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(int) - Method in class java.util.PropertyPermission
initialize a PropertyPermission object.
init(int) - Method in class java.io.FilePermission
initialize a FilePermission object.
init(ServletConfig) - Method in class edu.utexas.beg.agi.AGIServlet
Initializes this Servlet Object.
init(ThreadGroup, Runnable, String) - Method in class java.lang.Thread
Initialize a Thread.
initCursorDir() - Static method in class java.awt.Cursor
 
INITIAL_BUFFER_SIZE - Static variable in class java.io.ObjectInputStream
 
initialize() - Static method in class java.beans.PropertyEditorManager
 
initialize() - Static method in class java.lang.Compiler
 
initialize(Applet, BeanContext) - Method in interface java.beans.AppletInitializer
If passed to the appropriate variant of java.beans.Beans.instantiate this method will be called in order to associate the newly instantiated Applet (JavaBean) with its AppletContext, AppletStub, and Container.
initialized - Variable in class java.lang.ClassLoader
 
initialized - Variable in class java.lang.SecurityManager
 
initializeDesktopProperties() - Method in class java.awt.Toolkit
initializeDesktopProperties
initializeFont(Hashtable) - Method in class java.awt.Font
 
initializePath(String) - Static method in class java.lang.ClassLoader
 
initializeSystemClass() - Static method in class java.lang.System
Initialize the system class.
initialValue() - Method in class java.lang.ThreadLocal
Returns the calling thread's initial value for this ThreadLocal variable.
initIDs() - Static method in class java.awt.Component
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.Container
Initialize JNI field and method IDs for fields that may be called from C.
initIDs() - Static method in class java.awt.Cursor
Initialize JNI field and method IDs for fields that may be accessed from C.
initIDs() - Static method in class java.awt.Dimension
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.Event
Initialize JNI field and method IDs for fields that may be accessed from C.
initIDs() - Static method in class java.awt.MenuComponent
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.MenuBar
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.Checkbox
Initialize JNI field and method ids
initIDs() - Static method in class java.awt.Color
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.Toolkit
Initialize JNI field and method ids
initIDs() - Static method in class java.awt.Insets
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.ScrollPane
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.ScrollPaneAdjustable
Initialize JNI field and method ids
initIDs() - Static method in class java.awt.Scrollbar
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.AWTEvent
Initialize JNI field and method IDs for fields that may be accessed from C.
initIDs() - Static method in class java.awt.FontMetrics
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.Window
Initialize JNI field and method IDs for fields that may be accessed from C.
initIDs() - Static method in class java.awt.MenuItem
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.CheckboxMenuItem
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.Frame
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.Button
Initialize JNI field and method IDs for fields that may be accessed from C.
initIDs() - Static method in class java.awt.TextField
Initialize JNI field and method ids
initIDs() - Static method in class java.awt.Menu
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.Rectangle
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.Dialog
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.FileDialog
Initialize JNI field and method IDs for fields that may be accessed from C.
initIDs() - Static method in class java.awt.TextArea
Initialize JNI field and method ids
initIDs() - Static method in class java.awt.Font
 
initIDs() - Static method in class java.awt.Label
Initialize JNI field and method IDs
initIDs() - Static method in class java.awt.event.InputEvent
Initialize JNI field and method IDs for fields that may be accessed from C.
initIDs() - Static method in class java.awt.event.KeyEvent
Initialize JNI field and method IDs for fields that may be accessed from C.
initIDs() - Static method in class java.awt.event.MouseEvent
Initialize JNI field and method IDs for fields that may be accessed from C.
initIDs() - Static method in class java.io.FileDescriptor
 
initIDs() - Static method in class java.io.FileInputStream
 
initIDs() - Static method in class java.io.FileOutputStream
 
initIDs() - Static method in class java.io.RandomAccessFile
 
initProperties(Properties) - Static method in class java.lang.System
 
initSpinBox(NumericSpinner, int, int, int, int) - Static method in class com.jjt.utbeg.Applet1
Convenience method for initializing a Symantec spinner.
initStaticMethodArgs() - Static method in class java.io.ObjectStreamClass
 
innerInset - Variable in class com.jjt.utbeg.BorderPanel
 
inOff - Variable in class java.awt.TexturePaintContext.Int
 
inOff - Variable in class java.awt.TexturePaintContext.Byte
 
input - Variable in class java.io.StreamTokenizer
 
INPUT_METHOD_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting input method events.
INPUT_METHOD_FIRST - Static variable in class java.awt.event.InputMethodEvent
Marks the first integer id for the range of input method event ids.
INPUT_METHOD_LAST - Static variable in class java.awt.event.InputMethodEvent
Marks the last integer id for the range of input method event ids.
INPUT_METHOD_TEXT_CHANGED - Static variable in class java.awt.event.InputMethodEvent
The event type indicating changed input method text.
INPUT_METHODS_ENABLED_MASK - Static variable in class java.awt.AWTEvent
The pseudo event mask for enabling input methods.
inputArray(boolean) - Method in class java.io.ObjectInputStream
 
inputClassDescriptor() - Method in class java.io.ObjectInputStream
 
inputClassFields(Object, Class, ObjectStreamField[]) - Method in class java.io.ObjectInputStream
 
inputContext - Variable in class java.awt.Window
 
InputEvent - class java.awt.event.InputEvent.
The root event class for all component-level input events.
InputEvent(Component, int, long, int) - Constructor for class java.awt.event.InputEvent
Constructs an InputEvent object with the specified source component, modifiers, and type.
InputMethodEvent - class java.awt.event.InputMethodEvent.
Input method events contain information about text that is being composed using an input method.
InputMethodEvent(Component, int, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo) - Constructor for class java.awt.event.InputMethodEvent
Constructs an InputMethodEvent with the specified source component, type, text, caret, and visiblePosition.
InputMethodEvent(Component, int, TextHitInfo, TextHitInfo) - Constructor for class java.awt.event.InputMethodEvent
Constructs an InputMethodEvent with the specified source component, type, caret, and visiblePosition.
inputMethodListener - Variable in class java.awt.Component
 
InputMethodListener - interface java.awt.event.InputMethodListener.
The listener interface for receiving input method events.
inputMethodListenerK - Static variable in class java.awt.Component
 
inputMethodTextChanged(InputMethodEvent) - Method in class java.awt.AWTEventMulticaster
Handles the inputMethodTextChanged event by invoking the inputMethodTextChanged methods on listener-a and listener-b.
inputMethodTextChanged(InputMethodEvent) - Method in interface java.awt.event.InputMethodListener
Invoked when the text entered through an input method has changed.
inputObject(boolean) - Method in class java.io.ObjectInputStream
 
inputParametersAreValid - Variable in class com.jjt.utbeg.SeismicDesignExerciseApplet
Flag set during init() after validateInputParameters() is called.
inputParametersAreValid() - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
Returns true if the input parameters were valid when verifyInputParameters() was called during init().
InputStream - class java.io.InputStream.
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamReader - class java.io.InputStreamReader.
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters according to a specified character encoding.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, ByteToCharConverter) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the specified byte-to-character converter.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
inRange(Object) - Method in class java.util.TreeMap.SubMap
 
inRange2(Object) - Method in class java.util.TreeMap.SubMap
 
inReady() - Method in class java.io.InputStreamReader
Tell whether the underlying byte stream is ready to be read.
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, char[], int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of a subarray of the str 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(MediaEntry, MediaEntry) - Static method in class java.awt.MediaEntry
 
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.
insertDescriptorFor(ObjectStreamClass) - Static method in class java.io.ObjectStreamClass
 
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
Deprecated. As of JDK version 1.1, replaced by insert(String, int).
insets - Static variable in class com.jjt.utbeg.SeismicDesignExerciseApplet
Empty border Insets for these Applets.
insets - Variable in class com.jjt.utbeg.BorderPanel
 
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 - class java.awt.Insets.
An Insets object is a representation of the borders of a container.
insets() - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by getInsets().
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
Deprecated. As of JDK version 1.1, replaced by contains(int, int).
inside(int, int) - Method in class java.awt.Polygon
Deprecated. As of JDK version 1.1, replaced by contains(int, int).
inside(int, int) - Method in class java.awt.Rectangle
Deprecated. As of JDK version 1.1, replaced by contains(int, int).
inSpan - Variable in class java.awt.TexturePaintContext.Int
 
inSpan - Variable in class java.awt.TexturePaintContext.Byte
 
instantiate(ClassLoader, String) - Static method in class java.beans.Beans
Instantiate a JavaBean.
instantiate(ClassLoader, String, BeanContext) - Static method in class java.beans.Beans
Instantiate a JavaBean.
instantiate(ClassLoader, String, BeanContext, AppletInitializer) - Static method in class java.beans.Beans
Instantiate a bean.
instantiate(Class, String) - Static method in class java.beans.Introspector
Try to create an instance of a named class.
InstantiationError - error java.lang.InstantiationError.
Thrown when an application tries to use the Java new construct to instantiate an abstract class or an interface.
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 - exception java.lang.InstantiationException.
Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
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.
intDecimalDigits - Static variable in class java.lang.FloatingDecimal
 
Integer - class java.lang.Integer.
The Integer class wraps a value of the primitive type int in an object.
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 - error java.lang.InternalError.
Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
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.
internalFindMethod(Class, String, int) - Static method in class java.beans.Introspector
Internal support for finding a target methodName on a given class.
internalGet(int) - Method in class java.util.Calendar
Gets the value for a given time field.
INTERNALLY_SET - Static variable in class java.util.Calendar
 
internalSet(int, int) - Method in class java.util.Calendar
Sets the value for the given time field.
interp - Variable in class java.awt.GradientPaintContext
 
interrupt() - Method in class java.lang.Thread
Interrupts this thread.
interrupt() - Method in class java.lang.ThreadGroup
Interrupts all threads in this thread group.
interrupt0() - Method in class java.lang.Thread
 
interrupted() - Static method in class java.lang.Thread
Tests whether the current thread has been interrupted.
InterruptedException - exception java.lang.InterruptedException.
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it using the interrupt method in class Thread.
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.
InterruptedIOException - exception java.io.InterruptedIOException.
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with null as its error detail message.
InterruptedIOException(String) - Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
intersection(Rectangle) - Method in class java.awt.Rectangle
Computes the intersection of this Rectangle with the specified Rectangle.
intersects(double, double, double, double) - Method in interface java.awt.Shape
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(double, double, double, double) - Method in class java.awt.Polygon
Tests if the interior of this Polygon intersects the interior of a specified set of rectangular coordinates.
intersects(Rectangle) - Method in class java.awt.Rectangle
Determines whether or not this Rectangle and the specified Rectangle intersect.
intersects(Rectangle2D) - Method in interface java.awt.Shape
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(Rectangle2D) - Method in class java.awt.Polygon
Tests if the interior of this Polygon intersects the interior of a specified Rectangle2D.
intKey() - Method in class java.awt.RenderingHints.Key
Returns the private integer key that the subclass instantiated this Key with.
IntrospectionException - exception java.beans.IntrospectionException.
Thrown when an exception happens during Introspection.
IntrospectionException(String) - Constructor for class java.beans.IntrospectionException
Constructs an IntrospectionException with a detailed message.
Introspector - class java.beans.Introspector.
The Introspector class provides a standard way for tools to learn about the properties, events, and methods supported by a target Java Bean.
Introspector(Class, Class, int) - Constructor for class java.beans.Introspector
 
intValue() - Method in class java.lang.Number
Returns the value of the specified number as an int.
intValue() - Method in class java.lang.Byte
Returns the value of this Byte as an int.
intValue() - Method in class java.lang.Short
Returns the value of this Short 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.Long
Returns the value of this Long as 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.
invalidate() - Method in class java.awt.Component
Invalidates this component.
invalidate() - Method in class java.awt.Container
Invalidates the container.
INVALIDATED - Static variable in class java.io.BufferedReader
 
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 interface java.awt.LayoutManager2
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 class java.awt.BorderLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateTree() - Method in class java.awt.Container
Recursively descends the container tree and invalidates all contained components.
InvalidClassException - exception java.io.InvalidClassException.
Thrown when the Serialization runtime detects one of the following problems with a Class.
InvalidClassException(String) - Constructor for class java.io.InvalidClassException
Report a InvalidClassException for the reason specified.
InvalidClassException(String, String) - Constructor for class java.io.InvalidClassException
 
InvalidObjectException - exception java.io.InvalidObjectException.
Indicates that one or more deserialized objects failed validation tests.
InvalidObjectException(String) - Constructor for class java.io.InvalidObjectException
Constructs an InvalidObjectException.
INVOCATION_DEFAULT - Static variable in class java.awt.event.InvocationEvent
The default id for all InvocationEvents.
INVOCATION_FIRST - Static variable in class java.awt.event.InvocationEvent
Marks the first integer id for the range of invoke event ids.
INVOCATION_LAST - Static variable in class java.awt.event.InvocationEvent
Marks the last integer id for the range of invoke event ids.
InvocationEvent - class java.awt.event.InvocationEvent.
An event which executes the run() method on a Runnable when dispatched by the AWT event dispatcher thread.
InvocationEvent(Object, int, Runnable, Object, boolean) - Constructor for class java.awt.event.InvocationEvent
Constructs an InvocationEvent with the specified source and ID which will execute the runnable's run() method when dispatched.
InvocationEvent(Object, Runnable) - Constructor for class java.awt.event.InvocationEvent
Constructs an InvocationEvent with the specified source which will execute the runnable's run() method when dispatched.
InvocationEvent(Object, Runnable, Object, boolean) - Constructor for class java.awt.event.InvocationEvent
Constructs an InvocationEvent with the specified source which will execute the runnable's run() method when dispatched.
invokeAndWait(Runnable) - Static method in class java.awt.EventQueue
Causes runnable to have its run() method called in the dispatch thread of the EventQueue.
invokeLater(Runnable) - Static method in class java.awt.EventQueue
Causes runnable to have its run() method called in the dispatch thread of the EventQueue.
invokeMethod(Method, Object, Object[]) - Static method in class java.io.ObjectStreamClass
 
invokeObjectReader(Object) - Method in class java.io.ObjectInputStream
 
invokeObjectWriter(Object) - Method in class java.io.ObjectOutputStream
 
IOException - exception java.io.IOException.
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for class java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for class java.io.IOException
Constructs an IOException with the specified detail message.
IPA_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
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.
isAbsolute() - Method in class java.io.File
Tests whether this abstract pathname is absolute.
isAbsolute(File) - Method in class java.io.FileSystem
Tell whether or not the given abstract pathname is absolute.
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.awt.Window
 
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.
isActive() - Method in class java.beans.BeansAppletStub
 
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.
isAltGraphDown() - Method in class java.awt.event.InputEvent
Returns whether or not the Alt-Graph modifier is down on this event.
isAncestor(ClassLoader) - Method in class java.lang.ClassLoader
 
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
Determines if this Class object represents an array class.
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 or not this Font object's style is BOLD.
isBound() - Method in class java.beans.PropertyDescriptor
Updates to "bound" properties will cause a "PropertyChange" event to get fired when the property is changed.
isClickOrphaned - Variable in class java.awt.LightweightDispatcher
Is the next click event orphaned because the component hid/moved
isClosed - Variable in class java.io.ByteArrayInputStream
A flag that is set to true when this stream is closed.
isClosed - Variable in class java.io.ByteArrayOutputStream
Flag indicating whether the stream has been closed.
isClosed - Variable in class java.io.StringWriter
Flag indicating whether the stream has been closed.
isCompatibleValue(Object) - Method in class java.awt.RenderingHints.Key
Returns true if the specified object is a valid value for this Key.
isCompatibleWith(String) - Method in class java.lang.Package
Compare this package's specification version with a desired version.
isConstrained() - Method in class java.beans.PropertyDescriptor
Attempted updates to "Constrained" properties will cause a "VetoableChange" event to get fired when the property is changed.
isConstructor() - Method in class java.io.ObjectStreamClass.MethodSignature
 
isConsumed() - Method in class java.awt.Event
 
isConsumed() - Method in class java.awt.AWTEvent
 
isConsumed() - Method in class java.awt.event.InputEvent
Returns whether or not this event has been consumed.
isConsumed() - Method in class java.awt.event.InputMethodEvent
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.
isCyclic() - Method in class java.awt.GradientPaint
Returns true if the gradient cycles repeatedly between the two colors C1 and C2.
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.
isDesignTime() - Method in interface java.beans.DesignMode
A value of true denotes that JavaBeans should behave in design time mode, a value of false denotes runtime behavior.
isDesignTime() - Static method in class java.beans.Beans
Test if we are in design-mode.
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.
isDirectory() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a directory.
isDispatching(EventQueue) - Method in class java.awt.EventDispatchThread
 
isDispatchThread() - Static method in class java.awt.EventQueue
Returns true if the calling thread is the current AWT EventQueue's dispatch thread.
isDisplayable() - Method in class java.awt.Component
Determines whether this component is displayable.
isDone() - Method in class java.awt.Polygon.PolygonPathIterator
Tests if there are more points to read.
isDoubleBuffered() - Method in class java.awt.Component
Returns true if this component is painted to an offscreen image ("buffer") that's copied to the screen later.
isEditable() - Method in class java.awt.TextComponent
Indicates whether or not this text component is editable.
isEmpty() - Method in class java.awt.RenderingHints
Returns true if this RenderingHints contains no key-value mappings.
isEmpty() - Method in class java.awt.Rectangle
Determines whether or not this Rectangle is empty.
isEmpty() - Method in class java.util.AbstractMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.WeakHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.AbstractCollection
Returns true if this collection contains no elements. This implementation returns size() == 0.
isEmpty() - Method in class java.util.WeakHashMap.EntrySet
 
isEmpty() - Method in interface java.util.Set
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.HashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.Collections.UnmodifiableCollection
 
isEmpty() - Method in class java.util.Collections.UnmodifiableMap
 
isEmpty() - Method in class java.util.Collections.SynchronizedCollection
 
isEmpty() - Method in class java.util.Collections.SynchronizedMap
 
isEmpty() - Method in class java.util.TreeSet
Returns true if this set contains no elements.
isEmpty() - Method in interface java.util.Map
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
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 interface java.util.Collection
Returns true if this collection contains no elements.
isEmpty() - Method in class java.util.HashSet
Returns true if this set contains no elements.
isEmpty() - Method in interface java.util.List
Returns true if this list contains no elements.
isEmpty() - Method in class java.util.TreeMap.SubMap
 
isEmpty() - Method in class java.util.TreeMap.SubMap.EntrySetView
 
isEmpty() - Method in class java.util.ArrayList
Tests if this list has no elements.
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.
isEnabledImpl() - Method in class java.awt.Component
 
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.
isEventHandler(Method) - Method in class java.beans.Introspector
 
isExceptional - Variable in class java.lang.FloatingDecimal
 
isExpert() - Method in class java.beans.FeatureDescriptor
The "expert" flag is used to distinguish between those features that are intended for expert users from those that are intended for normal users.
isExternalizable() - Method in class java.io.ObjectStreamClass
 
isFile() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a normal file.
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.
isFocusTraversable() - Method in class java.awt.LightweightPeer
 
isGraphicsConfigSupported(GraphicsConfiguration) - Method in class java.awt.GraphicsConfigTemplate
Returns a boolean indicating whether or not the specified GraphicsConfiguration can be used to create a drawing surface that supports the indicated features.
isGuiAvailable() - Static method in class java.beans.Beans
Determines whether beans can assume a GUI is available.
isHelpMenu - Variable in class java.awt.Menu
This field will be set to true if the Menu in question is actually a help menu.
isHidden() - Method in class java.io.File
Tests whether the file named by this abstract pathname is a hidden file.
isHidden() - Method in class java.beans.FeatureDescriptor
The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
isHorizontal() - Method in class java.awt.ComponentOrientation
Are lines horizontal? This will return true for horizontal, left-to-right writing systems such as Roman.
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.
isInc - Static variable in class java.awt.Component
Static properties for incremental drawing.
isInDefaultEventSet() - Method in class java.beans.EventSetDescriptor
Report if an event set is in the "default set".
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
Determines if the specified Object is assignment-compatible with the object represented by this Class.
isInstanceOf(Object, Class) - Static method in class java.beans.Beans
Check if a bean can be viewed as a given target type.
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 whether this thread has been interrupted.
isInterrupted(boolean) - Method in class java.lang.Thread
Tests if some 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 or not this Font object'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
Deprecated. Replaced by isJavaIdentifierStart(char).
isJavaLetterOrDigit(char) - Static method in class java.lang.Character
Deprecated. Replaced by isJavaIdentifierPart(char).
isLeapYear(int) - Method in class java.util.GregorianCalendar
Determines if the given year is a leap year.
isLeftToRight() - Method in class java.awt.ComponentOrientation
HorizontalLines: Do items run left-to-right?
Vertical Lines: Do lines run left-to-right?
This will return true for horizontal, left-to-right writing systems such as Roman.
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.
isLightweight() - Method in class java.awt.Component
A lightweight component doesn't have a native toolkit peer.
isLoginRequest(HttpServletRequest) - Method in class edu.utexas.beg.agi.servlet.LoginHandler
Determines if an HTTP request is a request for login.
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.
isMouseInNativeContainer - Variable in class java.awt.LightweightDispatcher
Is the mouse over the native container
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.
isNegative - Variable in class java.lang.FloatingDecimal
 
isNonSerializable() - Method in class java.io.ObjectStreamClass
 
isoCountries - Static variable in class java.util.Locale
List of all 2-letter country codes currently defined in ISO 3166.
isoLanguages - Static variable in class java.util.Locale
List of all 2-letter language codes currently defined in ISO 639.
isOpaque() - Method in class java.awt.Component
Returns true if this component is completely opaque, returns false by default.
isPacked - Variable in class java.awt.Component
 
isPaintable() - Method in class java.beans.PropertyEditorSupport
Determines whether the class will honor the painValue method.
isPaintable() - Method in interface java.beans.PropertyEditor
Determines whether this property editor is paintable.
isPlain() - Method in class java.awt.Font
Indicates whether or not this Font object'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.
isPreferred() - Method in class java.beans.FeatureDescriptor
The "preferred" flag is used to identify features that are particularly important for presenting to humans.
isPrimitive() - Method in class java.io.ObjectStreamField
Return true if this field has a primitive type.
isPrimitive() - Method in class java.lang.Class
Determines if the specified Class object represents a primitive type.
isReplaceable() - Method in class java.io.ObjectStreamClass
 
isResizable() - Method in class java.awt.Frame
Indicates whether this frame is resizable by the user.
isResizable() - Method in class java.awt.Dialog
Indicates whether this dialog is resizable by the user.
isResolvable() - Method in class java.io.ObjectStreamClass
 
isSameClassPackage(Class, Class) - Static method in class java.io.ObjectStreamClass
 
isSealed() - Method in class java.lang.Package
Returns true if this package is sealed.
isSealed(URL) - Method in class java.lang.Package
Returns true if this package is sealed with respect to the specified code source url.
isSelected(int) - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by isIndexSelected(int).
isSerializable() - Method in class java.io.ObjectStreamClass
 
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
Deprecated. Replaced by isWhitespace(char).
isSpaceChar(char) - Static method in class java.lang.Character
Determines if the specified character is a Unicode space character.
isSubclass(Class, Class) - Static method in class java.beans.Introspector
Return true if class a is either equivalent to class b, or if class a is a subclass of class b, i.e.
isTearOff() - Method in class java.awt.Menu
Indicates whether this menu is a tear-off menu.
isTemporary() - Method in class java.awt.event.FocusEvent
Identifies the focus change event as temporary or permanent.
isTimeSet - Variable in class java.util.Calendar
True if then the value of time is valid.
isTitleCase(char) - Static method in class java.lang.Character
Determines if the specified character is a titlecase character.
isUnicast() - Method in class java.beans.EventSetDescriptor
Normally event sources are multicast.
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 should be visible when its parent is visible.
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 - Variable in class java.awt.event.ItemEvent
The item whose selection state has changed.
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
The first number in the range of ids used for item events.
ITEM_LAST - Static variable in class java.awt.event.ItemEvent
The last number in the range of ids used for item events.
ITEM_STATE_CHANGED - Static variable in class java.awt.event.ItemEvent
This event id indicates that an item's state changed.
ItemEvent - class java.awt.event.ItemEvent.
A semantic event which indicates that an item was selected or deselected.
ItemEvent(ItemSelectable, int, Object, int) - Constructor for class java.awt.event.ItemEvent
Constructs an ItemEvent object.
itemListener - Variable in class java.awt.Checkbox
 
itemListener - Variable in class java.awt.Choice
 
itemListener - Variable in class java.awt.CheckboxMenuItem
 
itemListener - Variable in class java.awt.List
 
ItemListener - interface java.awt.event.ItemListener.
The listener interface for receiving item events.
itemListenerK - Static variable in class java.awt.Component
 
itemListenerK - Static variable in class java.awt.MenuComponent
 
items - Variable in class java.awt.Menu
A vector of the items that will be part of the Menu.
items - Variable in class java.awt.List
A vector created to contain items which will become part of the List Component.
ItemSelectable - interface java.awt.ItemSelectable.
The interface for objects which contain a set of items for which zero or more can be selected.
itemStateChanged(ItemEvent) - Method in class java.awt.AWTEventMulticaster
Handles the itemStateChanged event by invoking the itemStateChanged methods on listener-a and listener-b.
itemStateChanged(ItemEvent) - Method in interface java.awt.event.ItemListener
Invoked when an item has been selected or deselected.
iterator - Variable in class java.util.Hashtable.Enumerator
Indicates whether this Enumerator is serving as an Iterator or an Enumeration.
Iterator - interface java.util.Iterator.
An iterator over a collection.
iterator() - Method in class java.util.AbstractCollection
Returns an iterator over the elements contained in this collection.
iterator() - Method in class java.util.WeakHashMap.EntrySet
 
iterator() - Method in interface java.util.Set
Returns an iterator over the elements in this set.
iterator() - Method in class java.util.AbstractList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class java.util.AbstractSequentialList
Returns an iterator over the elements in this list (in proper sequence). This implementation merely returns a list iterator over the list.
iterator() - Method in class java.util.Collections.UnmodifiableCollection
 
iterator() - Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet
 
iterator() - Method in class java.util.Collections.SynchronizedCollection
 
iterator() - Method in class java.util.TreeSet
Returns an iterator over the elements in this set.
iterator() - Method in class java.util.Hashtable.KeySet
 
iterator() - Method in class java.util.Hashtable.EntrySet
 
iterator() - Method in class java.util.Hashtable.ValueCollection
 
iterator() - Method in interface java.util.Collection
Returns an iterator over the elements in this collection.
iterator() - Method in class java.util.HashSet
Returns an iterator over the elements in this set.
iterator() - Method in interface java.util.List
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class java.util.TreeMap.SubMap.EntrySetView
 
iterator() - Method in class java.util.SubList
 

J

JAN_1_1_JULIAN_DAY - Static variable in class java.util.GregorianCalendar
 
JANUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the first month of the year.
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.applet - package java.applet
 
java.awt - package java.awt
 
java.awt.event - package java.awt.event
 
java.beans - package java.beans
 
java.io - package java.io
 
java.lang - package java.lang
 
java.util - package java.util
 
jniVersion - Variable in class java.lang.ClassLoader.NativeLibrary
 
join - Variable in class java.awt.BasicStroke
 
JOIN_BEVEL - Static variable in class java.awt.BasicStroke
Joins path segments by connecting the outer corners of their wide outlines with a straight segment.
JOIN_MITER - Static variable in class java.awt.BasicStroke
Joins path segments by extending their outside edges until they meet.
JOIN_ROUND - Static variable in class java.awt.BasicStroke
Joins path segments by rounding off the corner at a radius of half the line width.
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.
julianDayToDayOfWeek(long) - Static method in class java.util.GregorianCalendar
 
julianDayToMillis(long) - Static method in class java.util.GregorianCalendar
Converts Julian day to time as milliseconds.
JULY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the seventh month of the year.
JUNE - Static variable in class java.util.Calendar
Value of the MONTH field indicating the sixth month of the year.

K

KANBUN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
KANNADA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
KATAKANA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
key - Variable in class java.awt.Event
The key code of the key that was pressed in a keyboard event.
key - Variable in class java.awt.MenuShortcut
This is indicates the virtual keycode for the menu shortcut.
key - Variable in class java.util.WeakHashMap.Entry
 
key - Variable in class java.util.HashMap.Entry
 
key - Variable in class java.util.Hashtable.Entry
 
key - Variable in class java.util.MissingResourceException
The name of the specific resource requested by the user.
key - Variable in class java.util.TreeMap.Entry
 
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_ALPHA_INTERPOLATION - Static variable in class java.awt.RenderingHints
Alpha interpolation hint key
KEY_ANTIALIASING - Static variable in class java.awt.RenderingHints
Antialiasing hint key
KEY_COLOR_RENDERING - Static variable in class java.awt.RenderingHints
Color rendering hint key
KEY_DITHERING - Static variable in class java.awt.RenderingHints
Dithering hint key
KEY_EVENT - Static variable in class java.awt.Event
 
KEY_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting key events.
KEY_FIRST - Static variable in class java.awt.event.KeyEvent
The first number in the range of ids used for key events.
KEY_FRACTIONALMETRICS - Static variable in class java.awt.RenderingHints
Font fractional metrics hint key
KEY_INTERPOLATION - Static variable in class java.awt.RenderingHints
Interpolation hint key
KEY_LAST - Static variable in class java.awt.event.KeyEvent
The last number in the range of ids used for key events.
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.
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.
KEY_RENDERING - Static variable in class java.awt.RenderingHints
Rendering hint key
KEY_TEXT_ANTIALIASING - Static variable in class java.awt.RenderingHints
Text antialiasing hint key
KEY_TYPED - Static variable in class java.awt.event.KeyEvent
The "key typed" event.
key(TreeMap.Entry) - Static method in class java.util.TreeMap
Returns the key corresonding to the specified Entry.
KeyAdapter - class java.awt.event.KeyAdapter.
An abstract adapter class for receiving keyboard events.
KeyAdapter() - Constructor for class java.awt.event.KeyAdapter
 
keyChar - Variable in class java.awt.event.KeyEvent
keyChar is a valid unicode character that is fired by a key or a key combination on a keyboard.
keyCode - Variable in class java.awt.event.KeyEvent
The unique value assigned to each of the keys on the keyboard.
keyDown(Event, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).
KeyEvent - class java.awt.event.KeyEvent.
An event which indicates that a keystroke occurred in a component.
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.
keyListener - Variable in class java.awt.Component
 
KeyListener - interface java.awt.event.KeyListener.
The listener interface for receiving keyboard events (keystrokes).
keyListenerK - Static variable in class java.awt.Component
 
keyPressed(KeyEvent) - Method in class com.jjt.utbeg.NumericSpinner
This method is public as an implementation side-effect.
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 interface java.awt.event.KeyListener
Invoked when a key has been pressed.
keyPressed(KeyEvent) - Method in class java.awt.event.KeyAdapter
Invoked when a key has been pressed.
keyReleased(KeyEvent) - Method in class com.jjt.utbeg.NumericSpinner
This method is public as an implementation side-effect.
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 interface java.awt.event.KeyListener
Invoked when a key has been released.
keyReleased(KeyEvent) - Method in class java.awt.event.KeyAdapter
Invoked when a key has been released.
KEYS - Static variable in class java.util.HashMap
 
KEYS - Static variable in class java.util.Hashtable
 
KEYS - Static variable in class java.util.TreeMap
 
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.
keySet - Variable in class java.util.AbstractMap
 
keySet - Variable in class java.util.HashMap
 
keySet - Variable in class java.util.Collections.UnmodifiableMap
 
keySet - Variable in class java.util.Collections.SynchronizedMap
 
keySet - Variable in class java.util.TreeSet
 
keySet - Variable in class java.util.Hashtable
 
keySet - Variable in class java.util.TreeMap
These fields are initialized to contain an instance of the appropriate view the first time this view is requested.
keySet() - Method in class java.awt.RenderingHints
Returns a Set view of the Keys contained in this RenderingHints.
keySet() - Method in class java.util.AbstractMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.HashMap
Returns a set view of the keys contained in this map.
keySet() - Method in class java.util.Collections.UnmodifiableMap
 
keySet() - Method in class java.util.Collections.SynchronizedMap
 
keySet() - Method in interface java.util.Map
Returns a set view of the keys contained in this map.
keySet() - Method in class java.util.Hashtable
Returns a Set view of the keys contained in this Hashtable.
keySet() - Method in class java.util.TreeMap
Returns a Set view of the keys contained in this map.
keyTyped(KeyEvent) - Method in class com.jjt.utbeg.NumericSpinner
This method is public as an implementation side-effect.
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 interface java.awt.event.KeyListener
Invoked when a key has been typed.
keyTyped(KeyEvent) - Method in class java.awt.event.KeyAdapter
Invoked when a key has been typed.
keyUp(Event, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).
keyValueSeparators - Static variable in class java.util.Properties
 
KNOWN_PARAMETER_NAMES - Static variable in class com.jjt.utbeg.UserParameters
 
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

l - Variable in class java.util.SubList
 
label - Variable in class java.awt.Checkbox
The label of the Checkbox.
label - Variable in class java.awt.MenuItem
label is the label of a menu item.
label - Variable in class java.awt.Button
 
Label - class java.awt.Label.
A Label object is a component for placing text in a container.
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.
language - Variable in class java.util.Locale
 
LAO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
last() - Method in class java.util.Collections.UnmodifiableSortedSet
 
last() - Method in class java.util.Collections.SynchronizedSortedSet
 
last() - Method in class java.util.TreeSet
Returns the last (highest) element currently in this sorted set.
last() - Method in interface java.util.SortedSet
Returns the last (highest) element currently in this sorted set.
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.
lastEntry() - Method in class java.util.TreeMap
Returns the last Entry in the TreeMap (according to the TreeMap's key-sort function).
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.AbstractList
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(Object) - Method in class java.util.Collections.UnmodifiableList
 
lastIndexOf(Object) - Method in class java.util.Collections.SynchronizedList
 
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object) - Method in class java.util.LinkedList
Returns the index in this list of the last occurrence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(Object) - Method in interface java.util.List
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class java.util.ArrayList
Returns the index of the last occurrence of the specified object in this list.
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.
lastItem - Variable in class java.awt.BorderLayout
A relative positioning constant, that can be used instead of north, south, east, west or center.
lastKey() - Method in class java.util.Collections.UnmodifiableSortedMap
 
lastKey() - Method in class java.util.Collections.SynchronizedSortedMap
 
lastKey() - Method in class java.util.TreeMap
Returns the last (highest) key currently in this sorted map.
lastKey() - Method in class java.util.TreeMap.SubMap
 
lastKey() - Method in interface java.util.SortedMap
Returns the last (highest) key currently in this sorted map.
lastLine - Variable in class java.awt.BorderLayout
A relative positioning constant, that can be used instead of north, south, east, west or center.
lastModified() - Method in class java.io.File
Returns the time that the file denoted by this abstract pathname was last modified.
lastPageFirst() - Method in class java.awt.PrintJob
Returns true if the last page will be printed first.
lastPriorityItem - Variable in class java.awt.EventQueue
 
lastRet - Variable in class java.util.AbstractList.Itr
Index of element returned by most recent call to next or previous.
lastReturned - Variable in class java.util.HashMap.HashIterator
 
lastReturned - Variable in class java.util.LinkedList.ListItr
 
lastReturned - Variable in class java.util.Hashtable.Enumerator
 
lastReturned - Variable in class java.util.TreeMap.Iterator
 
LATIN_1_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
LATIN_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
LATIN_EXTENDED_ADDITIONAL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
LATIN_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
layout() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by doLayout().
layout() - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by doLayout().
layout() - Method in class java.awt.ScrollPane
Deprecated. As of JDK version 1.1, replaced by doLayout().
layoutContainer(Container) - Method in class java.awt.CardLayout
Lays out the specified container using this card layout.
layoutContainer(Container) - Method in class java.awt.GridLayout
Lays out the specified container using this layout.
layoutContainer(Container) - Method in interface java.awt.LayoutManager
Lays out the container in the specified panel.
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.FlowLayout
Lays out the container.
layoutContainer(Container) - Method in class java.awt.BorderLayout
Lays out the container argument using this border layout.
layoutInfo - Variable in class java.awt.GridBagLayout
This field holds tha layout information for the gridbag.
LayoutManager - interface java.awt.LayoutManager.
Defines the interface for classes that know how to layout Containers.
LayoutManager2 - interface java.awt.LayoutManager2.
Defines an interface for classes that know how to layout Containers based on a layout constraints object.
layoutMgr - Variable in class java.awt.Container
Layout manager for this container.
lazilyLoadDesktopProperty(String) - Method in class java.awt.Toolkit
an opportunity to lazily evaluate desktop property values.
leading - Variable in class java.awt.Font.FontLineMetrics
 
LEADING - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be justified to the leading edge of the container's orientation, e.g.
LEAP_MONTH_LENGTH - Static variable in class java.util.GregorianCalendar
 
LEAP_NUM_DAYS - Static variable in class java.util.GregorianCalendar
 
LEAST_MAX_VALUES - Static variable in class java.util.GregorianCalendar
 
left - Variable in class java.awt.Insets
The inset from the left.
left - Variable in class java.util.TreeMap.Entry
 
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 - 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.
LEFT_TO_RIGHT - Static variable in class java.awt.ComponentOrientation
Items run left to right and lines flow top to bottom Examples: English, French.
leftOf(TreeMap.Entry) - Static method in class java.util.TreeMap
 
length - Variable in class java.io.StringReader
 
length - Variable in class java.io.OptionalDataException
The number of bytes of primitive data available to be read in the current buffer.
length() - Method in class java.util.BitSet
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
length() - Method in class java.io.RandomAccessFile
Returns the length of this file.
length() - Method in class java.io.File
Returns the length of the file denoted by this abstract pathname.
length() - Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
length() - Method in class java.lang.String
Returns the length of this string.
lenient - Variable in class java.util.Calendar
True if this calendar allows out-of-range field values during computation of time from fields[].
LETTER_NUMBER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
LETTERLIKE_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
lightGray - Static variable in class java.awt.Color
The color light gray.
lightParents - Variable in class java.awt.Component.NativeInLightFixer
 
LightweightDispatcher - class java.awt.LightweightDispatcher.
Class to manage the dispatching of events to the lightweight components contained by a native container.
LightweightDispatcher(Container) - Constructor for class java.awt.LightweightDispatcher
 
lightweightMarker - Static variable in class java.awt.Toolkit
 
LightweightPeer - class java.awt.LightweightPeer.
Implements the LightweightPeer interface for use in lightweight components that have no native window associated with them.
LightweightPeer(Component) - Constructor for class java.awt.LightweightPeer
 
lightweightPrint(Graphics) - Method in class java.awt.Component
Simulates the peer callbacks into java.awt for printing of lightweight Components.
lightweightPrint(Graphics) - Method in class java.awt.Container
Simulates the peer callbacks into java.awt for printing of lightweight Containers.
LINE_SEPARATOR - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
lineBuffer - Variable in class java.io.DataInputStream
 
lineIncrement - Variable in class java.awt.Scrollbar
The amount by which the scrollbar value will change when going up or down by a line.
LINENO - Variable in class java.io.StreamTokenizer
The line number of the last token read
lineno() - Method in class java.io.StreamTokenizer
Return the current line number.
lineNumber - Variable in class java.io.LineNumberReader
The current line number
lineNumber - Variable in class java.io.LineNumberInputStream
Deprecated.  
LineNumberInputStream - class java.io.LineNumberInputStream.
Deprecated. This class incorrectly assumes that bytes adequately represent characters. As of JDK 1.1, the preferred way to operate on character streams is via the new character-stream classes, which include a class for counting line numbers.
LineNumberInputStream(InputStream) - Constructor for class java.io.LineNumberInputStream
Deprecated. Constructs a newline number input stream that reads its input from the specified input stream.
LineNumberReader - class java.io.LineNumberReader.
A buffered character-input stream that keeps track of line numbers.
LineNumberReader(Reader) - Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, using the default input-buffer size.
LineNumberReader(Reader, int) - Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, reading characters into a buffer of the given size.
lineSeparator - Variable in class java.io.PrintWriter
Line separator string.
lineSeparator - Variable in class java.io.BufferedWriter
Line separator string.
LinkageError - error java.lang.LinkageError.
Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
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.
LinkedList - class java.util.LinkedList.
Linked list implementation of the List interface.
LinkedList.Entry - class java.util.LinkedList.Entry.
 
LinkedList.Entry(Object, LinkedList.Entry, LinkedList.Entry) - Constructor for class java.util.LinkedList.Entry
 
LinkedList.ListItr - class java.util.LinkedList.ListItr.
 
LinkedList.ListItr(LinkedList, int) - Constructor for class java.util.LinkedList.ListItr
 
LinkedList() - Constructor for class java.util.LinkedList
Constructs an empty list.
LinkedList(Collection) - Constructor for class java.util.LinkedList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
list - Variable in class java.util.Collections.UnmodifiableList
 
list - Variable in class java.util.Collections.SynchronizedList
 
List - class java.awt.List.
The List component presents the user with a scrolling list of text items.
List - interface java.util.List.
An ordered collection (also known as a sequence).
LIST_DESELECT - Static variable in class java.awt.Event
An item in a list has been deselected.
LIST_EVENT - Static variable in class java.awt.Event
 
LIST_SELECT - Static variable in class java.awt.Event
An item in a list has been selected.
list() - Method in class java.awt.Component
Prints a listing of this component to the standard system output stream System.out.
list() - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
list() - Method in class java.lang.ThreadGroup
Prints information about this thread group to the standard output.
List() - Constructor for class java.awt.List
Creates a new scrolling list.
list(File) - Method in class java.io.FileSystem
List the elements of the directory denoted by the given abstract pathname.
list(FilenameFilter) - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
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(PrintStream, int) - Method in class java.lang.ThreadGroup
 
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.
listener - Variable in class java.awt.Toolkit.SelectiveAWTEventListener
 
listener2SelectiveListener - Variable in class java.awt.Toolkit
 
listenerMethodDescriptors - Variable in class java.beans.EventSetDescriptor
 
listenerMethods - Variable in class java.beans.EventSetDescriptor
 
listeners - Variable in class java.beans.PropertyEditorSupport
 
listeners - Variable in class java.beans.VetoableChangeSupport
"listeners" lists all the generic listeners.
listeners - Variable in class java.beans.PropertyChangeSupport
"listeners" lists all the generic listeners.
listenerType - Variable in class java.beans.EventSetDescriptor
 
listenToAllAWTEventsPermission - Variable in class java.awt.Toolkit
 
listFiles() - Method in class java.io.File
Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
listFiles(FileFilter) - Method in class java.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listFiles(FilenameFilter) - Method in class java.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
ListIterator - interface java.util.ListIterator.
An iterator for lists that allows the programmer to traverse the list in either direction and modify the list during iteration.
listIterator() - Method in class java.util.AbstractList
Returns an iterator of the elements in this list (in proper sequence).
listIterator() - Method in class java.util.Collections.UnmodifiableList
 
listIterator() - Method in class java.util.Collections.SynchronizedList
 
listIterator() - Method in interface java.util.List
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.AbstractList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class java.util.AbstractSequentialList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.Collections.UnmodifiableList
 
listIterator(int) - Method in class java.util.Collections.SynchronizedList
 
listIterator(int) - Method in class java.util.LinkedList
Returns a list-iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in interface java.util.List
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator(int) - Method in class java.util.SubList
 
ListResourceBundle - class java.util.ListResourceBundle.
ListResourceBundle is a abstract subclass of ResourceBundle that manages resources for a locale in a convenient and easy to use list.
ListResourceBundle() - Constructor for class java.util.ListResourceBundle
Sole constructor.
listRoots() - Method in class java.io.FileSystem
List the available filesystem roots.
listRoots() - Static method in class java.io.File
List the available filesystem roots.
listSerializedDataVersion - Variable in class java.awt.List
The List Components Serialized Data Version.
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_FILE - Static variable in class java.awt.Event
A file loading event.
load(Class, String) - Static method in class java.beans.PropertyEditorManager
 
load(InputStream) - Method in class java.util.Properties
Reads a property list (key and element pairs) from the input stream.
load(String) - Method in class java.lang.ClassLoader.NativeLibrary
 
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 a code file with the specified filename from the local file system as a dynamic library.
load0(Class, String) - Method in class java.lang.Runtime
 
loadAssistiveTechnologies() - Static method in class java.awt.Toolkit
Loads additional classes into the VM, using the property 'assistive_technologies' specified in the Sun reference implementation by a line in the 'accessibility.properties' file.
loadClass(String) - Method in class java.lang.ClassLoader
Loads the class with the specified name.
loadClass(String, boolean) - Method in class java.lang.ClassLoader
Loads the class with the specified name.
loadClass0(Class, String) - Method in class java.io.ObjectInputStream
 
loadConvert(String) - Method in class java.util.Properties
 
loaded - Static variable in class java.awt.Toolkit
WARNING: This is a temporary workaround for a problem in the way the AWT loads native libraries.
loadedLibraryNames - Static variable in class java.lang.ClassLoader
 
loader - Variable in class java.beans.ObjectInputStreamWithLoader
 
loadFactor - Variable in class java.util.HashMap
The load factor for the hashtable.
loadFactor - Variable in class java.util.Hashtable
The load factor for the hashtable.
loadFactor() - Method in class java.util.HashMap
 
loadImage(String) - Method in class java.beans.SimpleBeanInfo
This is a utility method to help in loading icon images.
LOADING - Static variable in class java.awt.MediaTracker
Flag indicating some media is currently being loaded.
LOADING - Static variable in class java.awt.MediaEntry
 
loadLibraries() - Static method in class java.awt.Toolkit
 
loadLibraries() - Static method in class java.awt.event.NativeLibLoader
This is copied from java.awt.Toolkit since we need the library loaded in sun.awt.image also: WARNING: This is a temporary workaround for a problem in the way the AWT loads native libraries.
loadLibrary(Class, String, boolean) - Static method in class java.lang.ClassLoader
 
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.
loadLibrary0(Class, File) - Static method in class java.lang.ClassLoader
 
loadLibrary0(Class, String) - Method in class java.lang.Runtime
 
loadLookup() - Method in class java.util.ListResourceBundle
We lazily load the lookup hashtable.
loadManifest(String) - Static method in class java.lang.Package
 
loadParameters() - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
Loads the parameters for this user, which were set in previous exercises.
LOADSTARTED - Static variable in class java.awt.MediaEntry
 
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.
loadSystemCustomCursorProperties() - Static method in class java.awt.Cursor
 
localClassDesc - Variable in class java.io.ObjectStreamClass
 
localClassDescriptor() - Method in class java.io.ObjectStreamClass
 
locale - Variable in class java.awt.Component
The locale for the component.
Locale - class java.util.Locale.
A Locale object represents a specific geographical, political, or cultural region.
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.
localEnv - Static variable in class java.awt.GraphicsEnvironment
 
localListenPermission - Static variable in class java.lang.SecurityManager
 
locate(int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getComponentAt(int, int).
locate(int, int) - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by getComponentAt(int, int).
location() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getLocation().
location(int, int) - Method in class java.awt.GridBagLayout
Determines which cell in the layout grid contains the point specified by (x, y).
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lock - Variable in class java.io.Writer
The object used to synchronize operations on this stream.
LOCK - Static variable in class java.awt.Component
The locking object for AWT component-tree and layout operations.
log(double) - Static method in class java.lang.Math
Returns the natural logarithm (base e) of a double value.
loginHandler - Variable in class edu.utexas.beg.agi.AGIServlet
Helper Object for validating user logins.
LoginHandler - class edu.utexas.beg.agi.servlet.LoginHandler.
A helper Object for the AGIServlet, for handling user logins.
LoginHandler() - Constructor for class edu.utexas.beg.agi.servlet.LoginHandler
 
Long - class java.lang.Long.
The Long class wraps a value of the primitive type long in an object.
LONG - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a long name, such as "Pacific Standard Time."
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 in decimal form.
long5pow - Static variable in class java.lang.FloatingDecimal
 
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.Number
Returns the value of the specified number as a long.
longValue() - Method in class java.lang.Byte
Returns the value of this Byte as a long.
longValue() - Method in class java.lang.FDBigInt
 
longValue() - Method in class java.lang.Short
Returns the value of this Short 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.Long
Returns the value of this Long as a long value.
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.
lookup - Static variable in class java.util.TimeZoneData
 
lookup - Variable in class java.util.ListResourceBundle
 
lookup - Variable in class java.util.PropertyResourceBundle
 
lookup(Class) - Static method in class java.io.ObjectStreamClass
Find the descriptor for a class that can be serialized.
lookupConstraints(Component) - Method in class java.awt.GridBagLayout
Retrieves the constraints for the specified component.
lookupInternal(Class) - Static method in class java.io.ObjectStreamClass
 
lookupReplace(Object) - Method in class java.io.ObjectOutputStream
 
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
Deprecated. As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
lowbytes - Static variable in class java.lang.FloatingDecimal
 
LOWERCASE_LETTER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
lowerCaseMode(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not word token are automatically lowercased.
lshiftMe(int) - Method in class java.lang.FDBigInt
 
LTR_BIT - Static variable in class java.awt.ComponentOrientation
 
LWD_MOUSE_DRAGGED_OVER - Static variable in class java.awt.LightweightDispatcher
 

M

m - Variable in class java.util.Collections.UnmodifiableMap
 
m - Variable in class java.util.Collections.SynchronizedMap
 
m - Variable in class java.util.TreeSet
 
magenta - Static variable in class java.awt.Color
The color magenta.
magnification - Variable in class com.jjt.utbeg.SwathViewer
 
makeQualifiedMethodName(MethodDescriptor) - Method in class java.beans.Introspector
 
makeRaster(int, int) - Method in class java.awt.TexturePaintContext
 
makeRaster(int, int) - Method in class java.awt.TexturePaintContext.Int
 
makeRaster(int, int) - Method in class java.awt.TexturePaintContext.Byte
 
makeRaster(int, int) - Method in class java.awt.TexturePaintContext.Any
 
makeRulesCompatible() - Method in class java.util.SimpleTimeZone
Make rules compatible to 1.1 FCS code.
makeStaticCalendars() - Static method in class java.util.Date
 
makeVisible(int) - Method in class java.awt.List
Makes the item at the specified index visible.
MALAYALAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
malfunction() - Method in class java.io.InputStreamReader
 
mans - Static variable in class java.lang.Package
 
map - Variable in class java.util.HashSet
 
map - Variable in class java.lang.ThreadLocal
Maps each Thread that has a value for this ThreadLocal to an Entry containing its value.
Map - interface java.util.Map.
An object that maps keys to values.
Map.Entry - interface java.util.Map.Entry.
A map entry (key-value pair).
mapLibraryName(String) - Static method in class java.lang.System
Maps a library name into a platform-specific string representing a native library.
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark - Variable in class java.io.StringReader
 
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.FilterInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.BufferedInputStream
See the general contract of the mark method of InputStream.
mark(int) - Method in class java.io.FilterReader
Mark the present position in the stream.
mark(int) - Method in class java.io.PushbackReader
Mark the present position in the stream.
mark(int) - Method in class java.io.StringReader
Mark the present position in the stream.
mark(int) - Method in class java.io.BufferedReader
Mark the present position in the stream.
mark(int) - Method in class java.io.LineNumberReader
Mark the present position in the stream.
mark(int) - Method in class java.io.LineNumberInputStream
Deprecated. Marks the current position in this input stream.
mark(int) - Method in class java.io.CharArrayReader
Mark the present position in the stream.
markedChar - Variable in class java.io.BufferedReader
 
markedLineNumber - Variable in class java.io.LineNumberReader
The line number of the mark, if any
markedPos - Variable in class java.io.CharArrayReader
Position of mark in buffer
markedSkipLF - Variable in class java.io.LineNumberReader
The skipLF flag when the mark was set
marklimit - Variable in class java.io.BufferedInputStream
The maximum read ahead allowed after a call to the mark method before subsequent calls to the reset method fail.
markLineNumber - Variable in class java.io.LineNumberInputStream
Deprecated.  
markpos - Variable in class java.io.BufferedInputStream
The value of the pos field at the time the last mark method was called.
markPushBack - Variable in class java.io.LineNumberInputStream
Deprecated.  
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.FilterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported() - Method in class java.io.BufferedInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.PushbackInputStream
Tests if this input stream supports the mark and reset methods, which it does not.
markSupported() - Method in class java.io.FilterReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.PushbackReader
Tell whether this stream supports the mark() operation, which it does not.
markSupported() - Method in class java.io.StringReader
Tell whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.io.BufferedReader
Tell whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.io.CharArrayReader
Tell whether this stream supports the mark() operation, which it does.
mask - Variable in class java.util.PropertyPermission
The actions mask.
mask - Static variable in class java.util.Random
 
mask - Variable in class java.io.FilePermission
 
matches(Image, int, int) - Method in class java.awt.ImageMediaEntry
 
Math - class java.lang.Math.
The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
MATH_SYMBOL - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
Math() - Constructor for class java.lang.Math
Don't let anyone instantiate this class.
MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
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_RULE - Static variable in class java.awt.AlphaComposite
 
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.Short
The maximum value a Short can have.
MAX_VALUE - Static variable in class java.lang.Double
The largest positive finite value of type double.
MAX_VALUE - Static variable in class java.lang.Long
The largest value of type long.
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_VALUES - Static variable in class java.util.GregorianCalendar
 
max(Collection) - Static method in class java.util.Collections
Returns the maximum element of the given collection, according to the natural ordering of its elements.
max(Collection, Comparator) - Static method in class java.util.Collections
Returns the maximum element of the given collection, according to the order induced by the specified comparator.
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.
maxDecimalDigits - Static variable in class java.lang.FloatingDecimal
 
maxDecimalExponent - Static variable in class java.lang.FloatingDecimal
 
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.
maximum - Variable in class java.awt.ScrollPaneAdjustable
 
maximum - Variable in class java.awt.Scrollbar
The maximum value of the Scrollbar.
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 interface java.awt.LayoutManager2
Returns the maximum size of this component.
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 class java.awt.BorderLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maxPosition - Variable in class java.util.StringTokenizer
 
maxPriority - Variable in class java.lang.ThreadGroup
 
maxSize - Variable in class java.awt.Container
 
maxSkipBufferSize - Static variable in class java.io.Reader
Maximum skip-buffer size
maxSkipBufferSize - Static variable in class java.io.LineNumberReader
Maximum skip-buffer size
maxSmallBinExp - Static variable in class java.lang.FloatingDecimal
 
maxSmallTen - Static variable in class java.lang.FloatingDecimal
 
maxWidth - Variable in class java.awt.TexturePaintContext
 
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
mbManagement - Variable in class java.awt.Frame
mbManagement is only used by the Motif implementation.
med3(byte[], int, int, int) - Static method in class java.util.Arrays
Returns the index of the median of the three indexed bytes.
med3(char[], int, int, int) - Static method in class java.util.Arrays
Returns the index of the median of the three indexed chars.
med3(double[], int, int, int) - Static method in class java.util.Arrays
Returns the index of the median of the three indexed doubles.
med3(float[], int, int, int) - Static method in class java.util.Arrays
Returns the index of the median of the three indexed floats.
med3(int[], int, int, int) - Static method in class java.util.Arrays
Returns the index of the median of the three indexed integers.
med3(long[], int, int, int) - Static method in class java.util.Arrays
Returns the index of the median of the three indexed longs.
med3(short[], int, int, int) - Static method in class java.util.Arrays
Returns the index of the median of the three indexed shorts.
MediaEntry - class java.awt.MediaEntry.
 
MediaEntry(MediaTracker, int) - Constructor for class java.awt.MediaEntry
 
MediaTracker - class java.awt.MediaTracker.
The MediaTracker class is a utility class to track the status of a number of media objects.
MediaTracker(Component) - Constructor for class java.awt.MediaTracker
Creates a media tracker to track images for a given component.
member - Variable in class java.io.ObjectStreamClass.MethodSignature
 
menu - Static variable in class java.awt.SystemColor
The background color for menus.
Menu - class java.awt.Menu.
A Menu object is a pull-down menu component that is deployed from a menu bar.
MENU - Static variable in class java.awt.SystemColor
The array index for the menu background color.
MENU_TEXT - Static variable in class java.awt.SystemColor
The array index for the menu text 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, indicating whether the menu can be torn off.
menuBar - Variable in class java.awt.Frame
The frames menubar.
MenuBar - class java.awt.MenuBar.
The MenuBar class encapsulates the platform's concept of a menu bar bound to a frame.
MenuBar() - Constructor for class java.awt.MenuBar
Creates a new menu bar.
menuBarSerializedDataVersion - Variable in class java.awt.MenuBar
The MenuBar's serialized data version.
MenuComponent - class java.awt.MenuComponent.
The abstract class MenuComponent is the superclass of all menu-related components.
MenuComponent() - Constructor for class java.awt.MenuComponent
Constructor for MenuComponent.
MenuContainer - interface java.awt.MenuContainer.
The super class of all menu related containers.
MenuItem - class java.awt.MenuItem.
All items in a menu must belong to the class MenuItem, or one of its subclasses.
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.
menuItemSerializedDataVersion - Variable in class java.awt.MenuItem
Menu item serialized data version.
menus - Variable in class java.awt.MenuBar
This field represents a vector of the actual menus that will be part of the MenuBar.
menuSerializedDataVersion - Variable in class java.awt.Menu
The menu serialized Data Version.
MenuShortcut - class java.awt.MenuShortcut.
A class which represents a keyboard accelerator for a MenuItem.
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.
mergeSort(Object[], Object[], int, int) - Static method in class java.util.Arrays
 
mergeSort(Object[], Object[], int, int, Comparator) - Static method in class java.util.Arrays
 
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.
META_MASK - Static variable in class java.awt.event.ActionEvent
The meta modifier.
metaDown() - Method in class java.awt.Event
Checks if the Meta key is down.
method - Variable in class java.beans.MethodDescriptor
 
MethodDescriptor - class java.beans.MethodDescriptor.
A MethodDescriptor describes a particular method that a Java Bean supports for external access from other components.
MethodDescriptor(Method) - Constructor for class java.beans.MethodDescriptor
Constructs a MethodDescriptor from a Method.
MethodDescriptor(MethodDescriptor) - Constructor for class java.beans.MethodDescriptor
 
MethodDescriptor(MethodDescriptor, MethodDescriptor) - Constructor for class java.beans.MethodDescriptor
 
MethodDescriptor(Method, ParameterDescriptor[]) - Constructor for class java.beans.MethodDescriptor
Constructs a MethodDescriptor from a Method providing descriptive information for each of the method's parameters.
methods - Variable in class java.beans.Introspector
 
methods - Variable in class java.beans.GenericBeanInfo
 
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
millisPerDay - Static variable in class java.util.SimpleTimeZone
 
millisPerHour - Static variable in class java.util.SimpleTimeZone
 
millisToJulianDay(long) - Static method in class java.util.GregorianCalendar
Converts time as milliseconds to Julian day.
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_RULE - Static variable in class java.awt.AlphaComposite
 
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.Short
The minimum value a Short can have.
MIN_VALUE - Static variable in class java.lang.Double
The smallest positive value of type double.
MIN_VALUE - Static variable in class java.lang.Long
The smallest value of type long.
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_VALUES - Static variable in class java.util.GregorianCalendar
 
min(Collection) - Static method in class java.util.Collections
Returns the minimum element of the given collection, according to the natural ordering of its elements.
min(Collection, Comparator) - Static method in class java.util.Collections
Returns the minimum element of the given collection, according to the order induced by the specified comparator.
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) - Method in class java.io.BufferedWriter
Our own little min method, to avoid loading java.lang.Math if we've run out of file descriptors and we're trying to print a stack trace.
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.
minDecimalExponent - Static variable in class java.lang.FloatingDecimal
 
minHeight - Variable in class java.awt.GridBagConstraints
The minimum height of the component.
minHeight - Variable in class java.awt.GridBagLayoutInfo
 
minimalDaysInFirstWeek - Variable in class java.util.Calendar
The number of days required for the first week in a month or year, with possible values from 1 to 7.
minimum - Variable in class java.awt.ScrollPaneAdjustable
 
minimum - Variable in class java.awt.Scrollbar
The minimum value of the Scrollbar.
MINIMUM_USER_STAMP - Static variable in class java.util.Calendar
 
minimumLayoutSize(Container) - Method in class java.awt.CardLayout
Calculates the minimum size for the specified panel.
minimumLayoutSize(Container) - Method in class java.awt.GridLayout
Determines the minimum size of the container argument using this grid layout.
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.
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.FlowLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
minimumLayoutSize(Container) - Method in class java.awt.BorderLayout
Determines the minimum size of the target container using this layout manager.
minimumSize() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
minimumSize() - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
minimumSize() - Method in class java.awt.LightweightPeer
 
minimumSize() - Method in class java.awt.TextField
Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
minimumSize() - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
minimumSize() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
minimumSize(int) - Method in class java.awt.TextField
Deprecated. As of JDK version 1.1, replaced by getMinimumSize(int).
minimumSize(int) - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getMinimumSize(int).
minimumSize(int, int) - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by getMinimumSize(int, int).
minSize - Variable in class java.awt.Component
Internal, cached size information.
MINSIZE - Static variable in class java.awt.GridBagLayout
The smallest grid that can be laid out by the grid bag layout.
minSmallBinExp - Static variable in class java.lang.FloatingDecimal
 
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
minWidth - Variable in class java.awt.GridBagConstraints
The minimum width of the component.
minWidth - Variable in class java.awt.GridBagLayoutInfo
 
MISC_EVENT - Static variable in class java.awt.Event
 
MISCELLANEOUS_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MISCELLANEOUS_TECHNICAL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
missingGlyph - Variable in class java.awt.Font
 
MissingResourceException - exception java.util.MissingResourceException.
Signals that a resource is missing.
MissingResourceException(String, String, String) - Constructor for class java.util.MissingResourceException
Constructs a MissingResourceException with the specified information.
miterlimit - Variable in class java.awt.BasicStroke
 
mkdir() - Method in class java.io.File
Creates the directory named by this abstract pathname.
mkdirs() - Method in class java.io.File
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories.
mod(double, double) - Static method in class java.awt.TexturePaintContext
 
modal - Variable in class java.awt.Dialog
Will be true if the Dialog is modal, otherwise the dialog will be modeless.
modCount - Variable in class java.util.HashMap
The number of times this HashMap has been structurally modified Structural modifications are those that change the number of mappings in the HashMap or otherwise modify its internal structure (e.g., rehash).
modCount - Variable in class java.util.AbstractList
The number of times this list has been structurally modified.
modCount - Variable in class java.util.Hashtable
The number of times this Hashtable has been structurally modified Structural modifications are those that change the number of entries in the Hashtable or otherwise modify its internal structure (e.g., rehash).
modCount - Variable in class java.util.TreeMap
The number of structural modifications to the tree.
mode - Variable in class java.awt.FileDialog
 
model - Variable in class java.awt.GradientPaintContext
 
MODIFIER_LETTER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
MODIFIER_SYMBOL - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
modifiers - Variable in class java.awt.Event
The state of the modifier keys.
modifiers - Variable in class java.awt.event.InputEvent
The state of the modifier key at the time the input event was fired.
modifiers - Variable in class java.awt.event.ActionEvent
This represents the key modifier that was selected, and is used to determine the state of the selected key.
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
MONTH_LENGTH - Static variable in class java.util.GregorianCalendar
 
monthLength - Variable in class java.util.SimpleTimeZone
This field was serialized in JDK 1.1, so we have to keep it that way to maintain serialization compatibility.
monthLength(int) - Method in class java.util.GregorianCalendar
 
monthLength(int, int) - Method in class java.util.GregorianCalendar
 
MOUSE_CLICKED - Static variable in class java.awt.event.MouseEvent
The "mouse clicked" event.
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.
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.
MOUSE_EVENT - Static variable in class java.awt.Event
 
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.
MOUSE_FIRST - Static variable in class java.awt.event.MouseEvent
The first number in the range of ids used for mouse events.
MOUSE_LAST - Static variable in class java.awt.event.MouseEvent
The last number in the range of ids used for mouse events.
MOUSE_MASK - Static variable in class java.awt.LightweightDispatcher
 
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.
MOUSE_PRESSED - Static variable in class java.awt.event.MouseEvent
The "mouse pressed" event.
MOUSE_RELEASED - Static variable in class java.awt.event.MouseEvent
The "mouse released" event.
MOUSE_UP - Static variable in class java.awt.Event
The user has released the mouse button.
MouseAdapter - class java.awt.event.MouseAdapter.
An abstract adapter class for receiving mouse events.
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 interface java.awt.event.MouseListener
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when the mouse has been clicked on a component.
mouseDown(Event, int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
mouseDrag(Event, int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processMouseMotionEvent(MouseEvent).
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
Invoked when a mouse button is pressed on a component and then dragged.
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
Deprecated. As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
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 interface java.awt.event.MouseListener
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when the mouse enters a component.
MouseEvent - class java.awt.event.MouseEvent.
/** An event which indicates that a mouse action occurred in 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.
mouseEventTarget - Variable in class java.awt.LightweightDispatcher
The current lightweight component being hosted by this windowed component that has mouse events being forwarded to it.
mouseExit(Event, int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
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 interface java.awt.event.MouseListener
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when the mouse exits a component.
mouseListener - Variable in class java.awt.Component
 
MouseListener - interface java.awt.event.MouseListener.
The listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a component.
mouseListenerK - Static variable in class java.awt.Component
 
MouseMotionAdapter - class java.awt.event.MouseMotionAdapter.
An abstract adapter class for receiving mouse motion events.
MouseMotionAdapter() - Constructor for class java.awt.event.MouseMotionAdapter
 
mouseMotionListener - Variable in class java.awt.Component
 
MouseMotionListener - interface java.awt.event.MouseMotionListener.
The listener interface for receiving mouse motion events on a component.
mouseMotionListenerK - Static variable in class java.awt.Component
 
mouseMove(Event, int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processMouseMotionEvent(MouseEvent).
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
Invoked when the mouse button has been moved on a component (with no buttons no down).
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 interface java.awt.event.MouseListener
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class java.awt.event.MouseAdapter
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 interface java.awt.event.MouseListener
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when a mouse button has been released on a component.
mouseUp(Event, int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
MOVE_CURSOR - Static variable in class java.awt.Cursor
The move cursor type.
MOVE_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.MOVE_CURSOR.
move(int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setLocation(int, int).
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
Deprecated. As of JDK version 1.1, replaced by setLocation(int, int).
moveComponents(Container, int, int, int, int, int, int, boolean) - Method in class java.awt.FlowLayout
Centers the elements in the specified row, if there is any slack.
movePrivateDataInto(AWTEvent) - Method in class java.awt.AWTEvent
"Moves" any private data into "other." The data is copied, and any references data structures in this object are set to null.
mult(FDBigInt) - Method in class java.lang.FDBigInt
 
mult(int) - Method in class java.lang.FDBigInt
 
multaddMe(int, int) - Method in class java.lang.FDBigInt
 
multipleMode - Variable in class java.awt.List
multipleMode is a variable that will be set to true if a list component is to be set to multiple selection mode, that is where the user can select more than one item in a list at one time.
multiplier - Static variable in class java.util.Random
 
multPow52(FDBigInt, int, int) - Static method in class java.lang.FloatingDecimal
 
mustSetRoundDir - Variable in class java.lang.FloatingDecimal
 
mutex - Variable in class java.util.Collections.SynchronizedCollection
 
mutex - Variable in class java.util.Collections.SynchronizedMap
 
myFRC(Graphics) - Method in class java.awt.FontMetrics
 

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
Deprecated. replaced by Cursor.N_RESIZE_CURSOR.
n5bits - Static variable in class java.lang.FloatingDecimal
 
name - Variable in class java.awt.Component
A components name.
name - Variable in class java.awt.Cursor
The user-visible name of the cursor.
name - Variable in class java.awt.MenuComponent
The Menu Components name.
name - Variable in class java.awt.Font
The logical name of this Font, as passed to the constructor.
name - Variable in class java.io.ObjectStreamField
 
name - Variable in class java.io.ObjectStreamClass
 
name - Variable in class java.beans.FeatureDescriptor
 
name - Variable in class java.lang.Thread
 
name - Variable in class java.lang.ClassLoader.NativeLibrary
 
name - Variable in class java.lang.Character.Subset
 
name - Variable in class java.lang.ThreadGroup
 
nameCounter - Static variable in class java.awt.Panel
 
nameCounter - Static variable in class java.awt.Canvas
 
nameCounter - Static variable in class java.awt.MenuBar
 
nameCounter - Static variable in class java.awt.Checkbox
 
nameCounter - Static variable in class java.awt.ScrollPane
 
nameCounter - Static variable in class java.awt.Scrollbar
 
nameCounter - Static variable in class java.awt.Choice
 
nameCounter - Static variable in class java.awt.Window
 
nameCounter - Static variable in class java.awt.MenuItem
 
nameCounter - Static variable in class java.awt.CheckboxMenuItem
 
nameCounter - Static variable in class java.awt.Frame
 
nameCounter - Static variable in class java.awt.Button
 
nameCounter - Static variable in class java.awt.TextField
 
nameCounter - Static variable in class java.awt.Menu
 
nameCounter - Static variable in class java.awt.PopupMenu
 
nameCounter - Static variable in class java.awt.Dialog
 
nameCounter - Static variable in class java.awt.FileDialog
 
nameCounter - Static variable in class java.awt.TextArea
 
nameCounter - Static variable in class java.awt.List
 
nameCounter - Static variable in class java.awt.Label
 
nameExplicitlySet - Variable in class java.awt.Component
A bool to determine whether the name has been set explicitly.
nameExplicitlySet - Variable in class java.awt.MenuComponent
A variable to indicate whether a name is explicitly set.
NaN - Static variable in class java.lang.Double
A Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
The Not-a-Number (NaN) value of type float.
nativeContainer - Variable in class java.awt.LightweightDispatcher
The windowed container that might be hosting events for lightweight components.
nativeCursor - Variable in class java.awt.LightweightDispatcher
The cursor used by the native container that is hosting the lightweight components.
nativeHost - Variable in class java.awt.Component.NativeInLightFixer
 
NativeLibLoader - class java.awt.event.NativeLibLoader.
 
NativeLibLoader() - Constructor for class java.awt.event.NativeLibLoader
 
nativeLibraries - Variable in class java.lang.ClassLoader
 
nativeLibraryContext - Static variable in class java.lang.ClassLoader
 
nBytes - Variable in class java.io.InputStreamReader
 
nBytes - Variable in class java.io.OutputStreamWriter
 
nChars - Variable in class java.io.BufferedReader
 
nChars - Variable in class java.io.BufferedWriter
 
ncomponents - Variable in class java.awt.Container
The number of components in this container.
nCopies(int, Object) - Static method in class java.util.Collections
Returns an immutable list consisting of n copies of the specified object.
nDigits - Variable in class java.lang.FloatingDecimal
 
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
Deprecated. replaced by Cursor.NE_RESIZE_CURSOR.
needsGui() - Method in interface java.beans.Visibility
Determines whether this bean needs a GUI.
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 - exception java.lang.NegativeArraySizeException.
Thrown if an application tries to create an array with negative size.
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.
negativeZeroDoubleBits - Static variable in class java.lang.Math
 
negativeZeroFloatBits - Static variable in class java.lang.Math
 
newAlign - Variable in class java.awt.FlowLayout
newAlign is the property that determines how each row distributes empty space for JDK's >= JDK1.2.
newAudioClip(URL) - Static method in class java.applet.Applet
Get an audio clip from the given URL
newEntry(Object) - Method in class java.lang.ThreadLocal
This factory method is overriden by InheritableThreadLocal to specialize behavior.
newEntry(Object) - Method in class java.lang.InheritableThreadLocal
Overrides method in ThreadLocal and implements inheritability, in conjunction with the bequeath method.
newEventsOnly - Variable in class java.awt.Component
newEventsOnly will be true if the event is one of the event types enabled for the component.
newEventsOnly - Variable in class java.awt.MenuComponent
 
newInstance() - Method in class java.lang.Class
Creates a new instance of the class represented by this Class object.
newInstance0() - Method in class java.lang.Class
 
newLine() - Method in class java.io.PrintWriter
 
newLine() - Method in class java.io.PrintStream
 
newLine() - Method in class java.io.BufferedWriter
Write a line separator.
newPermissionCollection() - Method in class java.util.PropertyPermission
Returns a new PermissionCollection object for storing PropertyPermission objects.
newPermissionCollection() - Method in class java.io.FilePermission
Returns a new PermissionCollection object for storing FilePermission objects.
newValue - Variable in class java.beans.PropertyChangeEvent
New value for property.
next - Variable in class java.awt.MediaEntry
 
next - Variable in class java.awt.EventQueueItem
 
next - Variable in class java.util.HashMap.Entry
 
next - Variable in class java.util.LinkedList.ListItr
 
next - Variable in class java.util.LinkedList.Entry
 
next - Variable in class java.util.Hashtable.Entry
 
next - Variable in class java.util.TreeMap.Iterator
 
next - Variable in class java.io.StringReader
 
next - Variable in class java.io.ObjectStreamClass.ObjectStreamClassEntry
 
next - Variable in class java.lang.InheritableThreadLocal.Entry
 
next() - Method in class java.awt.Polygon.PolygonPathIterator
Moves the iterator forwards, along the primary direction of traversal, to the next segment of the path when there are more points in that direction.
next() - Method in class java.util.HashMap.HashIterator
 
next() - Method in interface java.util.ListIterator
Returns the next element in the list.
next() - Method in class java.util.LinkedList.ListItr
 
next() - Method in interface java.util.Iterator
Returns the next element in the interation.
next() - Method in class java.util.Hashtable.Enumerator
 
next() - Method in class java.util.TreeMap.Iterator
 
next() - Method in class java.util.AbstractList.Itr
 
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.
nextBoolean() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed boolean value from this random number generator's sequence.
nextByte - Variable in class java.io.InputStreamReader
 
nextByte - Variable in class java.io.OutputStreamWriter
 
nextBytes(byte[]) - Method in class java.util.Random
Generates a user specified number of random bytes.
nextChar - Variable in class java.io.BufferedReader
 
nextChar - Variable in class java.io.BufferedWriter
 
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 class java.util.StringTokenizer
Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
nextElement() - Method in class java.util.Hashtable.Enumerator
 
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
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
Deprecated. As of JDK version 1.1, replaced by transferFocus().
nextFocus(Component) - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by transferFocus(Component).
nextFocus(Component) - Method in class java.awt.Window
Deprecated. As of JDK version 1.1, replaced by transferFocus(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.
nextIndex - Variable in class java.util.LinkedList.ListItr
 
nextIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextIndex() - Method in class java.util.LinkedList.ListItr
 
nextIndex() - Method in class java.util.AbstractList.ListItr
 
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int) - Method in class java.util.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn 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.
nextNextGaussian - Variable in class java.util.Random
 
nextQueue - Variable in class java.awt.EventQueue
 
nextReplaceOffset - Variable in class java.io.ObjectOutputStream
 
nextStamp - Variable in class java.util.Calendar
The next available value for stamp[], an internal array.
nextStream() - Method in class java.io.SequenceInputStream
Continues reading in the next stream if an EOF is reached.
nextThreadNum() - Static method in class java.awt.EventQueue
 
nextThreadNum() - Static method in class java.lang.Thread
 
nextToken() - Method in class java.util.StringTokenizer
Returns the next token from this string tokenizer.
nextToken() - Method in class java.io.StreamTokenizer
Parses the next token from the input stream of this tokenizer.
nextToken(String) - Method in class java.util.StringTokenizer
Returns the next token in this string tokenizer's string.
nextWireOffset - Variable in class java.io.ObjectOutputStream
 
nextWireOffset - Variable in class java.io.ObjectInputStream
 
ngroups - Variable in class java.lang.ThreadGroup
 
NO_FIELDS - Static variable in class java.io.ObjectStreamClass
Set serialPersistentFields of a Serializable class to this value to denote that the class has no Serializable fields.
NoClassDefFoundError - error java.lang.NoClassDefFoundError.
Thrown if the Java Virtual Machine or a classloader tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
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
Public data for enumerated Unicode general category types
NONE - Static variable in class java.awt.GridBagConstraints
Do not resize the component.
NONE - Static variable in class java.util.PropertyPermission
No actions.
NONE - Static variable in class java.io.FilePermission
No actions.
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
NORMAL - Static variable in class java.awt.Frame
 
normalize(String) - Method in class java.io.FileSystem
Convert the given pathname string to normal form.
normalizedGregorianCutover - Variable in class java.util.GregorianCalendar
Midnight, local time (using this Calendar's TimeZone) at or before the gregorianCutover.
normalizeMe() - Method in class java.lang.FDBigInt
 
north - Variable in class java.awt.BorderLayout
Constant to specify components location to be the north portion of the border layout.
NORTH - Static variable in class java.awt.GridBagConstraints
Put the component at the top of its display area, centered horizontally.
NORTH - Static variable in class java.awt.BorderLayout
The north layout constraint (top of container).
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 - exception java.util.NoSuchElementException.
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
NoSuchElementException() - Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
NoSuchFieldError - error java.lang.NoSuchFieldError.
Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.
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 - exception java.lang.NoSuchFieldException.
Signals that the class doesn't have a field of a specified name.
NoSuchFieldException() - Constructor for class java.lang.NoSuchFieldException
Constructor.
NoSuchFieldException(String) - Constructor for class java.lang.NoSuchFieldException
Constructor with a detail message.
NoSuchMethodError - error java.lang.NoSuchMethodError.
Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
NoSuchMethodError() - Constructor for class java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with no detail message.
NoSuchMethodError(String) - Constructor for class java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with the specified detail message.
NoSuchMethodException - exception java.lang.NoSuchMethodException.
Thrown when a particular method cannot be found.
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.
NOT_REPLACEABLE - Static variable in class java.io.ObjectOutputStream
 
NotActiveException - exception java.io.NotActiveException.
Thrown when serialization or deserialization is not active.
NotActiveException() - Constructor for class java.io.NotActiveException
Constructor to create a new NotActiveException without a reason.
NotActiveException(String) - Constructor for class java.io.NotActiveException
Constructor to create a new NotActiveException with the reason given.
notANumber - Static variable in class java.lang.FloatingDecimal
 
NOTFOUND - Static variable in class java.util.ResourceBundle
 
notifier - Variable in class java.awt.event.InvocationEvent
The (potentially null) Object whose notifyAll() method will be called immediately after the Runnable.run() method returns.
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.
notifyAWTEventListeners(AWTEvent) - Method in class java.awt.Toolkit
 
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.
NotSerializableException - exception java.io.NotSerializableException.
Thrown when an instance is required to have a Serializable interface.
NotSerializableException() - Constructor for class java.io.NotSerializableException
 
NotSerializableException(String) - Constructor for class java.io.NotSerializableException
 
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
npoints - Variable in class java.awt.Polygon
The total number of points.
nthreads - Variable in class java.lang.ThreadGroup
 
NULL_ARGS - Static variable in class java.io.ObjectStreamClass
 
nullInputStream() - Static method in class java.lang.System
The following two methods exist because in, out, and err must be initialized to null.
NullPointerException - exception java.lang.NullPointerException.
Thrown when an application attempts to use null in a case where an object is required.
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.
nullPrintStream() - Static method in class java.lang.System
 
NUM_COLORS - Static variable in class java.awt.SystemColor
The number of system colors in the array.
NUM_DAYS - Static variable in class java.util.GregorianCalendar
 
NUM_LOCK - Static variable in class java.awt.Event
The Num Lock key, a non-ASCII action key.
Number - class java.lang.Number.
The abstract class Number is the superclass of classes Byte, Double, Float, Integer, Long, and Short.
NUMBER_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
NUMBER_OF_RECEIVER_LINES - Static variable in class com.jjt.utbeg.UserParameters
 
NUMBER_OF_SOURCE_LINES - Static variable in class com.jjt.utbeg.UserParameters
 
Number() - Constructor for class java.lang.Number
 
numberFormat - Static variable in class java.util.TimeZone
 
NumberFormatException - exception java.lang.NumberFormatException.
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
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.
numberOfReceiverLines - Variable in class com.jjt.utbeg.SwathViewer
 
numberOfReceiverLinesSpinner - Variable in class com.jjt.utbeg.Applet1
 
numberOfSourceLines - Variable in class com.jjt.utbeg.SwathViewer
 
numberOfSourceLinesSpinner - Variable in class com.jjt.utbeg.Applet1
 
numchars - Variable in class java.awt.Font.FontLineMetrics
 
NumericSpinner - class com.jjt.utbeg.NumericSpinner.
A subclass of Symantec's NumericSpinner that compensates for some defects.
NumericSpinner() - Constructor for class com.jjt.utbeg.NumericSpinner
Creates a NumericSpinner.
numGlyphs - Variable in class java.awt.Font
 
nval - Variable in class java.io.StreamTokenizer
If the current token is a number, this field contains the value of that number.
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
Deprecated. replaced by Cursor.NW_RESIZE_CURSOR.
nWords - Variable in class java.lang.FDBigInt
 

O

Object - class java.lang.Object.
Class Object is the root of the class hierarchy.
OBJECT_TYPESTRING - Static variable in class java.io.ObjectStreamField
 
Object() - Constructor for class java.lang.Object
 
ObjectInput - interface java.io.ObjectInput.
ObjectInput extends the DataInput interface to include the reading of objects.
ObjectInputStream - class java.io.ObjectInputStream.
An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.
ObjectInputStream.GetField - class java.io.ObjectInputStream.GetField.
Provide access to the persistent fields read from the input stream.
ObjectInputStream.GetField() - Constructor for class java.io.ObjectInputStream.GetField
 
ObjectInputStream.GetFieldImpl - class java.io.ObjectInputStream.GetFieldImpl.
 
ObjectInputStream.GetFieldImpl(ObjectStreamClass) - Constructor for class java.io.ObjectInputStream.GetFieldImpl
Create a GetField object for the a Class.
ObjectInputStream() - Constructor for class java.io.ObjectInputStream
Provide a way for subclasses that are completely reimplementing ObjectInputStream to not have to allocate private data just used by this implementation of ObjectInputStream.
ObjectInputStream(InputStream) - Constructor for class java.io.ObjectInputStream
Create an ObjectInputStream that reads from the specified InputStream.
ObjectInputStreamWithLoader - class java.beans.ObjectInputStreamWithLoader.
This subclass of ObjectInputStream delegates loading of classes to an existing ClassLoader.
ObjectInputStreamWithLoader(InputStream, ClassLoader) - Constructor for class java.beans.ObjectInputStreamWithLoader
Loader must be non-null;
ObjectInputValidation - interface java.io.ObjectInputValidation.
Callback interface to allow validation of objects within a graph.
ObjectOutput - interface java.io.ObjectOutput.
ObjectOutput extends the DataOutput interface to include writing of objects.
ObjectOutputStream - class java.io.ObjectOutputStream.
An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.
ObjectOutputStream.PutField - class java.io.ObjectOutputStream.PutField.
Provide programatic access to the persistent fields to be written to ObjectOutput.
ObjectOutputStream.PutField() - Constructor for class java.io.ObjectOutputStream.PutField
 
ObjectOutputStream.PutFieldImpl - class java.io.ObjectOutputStream.PutFieldImpl.
Provide access to the persistent fields to be written to the output stream.
ObjectOutputStream.PutFieldImpl(ObjectStreamClass) - Constructor for class java.io.ObjectOutputStream.PutFieldImpl
Create a PutField object for the a Class.
ObjectOutputStream.Stack - class java.io.ObjectOutputStream.Stack.
Unsynchronized Stack.
ObjectOutputStream.Stack() - Constructor for class java.io.ObjectOutputStream.Stack
 
ObjectOutputStream() - Constructor for class java.io.ObjectOutputStream
Provide a way for subclasses that are completely reimplementing ObjectOutputStream to not have to allocate private data just used by this implementation of ObjectOutputStream.
ObjectOutputStream(OutputStream) - Constructor for class java.io.ObjectOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
objects - Variable in class java.io.ObjectOutputStream.PutFieldImpl
 
objects - Variable in class java.io.ObjectInputStream.GetFieldImpl
 
ObjectStreamClass - class java.io.ObjectStreamClass.
Serialization's descriptor for classes.
ObjectStreamClass.CompareClassByName - class java.io.ObjectStreamClass.CompareClassByName.
 
ObjectStreamClass.CompareClassByName() - Constructor for class java.io.ObjectStreamClass.CompareClassByName
 
ObjectStreamClass.CompareMemberByName - class java.io.ObjectStreamClass.CompareMemberByName.
 
ObjectStreamClass.CompareMemberByName() - Constructor for class java.io.ObjectStreamClass.CompareMemberByName
 
ObjectStreamClass.MethodSignature - class java.io.ObjectStreamClass.MethodSignature.
 
ObjectStreamClass.MethodSignature(Member) - Constructor for class java.io.ObjectStreamClass.MethodSignature
 
ObjectStreamClass.ObjectStreamClassEntry - class java.io.ObjectStreamClass.ObjectStreamClassEntry.
 
ObjectStreamClass.ObjectStreamClassEntry(ObjectStreamClass) - Constructor for class java.io.ObjectStreamClass.ObjectStreamClassEntry
 
ObjectStreamClass(Class, ObjectStreamClass, boolean, boolean) - Constructor for class java.io.ObjectStreamClass
 
ObjectStreamClass(String, long) - Constructor for class java.io.ObjectStreamClass
 
ObjectStreamConstants - interface java.io.ObjectStreamConstants.
Constants written into the Object Serialization Stream.
ObjectStreamException - exception java.io.ObjectStreamException.
Superclass of all exceptions specific to Object Stream classes.
ObjectStreamException() - Constructor for class java.io.ObjectStreamException
Create an ObjectStreamException.
ObjectStreamException(String) - Constructor for class java.io.ObjectStreamException
Create an ObjectStreamException with the specified argument.
ObjectStreamField - class java.io.ObjectStreamField.
A description of a Serializable field from a Serializable class.
ObjectStreamField() - Constructor for class java.io.ObjectStreamField
 
ObjectStreamField(Field) - Constructor for class java.io.ObjectStreamField
Create a default Serializable field for field.
ObjectStreamField(String, boolean) - Constructor for class java.io.ObjectStreamField
SearchKey constructor.
ObjectStreamField(String, char, Field, String) - Constructor for class java.io.ObjectStreamField
Create an ObjectStreamField containing a reflected Field.
ObjectStreamField(String, Class) - Constructor for class java.io.ObjectStreamField
Create a Serializable field with the specified type.
objFields - Variable in class java.io.ObjectStreamClass
 
obs - Variable in class java.util.Observable
 
Observable - class java.util.Observable.
This class represents an observable object, or "data" in the model-view paradigm.
Observable() - Constructor for class java.util.Observable
Construct an Observable with zero Observers
Observer - interface java.util.Observer.
A class can implement the Observer interface when it wants to be informed of changes in observable objects.
OCTOBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the tenth month of the year.
of(char) - Static method in class java.lang.Character.UnicodeBlock
Returns the object representing the Unicode block containing the given character, or null if the character is not a member of a defined block.
ofClass - Variable in class java.io.ObjectStreamClass
 
offscreenImage - Variable in class com.jjt.utbeg.SwathViewer
 
offset - Variable in class java.util.SubList
 
offset - Variable in class java.lang.String
The offset is the first index of the storage that is used.
OIS_ARGS - Static variable in class java.io.ObjectStreamClass
 
okToUseGui() - Method in interface java.beans.Visibility
This method instructs the bean that it is OK to use the Gui.
oldValue - Variable in class java.beans.PropertyChangeEvent
Previous value for property.
ONE_DAY - Static variable in class java.util.GregorianCalendar
 
ONE_DAY - Static variable in class java.util.TimeZone
 
ONE_HOUR - Static variable in class java.util.GregorianCalendar
 
ONE_HOUR - Static variable in class java.util.TimeZone
 
ONE_HOUR - Static variable in class java.util.TimeZoneData
 
ONE_MINUTE - Static variable in class java.util.GregorianCalendar
 
ONE_MINUTE - Static variable in class java.util.TimeZone
 
ONE_SECOND - Static variable in class java.util.GregorianCalendar
 
ONE_WEEK - Static variable in class java.util.GregorianCalendar
 
OOS_ARGS - Static variable in class java.io.ObjectStreamClass
 
OPAQUE - Static variable in interface java.awt.Transparency
Represents image data that is guaranteed to be completely opaque, meaning that all pixels have an alpha value of 1.0.
open(String) - Method in class java.io.FileInputStream
Opens the specified file for reading.
open(String) - Method in class java.io.FileOutputStream
Opens a file, with the specified name, for writing.
open(String, boolean) - Method in class java.io.RandomAccessFile
Opens a file and returns the file descriptor.
openAppend(String) - Method in class java.io.FileOutputStream
Opens a file, with the specified name, for appending.
OPENED - Static variable in class java.awt.Window
 
OPTICAL_CHARACTER_RECOGNITION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
OptionalDataException - exception java.io.OptionalDataException.
Unexpected data appeared in an ObjectInputStream trying to read an Object.
OptionalDataException(boolean) - Constructor for class java.io.OptionalDataException
 
OptionalDataException(int) - Constructor for class java.io.OptionalDataException
 
or(BitSet) - Method in class java.util.BitSet
Performs a logical OR of this bit set with the bit set argument.
orange - Static variable in class java.awt.Color
The color orange.
ordinaryChar(int) - Method in class java.io.StreamTokenizer
Specifies that the character argument is "ordinary" in this tokenizer.
ordinaryChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are "ordinary" in this tokenizer.
orientation - Variable in class java.awt.ComponentOrientation
 
orientation - Variable in class java.awt.ScrollPaneAdjustable
 
orientation - Variable in class java.awt.Scrollbar
The Scrollbar's orientation--being either horizontal or vertical.
ORIYA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
OTHER_LETTER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
OTHER_NUMBER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
OTHER_PUNCTUATION - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
OTHER_SYMBOL - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
ourEntry(boolean) - Method in class java.lang.ThreadLocal
Returns the calling thread's Entry for this ThreadLocal, creating a new one and putting it in the map if none exists.
out - Static variable in class java.io.FileDescriptor
A handle to the standard output stream.
out - Variable in class java.io.OutputStreamWriter
 
out - Variable in class java.io.ObjectOutputStream
 
out - Variable in class java.io.FilterOutputStream
The underlying output stream to be filtered.
out - Variable in class java.io.FilterWriter
The underlying character-output stream.
out - Variable in class java.io.PipedInputStream
The index of the position in the circular buffer at which the next byte of data will be read by this piped input stream.
out - Variable in class java.io.PipedReader
The index of the position in the circular buffer at which the next character of data will be read by this piped reader.
out - Variable in class java.io.PrintWriter
The underlying character-output stream of this PrintWriter.
out - Variable in class java.io.BufferedWriter
 
out - Static variable in class java.lang.System
The "standard" output stream.
outcode(double, double) - Method in class java.awt.Rectangle
Determines where the specified coordinates lie with respect to this Rectangle.
outData - Variable in class java.awt.TexturePaintContext.Int
 
outData - Variable in class java.awt.TexturePaintContext.Byte
 
outerInset - Variable in class com.jjt.utbeg.BorderPanel
 
outOff - Variable in class java.awt.TexturePaintContext.Int
 
outOff - Variable in class java.awt.TexturePaintContext.Byte
 
OutOfMemoryError - error java.lang.OutOfMemoryError.
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
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.
outputArray(Object) - Method in class java.io.ObjectOutputStream
Write an array out.
outputClass(Class) - Method in class java.io.ObjectOutputStream
 
outputClassDescriptor(ObjectStreamClass) - Method in class java.io.ObjectOutputStream
 
outputClassFields(Object, Class, ObjectStreamField[]) - Method in class java.io.ObjectOutputStream
 
outputObject(Object) - Method in class java.io.ObjectOutputStream
 
OutputStream - class java.io.OutputStream.
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - class java.io.OutputStreamWriter.
Write characters to an output stream, translating characters into bytes according to a specified character encoding.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, CharToByteConverter) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the specified character-to-byte converter.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.
outputString(String) - Method in class java.io.ObjectOutputStream
Write a string to the stream.
outRas - Variable in class java.awt.TexturePaintContext
 
outSpan - Variable in class java.awt.TexturePaintContext.Int
 
outSpan - Variable in class java.awt.TexturePaintContext.Byte
 
ownedInit(Window) - Method in class java.awt.Window
 
ownedWindowK - Static variable in class java.awt.Component
 
ownedWindowList - Variable in class java.awt.Window
A vector containing all the windows this window currently owns.
ownedWindows - Variable in class java.awt.Frame
 

P

p1 - Variable in class java.awt.GradientPaint
 
p2 - Variable in class java.awt.GradientPaint
 
pack() - Method in class java.awt.Window
Causes this Window to be sized to fit the preferred size and layouts of its subcomponents.
Package - class java.lang.Package.
Package objects contain version information about the implementation and specification of a Java package.
Package(String, Manifest, URL) - Constructor for class java.lang.Package
 
Package(String, String, String, String, String, String, String, URL) - Constructor for class java.lang.Package
Construct a package instance with the specified version information.
packageAccess - Static variable in class java.lang.SecurityManager
 
packageDefinition - Static variable in class java.lang.SecurityManager
 
packages - Variable in class java.lang.ClassLoader
 
packRules() - Method in class java.util.SimpleTimeZone
Pack the start and end rules into an array of bytes.
pageIncrement - Variable in class java.awt.Scrollbar
The amount by which the scrollbar value will change when going up or down by a page.
Paint - interface java.awt.Paint.
This Paint interface defines how color patterns can be generated for Graphics2D operations.
PAINT - Static variable in class java.awt.event.PaintEvent
The paint event type.
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.
paint(Graphics) - Method in class com.jjt.utbeg.BorderPanel
 
paint(Graphics) - Method in class com.jjt.utbeg.SwathViewer
Over-ridden Component-class method for drawing this Component on the screen.
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 java.awt.Canvas
This method is called to repaint this canvas.
paint(Graphics) - Method in class java.awt.LightweightPeer
 
paintAll(Graphics) - Method in class java.awt.Component
Paints this component and all of its subcomponents.
paintComponents(Graphics) - Method in class java.awt.Container
Paints each of the components in this container.
PaintContext - interface java.awt.PaintContext.
The PaintContext interface defines the encapsulated and optimized environment to generate color patterns in device space for fill or stroke operations on a Graphics2D.
PaintEvent - class java.awt.event.PaintEvent.
The component-level paint event.
PaintEvent(Component, int, Rectangle) - Constructor for class java.awt.event.PaintEvent
Constructs a PaintEvent object with the specified source component and type.
paintValue(Graphics, Rectangle) - Method in class java.beans.PropertyEditorSupport
Paint a representation of the value into a given area of screen real estate.
paintValue(Graphics, Rectangle) - Method in interface java.beans.PropertyEditor
Paint a representation of the value into a given area of screen real estate.
Panel - class java.awt.Panel.
Panel is the simplest container class.
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
Public data for enumerated Unicode general category types
ParameterDescriptor - class java.beans.ParameterDescriptor.
The ParameterDescriptor class allows bean implementors to provide additional information on each of their parameters, beyond the low level type information provided by the java.lang.reflect.Method class.
ParameterDescriptor() - Constructor for class java.beans.ParameterDescriptor
Public default constructor.
ParameterDescriptor(ParameterDescriptor) - Constructor for class java.beans.ParameterDescriptor
Package private dup constructor.
parameterDescriptors - Variable in class java.beans.MethodDescriptor
 
parameterDisplayPanel - Variable in class com.jjt.utbeg.SeismicDesignExerciseApplet
The panel for displaying (read-only) parameters that were set in previous exercises.
parameterInputPanel - Variable in class com.jjt.utbeg.SeismicDesignExerciseApplet
The panel where the human specifies parameters for this exercise.
parameters - Variable in class com.jjt.utbeg.SeismicDesignExerciseApplet
The saved parameter values for the current human user.
parameters - Variable in class com.jjt.utbeg.SwathViewer
 
ParameterValidator - class edu.utexas.beg.agi.servlet.ParameterValidator.
AGIServlet helper for validating parameter values from user input.
ParameterValidator() - Constructor for class edu.utexas.beg.agi.servlet.ParameterValidator
 
paramString() - Method in class java.awt.Component
Returns a string representing the state of this component.
paramString() - Method in class java.awt.Container
Returns the parameter string representing the state of this container.
paramString() - Method in class java.awt.Event
Returns the parameter string representing this event.
paramString() - Method in class java.awt.MenuComponent
Returns the parameter string representing the state of this menu component.
paramString() - Method in class java.awt.TextComponent
Returns the parameter string representing the state of this text component.
paramString() - Method in class java.awt.Checkbox
Returns the parameter string representing the state of this check box.
paramString() - Method in class java.awt.MenuShortcut
 
paramString() - Method in class java.awt.ScrollPane
 
paramString() - Method in class java.awt.ScrollPaneAdjustable
 
paramString() - Method in class java.awt.Scrollbar
Returns the parameter string representing the state of this scroll bar.
paramString() - Method in class java.awt.AWTEvent
Returns a string representing the state of this event.
paramString() - Method in class java.awt.Choice
Returns the parameter string representing the state of this choice menu.
paramString() - Method in class java.awt.MenuItem
Returns the parameter string representing the state of this menu item.
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.Frame
Returns the parameter String of this Frame.
paramString() - Method in class java.awt.Button
Returns the parameter string representing the state of this button.
paramString() - Method in class java.awt.TextField
Returns the parameter string representing the state of this text field.
paramString() - Method in class java.awt.Menu
Gets the parameter string representing the state of this menu.
paramString() - Method in class java.awt.Dialog
Returns the parameter string representing the state of this dialog window.
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.TextArea
Returns the parameter string representing the state of this text area.
paramString() - Method in class java.awt.List
Returns the parameter string representing the state of this scrolling list.
paramString() - Method in class java.awt.Label
Returns the parameter string representing the state of this label.
paramString() - Method in class java.awt.event.ComponentEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.ContainerEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.PaintEvent
 
paramString() - Method in class java.awt.event.TextEvent
Returns a parameter string identifying this text event.
paramString() - Method in class java.awt.event.KeyEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.MouseEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.InputMethodEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.WindowEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.AdjustmentEvent
 
paramString() - Method in class java.awt.event.FocusEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.InvocationEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.ItemEvent
Returns a parameter string identifying this item event.
paramString() - Method in class java.awt.event.ActionEvent
Returns a parameter string identifying this action event.
parent - Variable in class java.awt.Component
The parent of the object.
parent - Variable in class java.awt.MenuComponent
 
parent - Variable in class java.util.ResourceBundle
The parent bundle is consulted by getObject when this bundle does not contain a particular resource.
parent - Variable in class java.util.TreeMap.Entry
 
parent - Variable in class java.lang.ClassLoader
 
parent - Variable in class java.lang.ThreadGroup
 
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.
parentOf(TreeMap.Entry) - Static method in class java.util.TreeMap
 
parse(String) - Static method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.parse(String s).
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.
parseCustomTimeZone(String) - Static method in class java.util.TimeZone
Parse a custom time zone identifier and return a corresponding zone.
parseDouble(String) - Static method in class java.lang.Double
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
parseflags(int) - Method in class java.awt.ImageMediaEntry
 
parseFloat(String) - Static method in class java.lang.Float
Returns a new float initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
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.
parseNumbers() - Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed by this tokenizer.
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.
path - Variable in class java.awt.BasicStroke.FillAdapter
 
path - Variable in class java.io.File
This abstract pathname's normalized pathname string.
pathSeparator - Static variable in class java.io.File
The system-dependent path-separator character, represented as a string for convenience.
pathSeparatorChar - Static variable in class java.io.File
The system-dependent path-separator character.
PAUSE - Static variable in class java.awt.Event
The Pause key, a non-ASCII action key.
pData - Variable in class java.awt.Color
Private data.
pData - Variable in class java.awt.Font
 
pDispose() - Method in class java.awt.Font
 
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peek() - Method in class java.io.ObjectOutputStream.Stack
Looks at the object at the top of this stack without removing it from the stack.
peekc - Variable in class java.io.StreamTokenizer
 
peekCode() - Method in class java.io.ObjectInputStream
 
peekEvent() - Method in class java.awt.EventQueue
Return the first event without removing it.
peekEvent(int) - Method in class java.awt.EventQueue
Return the first event with the specified id, if any.
peer - Variable in class java.awt.Component
The peer of the component.
peer - Variable in class java.awt.MenuComponent
 
peer - Variable in class java.awt.Font
The platform specific font information.
PeerFixer - class java.awt.PeerFixer.
 
PeerFixer(ScrollPane) - Constructor for class java.awt.PeerFixer
 
peerFont - Variable in class java.awt.Component
The font which the peer is currently using.
permissions - Variable in class java.util.PropertyPermissionCollection
Table of permissions.
permissions - Variable in class java.io.FilePermissionCollection
 
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.
pinDayOfMonth() - Method in class java.util.GregorianCalendar
After adjustments such as add(MONTH), add(YEAR), we don't want the month to jump around.
pink - Static variable in class java.awt.Color
The color pink.
PIPE_SIZE - Static variable in class java.io.PipedInputStream
The size of the pipe's circular input buffer.
PIPE_SIZE - Static variable in class java.io.PipedReader
The size of the pipe's circular input buffer.
PipedInputStream - class java.io.PipedInputStream.
A piped input stream should be connected to a piped output stream; the piped input stream then provides whatever data bytes are written to the piped output stream.
PipedInputStream() - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is not yet connected.
PipedInputStream(PipedOutputStream) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is connected to the piped output stream src.
PipedOutputStream - class java.io.PipedOutputStream.
A piped output stream can be connected to a piped input stream to create a communications pipe.
PipedOutputStream() - Constructor for class java.io.PipedOutputStream
Creates a piped output stream that is not yet connected to a piped input stream.
PipedOutputStream(PipedInputStream) - Constructor for class java.io.PipedOutputStream
Creates a piped output stream connected to the specified piped input stream.
PipedReader - class java.io.PipedReader.
Piped character-input streams.
PipedReader() - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is not yet connected.
PipedReader(PipedWriter) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is connected to the piped writer src.
PipedWriter - class java.io.PipedWriter.
Piped character-output streams.
PipedWriter() - Constructor for class java.io.PipedWriter
Creates a piped writer that is not yet connected to a piped reader.
PipedWriter(PipedReader) - Constructor for class java.io.PipedWriter
Creates a piped writer connected to the specified piped reader.
pItems - Variable in class java.awt.Choice
The items for the Choice.
pkgName - Variable in class java.lang.Package
 
pkgs - Static variable in class java.lang.Package
 
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
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
pNativeFont - Variable in class java.awt.Font
 
Point - class java.awt.Point.
A point representing a location in (x, y) coordinate space, specified in integer precision.
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.
pointSize - Variable in class java.awt.Font
The point size of this Font in float.
poly - Variable in class java.awt.Polygon.PolygonPathIterator
 
Polygon - class java.awt.Polygon.
The Polygon class encapsulates a description of a closed, two-dimensional region within a coordinate space.
Polygon.PolygonPathIterator - class java.awt.Polygon.PolygonPathIterator.
 
Polygon.PolygonPathIterator(Polygon, Polygon, AffineTransform) - Constructor for class java.awt.Polygon.PolygonPathIterator
 
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.awt.EventQueue
Stop dispatching events using this EventQueue instance.
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.
pop() - Method in class java.io.ObjectOutputStream.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
populateSwath() - Method in class com.jjt.utbeg.SwathViewer
Fetches values for this viewer from the current values stored in the UserParameters Object.
PopupMenu - class java.awt.PopupMenu.
A class that implements a menu which can be dynamically popped up at a specified position within a component. As the inheritance hierarchy implies, a PopupMenu can be used anywhere a Menu can be used.
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.
popups - Variable in class java.awt.Component
 
popupTrigger - Variable in class java.awt.event.MouseEvent
A property used to indicate whether a Popup Menu should appear with a certain gestures.
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
pos - Variable in class java.io.BufferedInputStream
The current position in the buffer.
pos - Variable in class java.io.PushbackInputStream
The position within the pushback buffer from which the next byte will be read.
pos - Variable in class java.io.PushbackReader
Current position in buffer
pos - Variable in class java.io.StringBufferInputStream
Deprecated. The index of the next character to read from the input stream buffer.
pos - Variable in class java.io.CharArrayReader
Current buffer position
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(AWTEvent, boolean) - Method in class java.awt.EventQueue
 
postEvent(Event) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent).
postEvent(Event) - Method in class java.awt.MenuComponent
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent).
postEvent(Event) - Method in class java.awt.Window
Deprecated. As of JDK version 1.1 replaced by dispatchEvent(AWTEvent).
postEvent(Event) - Method in interface java.awt.MenuContainer
Deprecated. As of JDK version 1.1 replaced by dispatchEvent(AWTEvent).
postProcessKeyEvent(KeyEvent) - Method in class java.awt.Container
 
postProcessKeyEvent(KeyEvent) - Method in class java.awt.Window
 
postProcessKeyEvent(KeyEvent) - Method in class java.awt.Frame
 
postsOldMouseEvents() - Method in class java.awt.Component
 
postsOldMouseEvents() - Method in class java.awt.Container
 
postsOldMouseEvents() - Method in class java.awt.Canvas
 
postsOldMouseEvents() - Method in class java.awt.FileDialog
 
PostStep1Page - class edu.utexas.beg.agi.servlet.page.PostStep1Page.
 
PostStep1Page() - Constructor for class edu.utexas.beg.agi.servlet.page.PostStep1Page
 
PostStep2Page - class edu.utexas.beg.agi.servlet.page.PostStep2Page.
 
PostStep2Page() - Constructor for class edu.utexas.beg.agi.servlet.page.PostStep2Page
 
postWindowEvent(int) - 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
 
preferred - Variable in class java.beans.FeatureDescriptor
 
PREFERRED - Static variable in class java.awt.GraphicsConfigTemplate
Value used for "Enum" (Integer) type.
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.GridLayout
Determines the preferred size of the container argument using this grid layout.
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.
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.FlowLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
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.
preferredSize - Variable in class com.jjt.utbeg.SwathViewer
 
PREFERREDSIZE - Static variable in class java.awt.GridBagLayout
 
preferredSize() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize() - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize() - Method in class java.awt.LightweightPeer
 
preferredSize() - Method in class java.awt.TextField
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize() - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize(int) - Method in class java.awt.TextField
Deprecated. As of JDK version 1.1, replaced by getPreferredSize(int).
preferredSize(int) - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getPreferredSize(int).
preferredSize(int, int) - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by getPreferredSize(int, int).
prefixLength - Variable in class java.io.File
The length of this abstract pathname's prefix, or zero if it has no prefix.
prefixLength(String) - Method in class java.io.FileSystem
Compute the length of this pathname string's prefix.
prefSize - Variable in class java.awt.Component
Internal, cached size information (This field perhaps should have been transient).
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.
prepareImage(Image, int, int, ImageObserver) - Method in class java.awt.LightweightPeer
 
preProcessKeyEvent(KeyEvent) - Method in class java.awt.Container
 
preProcessKeyEvent(KeyEvent) - Method in class java.awt.Window
 
PRESENT - Static variable in class java.util.TreeSet
 
PRESENT - Static variable in class java.util.HashSet
 
previous - Variable in class java.util.LinkedList.Entry
 
previous() - Method in interface java.util.ListIterator
Returns the previous element in the list.
previous() - Method in class java.util.LinkedList.ListItr
 
previous() - Method in class java.util.AbstractList.ListItr
 
previous(Container) - Method in class java.awt.CardLayout
Flips to the previous card of the specified container.
previousIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
previousIndex() - Method in class java.util.LinkedList.ListItr
 
previousIndex() - Method in class java.util.AbstractList.ListItr
 
previousQueue - Variable in class java.awt.EventQueue
 
primBytes - Variable in class java.io.ObjectStreamClass
 
primitiveType(char) - Method in class java.beans.ObjectInputStreamWithLoader
Make a primitive array class
PRINT_SCREEN - Static variable in class java.awt.Event
The Print Screen key, a non-ASCII action key.
print(boolean) - Method in class java.io.PrintWriter
Print a boolean value.
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintWriter
Print a character.
print(char) - Method in class java.io.PrintStream
Print a character.
print(char[]) - Method in class java.io.PrintWriter
Print an array of characters.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
print(double) - Method in class java.io.PrintWriter
Print a double-precision floating-point number.
print(double) - Method in class java.io.PrintStream
Print a double-precision floating-point number.
print(float) - Method in class java.io.PrintWriter
Print a floating-point number.
print(float) - Method in class java.io.PrintStream
Print a floating-point number.
print(Graphics) - Method in class java.awt.Component
Prints this component.
print(Graphics) - Method in class java.awt.Container
Prints the container.
print(Graphics) - Method in class java.awt.LightweightPeer
 
print(int) - Method in class java.io.PrintWriter
Print an integer.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintWriter
Print a long integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(Object) - Method in class java.io.PrintWriter
Print an object.
print(Object) - Method in class java.io.PrintStream
Print an object.
print(String) - Method in class java.io.PrintWriter
Print a string.
print(String) - Method in class java.io.PrintStream
Print a string.
printAll(Graphics) - Method in class java.awt.Component
Prints this component and all of its subcomponents.
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.
PrintGraphics - interface java.awt.PrintGraphics.
An abstract class which provides a print graphics context for a page.
PrintJob - class java.awt.PrintJob.
An abstract class which initiates and executes a print job.
PrintJob() - Constructor for class java.awt.PrintJob
 
println() - Method in class java.io.PrintWriter
Terminate the current line by writing the line separator string.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintWriter
Print a boolean value and then terminate the line.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintWriter
Print a character and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(char[]) - Method in class java.io.PrintWriter
Print an array of characters and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(double) - Method in class java.io.PrintWriter
Print a double-precision floating-point number and then terminate the line.
println(double) - Method in class java.io.PrintStream
Print a double and then terminate the line.
println(float) - Method in class java.io.PrintWriter
Print a floating-point number and then terminate the line.
println(float) - Method in class java.io.PrintStream
Print a float and then terminate the line.
println(int) - Method in class java.io.PrintWriter
Print an integer and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintWriter
Print a long integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(Object) - Method in class java.io.PrintWriter
Print an Object and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
println(String) - Method in class java.io.PrintWriter
Print a String and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
printOneComponent(Graphics, Component) - Method in class java.awt.Container
 
printStackTrace() - Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
printStackTrace() - Method in class java.lang.ExceptionInInitializerError
Prints the stack trace of the exception that occurred.
printStackTrace() - Method in class java.lang.ClassNotFoundException
Prints the stack backtrace.
printStackTrace(PrintStream) - Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the specified print stream.
printStackTrace(PrintStream) - Method in class java.lang.ExceptionInInitializerError
Prints the stack trace of the exception that occurred to the specified print stream.
printStackTrace(PrintStream) - Method in class java.lang.ClassNotFoundException
Prints the stack 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.
printStackTrace(PrintWriter) - Method in class java.lang.ExceptionInInitializerError
Prints the stack trace of the exception that occurred to the specified print writer.
printStackTrace(PrintWriter) - Method in class java.lang.ClassNotFoundException
Prints the stack backtrace to the specified print writer.
printStackTrace0(Object) - Method in class java.lang.Throwable
 
PrintStream - class java.io.PrintStream.
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Create a new print stream.
PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
Create a new print stream.
PrintWriter - class java.io.PrintWriter.
Print formatted representations of objects to a text-output stream.
PrintWriter(OutputStream) - Constructor for class java.io.PrintWriter
Create a new PrintWriter, without automatic line flushing, from an existing OutputStream.
PrintWriter(OutputStream, boolean) - Constructor for class java.io.PrintWriter
Create a new PrintWriter from an existing OutputStream.
PrintWriter(Writer) - Constructor for class java.io.PrintWriter
Create a new PrintWriter, without automatic line flushing.
PrintWriter(Writer, boolean) - Constructor for class java.io.PrintWriter
Create a new PrintWriter.
priority - Variable in class java.io.ValidationCallback
 
priority - Variable in class java.lang.Thread
 
PRIVATE_USE - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
PRIVATE_USE_AREA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
privatekey - Variable in class java.awt.RenderingHints.Key
 
Process - class java.lang.Process.
The Runtime.exec methods create a native process and return an instance of a subclass of Process that can be used to control the process and obtain information about it.
Process() - Constructor for class java.lang.Process
 
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.Button
Processes action events occurring on this button 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.
processActionEvent(ActionEvent) - Method in class java.awt.List
Processes action events occurring on this component 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.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.MenuComponent
Processes events occurring on this menu component.
processEvent(AWTEvent) - Method in class java.awt.TextComponent
Processes events on this textcomponent.
processEvent(AWTEvent) - Method in class java.awt.Checkbox
Processes events on this check box.
processEvent(AWTEvent) - Method in class java.awt.Scrollbar
Processes events on this scroll bar.
processEvent(AWTEvent) - Method in class java.awt.Choice
Processes events on this choice.
processEvent(AWTEvent) - Method in class java.awt.Window
Processes events on this window.
processEvent(AWTEvent) - Method in class java.awt.MenuItem
Processes events on this menu item.
processEvent(AWTEvent) - Method in class java.awt.CheckboxMenuItem
Processes events on this check box menu item.
processEvent(AWTEvent) - Method in class java.awt.Button
Processes events on this button.
processEvent(AWTEvent) - Method in class java.awt.TextField
Processes events on this text field.
processEvent(AWTEvent) - Method in class java.awt.List
Processes events on this scrolling list.
processFocusEvent(FocusEvent) - Method in class java.awt.Component
Processes focus events occurring on this component by dispatching them to any registered FocusListener objects.
processFocusEvent(FocusEvent) - Method in class java.awt.LightweightDispatcher
 
processHTTPRequest(HttpServletRequest, HttpServletResponse) - Method in class edu.utexas.beg.agi.AGIServlet
Process an HTTP GET or POST request.
processInputMethodEvent(InputMethodEvent) - Method in class java.awt.Component
Processes input method events occurring on this component by dispatching them to any registered InputMethodListener objects.
processInputParameters(HttpServletRequest, UserParameters) - Method in class edu.utexas.beg.agi.AGIServlet
Sets any user input parameters attached to the request as values in the UserParameters Object which is attached to this Session.
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.Choice
Processes item events occurring on this Choice menu 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.List
Processes item events occurring on this list by dispatching them to any registered ItemListener objects.
processKeyEvent(KeyEvent) - Method in class java.awt.Component
Processes key events occurring on this component by dispatching them to any registered KeyListener objects.
processKeyEvent(KeyEvent) - Method in class java.awt.LightweightDispatcher
 
processMouseEvent(MouseEvent) - Method in class java.awt.Component
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
processMouseEvent(MouseEvent) - Method in class java.awt.LightweightDispatcher
This method attempts to distribute a mouse event to a lightweight component.
processMouseMotionEvent(MouseEvent) - Method in class java.awt.Component
Processes mouse motion events occurring on this component by dispatching them to any registered MouseMotionListener objects.
processQueue() - Method in class java.util.WeakHashMap
 
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.
propagationId - Variable in class java.beans.PropertyChangeEvent
Propagation ID.
properties - Variable in class java.beans.Introspector
 
properties - Variable in class java.beans.GenericBeanInfo
 
Properties - class java.util.Properties.
The Properties class represents a persistent set of properties.
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.
propertyChange(PropertyChangeEvent) - Method in class com.jjt.utbeg.Applet1
This method is public as an implementation side-effect.
propertyChange(PropertyChangeEvent) - Method in class com.jjt.utbeg.SwathViewer
This method is public as an implementation side-effect.
propertyChange(PropertyChangeEvent) - Method in interface java.beans.PropertyChangeListener
This method gets called when a bound property is changed.
PropertyChangeEvent - class java.beans.PropertyChangeEvent.
A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
PropertyChangeEvent(Object, String, Object, Object) - Constructor for class java.beans.PropertyChangeEvent
Constructs a new PropertyChangeEvent.
PropertyChangeListener - interface java.beans.PropertyChangeListener.
A "PropertyChange" event gets fired whenever a bean changes a "bound" property.
propertyChangeSource - Variable in class java.beans.Introspector
 
PropertyChangeSupport - class java.beans.PropertyChangeSupport.
This is a utility class that can be used by beans that support bound properties.
PropertyChangeSupport(Object) - Constructor for class java.beans.PropertyChangeSupport
Constructs a PropertyChangeSupport object.
propertyChangeSupportSerializedDataVersion - Variable in class java.beans.PropertyChangeSupport
Internal version number
PropertyDescriptor - class java.beans.PropertyDescriptor.
A PropertyDescriptor describes one property that a Java Bean exports via a pair of accessor methods.
PropertyDescriptor(PropertyDescriptor) - Constructor for class java.beans.PropertyDescriptor
 
PropertyDescriptor(PropertyDescriptor, PropertyDescriptor) - Constructor for class java.beans.PropertyDescriptor
 
PropertyDescriptor(String, Class) - Constructor for class java.beans.PropertyDescriptor
Constructs a PropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods.
PropertyDescriptor(String, Class, String, String) - Constructor for class java.beans.PropertyDescriptor
This constructor takes the name of a simple property, and method names for reading and writing the property.
PropertyDescriptor(String, Method, Method) - Constructor for class java.beans.PropertyDescriptor
This constructor takes the name of a simple property, and Method objects for reading and writing the property.
PropertyEditor - interface java.beans.PropertyEditor.
A PropertyEditor class provides support for GUIs that want to allow users to edit a property value of a given type.
propertyEditorClass - Variable in class java.beans.PropertyDescriptor
 
PropertyEditorManager - class java.beans.PropertyEditorManager.
The PropertyEditorManager can be used to locate a property editor for any given type name.
PropertyEditorManager() - Constructor for class java.beans.PropertyEditorManager
 
PropertyEditorSupport - class java.beans.PropertyEditorSupport.
This is a support class to help build property editors.
PropertyEditorSupport() - Constructor for class java.beans.PropertyEditorSupport
Constructor for use by derived PropertyEditor classes.
PropertyEditorSupport(Object) - Constructor for class java.beans.PropertyEditorSupport
Constructor for use when a PropertyEditor is delegating to us.
propertyName - Variable in class java.beans.PropertyChangeEvent
name of the property that changed.
PROPERTYNAME - Static variable in interface java.beans.DesignMode
the standard value of the propertyName as fired from a BeanContext or other source of PropertyChangeEvents.
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.
PropertyPermission - class java.util.PropertyPermission.
This class is for property permissions.
PropertyPermission(String, String) - Constructor for class java.util.PropertyPermission
Creates a new PropertyPermission object with the specified name.
PropertyPermissionCollection - class java.util.PropertyPermissionCollection.
A PropertyPermissionCollection stores a set of PropertyPermission permissions.
PropertyPermissionCollection() - Constructor for class java.util.PropertyPermissionCollection
Create an empty PropertyPermissions object.
PropertyResourceBundle - class java.util.PropertyResourceBundle.
PropertyResourceBundle is a concrete subclass of ResourceBundle that manages resources for a locale using a set of static strings from a property file.
PropertyResourceBundle(InputStream) - Constructor for class java.util.PropertyResourceBundle
Creates a property resource
propertyType - Variable in class java.beans.PropertyDescriptor
 
PropertyVetoException - exception java.beans.PropertyVetoException.
A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.
PropertyVetoException(String, PropertyChangeEvent) - Constructor for class java.beans.PropertyVetoException
Constructs a PropertyVetoException with a detailed message.
props - Static variable in class java.lang.System
System properties.
PROTOCOL_VERSION_1 - Static variable in interface java.io.ObjectStreamConstants
A Stream Protocol Version.
PROTOCOL_VERSION_2 - Static variable in interface java.io.ObjectStreamConstants
A Stream Protocol Version.
PROXY_EVENT_MASK - Static variable in class java.awt.LightweightDispatcher
The kind of events routed to lightweight components from windowed hosts.
proxyEnableEvents(long) - Method in class java.awt.Container
This is called by lightweight components that want the containing windowed parent to enable some kind of events on their behalf.
proxyRequestFocus(Component) - Method in class java.awt.Container
This is called by lightweight components that have requested focus.
push(EventQueue) - Method in class java.awt.EventQueue
Replace the existing EventQueue with the specified one.
push(Object) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
push(Object) - Method in class java.io.ObjectOutputStream.Stack
 
pushBack - Variable in class java.io.LineNumberInputStream
Deprecated.  
pushBack() - Method in class java.io.StreamTokenizer
Causes the next call to the nextToken method of this tokenizer to return the current value in the ttype field, and not to modify the value in the nval or sval field.
pushbackCode(byte) - Method in class java.io.ObjectInputStream
 
PushbackInputStream - class java.io.PushbackInputStream.
A PushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" one byte.
PushbackInputStream(InputStream) - Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream and saves its argument, the input stream in, for later use.
PushbackInputStream(InputStream, int) - Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream with a pushback buffer of the specified size, and saves its argument, the input stream in, for later use.
PushbackReader - class java.io.PushbackReader.
A character-stream reader that allows characters to be pushed back into the stream.
PushbackReader(Reader) - Constructor for class java.io.PushbackReader
Create a new pushback reader with a one-character pushback buffer.
PushbackReader(Reader, int) - Constructor for class java.io.PushbackReader
Create a new pushback reader with a pushback buffer of the given size.
pushedBack - Variable in class java.io.StreamTokenizer
 
put(Object, Object) - Method in class java.awt.RenderingHints
Maps the specified key to the specified value in this RenderingHints object.
put(Object, Object) - Method in class java.util.AbstractMap
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class java.util.WeakHashMap
Updates this map so that the given key maps to the given value.
put(Object, Object) - Method in class java.util.HashMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class java.util.Collections.UnmodifiableMap
 
put(Object, Object) - Method in class java.util.Collections.SynchronizedMap
 
put(Object, Object) - Method in interface java.util.Map
Associates the specified value with the specified key in this map (optional operation).
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.
put(Object, Object) - Method in class java.util.TreeMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class java.util.TreeMap.SubMap
 
put(String, boolean) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named boolean field into the persistent field.
put(String, boolean) - Method in class java.io.ObjectOutputStream.PutFieldImpl
Put the value of the named boolean field into the persistent field.
put(String, byte) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named byte field into the persistent fields.
put(String, byte) - Method in class java.io.ObjectOutputStream.PutFieldImpl
Put the value of the named byte field into the persistent fields.
put(String, char) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named char field into the persistent fields.
put(String, char) - Method in class java.io.ObjectOutputStream.PutFieldImpl
Put the value of the named char field into the persistent fields.
put(String, double) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named double field into the persistent field.
put(String, double) - Method in class java.io.ObjectOutputStream.PutFieldImpl
Put the value of the named double field into the persistent field.
put(String, float) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named float field into the persistent fields.
put(String, float) - Method in class java.io.ObjectOutputStream.PutFieldImpl
Put the value of the named float field into the persistent fields.
put(String, int) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named int field into the persistent fields.
put(String, int) - Method in class java.io.ObjectOutputStream.PutFieldImpl
Put the value of the named int field into the persistent fields.
put(String, long) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named long field into the persistent fields.
put(String, long) - Method in class java.io.ObjectOutputStream.PutFieldImpl
Put the value of the named long field into the persistent fields.
put(String, Object) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named Object field into the persistent field.
put(String, Object) - Method in class java.io.ObjectOutputStream.PutFieldImpl
Put the value of the named Object field into the persistent field.
put(String, short) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named short field into the persistent fields.
put(String, short) - Method in class java.io.ObjectOutputStream.PutFieldImpl
Put the value of the named short field into the persistent fields.
putAll(Map) - Method in class java.awt.RenderingHints
Copies all of the mappings from the specified Map to this RenderingHints.
putAll(Map) - Method in class java.util.AbstractMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class java.util.HashMap
Copies all of the mappings from the specified map to this one.
putAll(Map) - Method in class java.util.Collections.UnmodifiableMap
 
putAll(Map) - Method in class java.util.Collections.SynchronizedMap
 
putAll(Map) - Method in interface java.util.Map
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class java.util.Hashtable
Copies all of the mappings from the specified Map to this Hashtable These mappings will replace any mappings that this Hashtable had for any of the keys currently in the specified Map.
putAll(Map) - Method in class java.util.TreeMap
Copies all of the mappings from the specified map to this map.
putFields() - Method in class java.io.ObjectOutputStream
Retrieve the object used to buffer persistent fields to be written to the stream.

Q

queue - Variable in class java.awt.EventQueue
 
queue - Variable in class java.util.WeakHashMap
 
queueTail - Variable in class java.awt.EventQueue
 
quoRemIteration(FDBigInt) - Method in class java.lang.FDBigInt
 
quoteChar(int) - Method in class java.io.StreamTokenizer
Specifies that matching pairs of this character delimit string constants in this tokenizer.

R

r - Static variable in class java.util.Collections
 
radixTenTenths - Static variable in class java.lang.Integer
Array of chars to lookup the char for the digit in the tenth's place for a two digit, base ten number.
radixTenUnits - Static variable in class java.lang.Integer
Array of chars to lookup the char for the digit in the unit's place for a two digit, base ten number.
Random - class java.util.Random.
An instance of this class is used to generate a stream of pseudorandom numbers.
random() - Static method in class java.lang.Math
Returns a random number greater than or equal to 0.0 and less than 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: public Random(long seed) { setSeed(seed); } Used by method next to hold the state of the pseudorandom number generator.
RandomAccessFile - class java.io.RandomAccessFile.
Instances of this class support both reading and writing to a random access file.
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
randomNumberGenerator - Static variable in class java.lang.Math
 
rangeCheck(int) - Method in class java.util.SubList
 
RangeCheck(int) - Method in class java.util.ArrayList
Check if the given index is in range.
rangeCheck(int, int, int) - Static method in class java.util.Arrays
Check that fromIndex and toIndex are in range, and throw an appropriate exception if they aren't.
RasterizerCaps - Static variable in class java.awt.BasicStroke
 
RasterizerCorners - Static variable in class java.awt.BasicStroke
 
rawOffset - Variable in class java.util.SimpleTimeZone
The offset in milliseconds between this zone and GMT.
READ - Static variable in class java.util.PropertyPermission
Read action.
READ - Static variable in class java.io.FilePermission
Read action.
read() - Method in class java.io.Reader
Read a single character.
read() - Method in class java.io.InputStreamReader
Read a single character.
read() - Method in interface java.io.ObjectInput
Reads a byte of data.
read() - Method in class java.io.StreamTokenizer
Read the next character
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read() - Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read() - Method in class java.io.FilterInputStream
Reads the next byte of data from this input stream.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read() - Method in class java.io.BufferedInputStream
See the general contract of the read method of InputStream.
read() - Method in class java.io.PushbackInputStream
Reads the next byte of data from this input stream.
read() - Method in class java.io.FilterReader
Read a single character.
read() - Method in class java.io.PushbackReader
Read a single character.
read() - Method in class java.io.StringReader
Read a single character.
read() - Method in class java.io.PipedInputStream
Reads the next byte of data from this piped input stream.
read() - Method in class java.io.BufferedReader
Read a single character.
read() - Method in class java.io.LineNumberReader
Read a single character.
read() - Method in class java.io.PipedReader
Reads the next character of data from this piped stream.
read() - Method in class java.io.LineNumberInputStream
Deprecated. Reads the next byte of data from this input stream.
read() - Method in class java.io.SequenceInputStream
Reads the next byte of data from this input stream.
read() - Method in class java.io.RandomAccessFile
Reads a byte of data from this file.
read() - Method in class java.io.StringBufferInputStream
Deprecated. Reads the next byte of data from this input stream.
read() - Method in class java.io.ObjectInputStream
Reads a byte of data.
read() - Method in class java.io.CharArrayReader
Read a single character.
read(byte[]) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[]) - Method in class java.io.FileInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[]) - Method in class java.io.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[]) - Method in class java.io.DataInputStream
See the general contract of the read method of DataInput.
read(byte[]) - Method in class java.io.RandomAccessFile
Reads up to b.length bytes of data from this file into an array of bytes.
read(byte[], int, int) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FileInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read(byte[], int, int) - Method in class java.io.BufferedInputStream
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
read(byte[], int, int) - Method in class java.io.PushbackInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the read method of DataInput.
read(byte[], int, int) - Method in class java.io.PipedInputStream
Reads up to len bytes of data from this piped input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.LineNumberInputStream
Deprecated. Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.SequenceInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads up to len bytes of data from this file into an array of bytes.
read(byte[], int, int) - Method in class java.io.StringBufferInputStream
Deprecated. Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.ObjectInputStream
Reads into an array of bytes.
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.FilterReader
Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.PushbackReader
Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.StringReader
Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.BufferedReader
Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.LineNumberReader
Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.PipedReader
Reads up to len characters of data from this piped stream into an array of characters.
read(char[], int, int) - Method in class java.io.CharArrayReader
Read characters into a portion of an array.
read(ObjectInputStream) - Method in class java.io.ObjectStreamClass
 
read(ObjectInputStream) - Method in class java.io.ObjectInputStream.GetFieldImpl
Read the data and fields from the specified stream.
read1(byte[], int, int) - Method in class java.io.BufferedInputStream
Read characters into a portion of an array, reading from the underlying stream at most once if necessary.
read1(char[], int, int) - Method in class java.io.BufferedReader
Read characters into a portion of an array, reading from the underlying stream at most once if necessary.
readAheadLimit - Variable in class java.io.BufferedReader
 
readAppletParameterArray(String) - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
Utility method for reading Applet parameters that make up an array sequence.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class java.io.RandomAccessFile
Reads a boolean from this file.
readBoolean() - Method in class java.io.ObjectInputStream
Reads in a boolean.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class java.io.RandomAccessFile
Reads a signed eight-bit value from this file.
readByte() - Method in class java.io.ObjectInputStream
Reads an 8 bit byte.
readBytes(byte[], int, int) - Method in class java.io.FileInputStream
Reads a subarray as a sequence of bytes.
readBytes(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads a sub array as a sequence of bytes.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
readChar() - Method in class java.io.RandomAccessFile
Reads a Unicode character from this file.
readChar() - Method in class java.io.ObjectInputStream
Reads a 16 bit char.
readCode() - Method in class java.io.ObjectInputStream
 
readDouble() - Method in class java.io.DataInputStream
See the general contract of the readDouble method of DataInput.
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.RandomAccessFile
Reads a double from this file.
readDouble() - Method in class java.io.ObjectInputStream
Reads a 64 bit double.
reader - Variable in class java.io.StreamTokenizer
 
Reader - class java.io.Reader.
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
readExternal(ObjectInput) - Method in interface java.io.Externalizable
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readFields() - Method in class java.io.ObjectInputStream
Reads the persistent fields from the stream and makes them available by name.
readFloat() - Method in class java.io.DataInputStream
See the general contract of the readFloat method of DataInput.
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.RandomAccessFile
Reads a float from this file.
readFloat() - Method in class java.io.ObjectInputStream
Reads a 32 bit float.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[]) - Method in class java.io.RandomAccessFile
Reads b.length bytes from this file into the byte array, starting at the current file pointer.
readFully(byte[]) - Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads exactly len bytes from this file into the byte array, starting at the current file pointer.
readFully(byte[], int, int) - Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class java.io.RandomAccessFile
Reads a signed 32-bit integer from this file.
readInt() - Method in class java.io.ObjectInputStream
Reads a 32 bit int.
readJavaFormatString(String) - Static method in class java.lang.FloatingDecimal
 
readLine() - Method in class java.io.DataInputStream
Deprecated. This method does not properly convert bytes to characters. As of JDK 1.1, the preferred way to read lines of text is via the BufferedReader.readLine() method. Programs that use the DataInputStream class to read lines can be converted to use the BufferedReader class by replacing code of the form:
     DataInputStream d = new DataInputStream(in);
 
with:
     BufferedReader d
          = new BufferedReader(new InputStreamReader(in));
 
readLine() - Method in class java.io.BufferedReader
Read a line of text.
readLine() - Method in class java.io.LineNumberReader
Read a line of text.
readLine() - Method in interface java.io.DataInput
Reads the next line of text from the input stream.
readLine() - Method in class java.io.RandomAccessFile
Reads the next line of text from this file.
readLine() - Method in class java.io.ObjectInputStream
Deprecated. This method does not properly convert bytes to characters. see DataInputStream for the details and alternatives.
readLine(boolean) - Method in class java.io.BufferedReader
Read a line of text.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.RandomAccessFile
Reads a signed 64-bit integer from this file.
readLong() - Method in class java.io.ObjectInputStream
Reads a 64 bit long.
readMethod - Variable in class java.beans.PropertyDescriptor
 
readObject() - Method in interface java.io.ObjectInput
Read and return an object.
readObject() - Method in class java.io.ObjectInputStream
Read an object from the ObjectInputStream.
readObject(boolean) - Method in class java.io.ObjectInputStream
 
readObject(ObjectInputStream) - Method in class java.awt.Component
Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the components.
readObject(ObjectInputStream) - Method in class java.awt.Container
 
readObject(ObjectInputStream) - Method in class java.awt.MenuComponent
 
readObject(ObjectInputStream) - Method in class java.awt.MenuBar
Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the MenuBar.
readObject(ObjectInputStream) - Method in class java.awt.TextComponent
Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the TextComponent.
readObject(ObjectInputStream) - Method in class java.awt.Checkbox
 
readObject(ObjectInputStream) - Method in class java.awt.Scrollbar
Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Scrollbar.
readObject(ObjectInputStream) - Method in class java.awt.Choice
 
readObject(ObjectInputStream) - Method in class java.awt.Window
Read the default ObjectInputStream, a possibly null listener to receive item events fired by the Window, and a possibly null list of child Windows.
readObject(ObjectInputStream) - Method in class java.awt.MenuItem
Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Menu Item.
readObject(ObjectInputStream) - Method in class java.awt.CheckboxMenuItem
 
readObject(ObjectInputStream) - Method in class java.awt.Frame
Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Frame.
readObject(ObjectInputStream) - Method in class java.awt.Button
 
readObject(ObjectInputStream) - Method in class java.awt.TextField
Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the TextField.
readObject(ObjectInputStream) - Method in class java.awt.Menu
Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Menu.
readObject(ObjectInputStream) - Method in class java.awt.FileDialog
 
readObject(ObjectInputStream) - Method in class java.awt.List
Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the List.
readObject(ObjectInputStream) - Method in class java.awt.Font
Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Font.
readObject(ObjectInputStream) - Method in class java.awt.FlowLayout
Read this object out of a serialization stream, handling objects written by older versions of the class that didn't contain all of the fields we use now..
readObject(ObjectInputStream) - Method in class java.util.PropertyPermission
readObject is called to restore the state of the PropertyPermission from a stream.
readObject(ObjectInputStream) - Method in class java.util.HashMap
Reconstitute the HashMap instance from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.Calendar
Reconstitute this object from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.TreeSet
Reconstitute the TreeSet instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.util.LinkedList
Reconstitute this LinkedList instance from a stream (that is deserialize it).
readObject(ObjectInputStream) - Method in class java.util.SimpleTimeZone
Reconstitute this object from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.BitSet
This override of readObject makes sure unitsInUse is set properly when deserializing a bitset
readObject(ObjectInputStream) - Method in class java.util.Hashtable
Reconstitute the Hashtable from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.Locale
 
readObject(ObjectInputStream) - Method in class java.util.Date
Reconstitute this object from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.HashSet
Reconstitute the HashSet instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.util.TreeMap
Reconstitute the TreeMap instance from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.ArrayList
Reconstitute the ArrayList instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.io.FilePermission
readObject is called to restore the state of the FilePermission from a stream.
readObject(ObjectInputStream) - Method in class java.io.File
readObject is called to restore this filename.
readObject(ObjectInputStream) - Method in class java.beans.VetoableChangeSupport
 
readObject(ObjectInputStream) - Method in class java.beans.PropertyChangeSupport
 
readObject(ObjectInputStream) - Method in class java.lang.StringBuffer
readObject is called to restore the state of the StringBuffer from a stream.
readObjectArglist - Variable in class java.io.ObjectInputStream
 
readObjectMethod - Variable in class java.io.ObjectStreamClass
 
readObjectOverride() - Method in class java.io.ObjectInputStream
This method is called by trusted subclasses of ObjectOutputStream that constructed ObjectOutputStream using the protected no-arg constructor.
readResolveMethod - Variable in class java.io.ObjectStreamClass
 
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class java.io.RandomAccessFile
Reads a signed 16-bit number from this file.
readShort() - Method in class java.io.ObjectInputStream
Reads a 16 bit short.
readSide - Variable in class java.io.PipedInputStream
 
readSide - Variable in class java.io.PipedReader
 
readStreamHeader() - Method in class java.io.ObjectInputStream
The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers.
readTreeSet(int, ObjectInputStream, Object) - Method in class java.util.TreeMap
Intended to be called only from TreeSet.readObject
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedByte() - Method in class java.io.RandomAccessFile
Reads an unsigned eight-bit number from this file.
readUnsignedByte() - Method in class java.io.ObjectInputStream
Reads an unsigned 8 bit byte.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.RandomAccessFile
Reads an unsigned 16-bit number from this file.
readUnsignedShort() - Method in class java.io.ObjectInputStream
Reads an unsigned 16 bit short.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.RandomAccessFile
Reads in a string from this file.
readUTF() - Method in class java.io.ObjectInputStream
Reads a UTF format String.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.FilterReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.PushbackReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.StringReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.BufferedReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.PipedReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.CharArrayReader
Tell whether this stream is ready to be read.
reallyRepaint() - Method in class com.jjt.utbeg.SwathViewer
Resets the offscreen image cache and repaint()s.
recalculateUnitsInUse() - Method in class java.util.BitSet
Set the field unitsInUse with the logical size in units of the bit set.
receive(byte[], int, int) - Method in class java.io.PipedInputStream
Receives data into an array of bytes.
receive(char[], int, int) - Method in class java.io.PipedReader
Receives data into an array of characters.
receive(int) - Method in class java.io.PipedInputStream
Receives a byte of data.
receive(int) - Method in class java.io.PipedReader
Receives a char of data.
receivedLast() - Method in class java.io.PipedInputStream
Notifies all waiting threads that the last byte of data has been received.
receivedLast() - Method in class java.io.PipedReader
Notifies all waiting threads that the last character of data has been received.
RECEIVER_LINE_SPACING - Static variable in class com.jjt.utbeg.UserParameters
 
RECEIVER_STATION_SPACING - Static variable in class com.jjt.utbeg.UserParameters
 
receiverColor - Variable in class com.jjt.utbeg.SwathViewer
 
receiverLineSpacing - Variable in class com.jjt.utbeg.SwathViewer
 
receiverLineSpacingSpinner - Variable in class com.jjt.utbeg.Applet1
 
receiverStationSpacing - Variable in class com.jjt.utbeg.SwathViewer
 
receiverStationSpacingSpinner - Variable in class com.jjt.utbeg.Applet1
 
recordIdentity(RenderingHints.Key) - Static method in class java.awt.RenderingHints.Key
 
Rectangle - class java.awt.Rectangle.
A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-left point (xy) in the coordinate space, its width, and its height.
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 both 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 both 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.
recursionDepth - Variable in class java.io.ObjectOutputStream
 
recursionDepth - Variable in class java.io.ObjectInputStream
 
recursive - Variable in class java.io.FilePermission
 
RECURSIVE - Static variable in class java.io.FilePermission
 
red - Static variable in class java.awt.Color
The color red.
RED - Static variable in class java.util.TreeMap
 
REFERENCE_SWATH_SIZE - Static variable in class com.jjt.utbeg.UserParameters
 
referenceLineColor - Variable in class com.jjt.utbeg.SwathViewer
 
referenceLineLength - Variable in class com.jjt.utbeg.SwathViewer
 
refill() - Method in class java.io.ObjectInputStream
 
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.
registerEditor(Class, Class) - Static method in class java.beans.PropertyEditorManager
Register an editor class to be used to editor values of a given target class.
registerNatives() - Static method in class java.lang.Object
 
registerNatives() - Static method in class java.lang.Thread
 
registerNatives() - Static method in class java.lang.Class
 
registerNatives() - Static method in class java.lang.Compiler
 
registerNatives() - Static method in class java.lang.System
 
registerValidation(ObjectInputValidation, int) - Method in class java.io.ObjectInputStream
Register an object to be validated before the graph is returned.
registry - Static variable in class java.beans.PropertyEditorManager
 
rehash() - Method in class java.util.HashMap
Rehashes the contents of this map into a new HashMap instance with a larger capacity.
rehash() - Method in class java.util.Hashtable
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
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).
REMAINDER - Static variable in class java.awt.GridBagConstraints
Specify that this component is the last component in its column or row.
remove() - Method in class java.util.HashMap.HashIterator
 
remove() - Method in interface java.util.ListIterator
Removes from the list the last element that was returned by next or previous (optional operation).
remove() - Method in class java.util.LinkedList.ListItr
 
remove() - Method in interface java.util.Iterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class java.util.Hashtable.Enumerator
 
remove() - Method in class java.util.TreeMap.Iterator
 
remove() - Method in class java.util.AbstractList.Itr
 
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(AWTEventListener, AWTEventListener) - Static method in class java.awt.Toolkit.ToolkitEventMulticaster
 
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(EventListener) - Method in class java.awt.Toolkit.ToolkitEventMulticaster
 
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(InputMethodListener, InputMethodListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old input-method-listener from input-method-listener-l and returns the resulting multicast listener.
remove(int) - Method in class java.awt.Container
Removes the component, specified by index, from this container.
remove(int) - Method in class java.awt.MenuBar
Removes the menu located at the specified index from this menu bar.
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.Menu
Removes the menu item at the specified index from this menu.
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.util.AbstractList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class java.util.AbstractSequentialList
Removes the element at the specified position in this list.
remove(int) - Method in class java.util.Collections.UnmodifiableList
 
remove(int) - Method in class java.util.Collections.SynchronizedList
 
remove(int) - Method in class java.util.Vector
Removes the element at the specified position in this Vector.
remove(int) - Method in class java.util.LinkedList
Removes the element at the specified position in this list.
remove(int) - Method in interface java.util.List
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class java.util.ArrayList
Removes the element at the specified position in this list.
remove(int) - Method in class java.util.SubList
 
remove(ItemListener, ItemListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old item-listener from item-listener-l and returns the resulting multicast listener.
remove(KeyListener, KeyListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old key-listener from key-listener-l and returns the resulting multicast listener.
remove(LinkedList.Entry) - Method in class java.util.LinkedList
 
remove(MenuComponent) - Method in class java.awt.Component
Removes the specified popup menu from the component.
remove(MenuComponent) - Method in class java.awt.MenuBar
Removes the specified menu component from this menu bar.
remove(MenuComponent) - Method in class java.awt.Frame
Removes the specified menu bar from this frame.
remove(MenuComponent) - Method in interface java.awt.MenuContainer
 
remove(MenuComponent) - Method in class java.awt.Menu
Removes the specified menu item from this menu.
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.awt.RenderingHints
Removes the key and its corresponding value from this RenderingHints object.
remove(Object) - Method in class java.util.AbstractMap
Removes the mapping for this key from this map if present (optional operation).
remove(Object) - Method in class java.util.WeakHashMap
Removes the mapping for the given key from this map, if present.
remove(Object) - Method in class java.util.AbstractCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class java.util.WeakHashMap.EntrySet
 
remove(Object) - Method in interface java.util.Set
Removes the specified element from this set if it is present (optional operation).
remove(Object) - Method in class java.util.HashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class java.util.Collections.UnmodifiableCollection
 
remove(Object) - Method in class java.util.Collections.UnmodifiableMap
 
remove(Object) - Method in class java.util.Collections.SynchronizedCollection
 
remove(Object) - Method in class java.util.Collections.SynchronizedMap
 
remove(Object) - Method in class java.util.TreeSet
Removes the given element from this set if it is present.
remove(Object) - Method in interface java.util.Map
Removes the mapping for this key from this map if present (optional operation).
remove(Object) - Method in class java.util.Vector
Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
remove(Object) - Method in class java.util.LinkedList
Removes the first occurrence of the specified element in this list.
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(Object) - Method in class java.util.Hashtable.KeySet
 
remove(Object) - Method in class java.util.Hashtable.EntrySet
 
remove(Object) - Method in interface java.util.Collection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class java.util.HashSet
Removes the given element from this set if it is present.
remove(Object) - Method in interface java.util.List
Removes the first occurrence in this list of the specified element (optional operation).
remove(Object) - Method in class java.util.TreeMap
Removes the mapping for this key from this TreeMap if present.
remove(Object) - Method in class java.util.TreeMap.SubMap.EntrySetView
 
remove(String) - Method in class java.awt.Choice
Remove the first occurrence of item from the Choice menu.
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(Thread) - Method in class java.lang.ThreadGroup
Removes the specified Thread from this group.
remove(ThreadGroup) - Method in class java.lang.ThreadGroup
Removes the specified Thread group from this group.
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.MenuItem
Removes the specified action listener so it no longer receives action events from this menu item.
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.TextField
Removes the specified action listener so that it no longer receives action events from this text field.
removeActionListener(ActionListener) - Method in class java.awt.List
Removes the specified action listener so that it no longer receives action events from this list.
removeAdjustmentListener(AdjustmentListener) - Method in interface java.awt.Adjustable
Removes an adjustment listener.
removeAdjustmentListener(AdjustmentListener) - Method in class java.awt.ScrollPaneAdjustable
Removes the specified adjustment listener so that it no longer receives adjustment events from this button.
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.Container
Removes all the components from this container.
removeAll() - Method in class java.awt.Choice
Removes all items from the choice menu.
removeAll() - Method in class java.awt.Menu
Removes all items from this menu.
removeAll() - Method in class java.awt.List
Removes all items from this list.
removeAll(Collection) - Method in class java.util.AbstractCollection
Removes from this collection all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in interface java.util.Set
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in class java.util.Collections.UnmodifiableCollection
 
removeAll(Collection) - Method in class java.util.Collections.SynchronizedCollection
 
removeAll(Collection) - Method in class java.util.Vector
Removes from this Vector all of its elements that are contained in the specified Collection.
removeAll(Collection) - Method in interface java.util.Collection
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection) - Method in interface java.util.List
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero. This method is identical in functionality to the clear method (which is part of the List interface).
removeAWTEventListener(AWTEventListener) - Method in class java.awt.Toolkit
Removes an AWTEventListener from receiving dispatched AWTEvents.
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.
removeElement(Object) - Method in class java.util.Vector
Removes the first (lowest-indexed) occurrence of the argument from this vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeFirst() - Method in class java.util.LinkedList
Removes and returns the first element from this list.
removeFocusListener(FocusListener) - Method in class java.awt.Component
Removes the specified focus listener so that it no longer receives focus events from this component.
removeFromFrameList() - Method in class java.awt.Frame
 
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.
removeInputMethodListener(InputMethodListener) - Method in class java.awt.Component
Removes the specified input method listener so that it no longer receives input method events from this component.
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.Choice
Removes the specified item listener so that it no longer receives item events from this Choice menu.
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.List
Removes the specified item listener so that it no longer receives item events from this list.
removeItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
Removes an item listener.
removeKeyListener(KeyListener) - Method in class java.awt.Component
Removes the specified key listener so that it no longer receives key events from this component.
removeLast() - Method in class java.util.LinkedList
Removes and returns the last element from this list.
removeLayoutComponent(Component) - Method in class java.awt.CardLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class java.awt.GridLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in interface java.awt.LayoutManager
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.FlowLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class java.awt.BorderLayout
Removes the specified component from this border layout.
removeMethod - Variable in class java.beans.EventSetDescriptor
 
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.
removeNoInvalidate(int) - Method in class java.awt.Choice
Removes an item from the Choice at the specified position, but does not invalidate the Choice.
removeNotify() - Method in class java.awt.Component
Makes this Component undisplayable by destroying it native screen resource.
removeNotify() - Method in class java.awt.Container
Makes this Container undisplayable by removing its connection to its native screen resource.
removeNotify() - Method in class java.awt.MenuComponent
Removes the menu component's peer.
removeNotify() - Method in class java.awt.MenuBar
Removes the menu bar's peer.
removeNotify() - Method in class java.awt.TextComponent
Removes the TextComponent's peer.
removeNotify() - Method in class java.awt.Frame
Makes this Frame undisplayable by removing its connection to its native screen resource.
removeNotify() - Method in class java.awt.Menu
Removes the menu's peer.
removeNotify() - Method in class java.awt.List
Removes the peer for this list.
removeOwnedWindow(WeakReference) - Method in class java.awt.Window
 
removePrivateAndSort(Member[]) - Static method in class java.io.ObjectStreamClass.MethodSignature
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.jjt.utbeg.UserParameters
Unregisters a listener for this object.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyEditorSupport
Remove a listener for the PropertyChange event.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in interface java.beans.PropertyEditor
Remove a listener for the PropertyChange event.
removePropertyChangeListener(PropertyChangeListener) - Method in interface java.beans.Customizer
Remove a listener for the PropertyChange event.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Component
Remove a PropertyChangeListener for a specific property.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Toolkit
remove the specified property change listener for the named desktop property If pcl is null, no exception is thrown and no action is performed.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
Remove a PropertyChangeListener for a specific property.
removeRange(int, int) - Method in class java.util.AbstractList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.Vector
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.ArrayList
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.SubList
 
removeReferences() - Method in class java.awt.Component.NativeInLightFixer
Remove references to this object so it can be garbage collected.
removeSourceEvents(Object) - Method in class java.awt.EventQueue
 
removeSourceEvents(Object, int) - Method in class java.awt.EventQueue
 
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 If l is null, no exception is thrown and no action is performed.
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
Remove a VetoableChangeListener for a specific property.
removeVetoableChangeListener(VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
Remove a VetoableChangeListener from the listener list.
removeWindowListener(WindowListener) - Method in class java.awt.Window
Removes the specified window listener so that it no longer receives window events from this window.
rename(File, File) - Method in class java.io.FileSystem
Rename the file or directory denoted by the first abstract pathname to the second abstract pathname, returning true if and only if the operation succeeds.
renameTo(File) - Method in class java.io.File
Renames the file denoted by this abstract pathname.
RenderingHints - class java.awt.RenderingHints.
The RenderingHints class contains rendering hints that can be used by the Graphics2D class, and classes that implement BufferedImageOp and Raster.
RenderingHints.Key - class java.awt.RenderingHints.Key.
Defines the base type of all keys used to control various aspects of the rendering and imaging pipelines.
RenderingHints.Key(int) - Constructor for class java.awt.RenderingHints.Key
Construct a key using the indicated private key.
RenderingHints(Map) - Constructor for class java.awt.RenderingHints
Constructs a new object with keys and values initialized from the specified Map object (which may be null).
RenderingHints(RenderingHints.Key, Object) - Constructor for class java.awt.RenderingHints
Constructs a new object with the specified key/value pair.
repaint() - Method in class java.awt.Component
Repaints this component.
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.
repaint(long, int, int, int, int) - Method in class java.awt.LightweightPeer
 
replace(char, char) - Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replace(int, int, String) - Method in class java.lang.StringBuffer
Replaces the characters in a substring of this StringBuffer with characters in the specified String.
REPLACEABLE - Static variable in class java.io.ObjectOutputStream
 
replaceItem(String, int) - Method in class java.awt.List
Replaces the item at the specified index in the scrolling list with the new string.
replaceObject(Object) - Method in class java.io.ObjectOutputStream
This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
replaceObjects - Variable in class java.io.ObjectOutputStream
 
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
Deprecated. As of JDK version 1.1, replaced by replaceRange(String, int, int).
requestFocus() - Method in class java.awt.Component
Requests that this component get the input focus.
requestFocus() - Method in class java.awt.LightweightPeer
 
REQUIRED - Static variable in class java.awt.GraphicsConfigTemplate
Value used for "Enum" (Integer) type.
rescale(Dimension) - Method in class com.jjt.utbeg.SwathViewer
Sets the pixel-to-feet scale based on the given pixel size.
RESERVED_ID_MAX - Static variable in class java.awt.AWTEvent
The maximum value for reserved AWT event IDs.
reset() - Method in class java.io.Reader
Reset the stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.FilterInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.ObjectOutputStream
Reset will disregard the state of any objects already written to the stream.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.BufferedInputStream
See the general contract of the reset method of InputStream.
reset() - Method in class java.io.FilterReader
Reset the stream.
reset() - Method in class java.io.PushbackReader
Reset the stream.
reset() - Method in class java.io.StringReader
Reset the stream to the most recent mark, or to the beginning of the string if it has never been marked.
reset() - Method in class java.io.BufferedReader
Reset the stream to the most recent mark.
reset() - Method in class java.io.LineNumberReader
Reset the stream to the most recent mark.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the ouput stream is discarded.
reset() - Method in class java.io.LineNumberInputStream
Deprecated. Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.CharArrayWriter
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset() - Method in class java.io.StringBufferInputStream
Deprecated. Resets the input stream to begin reading from the first character of this input stream's underlying buffer.
reset() - Method in class java.io.CharArrayReader
Reset the stream to the most recent mark, or to the beginning if it has never been marked.
resetStream() - Method in class java.io.ObjectOutputStream
 
resetStream() - Method in class java.io.ObjectInputStream
 
resetSyntax() - Method in class java.io.StreamTokenizer
Resets this tokenizer's syntax table so that all characters are "ordinary." See the ordinaryChar method for more information on a character being ordinary.
reshape(int, int, int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setBounds(int, int, int, int).
reshape(int, int, int, int) - Method in class java.awt.LightweightPeer
 
reshape(int, int, int, int) - Method in class java.awt.Rectangle
Deprecated. As of JDK version 1.1, replaced by setBounds(int, int, int, int).
resizable - Variable in class java.awt.Frame
This field indicates whether the the frame is resizable This property can be changed at any time.
resizable - Variable in class java.awt.Dialog
A dialogs resizable property.
resize(Dimension) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setSize(Dimension).
resize(Dimension) - Method in class java.applet.Applet
Requests that this applet be resized.
resize(int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setSize(int, int).
resize(int, int) - Method in class java.awt.Rectangle
Deprecated. As of JDK version 1.1, replaced by setSize(int, int).
resize(int, int) - Method in class java.applet.Applet
Requests that this applet be resized.
resolve(File) - Method in class java.io.FileSystem
Resolve the given abstract pathname into absolute form.
resolve(String, String) - Method in class java.io.FileSystem
Resolve the child pathname string against the parent.
resolveClass(Class) - Method in class java.lang.ClassLoader
Links the specified class.
resolveClass(ObjectStreamClass) - Method in class java.io.ObjectInputStream
Load the local class equivalent of the specified stream class description.
resolveClass(ObjectStreamClass) - Method in class java.beans.ObjectInputStreamWithLoader
Use the given ClassLoader rather than using the system class
resolveClass0(Class) - Method in class java.lang.ClassLoader
 
resolveName(String) - Method in class java.lang.Class
Add a package name prefix if the name is not absolute Remove leading "/" if name is absolute
resolveObject(Object) - Method in class java.io.ObjectInputStream
This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
ResourceBundle - class java.util.ResourceBundle.
Resource bundles contain locale-specific objects.
ResourceBundle() - Constructor for class java.util.ResourceBundle
Sole constructor.
resources - Static variable in class java.awt.Toolkit
Support for I18N: any visible strings should be stored in java.awt.resources.awt.properties.
resume() - Method in class java.lang.Thread
Deprecated. This method exists solely for use with Thread.suspend(), which has been deprecated because it is deadlock-prone. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
resume() - Method in class java.lang.ThreadGroup
Deprecated. This method is used solely in conjunction with Thread.suspend and ThreadGroup.suspend, both of which have been deprecated, as they are inherently deadlock-prone. See Thread.suspend() for details.
resume0() - Method in class java.lang.Thread
 
retainAll(Collection) - Method in class java.util.AbstractCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in interface java.util.Set
Retains only the elements in this set that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class java.util.Collections.UnmodifiableCollection
 
retainAll(Collection) - Method in class java.util.Collections.SynchronizedCollection
 
retainAll(Collection) - Method in class java.util.Vector
Retains only the elements in this Vector that are contained in the specified Collection.
retainAll(Collection) - Method in interface java.util.Collection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in interface java.util.List
Retains only the elements in this list that are contained in the specified collection (optional operation).
retargetMouseEvent(Component, int, MouseEvent) - Method in class java.awt.LightweightDispatcher
Sends a mouse event to the current mouse event recipient using the given event (sent to the windowed host) as a srcEvent.
retTokens - Variable in class java.util.StringTokenizer
 
returnErrorPage(String, String, HttpServletRequest, HttpServletResponse) - Method in class edu.utexas.beg.agi.AGIServlet
Generic routine for reporting errors to the client browser when something goes wrong.
returnLoginPage(HttpServletRequest, HttpServletResponse) - Method in class edu.utexas.beg.agi.AGIServlet
Writes the user login page to the client browser.
REVERSE_ORDER - Static variable in class java.util.Collections
 
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
reverse(List) - Static method in class java.util.Collections
Reverses the order of the elements in the specified list. This method runs in linear time.
reverseOrder() - Static method in class java.util.Collections
Returns a comparator that imposes the reverse of the natural ordering on a collection of objects that implement the Comparable interface.
RGBtoHSB(int, int, int, float[]) - Static method in class java.awt.Color
Converts the components of a color, as specified by the default RGB model, to an equivalent set of values for hue, saturation, and brightness, the three components of the HSB model.
right - Variable in class java.awt.Insets
The inset from the right.
right - Variable in class java.util.TreeMap.Entry
 
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 - 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.
RIGHT_TO_LEFT - Static variable in class java.awt.ComponentOrientation
Items run right to left and lines flow top to bottom Examples: Arabic, Hebrew.
rightOf(TreeMap.Entry) - Static method in class java.util.TreeMap
 
rint(double) - Static method in class java.lang.Math
returns the closest integer to the argument.
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.
roll(int, int) - Method in class java.util.Calendar
Time Field Rolling function.
roll(int, int) - Method in class java.util.GregorianCalendar
Roll a field by a signed amount.
ROMAN_BASELINE - Static variable in class java.awt.Font
The baseline used in most Roman scripts when laying out text
root - Variable in class java.util.TreeMap
 
rootFilePath - Variable in class edu.utexas.beg.agi.servlet.DynamicHTMLPage
The root of all file paths, i.e.
rootGroup - Static variable in class java.lang.SecurityManager
reference to the root thread group, used for the checkAccess methods.
rotate(double) - Method in class java.awt.Graphics2D
Concatenates the current Graphics2D Transform with a rotation transform.
rotate(double, double, double) - Method in class java.awt.Graphics2D
Concatenates the current Graphics2D Transform with a translated rotation transform.
rotateLeft(TreeMap.Entry) - Method in class java.util.TreeMap
From CLR
rotateRight(TreeMap.Entry) - Method in class java.util.TreeMap
From CLR
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.
roundDir - Variable in class java.lang.FloatingDecimal
 
roundup() - Method in class java.lang.FloatingDecimal
 
rowHeights - Variable in class java.awt.GridBagLayout
This field holds the overrides to the row minimum heights.
rowincx - Variable in class java.awt.TexturePaintContext
 
rowincxerr - Variable in class java.awt.TexturePaintContext
 
rowincy - Variable in class java.awt.TexturePaintContext
 
rowincyerr - Variable in class java.awt.TexturePaintContext
 
rows - Variable in class java.awt.GridLayout
This is the number of rows specified for the grid.
rows - Variable in class java.awt.TextArea
The number of rows in the TextArea.
rows - Variable in class java.awt.List
This field will represent the number of rows in the List Component.
rowWeights - Variable in class java.awt.GridBagLayout
This field holds the overrides to the row weights.
rule - Variable in class java.awt.AlphaComposite
 
rule - Variable in class java.awt.AlphaCompositeContext
 
run() - Method in class java.awt.EventDispatchThread
 
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.
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.
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.
runFinalization0() - Static method in class java.lang.Runtime
 
runFinalizersOnExit(boolean) - Static method in class java.lang.Runtime
Deprecated. This method is inherently unsafe. It may result in finalizers being called on live objects while other threads are concurrently manipulating those objects, resulting in erratic behavior or deadlock.
runFinalizersOnExit(boolean) - Static method in class java.lang.System
Deprecated. This method is inherently unsafe. It may result in finalizers being called on live objects while other threads are concurrently manipulating those objects, resulting in erratic behavior or deadlock.
runFinalizersOnExit0(boolean) - Static method in class java.lang.Runtime
 
runnable - Variable in class java.awt.event.InvocationEvent
The Runnable whose run() method will be called.
Runnable - interface java.lang.Runnable.
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
Runtime - class java.lang.Runtime.
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
Runtime() - Constructor for class java.lang.Runtime
Don't let anyone else instantiate this class
RuntimeException - exception java.lang.RuntimeException.
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
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.
RuntimePermission - class java.lang.RuntimePermission.
This class is for runtime permissions.
RuntimePermission(String) - Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission with the specified name.
RuntimePermission(String, String) - Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission object with the specified name.

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
Deprecated. replaced by Cursor.S_RESIZE_CURSOR.
SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
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_FILE - Static variable in class java.awt.Event
A file saving event.
save(ObjectOutputStream, String, EventListener) - Static method in class java.awt.AWTEventMulticaster
 
save(OutputStream, String) - Method in class java.util.Properties
Deprecated. This method does not throw an IOException if an I/O error occurs while saving the property list. As of JDK 1.2, the preferred way to save a properties list is via the store(OutputStream out, String header) method.
saveConvert(String) - Method in class java.util.Properties
 
saved - Variable in class java.awt.GradientPaintContext
 
savedTile - Variable in class java.awt.ColorPaintContext
 
saveInputs() - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
Submits the parameters in this Applet to the server, by making an HTTP request to the AGIServlet.
saveInputsButton - Variable in class com.jjt.utbeg.Applet1
 
saveInternal(ObjectOutputStream, String) - Method in class java.awt.AWTEventMulticaster
 
SC_BLOCK_DATA - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObejctStreamClass flag.
SC_EXTERNALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_SERIALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_WRITE_METHOD - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
scale - Variable in class com.jjt.utbeg.SwathViewer
 
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.
scale(double) - Method in class com.jjt.utbeg.SwathViewer
Scales the given value (in feet) into a length in pixels.
scale(double, double) - Method in class java.awt.Graphics2D
Concatenates the current Graphics2D Transform with a scaling transformation Subsequent rendering is resized according to the specified scaling factors relative to the previous scaling.
scl - Static variable in class java.lang.ClassLoader
 
sclSet - Static variable in class java.lang.ClassLoader
 
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_EVENT - Static variable in class java.awt.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 - class java.awt.Scrollbar.
The Scrollbar class embodies a scroll bar, a familiar user-interface object.
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.
scrollbarDisplayPolicy - Variable in class java.awt.ScrollPane
There are 3 ways in which a scroll bar can be displayed.
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.
scrollbarSerializedDataVersion - Variable in class java.awt.Scrollbar
The scrollbars serialized Data Version.
scrollbarVisibility - Variable in class java.awt.TextArea
Determines which scrollbars are created for the text area.
scroller - Variable in class java.awt.ScrollPane.PeerFixer
 
scroller - Variable in class java.awt.PeerFixer
 
ScrollPane - class java.awt.ScrollPane.
A container class which implements automatic horizontal and/or vertical scrolling for a single child component.
SCROLLPANE_ONLY - Static variable in class java.awt.ScrollPaneAdjustable
 
ScrollPane.PeerFixer - class java.awt.ScrollPane.PeerFixer.
 
ScrollPane.PeerFixer(ScrollPane, ScrollPane) - Constructor for class java.awt.ScrollPane.PeerFixer
 
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.
ScrollPaneAdjustable - class java.awt.ScrollPaneAdjustable.
 
ScrollPaneAdjustable(ScrollPane, AdjustmentListener, int) - Constructor for class java.awt.ScrollPaneAdjustable
 
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
Deprecated. replaced by Cursor.SE_RESIZE_CURSOR.
sealBase - Variable in class java.lang.Package
 
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
searchPath - Static variable in class java.beans.PropertyEditorManager
 
searchPath - Static variable in class java.beans.Introspector
 
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
security - Static variable in class java.lang.System
 
SecurityException - exception java.lang.SecurityException.
Thrown by the security manager to indicate a security violation.
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 - class java.lang.SecurityManager.
The security manager is a class that allows applications to implement a security policy.
SecurityManager() - Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
seed - Variable in class java.util.Random
The internal state associated with this pseudorandom number generator.
seek(long) - Method in class java.io.RandomAccessFile
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
SeismicDesignExerciseApplet - class com.jjt.utbeg.SeismicDesignExerciseApplet.
An abstract parent class for all of the Seismic Design Exercise Applets.
SeismicDesignExerciseApplet() - Constructor for class com.jjt.utbeg.SeismicDesignExerciseApplet
 
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.
selectAll() - Method in class java.awt.TextComponent
Selects all the text in this text component.
selected - Variable in class java.awt.List
selected is an array that will contain the indices of items that have been selected.
SELECTED - Static variable in class java.awt.event.ItemEvent
This state-change value indicates that an item was selected.
selectedCheckbox - Variable in class java.awt.CheckboxGroup
The current choice.
selectedIndex - Variable in class java.awt.Choice
The index of the current choice for this Choice.
selectionEnd - Variable in class java.awt.TextComponent
The selection refers to the selected text, and the selectionEnd is the end position of the selected text.
selectionStart - Variable in class java.awt.TextComponent
The selection refers to the selected text, and the selectionStart is the start position of the selected text.
SEP_RECURSIVE - Static variable in class java.io.FilePermission
 
SEP_WILD - Static variable in class java.io.FilePermission
 
separator - Static variable in class java.io.File
The system-dependent default name-separator character, represented as a string for convenience.
separatorChar - Static variable in class java.io.File
The system-dependent default name-separator character.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
SequenceInputStream - class java.io.SequenceInputStream.
A SequenceInputStream represents the logical concatenation of other input streams.
SequenceInputStream(Enumeration) - Constructor for class java.io.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the argument, which must be an Enumeration that produces objects whose run-time type is InputStream.
SequenceInputStream(InputStream, InputStream) - Constructor for class java.io.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the two arguments, which will be read in order, first s1 and then s2, to provide the bytes to be read from this SequenceInputStream.
serializable - Variable in class java.io.ObjectStreamClass
 
Serializable - interface java.io.Serializable.
Serializability of a class is enabled by the class implementing the java.io.Serializable interface.
SerializablePermission - class java.io.SerializablePermission.
This class is for Serializable permissions.
SerializablePermission(String) - Constructor for class java.io.SerializablePermission
Creates a new SerializablePermission with the specified name.
SerializablePermission(String, String) - Constructor for class java.io.SerializablePermission
Creates a new SerializablePermission object with the specified name.
serializeNullAndRepeat(Object, boolean) - Method in class java.io.ObjectOutputStream
 
serialPersistentFields - Static variable in class java.io.ObjectStreamClass
Class ObjectStreamClass is special cased within the Serialization Stream Protocol.
serialPersistentFields - Static variable in class java.lang.Class
Class Class is special cased within the Serialization Stream Protocol.
serialPersistentFields - Static variable in class java.lang.String
Class String is special cased within the Serialization Stream Protocol.
serialVersionOnStream - Variable in class java.awt.FlowLayout
This represent the currentSerialVersion which is bein used.
serialVersionOnStream - Variable in class java.util.Calendar
The version of the serialized data on the stream.
serialVersionOnStream - Variable in class java.util.SimpleTimeZone
The version of the serialized data on the stream.
serialVersionUID - Static variable in class com.jjt.utbeg.UserParameters
The serialized version number for Objects of this Class.
serialVersionUID - Static variable in class java.awt.Component
 
serialVersionUID - Static variable in class java.awt.Container
 
serialVersionUID - Static variable in class java.awt.Panel
 
serialVersionUID - Static variable in class java.awt.AWTException
 
serialVersionUID - Static variable in class java.awt.IllegalComponentStateException
 
serialVersionUID - Static variable in class java.awt.Canvas
 
serialVersionUID - Static variable in class java.awt.Cursor
 
serialVersionUID - Static variable in class java.awt.Dimension
 
serialVersionUID - Static variable in class java.awt.Event
 
serialVersionUID - Static variable in class java.awt.MenuComponent
 
serialVersionUID - Static variable in class java.awt.MenuBar
 
serialVersionUID - Static variable in class java.awt.GridBagConstraints
 
serialVersionUID - Static variable in class java.awt.LightweightDispatcher
 
serialVersionUID - Static variable in class java.awt.Point
 
serialVersionUID - Static variable in class java.awt.CheckboxGroup
 
serialVersionUID - Static variable in class java.awt.TextComponent
 
serialVersionUID - Static variable in class java.awt.Checkbox
 
serialVersionUID - Static variable in class java.awt.Color
 
serialVersionUID - Static variable in class java.awt.SystemColor
 
serialVersionUID - Static variable in class java.awt.MenuShortcut
 
serialVersionUID - Static variable in class java.awt.Polygon
 
serialVersionUID - Static variable in class java.awt.Insets
 
serialVersionUID - Static variable in class java.awt.ScrollPane
 
serialVersionUID - Static variable in class java.awt.ScrollPaneAdjustable
 
serialVersionUID - Static variable in class java.awt.Scrollbar
 
serialVersionUID - Static variable in class java.awt.AWTEvent
 
serialVersionUID - Static variable in class java.awt.Choice
 
serialVersionUID - Static variable in class java.awt.FontMetrics
 
serialVersionUID - Static variable in class java.awt.Window
 
serialVersionUID - Static variable in class java.awt.FocusManager
 
serialVersionUID - Static variable in class java.awt.AWTPermission
use serialVersionUID from JDK 1.2 for interoperability
serialVersionUID - Static variable in class java.awt.MenuItem
 
serialVersionUID - Static variable in class java.awt.CheckboxMenuItem
 
serialVersionUID - Static variable in class java.awt.Frame
 
serialVersionUID - Static variable in class java.awt.MediaTracker
 
serialVersionUID - Static variable in class java.awt.MediaEntry
 
serialVersionUID - Static variable in class java.awt.Button
 
serialVersionUID - Static variable in class java.awt.TextField
 
serialVersionUID - Static variable in class java.awt.Menu
 
serialVersionUID - Static variable in class java.awt.PopupMenu
 
serialVersionUID - Static variable in class java.awt.Rectangle
 
serialVersionUID - Static variable in class java.awt.Dialog
 
serialVersionUID - Static variable in class java.awt.FileDialog
 
serialVersionUID - Static variable in class java.awt.AWTError
 
serialVersionUID - Static variable in class java.awt.TextArea
 
serialVersionUID - Static variable in class java.awt.List
 
serialVersionUID - Static variable in class java.awt.Font
 
serialVersionUID - Static variable in class java.awt.FlowLayout
 
serialVersionUID - Static variable in class java.awt.Label
 
serialVersionUID - Static variable in class java.awt.BorderLayout
 
serialVersionUID - Static variable in class java.awt.event.ComponentEvent
 
serialVersionUID - Static variable in class java.awt.event.ContainerEvent
 
serialVersionUID - Static variable in class java.awt.event.PaintEvent
 
serialVersionUID - Static variable in class java.awt.event.TextEvent
 
serialVersionUID - Static variable in class java.awt.event.InputEvent
 
serialVersionUID - Static variable in class java.awt.event.KeyEvent
 
serialVersionUID - Static variable in class java.awt.event.MouseEvent
 
serialVersionUID - Static variable in class java.awt.event.WindowEvent
 
serialVersionUID - Static variable in class java.awt.event.AdjustmentEvent
 
serialVersionUID - Static variable in class java.awt.event.FocusEvent
 
serialVersionUID - Static variable in class java.awt.event.ItemEvent
 
serialVersionUID - Static variable in class java.awt.event.ActionEvent
 
serialVersionUID - Static variable in class java.util.Calendar
 
serialVersionUID - Static variable in class java.util.GregorianCalendar
 
serialVersionUID - Static variable in class java.util.Random
use serialVersionUID from JDK 1.1 for interoperability
serialVersionUID - Static variable in class java.util.TimeZone
 
serialVersionUID - Static variable in class java.util.Vector
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.util.SimpleTimeZone
 
serialVersionUID - Static variable in class java.util.BitSet
 
serialVersionUID - Static variable in class java.util.Hashtable
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.util.Properties
use serialVersionUID from JDK 1.1.X for interoperability
serialVersionUID - Static variable in class java.util.Stack
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.util.Locale
serialization ID
serialVersionUID - Static variable in class java.util.Date
 
serialVersionUID - Static variable in interface java.io.Serializable
 
serialVersionUID - Static variable in class java.io.ObjectStreamClass
use serialVersionUID from JDK 1.1.
serialVersionUID - Static variable in class java.io.File
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.applet.Applet
 
serialVersionUID - Static variable in class java.beans.VetoableChangeSupport
Serialization version ID, so we're compatible with JDK 1.1
serialVersionUID - Static variable in class java.beans.PropertyChangeSupport
Serialization version ID, so we're compatible with JDK 1.1
serialVersionUID - Static variable in class java.lang.Throwable
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.lang.Number
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.lang.Byte
use serialVersionUID from JDK 1.1.
serialVersionUID - Static variable in class java.lang.Class
use serialVersionUID from JDK 1.1 for interoperability
serialVersionUID - Static variable in class java.lang.Character
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.lang.Short
use serialVersionUID from JDK 1.1.
serialVersionUID - Static variable in class java.lang.ExceptionInInitializerError
Use serialVersionUID from JDK 1.1.X for interoperability
serialVersionUID - Static variable in class java.lang.Double
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.lang.Long
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.lang.Float
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.lang.StringBuffer
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.lang.ClassNotFoundException
use serialVersionUID from JDK 1.1.X for interoperability
serialVersionUID - Static variable in class java.lang.String
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.lang.Integer
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.lang.Boolean
use serialVersionUID from JDK 1.0.2 for interoperability
Set - interface java.util.Set.
A collection that contains no duplicate elements.
set(int) - Method in class java.util.BitSet
Sets the bit specified by the index to true.
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, Object) - Method in class java.util.AbstractList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class java.util.AbstractSequentialList
Replaces the element at the specified position in this list with the specified element.
set(int, Object) - Method in class java.util.Collections.UnmodifiableList
 
set(int, Object) - Method in class java.util.Collections.SynchronizedList
 
set(int, Object) - Method in class java.util.Vector
Replaces the element at the specified position in this Vector with the specified element.
set(int, Object) - Method in class java.util.LinkedList
Replaces the element at the specified position in this list with the specified element.
set(int, Object) - Method in class java.util.Arrays.ArrayList
 
set(int, Object) - Method in interface java.util.List
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class java.util.ArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, Object) - Method in class java.util.SubList
 
set(Object) - Method in interface java.util.ListIterator
Replaces the last element returned by next or previous with the specified element (optional operation).
set(Object) - Method in class java.util.LinkedList.ListItr
 
set(Object) - Method in class java.util.AbstractList.ListItr
 
set(Object) - Method in class java.lang.ThreadLocal
Sets the calling thread's instance of this ThreadLocal variable to the given value.
set(String, double) - Method in class com.jjt.utbeg.UserParameters
Sets the value of a parameter.
set(String, int) - Method in class com.jjt.utbeg.UserParameters
Sets the value of a parameter.
setActionCommand(String) - Method in class java.awt.MenuItem
Sets the command name of the action event that is fired by this menu item.
setActionCommand(String) - Method in class java.awt.Button
Sets the command name for the action event fired by this button.
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.
setAsText(String) - Method in class java.beans.PropertyEditorSupport
Sets the property value by parsing a given String.
setAsText(String) - Method in interface java.beans.PropertyEditor
Set the property value by parsing a given String.
setBackground(Color) - Method in class java.awt.Component
Sets the background color of this component.
setBackground(Color) - Method in class java.awt.LightweightPeer
 
setBackground(Color) - Method in class java.awt.Graphics2D
Sets the background color for the Graphics2D context.
setBackgroundImage(int) - Method in class com.jjt.utbeg.SwathViewer
Sets the currently displayed background image to the nth image in the image array.
setBeanInfoSearchPath(String[]) - Static method in class java.beans.Introspector
Change the list of package names that will be used for finding BeanInfo classes.
setBlockData(boolean) - Method in class java.io.ObjectOutputStream
 
setBlockData(boolean) - Method in class java.io.ObjectInputStream
 
setBlockIncrement(int) - Method in interface java.awt.Adjustable
Sets the block value increment for the adjustable object.
setBlockIncrement(int) - Method in class java.awt.ScrollPaneAdjustable
 
setBlockIncrement(int) - Method in class java.awt.Scrollbar
Sets the block increment for this scroll bar.
setBorderColor(Color) - Method in class com.jjt.utbeg.BorderPanel
 
setBorderWidth(int) - Method in class com.jjt.utbeg.BorderPanel
 
setBound(boolean) - Method in class java.beans.PropertyDescriptor
Updates to "bound" properties will cause a "PropertyChange" event to get fired when the property is changed.
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.LightweightPeer
 
setBounds(int, int, int, int) - Method in class java.awt.Rectangle
Sets the bounding Rectangle of this Rectangle to the specified 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.
setCaretPosition(int) - Method in class java.awt.TextComponent
Sets the position of the text insertion caret for this text component.
setChanged() - Method in class java.util.Observable
Marks this Observable object as having been changed; the hasChanged method will now return true.
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setCheckboxGroup(CheckboxGroup) - Method in class java.awt.Checkbox
Sets this check box's group to be the specified check box group.
setClass(Class) - Method in class java.io.ObjectStreamClass
 
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(Color) - Method in class java.awt.Graphics
Sets this graphics context's current color to the specified color.
setColor(TreeMap.Entry, boolean) - Static method in class java.util.TreeMap
 
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.TextField
Sets the number of columns in this text field.
setColumns(int) - Method in class java.awt.TextArea
Sets the number of columns for this text area.
setComponentOrientation(ComponentOrientation) - Method in class java.awt.Component
Set the language-sensitive orientation that is to be used to order the elements or text within this component.
setComposite(Composite) - Method in class java.awt.Graphics2D
Sets the Composite for the Graphics2D context.
setConstrained(boolean) - Method in class java.beans.PropertyDescriptor
Attempted updates to "Constrained" properties will cause a "VetoableChange" event to get fired when the property is changed.
setConstraints(Component, GridBagConstraints) - Method in class java.awt.GridBagLayout
Sets the constraints for the specified component in this layout.
setContextClassLoader(ClassLoader) - Method in class java.lang.Thread
Sets the context ClassLoader for this Thread.
setCurrent(Checkbox) - Method in class java.awt.CheckboxGroup
Deprecated. As of JDK version 1.1, replaced by setSelectedCheckbox(Checkbox).
setCursor(Cursor) - Method in class java.awt.Component
Sets the cursor image to the specified cursor.
setCursor(Cursor) - Method in class java.awt.LightweightPeer
 
setCursor(int) - Method in class java.awt.Frame
Deprecated. As of JDK version 1.1, replaced by Component.setCursor(Cursor).
setDaemon(boolean) - Method in class java.lang.Thread
Marks this thread as either a daemon thread or a user thread.
setDaemon(boolean) - Method in class java.lang.ThreadGroup
Changes the daemon status of this thread group.
setDate(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDefault(Locale) - Static method in class java.util.Locale
Sets the default locale for the whole JVM.
setDefault(TimeZone) - Static method in class java.util.TimeZone
Sets the TimeZone that is returned by the getDefault method.
setDesignTime(boolean) - Method in interface java.beans.DesignMode
Sets the "value" of the "designTime" property.
setDesignTime(boolean) - Static method in class java.beans.Beans
Used to indicate whether of not we are running in an application builder environment.
setDesktopProperty(String, Object) - Method in class java.awt.Toolkit
set the named desktop property to the specified value and fire a property change event to notify any listeners that the value has changed
setDirectory_NoClientCode(String) - Method in class java.awt.FileDialog
 
setDirectory(String) - Method in class java.awt.FileDialog
Sets the directory of this file dialog window to be the specified directory.
setDisplayName(String) - Method in class java.beans.FeatureDescriptor
Sets the localized display name of this feature.
setDone() - Method in class java.awt.MediaTracker
 
setDropTarget(DropTarget) - Method in class java.awt.Component
Associate a DropTarget with this Component.
setDSTSavings(int) - Method in class java.util.SimpleTimeZone
Sets the amount of time in ms that the clock is advanced during DST.
setEchoChar(char) - Method in class java.awt.TextField
Sets the echo character for this text field.
setEchoCharacter(char) - Method in class java.awt.TextField
Deprecated. As of JDK version 1.1, replaced by setEchoChar(char).
setEditable(boolean) - Method in class java.awt.TextComponent
Sets the flag that determines whether or not this text component is editable.
setEditorSearchPath(String[]) - Static method in class java.beans.PropertyEditorManager
Change the list of package names that will be used for finding property editors.
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.LightweightPeer
 
setEnabled(boolean) - Method in class java.awt.MenuItem
Sets whether or not this menu item can be chosen.
setEndRule(int, int, int) - Method in class java.util.SimpleTimeZone
Sets the DST end rule to a fixed date within a month.
setEndRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight savings ending rule.
setEndRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
Sets the DST end rule to a weekday before or after a give date within a month, e.g., the first Monday on or after the 8th.
setErr(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" error output stream.
setErr0(PrintStream) - Static method in class java.lang.System
 
setError() - Method in class java.io.PrintWriter
Indicate that an error has occurred.
setError() - Method in class java.io.PrintStream
Set the error state of the stream to true.
setExpert(boolean) - Method in class java.beans.FeatureDescriptor
The "expert" flag is used to distinguish between features that are intended for expert users from those that are intended for normal users.
setField(Field) - Method in class java.io.ObjectStreamField
 
setField(int, int) - Method in class java.util.Date
Set a field for this day.
setFile_NoClientCode(String) - Method in class java.awt.FileDialog
 
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.
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.
setFocusOwner(Component) - Method in class java.awt.Container
 
setFocusOwner(Component) - Method in class java.awt.Window
 
setFocusOwner(Component) - Method in class java.awt.FocusManager
 
setFocusRequest(Component) - Method in class java.awt.LightweightDispatcher
This is called by the hosting native container on behalf of lightweight components that have requested focus.
setFont(Font) - Method in class java.awt.Component
Sets the font of this component.
setFont(Font) - Method in class java.awt.Container
Sets the font of this container.
setFont(Font) - Method in class java.awt.MenuComponent
Sets the font to be used for this menu component to the specified font.
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.LightweightPeer
 
setForeground(Color) - Method in class java.awt.Component
Sets the foreground color of this component.
setForeground(Color) - Method in class java.awt.LightweightPeer
 
setGregorianChange(Date) - Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setGuiAvailable(boolean) - Static method in class java.beans.Beans
Used to indicate whether of not we are running in an environment where GUI interaction is available.
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.CardLayout
Sets the horizontal gap between components.
setHgap(int) - Method in class java.awt.GridLayout
Sets the horizontal gap between components to the specified value.
setHgap(int) - Method in class java.awt.FlowLayout
Sets the horizontal gap between components.
setHgap(int) - Method in class java.awt.BorderLayout
Sets the horizontal gap between components.
setHidden(boolean) - Method in class java.beans.FeatureDescriptor
The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
setHours(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setIconImage(Image) - Method in class java.awt.Frame
Sets the image to displayed in the minimized icon for this frame.
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.
setIn0(InputStream) - Static method in class java.lang.System
 
setInDefaultEventSet(boolean) - Method in class java.beans.EventSetDescriptor
Mark an event set as being in the "default" set (or not).
setIndexedReadMethod(Method) - Method in class java.beans.IndexedPropertyDescriptor
Sets the method that should be used to read an indexed property value.
setIndexedWriteMethod(Method) - Method in class java.beans.IndexedPropertyDescriptor
Sets the method that should be used to write an indexed property value.
setInitialParameters() - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
Sets initial parameters for this exercise.
setInitialParameters() - Method in class com.jjt.utbeg.Applet1
Sets initial parameters for this exercise.
setInnerInsets(int) - Method in class com.jjt.utbeg.BorderPanel
 
setKeyChar(char) - Method in class java.awt.event.KeyEvent
Set the keyChar value to indicate a logical character.
setKeyCode(int) - Method in class java.awt.event.KeyEvent
Set the keyCode value to indicate a physical key.
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.
setLabel(String) - Method in class java.awt.Button
Sets the button's label to be the specified string.
setLastModified(long) - Method in class java.io.File
Sets the last-modified time of the file or directory named by this abstract pathname.
setLastModifiedTime(File, long) - Method in class java.io.FileSystem
Set the last-modified time of the file or directory denoted by the given abstract pathname, returning true if and only if the operation succeeds.
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.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this String buffer.
setLength(long) - Method in class java.io.RandomAccessFile
Sets the length of this file.
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
Deprecated. As of JDK version 1.1, replaced by setUnitIncrement(int).
setLineNumber(int) - Method in class java.io.LineNumberReader
Set the current line number.
setLineNumber(int) - Method in class java.io.LineNumberInputStream
Deprecated. Sets the line number to the specified argument.
setLocale(Locale) - Method in class java.awt.Component
Sets the locale of this component.
setLocation(double, double) - Method in class java.awt.Point
Sets the location of this point to the specified float coordinates.
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 this 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 this Rectangle to the specified location.
setMagnification(double) - Method in class com.jjt.utbeg.SwathViewer
Sets the "zoom" factor for this viewer.
setMaximum(int) - Method in interface java.awt.Adjustable
Sets the maximum value of the adjustable object.
setMaximum(int) - Method in class java.awt.ScrollPaneAdjustable
 
setMaximum(int) - Method in class java.awt.Scrollbar
Sets the maximum value of this scroll bar.
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.
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.ScrollPaneAdjustable
 
setMinimum(int) - Method in class java.awt.Scrollbar
Sets the minimum value of this scroll bar.
setMinutes(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setModal(boolean) - Method in class java.awt.Dialog
Specifies whether this dialog should be modal.
setMode(int) - Method in class java.awt.FileDialog
Sets the mode of the file dialog.
setModifiers(int) - Method in class java.awt.event.KeyEvent
Set the modifiers to indicate additional keys that were held down (shift, ctrl, alt, meta) defined as part of InputEvent.
setMonth(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setMouseTarget(Component, MouseEvent) - Method in class java.awt.LightweightDispatcher
Change the current target of mouse events.
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
Deprecated. As of JDK version 1.1, replaced by setMultipleMode(boolean).
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.beans.FeatureDescriptor
Sets the programmatic name of this feature.
setName(String) - Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setNewSwathPosition(Point) - Method in class com.jjt.utbeg.SwathViewer
Sets a new position for the swath drawn within the viewer.
setObject(Object) - Method in interface java.beans.Customizer
Set the object to be customized.
setOffset(int) - Method in class java.io.ObjectStreamField
Offset within instance data.
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.
setOut0(PrintStream) - Static method in class java.lang.System
 
setOuterInsets(int) - Method in class com.jjt.utbeg.BorderPanel
 
setPageIncrement(int) - Method in class java.awt.Scrollbar
Deprecated. As of JDK version 1.1, replaced by setBlockIncrement().
setPaint(Paint) - Method in class java.awt.Graphics2D
Sets the Paint attribute for the Graphics2D context.
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.
setParent(ResourceBundle) - Method in class java.util.ResourceBundle
Set the parent bundle of this bundle.
setPreferred(boolean) - Method in class java.beans.FeatureDescriptor
The "preferred" flag is used to identify features that are particularly important for presenting to humans.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setPriority0(int) - Method in class java.lang.Thread
 
setPropagationId(Object) - Method in class java.beans.PropertyChangeEvent
Sets the propagationId object for the event.
setProperties(Properties) - Static method in class java.lang.System
Sets the system properties to the Properties argument.
setProperty(String, String) - Method in class java.util.Properties
Calls the hashtable method put.
setProperty(String, String) - Static method in class java.lang.System
Sets the system property indicated by the specified key.
setPropertyEditorClass(Class) - Method in class java.beans.PropertyDescriptor
Normally PropertyEditors will be found using the PropertyEditorManager.
setProtectionDomain0(ProtectionDomain) - Method in class java.lang.Class
Set the ProtectionDomain for this class.
setRaster(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class java.awt.TexturePaintContext
 
setRaster(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class java.awt.TexturePaintContext.Int
 
setRaster(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class java.awt.TexturePaintContext.Byte
 
setRaster(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class java.awt.TexturePaintContext.Any
 
setRawOffset(int) - Method in class java.util.TimeZone
Sets the base time zone offset to GMT.
setRawOffset(int) - Method in class java.util.SimpleTimeZone
Overrides TimeZone Sets the base time zone offset to GMT.
setReadMethod(Method) - Method in class java.beans.PropertyDescriptor
Sets the method that should be used to read the property value.
setReadOnly() - Method in class java.io.File
Marks the file or directory named by this abstract pathname so that only read operations are allowed.
setReadOnly(File) - Method in class java.io.FileSystem
Mark the file or directory denoted by the given abstract pathname as read-only, returning true if and only if the operation succeeds.
setRect(double, double, double, double) - Method in class java.awt.Rectangle
Sets the bounds of this Rectangle to the specified x, y, width, and height.
setRenderingHint(RenderingHints.Key, Object) - Method in class java.awt.Graphics2D
Sets the value of a single preference for the rendering algorithms.
setRenderingHints(Map) - Method in class java.awt.Graphics2D
Replaces the values of all preferences for the rendering algorithms with the specified hints.
setResizable(boolean) - Method in class java.awt.Frame
Sets whether this frame is resizable by the user.
setResizable(boolean) - Method in class java.awt.Dialog
Sets whether this dialog is resizable by the user.
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.
setSearchKeyTypeString(boolean) - Method in class java.io.ObjectStreamField
 
setSeconds(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
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.
setSelectedCheckbox(Checkbox) - Method in class java.awt.CheckboxGroup
Sets the currently selected check box in this group to be the specified check box.
setSelectionEnd(int) - Method in class java.awt.TextComponent
Sets the selection end for this text component to the specified position.
setSelectionStart(int) - Method in class java.awt.TextComponent
Sets the selection start for this text component to the specified position.
setShared() - Method in class java.lang.StringBuffer
 
setShortcut(MenuShortcut) - Method in class java.awt.MenuItem
Set the MenuShortcut object associated with this menu item.
setShortDescription(String) - Method in class java.beans.FeatureDescriptor
You can associate a short descriptive string with a feature.
setSigners(Class, Object[]) - Method in class java.lang.ClassLoader
Sets the signers of a class.
setSigners(Object[]) - Method in class java.lang.Class
Set the signers of this 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(double, double) - Method in class java.awt.Dimension
Set the size of this Dimension object to the specified width and height in double precision.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSize(int) - Method in class java.io.ObjectOutputStream.Stack
 
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 java.awt.Rectangle
Sets the size of this Rectangle to the specified width and height.
setSource(Object) - Method in class java.awt.AWTEvent
 
setSpan(int, int, int) - Method in class java.awt.ScrollPaneAdjustable
This is called by the scrollpane itself to update the min,max,visible values.
setStartRule(int, int, int) - Method in class java.util.SimpleTimeZone
Sets the DST start rule to a fixed date within a month.
setStartRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight savings starting rule.
setStartRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
Sets the DST start rule to a weekday before or after a give date within a month, e.g., the first Monday on or after the 8th.
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.
setState(int) - Method in class java.awt.Frame
Sets the state of this frame.
setStateInternal(boolean) - Method in class java.awt.Checkbox
Helper function for setState and CheckboxGroup.setSelectedCheckbox Should remain package-private.
setStatus(int) - Method in class java.awt.MediaEntry
 
setStroke(Stroke) - Method in class java.awt.Graphics2D
Sets the Stroke for the Graphics2D context.
setStub(AppletStub) - Method in class java.applet.Applet
Sets this applet's stub.
setSuperclass(ObjectStreamClass) - Method in class java.io.ObjectStreamClass
 
setText(String) - Method in class java.awt.TextComponent
Sets the text that is presented by this text component to be the specified text.
setText(String) - Method in class java.awt.TextField
Sets the text that is presented by this text component to be the specified text.
setText(String) - Method in class java.awt.Label
Sets the text for this label to 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 object to represent a point in time that is time milliseconds after 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.Frame
Sets the title for this frame to the specified string.
setTitle(String) - Method in class java.awt.Dialog
Sets the title of the Dialog.
setTransform(AffineTransform) - Method in class java.awt.Graphics2D
Sets the Transform in the Graphics2D context.
setUnicast(boolean) - Method in class java.beans.EventSetDescriptor
Mark an event set as unicast (or not).
setUnitIncrement(int) - Method in interface java.awt.Adjustable
Sets the unit value increment for the adjustable object.
setUnitIncrement(int) - Method in class java.awt.ScrollPaneAdjustable
 
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.
setValue(int) - Method in interface java.awt.Adjustable
Sets the current value of the adjustable object.
setValue(int) - Method in class java.awt.ScrollPaneAdjustable
 
setValue(int) - Method in class java.awt.Scrollbar
Sets the value of this scroll bar to the specified value.
setValue(Object) - Method in class java.util.WeakHashMap.Entry
 
setValue(Object) - Method in class java.util.HashMap.Entry
 
setValue(Object) - Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry
 
setValue(Object) - Method in interface java.util.Map.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Object) - Method in class java.util.Hashtable.Entry
 
setValue(Object) - Method in class java.util.TreeMap.Entry
Replaces the value currently associated with the key with the given value.
setValue(Object) - Method in class java.beans.PropertyEditorSupport
Set (or change) the object that is to be edited.
setValue(Object) - Method in interface java.beans.PropertyEditor
Set (or change) the object that is to be edited.
setValue(String, Object) - Method in class java.beans.FeatureDescriptor
Associate a named attribute with this feature.
setValues(int, int, int, int) - Method in class java.awt.Scrollbar
Sets the values of four properties for this scroll bar.
setVgap(int) - Method in class java.awt.CardLayout
Sets the vertical gap between components.
setVgap(int) - Method in class java.awt.GridLayout
Sets the vertical gap between components to the specified value.
setVgap(int) - Method in class java.awt.FlowLayout
Sets the vertical gap between components.
setVgap(int) - Method in class java.awt.BorderLayout
Sets the vertical gap between components.
setVisible(boolean) - Method in class java.awt.Component
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class java.awt.LightweightPeer
 
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.ScrollPaneAdjustable
 
setVisibleAmount(int) - Method in class java.awt.Scrollbar
Sets the visible amount of this scroll bar.
setWarningString() - Method in class java.awt.Window
 
setWeekCountData(Locale) - Method in class java.util.Calendar
Both firstDayOfWeek and minimalDaysInFirstWeek are locale-dependent.
setWriteMethod(Method) - Method in class java.beans.PropertyDescriptor
Sets the method that should be used to write the property value.
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
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
Shape - interface java.awt.Shape.
The Shape interface provides definitions for objects that represent some form of geometric shape.
shared - Variable in class java.lang.StringBuffer
A flag indicating whether the buffer is shared
shear(double, double) - Method in class java.awt.Graphics2D
Concatenates the current Graphics2D Transform with a shearing transform.
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.
SHIFT_MASK - Static variable in class java.awt.event.ActionEvent
The shift modifier.
shiftDown() - Method in class java.awt.Event
Checks if the Shift key is down.
Short - class java.lang.Short.
The Short class is the standard wrapper for short values.
SHORT - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a short name, such as "PST."
Short(short) - Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
Short(String) - Constructor for class java.lang.Short
Constructs a Short object initialized to the value specified by the String parameter.
shortcut - Variable in class java.awt.MenuItem
A sequence of key stokes that ia associated with a menu item.
shortcuts() - Method in class java.awt.MenuBar
Gets an enumeration of all menu shortcuts this menu bar is managing.
shortcuts() - Method in class java.awt.Menu
 
shortDescription - Variable in class java.beans.FeatureDescriptor
 
shortValue() - Method in class java.lang.Number
Returns the value of the specified number as a short.
shortValue() - Method in class java.lang.Byte
Returns the value of this Byte as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short 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.Long
Returns the value of this Long as 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.
show() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setVisible(boolean).
show() - Method in class java.awt.LightweightPeer
 
show() - Method in class java.awt.Window
Makes the Window visible.
show() - Method in class java.awt.Dialog
Makes the Dialog visible.
show(boolean) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setVisible(boolean).
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) - Method in class java.beans.BeansAppletContext
 
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.
showDocument(URL, String) - Method in class java.beans.BeansAppletContext
 
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".
showStatus(String) - Method in class java.beans.BeansAppletContext
 
shuffle(List) - Static method in class java.util.Collections
Randomly permutes the specified list using a default source of randomness.
shuffle(List, Random) - Static method in class java.util.Collections
Randomly permute the specified list using the specified source of randomness.
signature - Variable in class java.io.ObjectStreamClass.MethodSignature
 
signMask - Static variable in class java.lang.FloatingDecimal
 
SimpleBeanInfo - class java.beans.SimpleBeanInfo.
This is a support class to make it easier for people to provide BeanInfo classes.
SimpleBeanInfo() - Constructor for class java.beans.SimpleBeanInfo
 
simpleFormatter - Static variable in class java.util.Date
Caches for the DateFormatters used by various toString methods.
SimpleTimeZone - class java.util.SimpleTimeZone.
SimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar.
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
Construct a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, time to start and end the daylight time.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Constructor.
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.
single_step - Variable in class java.lang.Thread
 
singleExpBias - Static variable in class java.lang.FloatingDecimal
 
singleExpMask - Static variable in class java.lang.FloatingDecimal
 
singleExpShift - Static variable in class java.lang.FloatingDecimal
 
singleFractHOB - Static variable in class java.lang.FloatingDecimal
 
singleFractMask - Static variable in class java.lang.FloatingDecimal
 
singleMaxDecimalDigits - Static variable in class java.lang.FloatingDecimal
 
singleMaxDecimalExponent - Static variable in class java.lang.FloatingDecimal
 
singleMaxSmallTen - Static variable in class java.lang.FloatingDecimal
 
singleMinDecimalExponent - Static variable in class java.lang.FloatingDecimal
 
singleSignMask - Static variable in class java.lang.FloatingDecimal
 
singleSmall10pow - Static variable in class java.lang.FloatingDecimal
 
singleton(Object) - Static method in class java.util.Collections
Returns an immutable set containing only the specified object.
sink - Variable in class java.io.PipedOutputStream
 
sink - Variable in class java.io.PipedWriter
 
size - Variable in class java.awt.Font
The point size of this Font, rounded to integer.
size - Variable in class java.util.LinkedList
 
size - Variable in class java.util.TreeMap
The number of entries in the tree
size - Variable in class java.util.TreeMap.SubMap.EntrySetView
 
size - Variable in class java.util.ArrayList
The size of the ArrayList (the number of elements it contains).
size - Variable in class java.util.SubList
 
size() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getSize().
size() - Method in class java.awt.RenderingHints
Returns the number of key-value mappings in this RenderingHints.
size() - Method in class java.util.AbstractMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.WeakHashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.AbstractCollection
Returns the number of elements in this collection.
size() - Method in class java.util.WeakHashMap.EntrySet
 
size() - Method in interface java.util.Set
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.HashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.Collections.UnmodifiableCollection
 
size() - Method in class java.util.Collections.UnmodifiableMap
 
size() - Method in class java.util.Collections.SynchronizedCollection
 
size() - Method in class java.util.Collections.SynchronizedMap
 
size() - Method in class java.util.TreeSet
Returns the number of elements in this set (its cardinality).
size() - Method in interface java.util.Map
Returns the number of key-value mappings in this map.
size() - Method in class java.util.Vector
Returns the number of components in this vector.
size() - Method in class java.util.LinkedList
Returns the number of elements in this list.
size() - Method in class java.util.Arrays.ArrayList
 
size() - Method in class java.util.Dictionary
Returns the number of entries (dinstint keys) in this dictionary.
size() - Method in class java.util.BitSet
Returns the number of bits of space actually in use by this BitSet to represent bit values.
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.Hashtable.KeySet
 
size() - Method in class java.util.Hashtable.EntrySet
 
size() - Method in class java.util.Hashtable.ValueCollection
 
size() - Method in interface java.util.Collection
Returns the number of elements in this collection.
size() - Method in class java.util.HashSet
Returns the number of elements in this set (its cardinality).
size() - Method in interface java.util.List
Returns the number of elements in this list.
size() - Method in class java.util.TreeMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.TreeMap.SubMap.EntrySetView
 
size() - Method in class java.util.ArrayList
Returns the number of elements in this list.
size() - Method in class java.util.SubList
 
size() - Method in class java.io.DataOutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.io.CharArrayWriter
Returns the current size of the buffer.
sizeAt1x - Variable in class com.jjt.utbeg.SwathViewer
 
sizeModCount - Variable in class java.util.TreeMap.SubMap.EntrySetView
 
SKIP_BUFFER_SIZE - Static variable in class java.io.InputStream
 
skip(long) - Method in class java.io.Reader
Skip characters.
skip(long) - Method in interface java.io.ObjectInput
Skips n bytes of input.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.FileInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.FilterInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.BufferedInputStream
See the general contract of the skip method of InputStream.
skip(long) - Method in class java.io.PushbackInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.FilterReader
Skip characters.
skip(long) - Method in class java.io.StringReader
Skip characters.
skip(long) - Method in class java.io.BufferedReader
Skip characters.
skip(long) - Method in class java.io.LineNumberReader
Skip characters.
skip(long) - Method in class java.io.LineNumberInputStream
Deprecated. Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.StringBufferInputStream
Deprecated. Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.CharArrayReader
Skip characters.
skipBuffer - Variable in class java.io.Reader
Skip buffer, null until allocated
skipBuffer - Static variable in class java.io.InputStream
 
skipBuffer - Variable in class java.io.LineNumberReader
Skip buffer, null until allocated
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in class java.io.RandomAccessFile
Attempts to skip over n bytes of input discarding the skipped bytes.
skipBytes(int) - Method in class java.io.ObjectInputStream
Skips bytes, block until all bytes are skipped.
skipDelimiters() - Method in class java.util.StringTokenizer
Skips delimiters.
skipLF - Variable in class java.io.LineNumberReader
If the next character is a line feed, skip it
SkipToEndOfBlockData() - Method in class java.io.ObjectInputStream
 
slashSlashComments(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C++-style comments.
slashSlashCommentsP - Variable in class java.io.StreamTokenizer
 
slashStarComments(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C-style comments.
slashStarCommentsP - Variable in class java.io.StreamTokenizer
 
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.
sm - Variable in class java.util.Collections.UnmodifiableSortedMap
 
sm - Variable in class java.util.Collections.SynchronizedSortedMap
 
SMALL_FORM_VARIANTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
small10pow - Static variable in class java.lang.FloatingDecimal
 
small5pow - Static variable in class java.lang.FloatingDecimal
 
SMALLEST_FEATURE_TO_IMAGE - Static variable in class com.jjt.utbeg.UserParameters
 
sort(byte[]) - Static method in class java.util.Arrays
Sorts the specified array of bytes into ascending numerical order.
sort(byte[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of bytes into ascending numerical order.
sort(char[]) - Static method in class java.util.Arrays
Sorts the specified array of chars into ascending numerical order.
sort(char[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of chars into ascending numerical order.
sort(double[]) - Static method in class java.util.Arrays
Sorts the specified array of doubles into ascending numerical order.
sort(double[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of doubles into ascending numerical order.
sort(float[]) - Static method in class java.util.Arrays
Sorts the specified array of floats into ascending numerical order.
sort(float[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of floats into ascending numerical order.
sort(int[]) - Static method in class java.util.Arrays
Sorts the specified array of ints into ascending numerical order.
sort(int[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of ints into ascending numerical order.
sort(List) - Static method in class java.util.Collections
Sorts the specified list into ascending order, according to the natural ordering of its elements.
sort(List, Comparator) - Static method in class java.util.Collections
Sorts the specified list according to the order induced by the specified comparator.
sort(long[]) - Static method in class java.util.Arrays
Sorts the specified array of longs into ascending numerical order.
sort(long[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of longs into ascending numerical order.
sort(Object[]) - Static method in class java.util.Arrays
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(Object[], Comparator) - Static method in class java.util.Arrays
Sorts the specified array of objects according to the order induced by the specified comparator.
sort(Object[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(Object[], int, int, Comparator) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
sort(short[]) - Static method in class java.util.Arrays
Sorts the specified array of shorts into ascending numerical order.
sort(short[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of shorts into ascending numerical order.
sort1(byte[], int, int) - Static method in class java.util.Arrays
Sorts the specified sub-array of bytes into ascending order.
sort1(char[], int, int) - Static method in class java.util.Arrays
Sorts the specified sub-array of chars into ascending order.
sort1(double[], int, int) - Static method in class java.util.Arrays
Sorts the specified sub-array of doubles into ascending order.
sort1(float[], int, int) - Static method in class java.util.Arrays
Sorts the specified sub-array of floats into ascending order.
sort1(int[], int, int) - Static method in class java.util.Arrays
Sorts the specified sub-array of integers into ascending order.
sort1(long[], int, int) - Static method in class java.util.Arrays
Sorts the specified sub-array of longs into ascending order.
sort1(short[], int, int) - Static method in class java.util.Arrays
Sorts the specified sub-array of shorts into ascending order.
sort2(double[], int, int) - Static method in class java.util.Arrays
 
sort2(float[], int, int) - Static method in class java.util.Arrays
 
SortedMap - interface java.util.SortedMap.
A map that further guarantees that it will be in ascending key order, sorted according to the natural ordering of its keys (see the Comparable interface), or by a comparator provided at sorted map creation time.
SortedSet - interface java.util.SortedSet.
A set that further guarantees that its iterator will traverse the set in ascending element order, sorted according to the natural ordering of its elements (see Comparable), or by a Comparator provided at sorted set creation time.
source - Variable in class java.awt.EventQueueItem
 
source - Variable in class java.util.EventObject
The object on which the Event initially occurred.
source - Variable in class java.beans.PropertyEditorSupport
 
source - Variable in class java.beans.VetoableChangeSupport
The object to be provided as the "source" for any generated events.
source - Variable in class java.beans.PropertyChangeSupport
The object to be provided as the "source" for any generated events.
SOURCE_LINE_SPACING - Static variable in class com.jjt.utbeg.UserParameters
 
SOURCE_STATION_SPACING - Static variable in class com.jjt.utbeg.UserParameters
 
sourceColor - Variable in class com.jjt.utbeg.SwathViewer
 
sourceLineSpacing - Variable in class com.jjt.utbeg.SwathViewer
 
sourceLineSpacingSpinner - Variable in class com.jjt.utbeg.Applet1
 
sourceStationSpacing - Variable in class com.jjt.utbeg.SwathViewer
 
sourceStationSpacingSpinner - Variable in class com.jjt.utbeg.Applet1
 
south - Variable in class java.awt.BorderLayout
Constant to specify components location to be the south portion of the border layout.
SOUTH - Static variable in class java.awt.GridBagConstraints
Put the component at the bottom of its display area, centered horizontally.
SOUTH - Static variable in class java.awt.BorderLayout
The south layout constraint (bottom of container).
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.
sp - Variable in class java.awt.ScrollPaneAdjustable
 
SPACE_SEPARATOR - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
SPACING_MODIFIER_LETTERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
spClass - Variable in class java.io.ObjectInputStream
 
SPECIALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
specialSaveChars - Static variable in class java.util.Properties
 
specTitle - Variable in class java.lang.Package
 
specVendor - Variable in class java.lang.Package
 
specVersion - Variable in class java.lang.Package
 
sqrt(double) - Static method in class java.lang.Math
Returns the square root of a double value.
Src - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque SRC rule with an alpha of 1.0f.
SRC - Static variable in class java.awt.AlphaComposite
Porter-Duff Source rule.
SRC_IN - Static variable in class java.awt.AlphaComposite
Porter-Duff Source In Destination rule.
SRC_OUT - Static variable in class java.awt.AlphaComposite
Porter-Duff Source Held Out By Destination rule.
SRC_OVER - Static variable in class java.awt.AlphaComposite
Porter-Duff Source Over Destination rule.
srcCM - Variable in class java.awt.AlphaCompositeContext
 
SrcIn - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque SRC_IN rule with an alpha of 1.0f.
srcNeedConvert - Variable in class java.awt.AlphaCompositeContext
 
SrcOut - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque SRC_OUT rule with an alpha of 1.0f.
SrcOver - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque SRC_OVER rule with an alpha of 1.0f.
srcRas - Variable in class java.awt.TexturePaintContext.Int
 
srcRas - Variable in class java.awt.TexturePaintContext.Byte
 
srcRas - Variable in class java.awt.TexturePaintContext.Any
 
ss - Variable in class java.util.Collections.UnmodifiableSortedSet
 
ss - Variable in class java.util.Collections.SynchronizedSortedSet
 
Stack - class java.util.Stack.
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
STACKING_BIN_SIZE - Static variable in class com.jjt.utbeg.UserParameters
 
StackOverflowError - error java.lang.StackOverflowError.
Thrown when a stack overflow occurs because an application recurses too deeply.
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.
stamp - Variable in class java.util.Calendar
Pseudo-time-stamps which specify when each field was set.
START_PUNCTUATION - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
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.
startDay - Variable in class java.util.SimpleTimeZone
This field has two possible interpretations: startMode == DOW_IN_MONTH startDay indicates the day of the month of startMonth on which daylight savings time starts, from 1 to 28, 30, or 31, depending on the startMonth.
startDayOfWeek - Variable in class java.util.SimpleTimeZone
The day of the week on which daylight savings time starts.
startListeningForOtherDrags() - Method in class java.awt.LightweightDispatcher
 
startLoad() - Method in class java.awt.MediaEntry
 
startLoad() - Method in class java.awt.ImageMediaEntry
 
startMode - Variable in class java.util.SimpleTimeZone
Variables specifying the mode of the start rule.
startMonth - Variable in class java.util.SimpleTimeZone
The month in which daylight savings time starts.
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 beginning a specified index.
startTime - Variable in class java.util.SimpleTimeZone
The time in milliseconds after midnight at which daylight savings time starts.
startx - Variable in class java.awt.GridBagLayoutInfo
 
starty - Variable in class java.awt.GridBagLayoutInfo
 
startYear - Variable in class java.util.SimpleTimeZone
The year in which daylight savings time is first observed.
state - Variable in class java.awt.Checkbox
The state of the Checkbox.
state - Variable in class java.awt.Window
An Integer value representing the Window State.
state - Variable in class java.awt.CheckboxMenuItem
 
state - Variable in class java.awt.Frame
 
stateChange - Variable in class java.awt.event.ItemEvent
stateChange indicates whether the item was selected or deselected.
staticCal - Static variable in class java.util.Date
 
staticMonthLength - Static variable in class java.util.SimpleTimeZone
 
status - Variable in class java.awt.MediaEntry
 
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.
statusAll(boolean, boolean) - Method in class java.awt.MediaTracker
 
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.
statusID(int, boolean, boolean) - Method in class java.awt.MediaTracker
 
Step1Page - class edu.utexas.beg.agi.servlet.page.Step1Page.
 
Step1Page() - Constructor for class edu.utexas.beg.agi.servlet.page.Step1Page
Creates the dynamic page Object for Step 1.
Step2Page - class edu.utexas.beg.agi.servlet.page.Step2Page.
 
Step2Page() - Constructor for class edu.utexas.beg.agi.servlet.page.Step2Page
 
Step3Page - class edu.utexas.beg.agi.servlet.page.Step3Page.
 
Step3Page() - Constructor for class edu.utexas.beg.agi.servlet.page.Step3Page
 
stickyRound(double) - Method in class java.lang.FloatingDecimal
 
stillborn - Variable in class java.lang.Thread
 
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
Deprecated. This method is inherently unsafe. Stopping a thread with Thread.stop causes it to unlock all of the monitors that it has locked (as a natural consequence of the unchecked ThreadDeath exception propagating up the stack). If any of the objects previously protected by these monitors were in an inconsistent state, the damaged objects become visible to other threads, potentially resulting in arbitrary behavior. Many uses of stop should be replaced by code that simply modifies some variable to indicate that the target thread should stop running. The target thread should check this variable regularly, and return from its run method in an orderly fashion if the variable indicates that it is to stop running. If the target thread waits for long periods (on a condition variable, for example), the interrupt method should be used to interrupt the wait. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
stop() - Method in class java.lang.ThreadGroup
Deprecated. This method is inherently unsafe. See Thread.stop() for details.
stop(Throwable) - Method in class java.lang.Thread
Deprecated. This method is inherently unsafe. See Thread.stop() (with no arguments) for details. An additional danger of this method is that it may be used to generate exceptions that the target thread is unprepared to handle (including checked exceptions that the thread could not possibly throw, were it not for this method). For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
stop0(Object) - Method in class java.lang.Thread
 
stopDispatching() - Method in class java.awt.EventDispatchThread
 
stopListeningForOtherDrags() - Method in class java.awt.LightweightDispatcher
 
stopThreadPermission - Static variable in class java.lang.Thread
 
store(OutputStream, String) - Method in class java.util.Properties
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load method.
str - Variable in class java.util.StringTokenizer
 
str - Variable in class java.io.StringReader
 
STREAM_MAGIC - Static variable in interface java.io.ObjectStreamConstants
 
STREAM_VERSION - Static variable in interface java.io.ObjectStreamConstants
 
StreamCorruptedException - exception java.io.StreamCorruptedException.
Thrown when control information that was read from an object stream violates internal consistency checks.
StreamCorruptedException() - Constructor for class java.io.StreamCorruptedException
Create a StreamCorruptedException and list no reason why thrown.
StreamCorruptedException(String) - Constructor for class java.io.StreamCorruptedException
Create a StreamCorruptedException and list a reason why thrown.
streamDynamicContent(String, UserParameters, PrintWriter) - Method in class edu.utexas.beg.agi.servlet.DynamicHTMLPage
Streams the actual dynamic content for this page.
streamDynamicContent(String, UserParameters, PrintWriter) - Method in class edu.utexas.beg.agi.servlet.page.Step3Page
 
streamDynamicContent(String, UserParameters, PrintWriter) - Method in class edu.utexas.beg.agi.servlet.page.PostStep1Page
 
streamDynamicContent(String, UserParameters, PrintWriter) - Method in class edu.utexas.beg.agi.servlet.page.PostStep2Page
 
streamDynamicContent(String, UserParameters, PrintWriter) - Method in class edu.utexas.beg.agi.servlet.page.Step1Page
Writes the dynamic portion of this page as HTML.
streamDynamicContent(String, UserParameters, PrintWriter) - Method in class edu.utexas.beg.agi.servlet.page.Step2Page
 
streamPage(String, UserParameters, PrintWriter) - Method in class edu.utexas.beg.agi.servlet.DynamicHTMLPage
Streams HTML content to the client browser.
StreamTokenizer - class java.io.StreamTokenizer.
The StreamTokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time.
StreamTokenizer() - Constructor for class java.io.StreamTokenizer
Private constructor that initializes everything except the streams.
StreamTokenizer(InputStream) - Constructor for class java.io.StreamTokenizer
Deprecated. As of JDK version 1.1, the preferred way to tokenize an input stream is to convert it into a character stream, for example:
   Reader r = new BufferedReader(new InputStreamReader(is));
   StreamTokenizer st = new StreamTokenizer(r);
 
StreamTokenizer(Reader) - Constructor for class java.io.StreamTokenizer
Create a tokenizer that parses the given character stream.
strictKeyValueSeparators - Static variable in class java.util.Properties
 
strikethroughOffset - Variable in class java.awt.Font.FontLineMetrics
 
strikethroughThickness - Variable in class java.awt.Font.FontLineMetrics
 
String - class java.lang.String.
The String class represents character strings.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
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
Deprecated. This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the String constructors that take a character-encoding name or that use the platform's default encoding.
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, ByteToCharConverter) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character-encoding converter.
String(byte[], int, int, int) - Constructor for class java.lang.String
Deprecated. This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the String constructors that take a character-encoding name or that use the platform's default encoding.
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(int, int, char[]) - Constructor for class java.lang.String
 
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
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.
StringBuffer - class java.lang.StringBuffer.
A string buffer implements a mutable sequence of characters.
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; in other words, the initial contents of the string buffer is a copy of the argument string.
StringBufferInputStream - class java.io.StringBufferInputStream.
Deprecated. This class does not properly convert characters into bytes. As of JDK 1.1, the preferred way to create a stream from a string is via the StringReader class.
StringBufferInputStream(String) - Constructor for class java.io.StringBufferInputStream
Deprecated. Creates a string input stream to read data from the specified string.
StringIndexOutOfBoundsException - exception java.lang.StringIndexOutOfBoundsException.
Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
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.
StringReader - class java.io.StringReader.
A character stream whose source is a string.
StringReader(String) - Constructor for class java.io.StringReader
Create a new string reader.
StringTokenizer - class java.util.StringTokenizer.
The string tokenizer class allows an application to break a string into tokens.
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.
StringWriter - class java.io.StringWriter.
A character stream that collects its output in a string buffer, which can then be used to construct a string.
StringWriter() - Constructor for class java.io.StringWriter
Create a new string writer, using the default initial string-buffer size.
StringWriter(int) - Constructor for class java.io.StringWriter
Create a new string writer, using the specified initial string-buffer size.
Stroke - interface java.awt.Stroke.
The Stroke interface allows a Graphics2D object to obtain a Shape that is the decorated outline, or stylistic representation of the outline, of the specified Shape.
stub - Variable in class java.applet.Applet
Applets can be serialized but the following conventions MUST be followed: Before Serialization: An applet must be in STOPPED state.
style - Variable in class java.awt.Font
The style of this Font, as passed to the constructor.
sub(FDBigInt) - Method in class java.lang.FDBigInt
 
SUBCLASS_IMPLEMENTATION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable overriding of readObject and writeObject.
SubList - class java.util.SubList.
 
SubList(AbstractList, int, int) - Constructor for class java.util.SubList
 
subList(int, int) - Method in class java.util.AbstractList
Returns a view of the portion of this list between fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.Collections.UnmodifiableList
 
subList(int, int) - Method in class java.util.Collections.SynchronizedList
 
subList(int, int) - Method in class java.util.Vector
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface java.util.List
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.SubList
 
subMap(Object, Object) - Method in class java.util.Collections.UnmodifiableSortedMap
 
subMap(Object, Object) - Method in class java.util.Collections.SynchronizedSortedMap
 
subMap(Object, Object) - Method in class java.util.TreeMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Object, Object) - Method in class java.util.TreeMap.SubMap
 
subMap(Object, Object) - Method in interface java.util.SortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subSet(Object, Object) - Method in class java.util.Collections.UnmodifiableSortedSet
 
subSet(Object, Object) - Method in class java.util.Collections.SynchronizedSortedSet
 
subSet(Object, Object) - Method in class java.util.TreeSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Object, Object) - Method in interface java.util.SortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
SUBSTITUTION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable substitution of one object for another during serialization/deserialization.
substring(int) - Method in class java.lang.StringBuffer
Returns a new String that contains a subsequence of characters currently contained in this StringBuffer.The substring begins at the specified index and extends to the end of the StringBuffer.
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.StringBuffer
Returns a new String that contains a subsequence of characters currently contained in this StringBuffer.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
successor(TreeMap.Entry) - Method in class java.util.TreeMap
Returns the successor of the specified Entry, or null if no such.
suid - Variable in class java.io.ObjectStreamClass
 
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
superBeanInfo - Variable in class java.beans.Introspector
 
superclass - Variable in class java.io.ObjectStreamClass
 
SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
supportsCustomEditor() - Method in class java.beans.PropertyEditorSupport
Determines whether the propertyEditor can provide a custom editor.
supportsCustomEditor() - Method in interface java.beans.PropertyEditor
Determines whether this property editor supports a custom editor.
SURROGATE - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
SURROGATES_AREA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
suspend() - Method in class java.lang.Thread
Deprecated. This method has been deprecated, as it is inherently deadlock-prone. If the target thread holds a lock on the monitor protecting a critical system resource when it is suspended, no thread can access this resource until the target thread is resumed. If the thread that would resume the target thread attempts to lock this monitor prior to calling resume, deadlock results. Such deadlocks typically manifest themselves as "frozen" processes. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
suspend() - Method in class java.lang.ThreadGroup
Deprecated. This method is inherently deadlock-prone. See Thread.suspend() for details.
suspend0() - Method in class java.lang.Thread
 
sval - Variable in class java.io.StreamTokenizer
If the current token is a word token, this field contains a string giving the characters of the word token.
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
Deprecated. replaced by Cursor.SW_RESIZE_CURSOR.
swap(byte[], int, int) - Static method in class java.util.Arrays
Swaps x[a] with x[b].
swap(char[], int, int) - Static method in class java.util.Arrays
Swaps x[a] with x[b].
swap(double[], int, int) - Static method in class java.util.Arrays
Swaps x[a] with x[b].
swap(float[], int, int) - Static method in class java.util.Arrays
Swaps x[a] with x[b].
swap(int[], int, int) - Static method in class java.util.Arrays
Swaps x[a] with x[b].
swap(List, int, int) - Static method in class java.util.Collections
Swaps the two specified elements in the specified list.
swap(long[], int, int) - Static method in class java.util.Arrays
Swaps x[a] with x[b].
swap(Object[], int, int) - Static method in class java.util.Arrays
Swaps x[a] with x[b].
swap(short[], int, int) - Static method in class java.util.Arrays
Swaps x[a] with x[b].
swapPosition(TreeMap.Entry, TreeMap.Entry) - Method in class java.util.TreeMap
Swap the linkages of two nodes in a tree.
swathReferenceSizeSpinner - Variable in class com.jjt.utbeg.Applet1
 
swathUpperLeft - Variable in class com.jjt.utbeg.SwathViewer
 
swathViewer - Variable in class com.jjt.utbeg.Applet1
 
SwathViewer - class com.jjt.utbeg.SwathViewer.
Component for drawing the swath image used in Applet1.
SwathViewer(Applet, String[], UserParameters) - Constructor for class com.jjt.utbeg.SwathViewer
Creates a SwathViewer.
sx - Variable in class java.awt.TexturePaint
 
sy - Variable in class java.awt.TexturePaint
 
sync() - Method in class java.awt.Toolkit
Synchronizes this toolkit's graphics state.
sync() - Method in class java.io.FileDescriptor
Force all system buffers to synchronize with the underlying device.
SyncFailedException - exception java.io.SyncFailedException.
 
SyncFailedException(String) - Constructor for class java.io.SyncFailedException
Constructs an SyncFailedException with a detail message.
synchronizedCollection(Collection) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) collection backed by the specified collection.
synchronizedCollection(Collection, Object) - Static method in class java.util.Collections
 
synchronizedList(List) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) list backed by the specified list.
synchronizedList(List, Object) - Static method in class java.util.Collections
 
synchronizedMap(Map) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) map backed by the specified map.
synchronizedSet(Set) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) set backed by the specified set.
synchronizedSet(Set, Object) - Static method in class java.util.Collections
 
synchronizedSortedMap(SortedMap) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted map backed by the specified sorted map.
synchronizedSortedSet(SortedSet) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted set backed by the specified sorted set.
sys_paths - Static variable in class java.lang.ClassLoader
 
System - class java.lang.System.
The System class contains several useful class fields and methods.
System() - Constructor for class java.lang.System
Don't let anyone instantiate this class
systemBundle - Static variable in class java.awt.Font
 
SystemColor - class java.awt.SystemColor.
A class to encapsulate symbolic colors representing the color of GUI objects on a system.
SystemColor(byte) - Constructor for class java.awt.SystemColor
Create a symbolic color that represents an indexed entry into system color cache.
systemColors - Static variable in class java.awt.SystemColor
 
systemCustomCursorDirPrefix - Static variable in class java.awt.Cursor
 
systemCustomCursorProperties - Static variable in class java.awt.Cursor
 
systemCustomCursorPropertiesFile - Static variable in class java.awt.Cursor
 
systemCustomCursors - Static variable in class java.awt.Cursor
 
systemNativeLibraries - Static variable in class java.lang.ClassLoader
 

T

tab - Variable in class java.awt.CardLayout
 
TAB - Static variable in class java.awt.Event
The Tab key.
table - Variable in class java.util.HashMap
The hash table data.
table - Variable in class java.util.HashMap.HashIterator
 
table - Variable in class java.util.Hashtable
The hash table data.
table - Variable in class java.util.Hashtable.Enumerator
 
table - Variable in class java.beans.FeatureDescriptor
 
tailMap(Object) - Method in class java.util.Collections.UnmodifiableSortedMap
 
tailMap(Object) - Method in class java.util.Collections.SynchronizedSortedMap
 
tailMap(Object) - Method in class java.util.TreeMap
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailMap(Object) - Method in class java.util.TreeMap.SubMap
 
tailMap(Object) - Method in interface java.util.SortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailSet(Object) - Method in class java.util.Collections.UnmodifiableSortedSet
 
tailSet(Object) - Method in class java.util.Collections.SynchronizedSortedSet
 
tailSet(Object) - Method in class java.util.TreeSet
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
tailSet(Object) - Method in interface java.util.SortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
TAIWAN - Static variable in class java.util.Locale
Useful constant for country.
TAMIL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
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.
target - Variable in class java.awt.MediaTracker
A given Component that will be tracked by a media tracker where the image will eventually be drawn.
target - Variable in class java.beans.BeansAppletContext
 
target - Variable in class java.beans.BeansAppletStub
 
target - Variable in class java.lang.Thread
 
targetBeanInfo - Variable in class java.beans.GenericBeanInfo
 
targetLastEntered - Variable in class java.awt.LightweightDispatcher
The last component entered
TC_ARRAY - Static variable in interface java.io.ObjectStreamConstants
new Array
TC_BASE - Static variable in interface java.io.ObjectStreamConstants
First tag value.
TC_BLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
Block of optional data.
TC_BLOCKDATALONG - Static variable in interface java.io.ObjectStreamConstants
long Block data.
TC_CLASS - Static variable in interface java.io.ObjectStreamConstants
Reference to Class.
TC_CLASSDESC - Static variable in interface java.io.ObjectStreamConstants
new Class Descriptor.
TC_ENDBLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
End of optional block data blocks for an object.
TC_EXCEPTION - Static variable in interface java.io.ObjectStreamConstants
Exception during write.
TC_MAX - Static variable in interface java.io.ObjectStreamConstants
Last tag value.
TC_NULL - Static variable in interface java.io.ObjectStreamConstants
Null object reference.
TC_OBJECT - Static variable in interface java.io.ObjectStreamConstants
new Object
TC_REFERENCE - Static variable in interface java.io.ObjectStreamConstants
Reference to an object already written into the stream.
TC_RESET - Static variable in interface java.io.ObjectStreamConstants
Reset stream context.
TC_STRING - Static variable in interface java.io.ObjectStreamConstants
new String
tearOff - Variable in class java.awt.Menu
This field indicates whether the menu has the tear of property or not.
TELUGU - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
tempHeight - Variable in class java.awt.GridBagConstraints
Temporary place holder for the Height of the component.
temporary - Variable in class java.awt.event.FocusEvent
A focus event can have two different levels, permanent and temporary.
tempWidth - Variable in class java.awt.GridBagConstraints
Temporary place holder for the Width of the component.
tempX - Variable in class java.awt.GridBagConstraints
Temporary place holder for the x coordinate.
tempY - Variable in class java.awt.GridBagConstraints
Temporary place holder for the y coordinate.
testColorValueRange(float, float, float, float) - Static method in class java.awt.Color
Checks the color float components supplied for validity.
testColorValueRange(int, int, int, int) - Static method in class java.awt.Color
Checks the color integer components supplied for validity.
text - Variable in class java.awt.TextComponent
The value of the text.
text - Static variable in class java.awt.SystemColor
The background color for text components.
text - Variable in class java.awt.Label
The text of this label.
text - Variable in class java.awt.event.InputMethodEvent
 
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
Deprecated. replaced by Cursor.TEXT_CURSOR.
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
The first number in the range of ids used for text events.
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
The last number in the range of ids used for text events.
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
This event id indicates that object's text changed.
TextArea - class java.awt.TextArea.
A TextArea object is a multi-line region that displays text.
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 text area 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.
TextComponent - class java.awt.TextComponent.
The TextComponent class is the superclass of any component that allows the editing of some text.
TextComponent(String) - Constructor for class java.awt.TextComponent
Constructs a new text component initialized with the specified text.
textComponentSerializedDataVersion - Variable in class java.awt.TextComponent
The textComponent SerializedDataVersion.
TextEvent - class java.awt.event.TextEvent.
A semantic event which indicates that an object's text changed.
TextEvent(Object, int) - Constructor for class java.awt.event.TextEvent
Constructs a TextEvent object.
TextField - class java.awt.TextField.
A TextField object is a text component that allows for the editing of a single line of text.
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 columns.
textFieldSerializedDataVersion - Variable in class java.awt.TextField
The textField Serialized Data Version.
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
 
TextListener - interface java.awt.event.TextListener.
The listener interface for receiving text events.
textListenerK - Static variable in class java.awt.Component
 
textOut - Variable in class java.io.PrintStream
Track both the text- and character-output streams, so that their buffers can be flushed without flushing the entire stream.
textText - Static variable in class java.awt.SystemColor
The text color for text components.
TexturePaint - class java.awt.TexturePaint.
The TexturePaint class provides a way to fill a Shape with a texture that is specified as a BufferedImage.
TexturePaint(BufferedImage, Rectangle2D) - Constructor for class java.awt.TexturePaint
Constructs a TexturePaint object.
TexturePaintContext - class java.awt.TexturePaintContext.
 
TexturePaintContext.Any - class java.awt.TexturePaintContext.Any.
 
TexturePaintContext.Any(WritableRaster, ColorModel, AffineTransform, int) - Constructor for class java.awt.TexturePaintContext.Any
 
TexturePaintContext.Byte - class java.awt.TexturePaintContext.Byte.
 
TexturePaintContext.Byte(ByteInterleavedRaster, ColorModel, AffineTransform, int) - Constructor for class java.awt.TexturePaintContext.Byte
 
TexturePaintContext.Int - class java.awt.TexturePaintContext.Int.
 
TexturePaintContext.Int(IntegerInterleavedRaster, ColorModel, AffineTransform, int) - Constructor for class java.awt.TexturePaintContext.Int
 
TexturePaintContext(ColorModel, AffineTransform, int, int, int) - Constructor for class java.awt.TexturePaintContext
 
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.
THAI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
theContext - Variable in class java.awt.Color
 
theQueue - Variable in class java.awt.EventDispatchThread
 
Thread - class java.lang.Thread.
A thread is a thread of execution in a program.
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 - error java.lang.ThreadDeath.
An instance of ThreadDeath is thrown in the victim thread when the stop method with zero arguments in class Thread is called.
ThreadDeath() - Constructor for class java.lang.ThreadDeath
 
ThreadGroup - class java.lang.ThreadGroup.
A thread group represents a set of threads.
ThreadGroup() - Constructor for class java.lang.ThreadGroup
Creates an empty Thread group that is not in any Thread group.
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.
threadGroupPermission - Static variable in class java.lang.SecurityManager
 
threadInitNumber - Static variable in class java.awt.EventQueue
 
threadInitNumber - Static variable in class java.lang.Thread
 
ThreadLocal - class java.lang.ThreadLocal.
This class provides ThreadLocal variables.
ThreadLocal.Entry - class java.lang.ThreadLocal.Entry.
The value associated with a (ThreadLocal, Thread) pair.
ThreadLocal.Entry(Object) - Constructor for class java.lang.ThreadLocal.Entry
 
ThreadLocal() - Constructor for class java.lang.ThreadLocal
Creates a ThreadLocal variable.
threadPermission - Static variable in class java.lang.SecurityManager
 
threadQ - Variable in class java.lang.Thread
 
threads - Variable in class java.lang.ThreadGroup
 
threshold - Variable in class java.util.HashMap
The table is rehashed when its size exceeds this threshold.
threshold - Variable in class java.util.Hashtable
The table is rehashed when its size exceeds this threshold.
Throwable - class java.lang.Throwable.
The Throwable class is the superclass of all errors and exceptions in the Java language.
Throwable() - Constructor for class java.lang.Throwable
Constructs a new Throwable with null as its error message string.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified error message.
throwsException(Method, Class) - Method in class java.beans.Introspector
Return true iff the given method throws the given exception.
THURSDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Thursday.
TIBETAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
time - Variable in class java.util.Calendar
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.
timeToFields(long, boolean) - Method in class java.util.GregorianCalendar
Convert the time as milliseconds to the date fields.
TimeZone - class java.util.TimeZone.
TimeZone represents a time zone offset, and also figures out daylight savings.
TimeZone() - Constructor for class java.util.TimeZone
Sole constructor.
TimeZoneData - class java.util.TimeZoneData.
Encapsulates data for international timezones.
TimeZoneData() - Constructor for class java.util.TimeZoneData
 
tiny10pow - Static variable in class java.lang.FloatingDecimal
 
title - Variable in class java.awt.Frame
This is the title of the frame.
title - Variable in class java.awt.Dialog
Specifies the title of the Dialog.
TITLECASE_LETTER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
tmpdir - Static variable in class java.io.File
 
tmpFileLock - Static variable in class java.io.File
 
toArray() - Method in class java.util.AbstractCollection
Returns an array containing all of the elements in this collection.
toArray() - Method in interface java.util.Set
Returns an array containing all of the elements in this set.
toArray() - Method in class java.util.Collections.UnmodifiableCollection
 
toArray() - Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet
 
toArray() - Method in class java.util.Collections.SynchronizedCollection
 
toArray() - Method in class java.util.Vector
Returns an array containing all of the elements in this Vector in the correct order.
toArray() - Method in class java.util.LinkedList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class java.util.Arrays.ArrayList
 
toArray() - Method in interface java.util.Collection
Returns an array containing all of the elements in this collection.
toArray() - Method in interface java.util.List
Returns an array containing all of the elements in this list in proper sequence.
toArray() - Method in class java.util.ArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray(Object[]) - Method in class java.util.AbstractCollection
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray(Object[]) - Method in interface java.util.Set
Returns an array containing all of the elements in this set whose runtime type is that of the specified array.
toArray(Object[]) - Method in class java.util.Collections.UnmodifiableCollection
 
toArray(Object[]) - Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet
 
toArray(Object[]) - Method in class java.util.Collections.SynchronizedCollection
 
toArray(Object[]) - Method in class java.util.Vector
Returns an array containing all of the elements in this Vector in the correct order.
toArray(Object[]) - Method in class java.util.LinkedList
Returns an array containing all of the elements in this list in the correct order.
toArray(Object[]) - Method in interface java.util.Collection
Returns an array containing all of the elements in this collection whose runtime type is that of the specified array.
toArray(Object[]) - Method in interface java.util.List
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - Method in class java.util.ArrayList
Returns an array containing all of the elements in this list in the correct order.
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(String) - Static method in class java.lang.Boolean
 
toByteArray() - Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toCharArray() - Method in class java.io.CharArrayWriter
Returns a copy of the input data.
toCharArray() - Method in class java.lang.String
Converts this string to a new character array.
toDegrees(double) - Static method in class java.lang.Math
Converts an angle measured in radians to the equivalent angle measured in degrees.
toEnd - Variable in class java.util.TreeMap.SubMap
fromKey is significant only if fromStart is false.
toFront() - Method in class java.awt.Window
Brings this window to the front.
toGMTString() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.format(Date date), using a GMT TimeZone.
toHex(int) - Static method in class java.util.Properties
Convert a nibble to a hex character
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.
toJavaFormatString() - Method in class java.lang.FloatingDecimal
 
toKey - Variable in class java.util.TreeMap.SubMap
 
toLocaleString() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.format(Date date).
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case using the rules of the default locale, which is returned by Locale.getDefault.
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.
toLowerCase(String) - Method in class java.util.Locale
 
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 - Static variable in class java.awt.Toolkit
The default toolkit.
Toolkit - class java.awt.Toolkit.
This class is the abstract superclass of all actual implementations of the Abstract Window Toolkit.
Toolkit.SelectiveAWTEventListener - class java.awt.Toolkit.SelectiveAWTEventListener.
 
Toolkit.SelectiveAWTEventListener(Toolkit, AWTEventListener, long) - Constructor for class java.awt.Toolkit.SelectiveAWTEventListener
 
Toolkit.ToolkitEventMulticaster - class java.awt.Toolkit.ToolkitEventMulticaster.
 
Toolkit.ToolkitEventMulticaster(AWTEventListener, AWTEventListener) - Constructor for class java.awt.Toolkit.ToolkitEventMulticaster
 
Toolkit() - Constructor for class java.awt.Toolkit
 
TooManyListenersException - exception java.util.TooManyListenersException.
The TooManyListenersException Exception is used as part of the Java Event model to annotate and implement a unicast special case of a multicast Event Source.
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_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY().
topLevelWindowPermission - Static variable in class java.lang.SecurityManager
 
toRadians(double) - Static method in class java.lang.Math
Converts an angle measured in degrees to the equivalent angle measured in radians.
toString() - Method in class java.awt.Component
Returns a string representation of this component and its values.
toString() - Method in class java.awt.CardLayout
Returns a string representation of the state of this card layout.
toString() - Method in class java.awt.Cursor
Returns a string representation of this cursor.
toString() - Method in class java.awt.Dimension
Returns a string representation of the values of this Dimension object's height and width fields.
toString() - Method in class java.awt.Event
Returns a representation of this event's values as a string.
toString() - Method in class java.awt.MenuComponent
Returns a representation of this menu component as a string.
toString() - Method in class java.awt.Point
Returns a string representation of this point and its location in the (xy) coordinate space.
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.awt.Graphics
Returns a String object representing this Graphics object's value.
toString() - Method in class java.awt.GridLayout
Returns the string representation of this grid layout's values.
toString() - Method in class java.awt.RenderingHints
Returns a rather long string representation of the hashmap which contains the mappings of keys to values for this RenderingHints object.
toString() - Method in class java.awt.Color
Returns a string representation of this color.
toString() - Method in class java.awt.SystemColor
Returns the String representation of this Color's values.
toString() - Method in class java.awt.MenuShortcut
Returns an internationalized description of the MenuShortcut.
toString() - Method in class java.awt.Insets
Returns a string representation of this Insets object.
toString() - Method in class java.awt.ScrollPaneAdjustable
 
toString() - Method in class java.awt.AWTEvent
 
toString() - Method in class java.awt.FontMetrics
Returns a representation of this FontMetrics object's values as a String.
toString() - Method in class java.awt.Rectangle
Returns a String representing this Rectangle and its values.
toString() - Method in class java.awt.GridBagLayout
Returns a string representation of this grid bag layout's values.
toString() - Method in class java.awt.Font
Converts this Font object to a String representation.
toString() - Method in class java.awt.FlowLayout
Returns a string representation of this FlowLayout object and its values.
toString() - Method in class java.awt.BorderLayout
Returns a string representation of the state of this border layout.
toString() - Method in class java.util.EventObject
Returns a String representation of this EventObject.
toString() - Method in class java.util.AbstractMap
Returns a string representation of this map.
toString() - Method in class java.util.AbstractCollection
Returns a string representation of this collection.
toString() - Method in class java.util.HashMap.Entry
 
toString() - Method in class java.util.Calendar
Return a string representation of this calendar.
toString() - Method in class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry
 
toString() - Method in class java.util.Vector
Returns a string representation of this Vector, containing the String representation of each element.
toString() - Method in class java.util.SimpleTimeZone
Return a string representation of this time zone.
toString() - Method in class java.util.BitSet
Returns a string representation of this bit set.
toString() - Method in class java.util.Hashtable
Returns a string representation of this Hashtable object in the form of a set of entries, enclosed in braces and separated by the ASCII characters "" (comma and space).
toString() - Method in class java.util.Hashtable.Entry
 
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.util.Date
Converts this Date object to a String of the form: dow mon dd hh:mm:ss zzz yyyy where: dow is the day of the week (Sun, Mon, Tue, Wed, Thu, Fri, Sat).
toString() - Method in class java.util.TreeMap.Entry
 
toString() - Method in class java.io.StreamTokenizer
Returns the string representation of the current stream token.
toString() - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
toString() - Method in class java.io.ObjectStreamField
Return a string that describes this field.
toString() - Method in class java.io.ObjectStreamClass
Return a string describing this ObjectStreamClass.
toString() - Method in class java.io.File
Returns the pathname string of this abstract pathname.
toString() - Method in class java.io.CharArrayWriter
Converts input data to a string.
toString() - Method in class java.io.StringWriter
Return the buffer's current value as a string.
toString() - Method in class java.lang.Object
Returns a string representation of the object.
toString() - Method in class java.lang.Throwable
Returns a short description of this throwable object.
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.Byte
Returns a String object representing this Byte's value.
toString() - Method in class java.lang.Class
Converts the object to a string.
toString() - Method in class java.lang.FloatingDecimal
 
toString() - Method in class java.lang.FDBigInt
 
toString() - Method in class java.lang.Character
Returns a String object representing this character's value.
toString() - Method in class java.lang.Character.Subset
Returns the name of this subset.
toString() - Method in class java.lang.Short
Returns a String object representing this Short's value.
toString() - Method in class java.lang.Double
Returns a String representation of this Double object.
toString() - Method in class java.lang.Long
Returns a String object representing this Long's value.
toString() - Method in class java.lang.Float
Returns a String representation of this Float object.
toString() - Method in class java.lang.ThreadGroup
Returns a string representation of this Thread group.
toString() - Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString() - Method in class java.lang.Package
Returns the string representation of this Package.
toString() - Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
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) - Method in class java.io.ByteArrayOutputStream
Deprecated. This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the toString(String enc) method, which takes an encoding-name argument, or the toString() method, which uses the platform's default character encoding.
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(short) - Static method in class java.lang.Short
Returns a new String object representing the specified Short.
toString(String) - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string, translating bytes into characters according to the specified character encoding.
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.
toUnsignedString(int, int) - Static method in class java.lang.Integer
Convert the integer to an unsigned number.
toUnsignedString(long, int) - Static method in class java.lang.Long
Convert the integer to an unsigned number.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case using the rules of the default locale, which is returned by Locale.getDefault.
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.
toUpperCase(String) - Method in class java.util.Locale
 
toURL() - Method in class java.io.File
Converts this abstract pathname into a file: URL.
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.
tracker - Variable in class java.awt.MediaEntry
 
trackMouseEnterExit(Component, MouseEvent) - Method in class java.awt.LightweightDispatcher
 
TRADITIONAL_CHINESE - Static variable in class java.util.Locale
Useful constant for language.
TRAILING - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be justified to the leading edge of the container's orientation, e.g.
transferFocus() - Method in class java.awt.Component
Transfers the focus to the next component.
transferFocus(Component) - Method in class java.awt.Container
 
transferFocus(Component) - Method in class java.awt.Window
 
transform - Variable in class java.awt.Polygon.PolygonPathIterator
 
transform(AffineTransform) - Method in class java.awt.Graphics2D
Composes an AffineTransform object with the Transform in this Graphics2D according to the rule last-specified-first-applied.
translate(double, double) - Method in class java.awt.Graphics2D
Concatenates the current Graphics2D Transform with a translation transform.
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.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.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.Polygon
Translates the vertices of the Polygon by deltaX along the x axis and by deltaY along the y axis.
translate(int, int) - Method in class java.awt.Graphics2D
Translates the origin of the Graphics2D context to the point (xy) in the current coordinate system.
translate(int, int) - Method in class java.awt.Rectangle
Translates this 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 event's coordinates to a new position by adding specified x (horizontal) and y (veritcal) offsets.
TRANSLUCENT - Static variable in interface java.awt.Transparency
Represents image data that contains or might contain arbitrary alpha values between and including 0.0 and 1.0.
Transparency - interface java.awt.Transparency.
The Transparency interface defines the common transparency modes for implementing classes.
TreeMap - class java.util.TreeMap.
Red-Black tree based implementation of the SortedMap interface.
TreeMap.Entry - class java.util.TreeMap.Entry.
Node in the Tree.
TreeMap.Entry(Object, Object, TreeMap.Entry) - Constructor for class java.util.TreeMap.Entry
Make a new cell with given key, value, and parent, and with null child links, and BLACK color.
TreeMap.Iterator - class java.util.TreeMap.Iterator.
TreeMap Iterator.
TreeMap.Iterator(TreeMap, int) - Constructor for class java.util.TreeMap.Iterator
 
TreeMap.Iterator(TreeMap, TreeMap.Entry, TreeMap.Entry) - Constructor for class java.util.TreeMap.Iterator
 
TreeMap.SubMap - class java.util.TreeMap.SubMap.
 
TreeMap.SubMap.EntrySetView - class java.util.TreeMap.SubMap.EntrySetView.
 
TreeMap.SubMap.EntrySetView(TreeMap.SubMap) - Constructor for class java.util.TreeMap.SubMap.EntrySetView
 
TreeMap.SubMap(TreeMap, boolean, Object, boolean, Object) - Constructor for class java.util.TreeMap.SubMap
 
TreeMap.SubMap(TreeMap, Object, boolean) - Constructor for class java.util.TreeMap.SubMap
 
TreeMap.SubMap(TreeMap, Object, Object) - Constructor for class java.util.TreeMap.SubMap
 
TreeMap() - Constructor for class java.util.TreeMap
Constructs a new, empty map, sorted according to the keys' natural order.
TreeMap(Comparator) - Constructor for class java.util.TreeMap
Constructs a new, empty map, sorted according to the given comparator.
TreeMap(Map) - Constructor for class java.util.TreeMap
Constructs a new map containing the same mappings as the given map, sorted according to the keys' natural order.
TreeMap(SortedMap) - Constructor for class java.util.TreeMap
Constructs a new map containing the same mappings as the given SortedMap, sorted according to the same ordering.
TreeSet - class java.util.TreeSet.
This class implements the Set interface, backed by a TreeMap instance.
TreeSet() - Constructor for class java.util.TreeSet
Constructs a new, empty set, sorted according to the elements' natural order.
TreeSet(Collection) - Constructor for class java.util.TreeSet
Constructs a new set containing the elements in the specified collection, sorted according to the elements' natural order.
TreeSet(Comparator) - Constructor for class java.util.TreeSet
Constructs a new, empty set, sorted according to the given comparator.
TreeSet(SortedMap) - Constructor for class java.util.TreeSet
Constructs a set backed by the given sorted map.
TreeSet(SortedSet) - Constructor for class java.util.TreeSet
Constructs a new set containing the same elements as the given sorted set, sorted according to the same ordering.
trim() - Method in class java.lang.String
Removes white space from both ends of this string.
trimToSize() - Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
trimToSize() - Method in class java.util.ArrayList
Trims the capacity of this ArrayList instance to be the list's current size.
trouble - Variable in class java.io.PrintWriter
 
trouble - Variable in class java.io.PrintStream
 
TRUE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
TT_EOF - Static variable in class java.io.StreamTokenizer
A constant indicating that the end of the stream has been read.
TT_EOL - Static variable in class java.io.StreamTokenizer
A constant indicating that the end of the line has been read.
TT_NOTHING - Static variable in class java.io.StreamTokenizer
 
TT_NUMBER - Static variable in class java.io.StreamTokenizer
A constant indicating that a number token has been read.
TT_WORD - Static variable in class java.io.StreamTokenizer
A constant indicating that a word token has been read.
ttb - Static variable in class java.util.Date
 
ttype - Variable in class java.io.StreamTokenizer
After a call to the nextToken method, this field contains the type of the token just read.
TUESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Tuesday.
tx - Variable in class java.awt.TexturePaint
 
ty - Variable in class java.awt.TexturePaint
 
type - Variable in class java.awt.Cursor
The chosen cursor type intially set to the DEFAULT_CURSOR.
type - Variable in class java.util.HashMap.HashIterator
 
type - Variable in class java.util.Hashtable.Enumerator
 
type - Variable in class java.util.TreeMap.Iterator
 
type - Variable in class java.io.ObjectStreamField
 
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.Short
The Class object representing the primitive type short.
TYPE - Static variable in class java.lang.Double
The Class object representing the primitive type double.
TYPE - Static variable in class java.lang.Long
The Class object representing the primitive type long.
TYPE - Static variable in class java.lang.Float
The Class object representing the primitive type float.
TYPE - Static variable in class java.lang.Void
The Class object representing the primitive Java type void.
TYPE - Static variable in class java.lang.Integer
The Class object representing the primitive type int.
TYPE - Static variable in class java.lang.Boolean
The Class object representing the primitive type boolean.
TYPE_IMAGE_BUFFER - Static variable in class java.awt.GraphicsDevice
Device is an image buffer.
TYPE_PRINTER - Static variable in class java.awt.GraphicsDevice
Device is a printer.
TYPE_RASTER_SCREEN - Static variable in class java.awt.GraphicsDevice
Device is a raster screen.
typeEquals(ObjectStreamClass) - Method in class java.io.ObjectStreamClass
 
typeEquals(ObjectStreamField) - Method in class java.io.ObjectStreamField
Compare the type of this ObjectStreamField with other.
typeString - Variable in class java.io.ObjectStreamField
 

U

UK - Static variable in class java.util.Locale
Useful constant for country.
ulp(double, boolean) - Static method in class java.lang.FloatingDecimal
 
UNASSIGNED - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
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
Value of the MONTH field indicating the thirteenth month of the year.
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.
underlineOffset - Variable in class java.awt.Font.FontLineMetrics
 
underlineThickness - Variable in class java.awt.Font.FontLineMetrics
 
unicast - Variable in class java.beans.EventSetDescriptor
 
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.
unitIncrement - Variable in class java.awt.ScrollPaneAdjustable
 
unitIndex(int) - Static method in class java.util.BitSet
Given a bit index return unit index containing it.
unitsInUse - Variable in class java.util.BitSet
 
UNK_BIT - Static variable in class java.awt.ComponentOrientation
 
UNKNOWN - Static variable in class java.awt.ComponentOrientation
Indicates that a component's orientation has not been set.
UnknownError - error java.lang.UnknownError.
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
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.
unload() - Method in class java.lang.ClassLoader.NativeLibrary
 
UNMARKED - Static variable in class java.io.BufferedReader
 
unmodifiableCollection(Collection) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified collection.
unmodifiableList(List) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified list.
unmodifiableMap(Map) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified map.
unmodifiableSet(Set) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified set.
unmodifiableSortedMap(SortedMap) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted map.
unmodifiableSortedSet(SortedSet) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted set.
UNNECESSARY - Static variable in class java.awt.GraphicsConfigTemplate
Value used for "Enum" (Integer) type.
unpackRules(byte[]) - Method in class java.util.SimpleTimeZone
Given an array of bytes produced by packRules, interpret them as the start and end rules.
unread(byte[]) - Method in class java.io.PushbackInputStream
Pushes back an array of bytes by copying it to the front of the pushback buffer.
unread(byte[], int, int) - Method in class java.io.PushbackInputStream
Pushes back a portion of an array of bytes by copying it to the front of the pushback buffer.
unread(char[]) - Method in class java.io.PushbackReader
Push back an array of characters by copying it to the front of the pushback buffer.
unread(char[], int, int) - Method in class java.io.PushbackReader
Push back a portion of an array of characters by copying it to the front of the pushback buffer.
unread(int) - Method in class java.io.PushbackInputStream
Pushes back a byte by copying it to the front of the pushback buffer.
unread(int) - Method in class java.io.PushbackReader
Push back a single character.
UnsatisfiedLinkError - error java.lang.UnsatisfiedLinkError.
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
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.
UNSET - Static variable in class java.util.Calendar
 
UnsupportedClassVersionError - error java.lang.UnsupportedClassVersionError.
Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
UnsupportedClassVersionError() - Constructor for class java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with no detail message.
UnsupportedClassVersionError(String) - Constructor for class java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with the specified detail message.
UnsupportedEncodingException - exception java.io.UnsupportedEncodingException.
The Character Encoding is not supported
UnsupportedEncodingException() - Constructor for class java.io.UnsupportedEncodingException
no detailed message
UnsupportedEncodingException(String) - Constructor for class java.io.UnsupportedEncodingException
detailed message
UnsupportedOperationException - exception java.lang.UnsupportedOperationException.
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException() - Constructor for class java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String) - Constructor for class java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException 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.
updateBounds(int, int) - Method in class java.awt.Polygon
 
updateRect - Variable in class java.awt.event.PaintEvent
This is the rectangle that represents the area on the source component that requires a repaint.
updateSystemColors() - Static method in class java.awt.SystemColor
called from & toolkit to update the above systemColors cache
updateTime() - Method in class java.util.Calendar
Recompute the time and update the status fields isTimeSet and areFieldsSet.
UPPERCASE_LETTER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
urls - Static variable in class java.lang.Package
 
US - Static variable in class java.util.Locale
Useful constant for country.
USE_ALL_BEANINFO - Static variable in class java.beans.Introspector
 
useDaylight - Variable in class java.util.SimpleTimeZone
A boolean value which is true if and only if this zone uses daylight savings time.
useDaylightTime() - Method in class java.util.TimeZone
Queries if this time zone uses daylight savings time.
useDaylightTime() - Method in class java.util.SimpleTimeZone
Overrides TimeZone Queries if this time zone uses Daylight Savings Time.
useDeprecatedExternalizableFormat - Variable in class java.io.ObjectOutputStream
 
useProtocolVersion(int) - Method in class java.io.ObjectOutputStream
Specify stream protocol version to use when writing the stream. This routine provides a hook to enable the current version of Serialization to write in a format that is backwards compatible to a previous version of the stream format. Every effort will be made to avoid introducing additional backwards incompatibilities; however, sometimes there is no other alternative.
useProxy(FastPathProducer) - Method in class java.awt.BasicStroke.FillAdapter
 
UserParameters - class com.jjt.utbeg.UserParameters.
A persistent-capable Collection object for storing and retrieving parameters that a user sets across all exercise Applets.
UserParameters() - Constructor for class com.jjt.utbeg.UserParameters
Creates a UserParameters Object with no parameters defined.
UserParameters(boolean) - Constructor for class com.jjt.utbeg.UserParameters
Test constructor for creating a UserParameters Object with some initial test parameters defined.
usesShift - Variable in class java.awt.MenuShortcut
Indicates whether the shft key was pressed.
usesShiftModifier() - Method in class java.awt.MenuShortcut
Return whether this MenuShortcut must be invoked using the SHIFT key.
usr_paths - Static variable in class java.lang.ClassLoader
 
UTC(int, int, int, int, int, int) - Static method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min, sec) or GregorianCalendar(year + 1900, month, date, hrs, min, sec), using a UTC TimeZone, followed by Calendar.getTime().getTime().
utcCal - Static variable in class java.util.Date
 
UTFDataFormatException - exception java.io.UTFDataFormatException.
Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.

V

vAdjustable - Variable in class java.awt.ScrollPane
An adjustable Vertical Scrollbar.
valEquals(Object, Object) - Static method in class java.util.WeakHashMap.Entry
 
valEquals(Object, Object) - Static method in class java.util.TreeMap
Test two values for equality.
valid - Variable in class java.awt.Component
True when the object is valid.
valid() - Method in class java.io.FileDescriptor
Tests if this file descriptor object is valid.
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.
validateFields() - Method in class java.util.GregorianCalendar
Validates the values of the set time fields.
validateLocalClass(Class) - Method in class java.io.ObjectStreamClass
 
validateObject() - Method in interface java.io.ObjectInputValidation
Validates the object
validateParameters(UserParameters, Vector) - Method in class edu.utexas.beg.agi.servlet.ParameterValidator
 
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).
ValidationCallback - class java.io.ValidationCallback.
 
ValidationCallback(ObjectInputValidation, int) - Constructor for class java.io.ValidationCallback
 
validator - Variable in class edu.utexas.beg.agi.AGIServlet
Helper Object for validating parameters when validation is needed.
value - Variable in class java.awt.Color
The color value.
value - Variable in class java.awt.ScrollPaneAdjustable
 
value - Variable in class java.awt.Scrollbar
The value of the Scrollbar.
value - Variable in class java.awt.event.AdjustmentEvent
value will contain the new value of the adjustable object.
value - Variable in class java.util.HashMap.Entry
 
value - Variable in class java.util.Hashtable.Entry
 
value - Variable in class java.util.TreeMap.Entry
 
value - Variable in class java.beans.PropertyEditorSupport
 
value - Variable in class java.lang.Byte
The value of the Byte.
value - Variable in class java.lang.Character
The value of the Character.
value - Variable in class java.lang.Short
The value of the Short.
value - Variable in class java.lang.Double
The value of the Double.
value - Variable in class java.lang.Long
The value of the Long.
value - Variable in class java.lang.Float
The value of the Float.
value - Variable in class java.lang.ThreadLocal.Entry
 
value - Variable in class java.lang.StringBuffer
The value is used for character storage.
value - Variable in class java.lang.String
The value is used for character storage.
value - Variable in class java.lang.Integer
The value of the Integer.
value - Variable in class java.lang.Boolean
The value of the Boolean.
VALUE_ALPHA_INTERPOLATION_DEFAULT - Static variable in class java.awt.RenderingHints
Alpha interpolation hint value -- ALPHA_INTERPOLATION_DEFAULT
VALUE_ALPHA_INTERPOLATION_QUALITY - Static variable in class java.awt.RenderingHints
Alpha interpolation hint value -- ALPHA_INTERPOLATION_QUALITY
VALUE_ALPHA_INTERPOLATION_SPEED - Static variable in class java.awt.RenderingHints
Alpha interpolation hint value -- ALPHA_INTERPOLATION_SPEED
VALUE_ANTIALIAS_DEFAULT - Static variable in class java.awt.RenderingHints
Antialiasing hint values -- rendering is done with the platform default antialiasing mode.
VALUE_ANTIALIAS_OFF - Static variable in class java.awt.RenderingHints
Antialiasing hint values -- rendering is done without antialiasing
VALUE_ANTIALIAS_ON - Static variable in class java.awt.RenderingHints
Antialiasing hint values -- rendering is done with antialiasing
VALUE_COLOR_RENDER_DEFAULT - Static variable in class java.awt.RenderingHints
Color rendering hint value -- COLOR_RENDER_DEFAULT
VALUE_COLOR_RENDER_QUALITY - Static variable in class java.awt.RenderingHints
Color rendering hint value -- COLOR_RENDER_QUALITY
VALUE_COLOR_RENDER_SPEED - Static variable in class java.awt.RenderingHints
Color rendering hint value -- COLOR_RENDER_SPEED
VALUE_DITHER_DEFAULT - Static variable in class java.awt.RenderingHints
Dithering hint values -- use the platform default for dithering
VALUE_DITHER_DISABLE - Static variable in class java.awt.RenderingHints
Dithering hint values -- do not dither when rendering
VALUE_DITHER_ENABLE - Static variable in class java.awt.RenderingHints
Dithering hint values -- dither when rendering, if needed
VALUE_FRACTIONALMETRICS_DEFAULT - Static variable in class java.awt.RenderingHints
Font fractional metrics hint values -- use the platform default for fractional metrics
VALUE_FRACTIONALMETRICS_OFF - Static variable in class java.awt.RenderingHints
Font fractional metrics hint values -- fractional metrics disabled
VALUE_FRACTIONALMETRICS_ON - Static variable in class java.awt.RenderingHints
Font fractional metrics hint values -- fractional metrics enabled
VALUE_INTERPOLATION_BICUBIC - Static variable in class java.awt.RenderingHints
Interpolation hint value -- INTERPOLATION_BICUBIC
VALUE_INTERPOLATION_BILINEAR - Static variable in class java.awt.RenderingHints
Interpolation hint value -- INTERPOLATION_BILINEAR
VALUE_INTERPOLATION_NEAREST_NEIGHBOR - Static variable in class java.awt.RenderingHints
Interpolation hint value -- INTERPOLATION_NEAREST_NEIGHBOR
VALUE_RENDER_DEFAULT - Static variable in class java.awt.RenderingHints
Rendering hint values -- The platform default rendering algorithms are chosen.
VALUE_RENDER_QUALITY - Static variable in class java.awt.RenderingHints
Rendering hint values -- Appropriate rendering algorithms are chosen with a preference for output quality.
VALUE_RENDER_SPEED - Static variable in class java.awt.RenderingHints
Rendering hint values -- Appropriate rendering algorithms are chosen with a preference for output speed.
VALUE_TEXT_ANTIALIAS_DEFAULT - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- text rendering is done using the platform default text antialiasing mode.
VALUE_TEXT_ANTIALIAS_OFF - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- text rendering is done without antialiasing
VALUE_TEXT_ANTIALIAS_ON - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- text rendering is done with antialiasing
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.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.Short
Assuming the specified String represents a short, returns a new Short object initialized to that value.
valueOf(String) - Static method in class java.lang.Double
Returns a new Double object initialized to the value represented by 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.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.Boolean
Returns the boolean value represented by the specified String.
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.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.Long
Returns a new long object initialized to the value of the specified String.
valueOf(String, int) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
values - Variable in class java.util.AbstractMap
 
values - Variable in class java.util.HashMap
 
values - Variable in class java.util.Collections.UnmodifiableMap
 
values - Variable in class java.util.Collections.SynchronizedMap
 
values - Variable in class java.util.Hashtable
 
values - Variable in class java.util.TreeMap
 
values - Variable in class java.lang.Thread
 
VALUES - Static variable in class java.util.HashMap
 
VALUES - Static variable in class java.util.Hashtable
 
VALUES - Static variable in class java.util.TreeMap
 
values() - Method in class java.awt.RenderingHints
Returns a Collection view of the values contained in this RenderinHints.
values() - Method in class java.util.AbstractMap
Returns a collection view of the values contained in this map.
values() - Method in class java.util.HashMap
Returns a collection view of the values contained in this map.
values() - Method in class java.util.Collections.UnmodifiableMap
 
values() - Method in class java.util.Collections.SynchronizedMap
 
values() - Method in interface java.util.Map
Returns a collection view of the values contained in this map.
values() - Method in class java.util.Hashtable
Returns a Collection view of the values contained in this Hashtable.
values() - Method in class java.util.TreeMap
Returns a collection view of the values contained in this map.
valueSearchNonNull(TreeMap.Entry, Object) - Method in class java.util.TreeMap
 
valueSearchNull(TreeMap.Entry) - Method in class java.util.TreeMap
 
variant - Variable in class java.util.Locale
 
vecswap(byte[], int, int, int) - Static method in class java.util.Arrays
Swaps x[a ..
vecswap(char[], int, int, int) - Static method in class java.util.Arrays
Swaps x[a ..
vecswap(double[], int, int, int) - Static method in class java.util.Arrays
Swaps x[a ..
vecswap(float[], int, int, int) - Static method in class java.util.Arrays
Swaps x[a ..
vecswap(int[], int, int, int) - Static method in class java.util.Arrays
Swaps x[a ..
vecswap(long[], int, int, int) - Static method in class java.util.Arrays
Swaps x[a ..
vecswap(short[], int, int, int) - Static method in class java.util.Arrays
Swaps x[a ..
Vector - class java.util.Vector.
The Vector class implements a growable array of objects.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector so that its internal data array has size 10 and its standard capacity increment is zero.
Vector(Collection) - Constructor for class java.util.Vector
Constructs a vector containing the elements of the specified collection, in the order they are returned by the collection's iterator.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and with its capacity increment equal to zero.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
VerifyError - error java.lang.VerifyError.
Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
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.
verifyInputParameters() - Method in class com.jjt.utbeg.SeismicDesignExerciseApplet
This method is called so that subclasses may verify that all their required parameters have been set.
verifyInputParameters() - Method in class com.jjt.utbeg.Applet1
This method is called so that subclasses may verify that all their required parameters have been set.
verifyInstanceDeserialization() - Method in class java.io.ObjectStreamClass
 
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.
vetoableChange(PropertyChangeEvent) - Method in interface java.beans.VetoableChangeListener
This method gets called when a constrained property is changed.
VetoableChangeListener - interface java.beans.VetoableChangeListener.
A VetoableChange event gets fired whenever a bean changes a "constrained" property.
VetoableChangeSupport - class java.beans.VetoableChangeSupport.
This is a utility class that can be used by beans that support constrained properties.
VetoableChangeSupport(Object) - Constructor for class java.beans.VetoableChangeSupport
Constructs a VetoableChangeSupport object.
vetoableChangeSupportSerializedDataVersion - Variable in class java.beans.VetoableChangeSupport
Internal version number
vgap - Variable in class java.awt.CardLayout
 
vgap - Variable in class java.awt.GridLayout
This is the vertical gap (in pixels) which specifies the space between rows.
vgap - Variable in class java.awt.FlowLayout
The flow layout manager allows a seperation of components with gaps.
vgap - Variable in class java.awt.BorderLayout
Constructs a border layout with the vertical gaps between components.
viewerPanel - Variable in class com.jjt.utbeg.SeismicDesignExerciseApplet
The panel where the graphical viewer will reside.
VirtualMachineError - error java.lang.VirtualMachineError.
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
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.
Visibility - interface java.beans.Visibility.
Under some circumstances a bean may be run on servers where a GUI is not available.
visible - Variable in class java.awt.Component
True when the object is visible.
visibleAmount - Variable in class java.awt.ScrollPaneAdjustable
 
visibleAmount - Variable in class java.awt.Scrollbar
The size of the visible portion of the Scrollbar.
visibleIndex - Variable in class java.awt.List
This variable contains the value that will be used when trying to make a particular list item visible.
visiblePosition - Variable in class java.awt.event.InputMethodEvent
 
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_AGAIN - Static variable in class java.awt.event.KeyEvent
 
VK_ALL_CANDIDATES - Static variable in class java.awt.event.KeyEvent
Constant for the All Candidates function key.
VK_ALPHANUMERIC - Static variable in class java.awt.event.KeyEvent
Constant for the Alphanumeric function key.
VK_ALT - Static variable in class java.awt.event.KeyEvent
 
VK_ALT_GRAPH - Static variable in class java.awt.event.KeyEvent
Constant for the AltGraph modifier key.
VK_AMPERSAND - Static variable in class java.awt.event.KeyEvent
 
VK_ASTERISK - Static variable in class java.awt.event.KeyEvent
 
VK_AT - Static variable in class java.awt.event.KeyEvent
Constant for the "@" key.
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_BRACELEFT - Static variable in class java.awt.event.KeyEvent
 
VK_BRACERIGHT - 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_CIRCUMFLEX - Static variable in class java.awt.event.KeyEvent
Constant for the "^" key.
VK_CLEAR - Static variable in class java.awt.event.KeyEvent
 
VK_CLOSE_BRACKET - Static variable in class java.awt.event.KeyEvent
 
VK_CODE_INPUT - Static variable in class java.awt.event.KeyEvent
Constant for the Code Input function key.
VK_COLON - Static variable in class java.awt.event.KeyEvent
Constant for the ":" key.
VK_COMMA - Static variable in class java.awt.event.KeyEvent
 
VK_COMPOSE - Static variable in class java.awt.event.KeyEvent
Constant for the Compose function key.
VK_CONTROL - Static variable in class java.awt.event.KeyEvent
 
VK_CONVERT - Static variable in class java.awt.event.KeyEvent
 
VK_COPY - Static variable in class java.awt.event.KeyEvent
 
VK_CUT - Static variable in class java.awt.event.KeyEvent
 
VK_D - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_ABOVEDOT - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_ABOVERING - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_ACUTE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_BREVE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_CARON - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_CEDILLA - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_CIRCUMFLEX - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_DIAERESIS - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_DOUBLEACUTE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_GRAVE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_IOTA - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_MACRON - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_OGONEK - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_SEMIVOICED_SOUND - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_TILDE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_VOICED_SOUND - 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_DOLLAR - Static variable in class java.awt.event.KeyEvent
Constant for the "$" key.
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
 
VK_EQUALS - Static variable in class java.awt.event.KeyEvent
 
VK_ESCAPE - Static variable in class java.awt.event.KeyEvent
 
VK_EURO_SIGN - Static variable in class java.awt.event.KeyEvent
Constant for the Euro currency sign key.
VK_EXCLAMATION_MARK - Static variable in class java.awt.event.KeyEvent
Constant for the "!" key.
VK_F - Static variable in class java.awt.event.KeyEvent
 
VK_F1 - Static variable in class java.awt.event.KeyEvent
Constant for the F1 function key.
VK_F10 - Static variable in class java.awt.event.KeyEvent
Constant for the F10 function key.
VK_F11 - Static variable in class java.awt.event.KeyEvent
Constant for the F11 function key.
VK_F12 - Static variable in class java.awt.event.KeyEvent
Constant for the F12 function key.
VK_F13 - Static variable in class java.awt.event.KeyEvent
Constant for the F13 function key.
VK_F14 - Static variable in class java.awt.event.KeyEvent
Constant for the F14 function key.
VK_F15 - Static variable in class java.awt.event.KeyEvent
Constant for the F15 function key.
VK_F16 - Static variable in class java.awt.event.KeyEvent
Constant for the F16 function key.
VK_F17 - Static variable in class java.awt.event.KeyEvent
Constant for the F17 function key.
VK_F18 - Static variable in class java.awt.event.KeyEvent
Constant for the F18 function key.
VK_F19 - Static variable in class java.awt.event.KeyEvent
Constant for the F19 function key.
VK_F2 - Static variable in class java.awt.event.KeyEvent
Constant for the F2 function key.
VK_F20 - Static variable in class java.awt.event.KeyEvent
Constant for the F20 function key.
VK_F21 - Static variable in class java.awt.event.KeyEvent
Constant for the F21 function key.
VK_F22 - Static variable in class java.awt.event.KeyEvent
Constant for the F22 function key.
VK_F23 - Static variable in class java.awt.event.KeyEvent
Constant for the F23 function key.
VK_F24 - Static variable in class java.awt.event.KeyEvent
Constant for the F24 function key.
VK_F3 - Static variable in class java.awt.event.KeyEvent
Constant for the F3 function key.
VK_F4 - Static variable in class java.awt.event.KeyEvent
Constant for the F4 function key.
VK_F5 - Static variable in class java.awt.event.KeyEvent
Constant for the F5 function key.
VK_F6 - Static variable in class java.awt.event.KeyEvent
Constant for the F6 function key.
VK_F7 - Static variable in class java.awt.event.KeyEvent
Constant for the F7 function key.
VK_F8 - Static variable in class java.awt.event.KeyEvent
Constant for the F8 function key.
VK_F9 - Static variable in class java.awt.event.KeyEvent
Constant for the F9 function key.
VK_FINAL - Static variable in class java.awt.event.KeyEvent
 
VK_FIND - Static variable in class java.awt.event.KeyEvent
 
VK_FULL_WIDTH - Static variable in class java.awt.event.KeyEvent
Constant for the Full-Width Characters function key.
VK_G - Static variable in class java.awt.event.KeyEvent
 
VK_GREATER - Static variable in class java.awt.event.KeyEvent
 
VK_H - Static variable in class java.awt.event.KeyEvent
 
VK_HALF_WIDTH - Static variable in class java.awt.event.KeyEvent
Constant for the Half-Width Characters function key.
VK_HELP - Static variable in class java.awt.event.KeyEvent
 
VK_HIRAGANA - Static variable in class java.awt.event.KeyEvent
Constant for the Hiragana function key.
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_INVERTED_EXCLAMATION_MARK - Static variable in class java.awt.event.KeyEvent
Constant for the inverted exclamation mark key.
VK_J - Static variable in class java.awt.event.KeyEvent
 
VK_JAPANESE_HIRAGANA - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Hiragana function key.
VK_JAPANESE_KATAKANA - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Katakana function key.
VK_JAPANESE_ROMAN - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Roman function key.
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_KATAKANA - Static variable in class java.awt.event.KeyEvent
Constant for the Katakana function key.
VK_KP_DOWN - Static variable in class java.awt.event.KeyEvent
 
VK_KP_LEFT - Static variable in class java.awt.event.KeyEvent
 
VK_KP_RIGHT - Static variable in class java.awt.event.KeyEvent
 
VK_KP_UP - Static variable in class java.awt.event.KeyEvent
for KeyPad cursor arrow keys
VK_L - Static variable in class java.awt.event.KeyEvent
 
VK_LEFT - Static variable in class java.awt.event.KeyEvent
 
VK_LEFT_PARENTHESIS - Static variable in class java.awt.event.KeyEvent
Constant for the "(" key.
VK_LESS - 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_MINUS - 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_NUMBER_SIGN - Static variable in class java.awt.event.KeyEvent
Constant for the "#" key.
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_PASTE - 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_PLUS - Static variable in class java.awt.event.KeyEvent
Constant for the "+" key.
VK_PREVIOUS_CANDIDATE - Static variable in class java.awt.event.KeyEvent
Constant for the Previous Candidate function key.
VK_PRINTSCREEN - Static variable in class java.awt.event.KeyEvent
 
VK_PROPS - 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_QUOTEDBL - 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_RIGHT_PARENTHESIS - Static variable in class java.awt.event.KeyEvent
Constant for the ")" key.
VK_ROMAN_CHARACTERS - Static variable in class java.awt.event.KeyEvent
Constant for the Roman Characters function key.
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_STOP - 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 keyCode value.
VK_UNDERSCORE - Static variable in class java.awt.event.KeyEvent
Constant for the "_" key.
VK_UNDO - Static variable in class java.awt.event.KeyEvent
 
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
 
vmAllowSuspension - Variable in class java.lang.ThreadGroup
 
Void - class java.lang.Void.
The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the primitive Java type void.
Void() - Constructor for class java.lang.Void
 

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
Deprecated. replaced by Cursor.W_RESIZE_CURSOR.
WAIT_CURSOR - Static variable in class java.awt.Cursor
The wait cursor type.
WAIT_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.WAIT_CURSOR.
wait() - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object.
wait(long) - Method in class java.lang.Object
Causes current thread to wait until either another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or a specified amount of time has elapsed.
wait(long, int) - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
waitFor() - Method in class java.lang.Process
causes the current thread to wait, if necessary, until the process represented by this Process object has terminated.
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.
warningString - Variable in class java.awt.Window
This represents the warning message that is to be displayed in a non secure window.
WeakHashMap - class java.util.WeakHashMap.
A hashtable-based Map implementation with weak keys.
WeakHashMap.Entry - class java.util.WeakHashMap.Entry.
 
WeakHashMap.Entry(Map.Entry, Object) - Constructor for class java.util.WeakHashMap.Entry
 
WeakHashMap.EntrySet - class java.util.WeakHashMap.EntrySet.
 
WeakHashMap.EntrySet(WeakHashMap) - Constructor for class java.util.WeakHashMap.EntrySet
 
WeakHashMap.WeakKey - class java.util.WeakHashMap.WeakKey.
 
WeakHashMap.WeakKey(Object) - Constructor for class java.util.WeakHashMap.WeakKey
 
WeakHashMap.WeakKey(Object, ReferenceQueue) - Constructor for class java.util.WeakHashMap.WeakKey
 
WeakHashMap() - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the default capacity and the default load factor, which is 0.75.
WeakHashMap(int) - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the default load factor, which is 0.75.
WeakHashMap(int, float) - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the given load factor.
weakThis - Variable in class java.awt.Window
 
weakThis - Variable in class java.awt.Frame
 
WEDNESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Wednesday.
WEEK_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current month.
WEEK_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current year.
weekNumber(int, int) - Method in class java.util.GregorianCalendar
Return the week number of a day, within a period.
weightx - Variable in class java.awt.GridBagConstraints
Specifies how to distribute extra horizontal space.
weightX - Variable in class java.awt.GridBagLayoutInfo
 
weighty - Variable in class java.awt.GridBagConstraints
Specifies how to distribute extra vertical space.
weightY - Variable in class java.awt.GridBagLayoutInfo
 
west - Variable in class java.awt.BorderLayout
Constant to specify components location to be the west portion of the border layout.
WEST - Static variable in class java.awt.GridBagConstraints
Put the component on the left side of its display area, centered vertically.
WEST - Static variable in class java.awt.BorderLayout
The west layout constraint (left side of container).
when - Variable in class java.awt.Event
The time stamp.
when - Variable in class java.awt.event.InputEvent
The input events Time stamp.
white - Static variable in class java.awt.Color
The color white.
whiteSpaceChars - Static variable in class java.util.Properties
 
whitespaceChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are white space characters.
width - Variable in class java.awt.Component
The width of the component.
width - Variable in class java.awt.Dimension
The width dimension.
width - Variable in class java.awt.BasicStroke
 
width - Variable in class java.awt.ImageMediaEntry
 
width - Variable in class java.awt.Rectangle
The width of the Rectangle.
width - Variable in class java.awt.GridBagLayoutInfo
 
WILD - Static variable in class java.io.FilePermission
 
window - Static variable in class java.awt.SystemColor
The background color for windows.
Window - class java.awt.Window.
A Window object is a top-level window with no borders and no menubar.
WINDOW - Static variable in class java.awt.SystemColor
The array index for the window background color.
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.
WINDOW_CLOSING - Static variable in class java.awt.event.WindowEvent
The "window is closing" event.
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 - Static variable in class java.awt.Event
 
WINDOW_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting window events.
WINDOW_EXPOSE - Static variable in class java.awt.Event
The user has asked the window manager to expose the window.
WINDOW_FIRST - Static variable in class java.awt.event.WindowEvent
The first number in the range of ids used for window events.
WINDOW_ICONIFIED - Static variable in class java.awt.event.WindowEvent
The window iconified event.
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
The last number in the range of ids used for window events.
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.
WINDOW_TEXT - Static variable in class java.awt.SystemColor
The array index for the window text color.
Window() - Constructor for class java.awt.Window
Constructs a new window.
Window(Frame) - Constructor for class java.awt.Window
Constructs a new invisible window.
Window(Window) - Constructor for class java.awt.Window
Constructs a new invisible window with the specified window as its owner.
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
Invoked when a window is activated.
windowActivated(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when the window is set to be the user's active window, which means the window (or one of its subcomponents) will receive keyboard events.
WindowAdapter - class java.awt.event.WindowAdapter.
An abstract adapter class for receiving window events.
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
Invoked when a window has been closed.
windowClosed(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window has been closed as the result of calling dispose on the window.
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
Invoked when a window is in the process of being closed.
windowClosing(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when the user attempts to close the window from the window's system menu.
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
Invoked when a window is de-activated.
windowDeactivated(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is no longer the user's active window, which means that keyboard events will no longer be delivered to the window or its subcomponents.
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
Invoked when a window is de-iconified.
windowDeiconified(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is changed from a minimized to a normal state.
WindowEvent - class java.awt.event.WindowEvent.
A low-level event which indicates that a window has changed its status.
WindowEvent(Window, int) - Constructor for class java.awt.event.WindowEvent
Constructs a WindowEvent object.
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
Invoked when a window is iconified.
windowIconified(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is changed from a normal to a minimized state.
windowListener - Variable in class java.awt.Window
 
WindowListener - interface java.awt.event.WindowListener.
The listener interface for receiving window events.
windowListenerK - Static variable in class java.awt.Component
 
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
Invoked when a window has been opened.
windowOpened(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked the first time a window is made visible.
windowSerializedDataVersion - Variable in class java.awt.Window
The window serialized data version.
windowText - Static variable in class java.awt.SystemColor
The text color for windows.
wireHandle2Object - Variable in class java.io.ObjectOutputStream
 
wireHandle2Object - Variable in class java.io.ObjectInputStream
 
wireHash2Handle - Variable in class java.io.ObjectOutputStream
 
wireHashCapacity - Variable in class java.io.ObjectOutputStream
 
wireHashLoadFactor - Variable in class java.io.ObjectOutputStream
 
wireHashSizePower - Variable in class java.io.ObjectOutputStream
 
wireNextHandle - Variable in class java.io.ObjectOutputStream
 
wordChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are word constituents.
WRITE - Static variable in class java.util.PropertyPermission
Write action.
WRITE - Static variable in class java.io.FilePermission
Write action.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[]) - Method in class java.io.ObjectOutputStream
Writes an array of bytes.
write(byte[]) - Method in class java.io.FilterOutputStream
Writes b.length bytes to this output stream.
write(byte[]) - Method in class java.io.FileOutputStream
Writes b.length bytes from the specified byte array to this file output stream.
write(byte[]) - Method in class java.io.RandomAccessFile
Writes b.length bytes from the specified byte array to this file, starting at the current file pointer.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[]) - Method in interface java.io.ObjectOutput
Writes an array of bytes.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class java.io.ObjectOutputStream
Writes a sub array of bytes.
write(byte[], int, int) - Method in class java.io.FilterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(byte[], int, int) - Method in class java.io.BufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(byte[], int, int) - Method in class java.io.FileOutputStream
Writes len bytes from the specified byte array starting at offset off to this file output stream.
write(byte[], int, int) - Method in class java.io.PipedOutputStream
Writes len bytes from the specified byte array starting at offset off to this piped output stream.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(byte[], int, int) - Method in class java.io.RandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(byte[], int, int) - Method in class java.io.PrintStream
Write len bytes from the specified byte array starting at offset off to this stream.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(byte[], int, int) - Method in interface java.io.ObjectOutput
Writes a sub array of bytes.
write(char[]) - Method in class java.io.Writer
Write an array of characters.
write(char[]) - Method in class java.io.PrintWriter
Write an array of characters.
write(char[]) - Method in class java.io.PrintStream
 
write(char[], int, int) - Method in class java.io.Writer
Write a portion of an array of characters.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(char[], int, int) - Method in class java.io.FilterWriter
Write a portion of an array of characters.
write(char[], int, int) - Method in class java.io.PipedWriter
Writes len characters from the specified character array starting at offset off to this piped output stream.
write(char[], int, int) - Method in class java.io.PrintWriter
Write a portion of an array of characters.
write(char[], int, int) - Method in class java.io.CharArrayWriter
Writes characters to the buffer.
write(char[], int, int) - Method in class java.io.BufferedWriter
Write a portion of an array of characters.
write(char[], int, int) - Method in class java.io.StringWriter
Write a portion of an array of characters.
write(int) - Method in class java.io.Writer
Write a single character.
write(int) - Method in class java.io.OutputStreamWriter
Write a single character.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(int) - Method in class java.io.ObjectOutputStream
Writes a byte.
write(int) - Method in class java.io.FilterOutputStream
Writes the specified byte to this output stream.
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(int) - Method in class java.io.BufferedOutputStream
Writes the specified byte to this buffered output stream.
write(int) - Method in class java.io.FileOutputStream
Writes the specified byte to this file output stream.
write(int) - Method in class java.io.PipedOutputStream
Writes the specified byte to the piped output stream.
write(int) - Method in class java.io.FilterWriter
Write a single character.
write(int) - Method in class java.io.PipedWriter
Writes the specified char to the piped output stream.
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(int) - Method in class java.io.PrintWriter
Write a single character.
write(int) - Method in class java.io.RandomAccessFile
Writes the specified byte to this file.
write(int) - Method in class java.io.PrintStream
Write the specified byte to this stream.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(int) - Method in class java.io.CharArrayWriter
Writes a character to the buffer.
write(int) - Method in class java.io.BufferedWriter
Write a single character.
write(int) - Method in interface java.io.ObjectOutput
Writes a byte.
write(int) - Method in class java.io.StringWriter
Write a single character.
write(ObjectOutput) - Method in class java.io.ObjectOutputStream.PutField
Write the data and fields to the specified ObjectOutput stream.
write(ObjectOutput) - Method in class java.io.ObjectOutputStream.PutFieldImpl
Write the data and fields to the specified stream.
write(ObjectOutputStream) - Method in class java.io.ObjectStreamClass
 
write(String) - Method in class java.io.Writer
Write a string.
write(String) - Method in class java.io.PrintWriter
Write a string.
write(String) - Method in class java.io.PrintStream
 
write(String) - Method in class java.io.StringWriter
Write a string.
write(String, int, int) - Method in class java.io.Writer
Write a portion of a string.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(String, int, int) - Method in class java.io.FilterWriter
Write a portion of a string.
write(String, int, int) - Method in class java.io.PrintWriter
Write a portion of a string.
write(String, int, int) - Method in class java.io.CharArrayWriter
Write a portion of a string to the buffer.
write(String, int, int) - Method in class java.io.BufferedWriter
Write a portion of a String.
write(String, int, int) - Method in class java.io.StringWriter
Write a portion of a string.
WriteAbortedException - exception java.io.WriteAbortedException.
 
WriteAbortedException(String, Exception) - Constructor for class java.io.WriteAbortedException
Thrown during a read operation when one of the ObjectStreamExceptions was thrown during a write operation.
writeBlockDataHeader(int) - Method in class java.io.ObjectOutputStream
 
writeBoolean(boolean) - Method in class java.io.ObjectOutputStream
Writes a boolean.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeBoolean(boolean) - Method in class java.io.RandomAccessFile
Writes a boolean to the file as a one-byte value.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBuffer - Variable in class java.io.Writer
Temporary buffer used to hold writes of strings and single characters
writeBufferSize - Variable in class java.io.Writer
Size of writeBuffer, must be >= 1
writeByte(int) - Method in class java.io.ObjectOutputStream
Writes an 8 bit byte.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeByte(int) - Method in class java.io.RandomAccessFile
Writes a byte to the file as a one-byte value.
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeBytes(byte[], int, int) - Method in class java.io.FileOutputStream
Writes a sub array as a sequence of bytes.
writeBytes(byte[], int, int) - Method in class java.io.RandomAccessFile
Writes a sub array as a sequence of bytes.
writeBytes(String) - Method in class java.io.ObjectOutputStream
Writes a String as a sequence of bytes.
writeBytes(String) - Method in class java.io.DataOutputStream
Writes out the string to the underlying output stream as a sequence of bytes.
writeBytes(String) - Method in class java.io.RandomAccessFile
Writes the string to the file as a sequence of bytes.
writeBytes(String) - Method in interface java.io.DataOutput
Writes a string to the output stream.
writeCanonical(byte[], int, int) - Method in class java.io.ObjectOutputStream
 
writeChar(int) - Method in class java.io.ObjectOutputStream
Writes a 16 bit char.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChar(int) - Method in class java.io.RandomAccessFile
Writes a char to the file as a two-byte value, high byte first.
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, wich is comprised of two bytes, to the output stream.
writeChars(String) - Method in class java.io.ObjectOutputStream
Writes a String as a sequence of chars.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeChars(String) - Method in class java.io.RandomAccessFile
Writes a string to the file as a sequence of characters.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeCode(int) - Method in class java.io.ObjectOutputStream
 
writeDouble(double) - Method in class java.io.ObjectOutputStream
Writes a 64 bit double.
writeDouble(double) - Method in class java.io.DataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, high byte first.
writeDouble(double) - Method in class java.io.RandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an eight-byte quantity, high byte first.
writeDouble(double) - Method in interface java.io.DataOutput
Writes a double value, which is comprised of eight bytes, to the output stream.
writeExternal(ObjectOutput) - Method in interface java.io.Externalizable
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeFields() - Method in class java.io.ObjectOutputStream
Write the buffered fields to the stream.
writeFloat(float) - Method in class java.io.ObjectOutputStream
Writes a 32 bit float.
writeFloat(float) - Method in class java.io.DataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, high byte first.
writeFloat(float) - Method in class java.io.RandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a four-byte quantity, high byte first.
writeFloat(float) - Method in interface java.io.DataOutput
Writes a float value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.ObjectOutputStream
Writes a 32 bit int.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(int) - Method in class java.io.RandomAccessFile
Writes an int to the file as four bytes, high byte first.
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInternal(byte[], int, int, boolean) - Method in class java.io.ObjectOutputStream
 
writeln(BufferedWriter, String) - Static method in class java.util.Properties
 
writeLong(long) - Method in class java.io.ObjectOutputStream
Writes a 64 bit long.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeLong(long) - Method in class java.io.RandomAccessFile
Writes a long to the file as eight bytes, high byte first.
writeLong(long) - Method in interface java.io.DataOutput
Writes an long value, which is comprised of four bytes, to the output stream.
writeMethod - Variable in class java.beans.PropertyDescriptor
 
writeObject(Object) - Method in class java.io.ObjectOutputStream
Write the specified object to the ObjectOutputStream.
writeObject(Object) - Method in interface java.io.ObjectOutput
Write an object to the underlying storage or stream.
writeObject(ObjectOutputStream) - Method in class java.awt.Component
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.Container
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.MenuBar
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.TextComponent
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.Checkbox
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.Scrollbar
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.Choice
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.Window
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.MenuItem
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.CheckboxMenuItem
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.Frame
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.Button
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.TextField
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.Menu
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.List
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.awt.Font
Writes default serializable fields to stream.
writeObject(ObjectOutputStream) - Method in class java.util.PropertyPermission
WriteObject is called to save the state of the PropertyPermission to a stream.
writeObject(ObjectOutputStream) - Method in class java.util.HashMap
Save the state of the HashMap instance to a stream (i.e., serialize it).
writeObject(ObjectOutputStream) - Method in class java.util.Calendar
Save the state of this object to a stream (i.e., serialize it).
writeObject(ObjectOutputStream) - Method in class java.util.TreeSet
Save the state of the TreeSet instance to a stream (that is, serialize it).
writeObject(ObjectOutputStream) - Method in class java.util.LinkedList
Save the state of this LinkedList instance to a stream (that is, serialize it).
writeObject(ObjectOutputStream) - Method in class java.util.SimpleTimeZone
Save the state of this object to a stream (i.e., serialize it).
writeObject(ObjectOutputStream) - Method in class java.util.Hashtable
Save the state of the Hashtable to a stream (i.e., serialize it).
writeObject(ObjectOutputStream) - Method in class java.util.Locale
 
writeObject(ObjectOutputStream) - Method in class java.util.Date
Save the state of this object to a stream (i.e., serialize it).
writeObject(ObjectOutputStream) - Method in class java.util.HashSet
Save the state of this HashSet instance to a stream (that is, serialize this set).
writeObject(ObjectOutputStream) - Method in class java.util.TreeMap
Save the state of the TreeMap instance to a stream (i.e., serialize it).
writeObject(ObjectOutputStream) - Method in class java.util.ArrayList
Save the state of the ArrayList instance to a stream (that is, serialize it).
writeObject(ObjectOutputStream) - Method in class java.io.FilePermission
WriteObject is called to save the state of the FilePermission to a stream.
writeObject(ObjectOutputStream) - Method in class java.io.File
WriteObject is called to save this filename.
writeObject(ObjectOutputStream) - Method in class java.beans.VetoableChangeSupport
 
writeObject(ObjectOutputStream) - Method in class java.beans.PropertyChangeSupport
 
writeObjectArglist - Variable in class java.io.ObjectOutputStream
 
writeObjectMethod - Variable in class java.io.ObjectStreamClass
 
writeObjectOverride(Object) - Method in class java.io.ObjectOutputStream
This method is called by trusted subclasses of ObjectInputStream that constructed ObjectInputStream using the protected no-arg constructor.
Writer - class java.io.Writer.
Abstract class for writing to character streams.
Writer() - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object) - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the given object.
writeReplaceMethod - Variable in class java.io.ObjectStreamClass
 
writeShort(int) - Method in class java.io.ObjectOutputStream
Writes a 16 bit short.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeShort(int) - Method in class java.io.RandomAccessFile
Writes a short to the file as two bytes, high byte first.
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeSide - Variable in class java.io.PipedInputStream
 
writeSide - Variable in class java.io.PipedReader
 
writeStreamHeader() - Method in class java.io.ObjectOutputStream
The writeStreamHeader method is provided so subclasses can append or prepend their own header to the stream.
writeTo(OutputStream) - Method in class java.io.ByteArrayOutputStream
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTo(Writer) - Method in class java.io.CharArrayWriter
Writes the contents of the buffer to another character stream.
writeTypeString(String) - Method in class java.io.ObjectOutputStream
 
writeUTF(String) - Method in class java.io.ObjectOutputStream
Primitive data write of this String in UTF format.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.
writeUTF(String) - Method in class java.io.RandomAccessFile
Writes a string to the file using UTF-8 encoding in a machine-independent manner.
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
written - Variable in class java.io.DataOutputStream
The number of bytes written to the data output stream so far.
wtb - Static variable in class java.util.Date
 

X

x - Variable in class java.awt.Component
The x position of the component in the parent's coordinate system.
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.
x - Variable in class java.awt.event.MouseEvent
The mouse events x coordinate.
X - Static variable in class java.lang.Character
 
X_DATA - Static variable in class java.lang.Character
 
x1 - Variable in class java.awt.GradientPaintContext
 
xor(BitSet) - Method in class java.util.BitSet
Performs a logical XOR of this bit set with the bit set argument.
xOrg - Variable in class java.awt.TexturePaintContext
 
xpoints - Variable in class java.awt.Polygon
The array of x coordinates.
xrgbmodel - Static variable in class java.awt.GradientPaintContext
 

Y

y - Variable in class java.awt.Component
The y position of the component in the parent's coordinate system.
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.
y - Variable in class java.awt.event.MouseEvent
The mouse events y coordinate.
Y - Static variable in class java.lang.Character
 
Y_DATA - Static variable in class java.lang.Character
 
y1 - Variable in class java.awt.GradientPaintContext
 
YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.
yearLength() - Method in class java.util.GregorianCalendar
 
yearLength(int) - Method in class java.util.GregorianCalendar
 
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.
yOrg - Variable in class java.awt.TexturePaintContext
 
ypoints - Variable in class java.awt.Polygon
The array of y coordinates.

Z

zero - Static variable in class java.lang.FloatingDecimal
 
zone - Variable in class java.util.Calendar
The TimeZone used by this calendar.
ZONE_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the raw offset from GMT in milliseconds.
zones - Static variable in class java.util.TimeZoneData
 
ZOOM_INCREMENT - Static variable in class com.jjt.utbeg.Applet1
The constant that the magnification factor is incremented or decremenent when the zoom in/out buttons are pressed.
zoomInButton - Variable in class com.jjt.utbeg.Applet1
 
zoomOutButton - Variable in class com.jjt.utbeg.Applet1
 

< 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