Index of all Fields and Methods
All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- absoluteBounds().
Method in class netscape.application.DragSession
- Returns the bounds of the dragged Image, in the DragSession's
RootView's coordinate system.
- absoluteMousePoint().
Method in class netscape.application.DragSession
- Returns the mouse's location, in the DragSession's RootView's
coordinate system.
- acceptsDrag(DragSession, int, int).
Method in class netscape.application.ColorWell
- Returns the ColorWell if the DragSession has a data type of
Color.COLOR_TYPE, null otherwise.
- acceptsDrag(DragSession, int, int).
Method in class netscape.application.ScrollView
- Overridden to forward the acceptsDrag() message to its
contentView.
- acceptsDrag(DragSession, int, int).
Method in class netscape.application.TextView
- Overridden to let TextViews accepts drags of Colors and Images.
- acceptsDrag(DragSession, int, int).
Method in class netscape.application.View
- Returns the object which should act as the destination of a
DragSession.
- acceptsEvent(Object, KeyEvent, Vector).
Method in interface netscape.application.TextFilter
- Called by textObject upon receiving a KeyEvent.
- addAttributeForRange(String, Object, Range).
Method in class netscape.application.TextView
- Adds the attribute attribute with value value to the
Range range.
- addAttributesForRange(Hashtable, Range).
Method in class netscape.application.TextView
- Adds attributes for the text in the Range range.
- addClass(String, int).
Method in class netscape.util.ClassInfo
- Adds an additional class name/class version pair.
- addClassTable(ClassTable).
Method in class netscape.util.Archive
- Adds a new ClassTable to the archive.
- addDefaultAttribute(String, Object).
Method in class netscape.application.TextView
- Adds the attribute attribute with value value to the
default attributes.
- addDirtyRect(Rect).
Method in class netscape.application.View
- Adds a rectangle to be drawn after the current Event is processed.
- addElement(Object).
Method in class netscape.util.Vector
- Adds element to the end of the vector.
- addElementIfAbsent(Object).
Method in class netscape.util.Vector
- Adds element as the last element of the Vector, if not already
present within the Vector.
- addElements(Vector).
Method in class netscape.util.Vector
- Adds the elements contained in aVector to the end of the Vector.
- addElementsIfAbsent(Vector).
Method in class netscape.util.Vector
- Adds the elements contained in aVector that are not already
present in the Vector to the end of the Vector.
- addEvent(Event).
Method in class netscape.application.EventLoop
- Places anEvent on the EventLoop's event queue.
- addEventAndWait(Event).
Method in class netscape.application.EventLoop
- Adds event to the EventLoop's event queue and waits for the main
application thread to process it.
- addField(String, byte).
Method in class netscape.util.ClassInfo
- Adds a field name/field type pair.
- addImage(Image).
Method in class netscape.application.ImageSequence
- Adds anImage to the ImageSequence's collection of Images.
- addImagesFromName(String, int).
Method in class netscape.application.ImageSequence
- Adds a sequence of Bitmaps with the same name but different number
suffixes, such as Ball0, Ball1, Ball2, and so on.
- addItem().
Method in class netscape.application.ListView
- Adds an additional row to the end of the ListView by cloning the
prototype ListItem.
- addItem(ListItem).
Method in class netscape.application.ListView
- Adds the ListItem item to the end of the ListView.
- addItem(String, char, String, Target).
Method in class netscape.application.Menu
- Adds a new MenuItem to the end of this Menu, with title title,
command key equivalent key, command command and Target
target.
- addItem(String, String).
Method in class netscape.application.Popup
- Adds a ListItem with the given title and command to the Popup.
- addItem(String, String, Target).
Method in class netscape.application.Menu
- Adds a new MenuItem to the end of this Menu, with title title,
command command and Target target.
- addItemAt(MenuItem, int).
Method in class netscape.application.Menu
- Adds the MenuItem menuItem at index.
- addItemWithSubmenu(String).
Method in class netscape.application.Menu
- Adds a new MenuItem, containing a submenu, to the end of this
Menu, with title title.
- addObserver(ApplicationObserver).
Method in class netscape.application.Application
- Adds observer as an object that will receive notifications
when the Application's running state changes.
- addParts().
Method in class netscape.application.ScrollBar
- Adds the ScrollBar's scroll Buttons to the ScrollBar.
- addPoint(int, int).
Method in class netscape.application.Polygon
- Adds the point (x, y) to the end of the Polygon's list
of points.
- addRootIdentifier(int).
Method in class netscape.util.Archive
- Adds an identifier to the array of root identifiers.
- addScrollBar(Target).
Method in class netscape.application.ScrollView
- Adds aScrollBar to the ScrollView's Vector of Targets interested
in scroll changes.
- addSubview(View).
Method in class netscape.application.ExternalWindow
- Adds aView to the ExternalWindow.
- addSubview(View).
Method in class netscape.application.GridLayout
- LayoutManager interface method.
- addSubview(View).
Method in class netscape.application.InternalWindow
- Adds aView to the InternalWindow's contentView.
- addSubview(View).
Method in interface netscape.application.LayoutManager
- Notifies the LayoutManager that aView has been added to the
View hierarchy.
- addSubview(View).
Method in class netscape.application.PackLayout
- Adds aView to the PackLayout with default PackConstraints.
- addSubview(View).
Method in class netscape.application.ScrollView
- Overridden to prevent multiple Views from being added to the
ScrollView.
- addSubview(View).
Method in class netscape.application.View
- Adds aView to the Application's View hierarchy, as a subview
of this View.
- addSubview(View).
Method in interface netscape.application.Window
- Adds aView to the Window.
- addSubviewToWindow(View).
Method in class netscape.application.InternalWindow
- Adds aView directly to the InternalWindow.
- addTabPosition(int).
Method in class netscape.application.TextParagraphFormat
- Adds a tab at pixel position.
- addTarget(ExtendedTarget, boolean).
Method in class netscape.application.TargetChain
- Adds target to the TargetChain.
- allowsEmptySelection().
Method in class netscape.application.ListView
- Returns true if the List allows a selection of zero ListItems.
- allowsMultipleSelection().
Method in class netscape.application.ListView
- Returns true if multiple ListItems can be selected
simultaneously.
-
ALT_MASK.
Static variable in class netscape.application.DragSession
- Drag session modifier flag.
-
ALT_MASK.
Static variable in class netscape.application.KeyEvent
- The Alternate key modifier bitmask.
- altImage().
Method in class netscape.application.Button
- Returns the Image the Button displays when pressed.
- altTitle().
Method in class netscape.application.Button
- Returns the Button's alternate title.
-
ALWAYS_DISPLAY.
Static variable in class netscape.application.ScrollGroup
- Option for the ScrollGroup to always show a ScrollBar.
- ancestorWasAddedToViewHierarchy(View).
Method in class netscape.application.AWTComponentView
- Overridden to take special action when the AWTComponentView or an
ancestor becomes part of the Application's View hierarchy.
- ancestorWasAddedToViewHierarchy(View).
Method in class netscape.application.Button
- Overridden to support RADIO_TYPE buttons.
- ancestorWasAddedToViewHierarchy(View).
Method in class netscape.application.View
- Called when the View or one of its ancestors has been added to the
Application's View hierarchy.
- ancestorWillRemoveFromViewHierarchy(View).
Method in class netscape.application.AWTComponentView
- Overridden to take special action when the AWTComponentView or an
ancestor leaves the Application's View hierarchy.
- ancestorWillRemoveFromViewHierarchy(View).
Method in class netscape.application.View
- Called when the View or one of its ancestors has been removed from
the Application's View hierarchy.
- anchor().
Method in class netscape.application.PackConstraints
- Returns the anchor value.
-
ANCHOR_CENTER.
Static variable in class netscape.application.PackConstraints
- Position View centered within the allocated area.
-
ANCHOR_EAST.
Static variable in class netscape.application.PackConstraints
- Position View east of the allocated area.
-
ANCHOR_NORTH.
Static variable in class netscape.application.PackConstraints
- Position View north of the allocated area.
-
ANCHOR_NORTHEAST.
Static variable in class netscape.application.PackConstraints
- Position View northeast of the allocated area.
-
ANCHOR_NORTHWEST.
Static variable in class netscape.application.PackConstraints
- Position View northwest of the allocated area.
-
ANCHOR_SOUTH.
Static variable in class netscape.application.PackConstraints
- Position View south of the allocated area.
-
ANCHOR_SOUTHEAST.
Static variable in class netscape.application.PackConstraints
- Position View southeast of the allocated area.
-
ANCHOR_SOUTHWEST.
Static variable in class netscape.application.PackConstraints
- Position View southwest of the allocated area.
-
ANCHOR_WEST.
Static variable in class netscape.application.PackConstraints
- Position View west of the allocated area.
- appendString(String).
Method in class netscape.application.TextView
- Appends aString to the end of the TextView.
- appletStarted().
Method in class netscape.application.Application
- Called from an Applet's start() method.
- appletStopped().
Method in class netscape.application.Application
- Called from an Applet's stop() method.
- application().
Static method in class netscape.application.Application
- Returns the application instance.
- Application().
Constructor for class netscape.application.Application
- Constructs an Application.
- application().
Method in class netscape.application.FoundationApplet
- Returns the Applet's Application.
- Application(Applet).
Constructor for class netscape.application.Application
- Constructs an Application for an existing Applet.
- applicationChain().
Static method in class netscape.application.TargetChain
- Returns the Application global TargetChain.
- applicationDidPause(Application).
Method in interface netscape.application.ApplicationObserver
- Informs the observer that the Applet that launched the Application
is no longer visible.
- applicationDidPause(Application).
Method in class netscape.application.ExternalWindow
- ApplicationObserver method.
- applicationDidResume(Application).
Method in interface netscape.application.ApplicationObserver
- Informs the observer that the Applet that launched the Application
is visible again.
- applicationDidResume(Application).
Method in class netscape.application.ExternalWindow
- ApplicationObserver method.
- applicationDidStart(Application).
Method in interface netscape.application.ApplicationObserver
- Informs the observer that the application's EventLoop has just started
running.
- applicationDidStart(Application).
Method in class netscape.application.ExternalWindow
- ApplicationObserver method.
- applicationDidStop(Application).
Method in interface netscape.application.ApplicationObserver
- Informs the observer that the application's EventLoop has just finished
receiving events.
- applicationDidStop(Application).
Method in class netscape.application.ExternalWindow
- ApplicationObserver method.
- Archive().
Constructor for class netscape.util.Archive
- Constructs a new, empty Archive.
- archive().
Method in class netscape.util.Archiver
- Returns the archive used by the Archiver.
- archive().
Method in class netscape.util.ClassTable
- Returns the archive to which this ClassTable belongs.
- archive().
Method in class netscape.util.Unarchiver
- Returns the archive from which the Unarchiver decodes objects.
- Archiver(Archive).
Constructor for class netscape.util.Archiver
- Constructs an Archiver that writes to archive.
- archiveRootObject(Object).
Method in class netscape.util.Archiver
- Starts the archiving process.
-
ARROW_CURSOR.
Static variable in class netscape.application.View
- Arrow cursor.
-
AS_NEEDED_DISPLAY.
Static variable in class netscape.application.ScrollGroup
- Option for the ScrollGroup to only display a ScrollBar if the
contentView does not fit within the ScrollView (i.e.
- ascent().
Method in class netscape.application.FontMetrics
- Returns the Font's ascent, the distance from the baseline to the
top of the characters.
- attributesAtIndex(int).
Method in class netscape.application.TextView
- Returns the attributes for the character at anIndex.
- attributesDidChange(TextView, Range).
Method in interface netscape.application.TextViewOwner
- Sent by textView after textView has changed the
attributes of characters within the range aRange.
- attributesWillChange(TextView, Range).
Method in interface netscape.application.TextViewOwner
- Sent by textView before textView changes the attributes
of characters within the range aRange.
- awtApplet().
Static method in class netscape.application.AWTCompatibility
- Returns the java.applet.Applet that started this application.
- awtAudioClipForSound(Sound).
Static method in class netscape.application.AWTCompatibility
- Returns a java.applet.AudioClip instance from a Sound.
- awtComponent().
Method in class netscape.application.AWTComponentView
- Returns the AWT component.
- AWTComponentView().
Constructor for class netscape.application.AWTComponentView
- Constructs an AWTComponentView with origin (0, 0) and zero width and
height.
- AWTComponentView(int, int, int, int).
Constructor for class netscape.application.AWTComponentView
- Constructs an AWTComponentView with
bounds (x, y, width, height).
- AWTComponentView(Rect).
Constructor for class netscape.application.AWTComponentView
- Constructs an AWTComponentView with bounds rect.
- awtFileDialogForFileChooser(FileChooser).
Static method in class netscape.application.AWTCompatibility
- Returns the java.awt.FileDialog used by the supplied FileChooser.
- awtFontForFont(Font).
Static method in class netscape.application.AWTCompatibility
- Returns a java.awt.Font instance from a Font.
- awtFontMetricsForFontMetrics(FontMetrics).
Static method in class netscape.application.AWTCompatibility
- Returns a java.awt.FontMetrics from a FontMetrics.
- awtGraphicsForGraphics(Graphics).
Static method in class netscape.application.AWTCompatibility
- Returns a java.awt.Graphics instance from a Graphics.
- awtImageForBitmap(Bitmap).
Static method in class netscape.application.AWTCompatibility
- Returns a java.awt.Image instance from a Bitmap.
- awtImageProducerForBitmap(Bitmap).
Static method in class netscape.application.AWTCompatibility
- Returns a java.awt.image.ImageProducer instance from a Bitmap.
- awtMenuBarForMenu(Menu).
Static method in class netscape.application.AWTCompatibility
- Returns a java.awt.MenuBar from a Menu.
- awtMenuForMenu(Menu).
Static method in class netscape.application.AWTCompatibility
- Returns a java.awt.Menu from a Menu.
- awtMenuItemForMenuItem(MenuItem).
Static method in class netscape.application.AWTCompatibility
- Returns a java.awt.MenuItem from a MenuItem.
- awtPanelForRootView(RootView).
Static method in class netscape.application.AWTCompatibility
- Returns the java.awt.Canvas underlying a RootView.
- awtToolkit().
Static method in class netscape.application.AWTCompatibility
- Returns the application's Toolkit.
- awtWindowForExternalWindow(ExternalWindow).
Static method in class netscape.application.AWTCompatibility
- Returns the java.awt.Window underlying an ExternalWindow.
- axis().
Method in class netscape.application.ScrollBar
- Returns the axis controlled by this ScrollBar.
- backgroundColor().
Method in class netscape.application.ContainerView
- Returns the ContainerView's background Color.
- backgroundColor().
Method in class netscape.application.ListView
- Returns the background color.
- backgroundColor().
Method in class netscape.application.ScrollView
- Returns the ScrollView's background Color.
- backgroundColor().
Method in class netscape.application.Slider
- Returns the Color the Slider displays within its groove.
- backgroundColor().
Method in class netscape.application.TextField
- Returns the TextField's background Color.
- backgroundColor().
Method in class netscape.application.TextView
- Returns the TextView's background Color.
-
BACKTAB_KEY.
Static variable in interface netscape.application.TextFieldOwner
- Edit mode will or did end because the TextField received a
BackTab key.
- backtabField().
Method in class netscape.application.TextField
- Returns the TextField whose text is selected when the TextField
receives a Backtab key Event.
-
BACKWARD.
Static variable in class netscape.application.DrawingSequence
- Decrement the frame number;
-
BACKWARD_LOOP.
Static variable in class netscape.application.DrawingSequence
- Decrement the frame number;
- baseline().
Method in class netscape.application.TextField
- Returns the baseline of the first line of text.
- BezelBorder().
Constructor for class netscape.application.BezelBorder
- Constructs a BezelBorder.
- BezelBorder(int).
Constructor for class netscape.application.BezelBorder
- Constructs a BezelBorder of type type.
- BezelBorder(int, Color).
Constructor for class netscape.application.BezelBorder
- Constructs a BezelBorder of the given type and base color.
- BezelBorder(int, Color, Color, Color).
Constructor for class netscape.application.BezelBorder
- Constructs a BezelBorder of the given type, base color, and lighter
and darker colors (for creating highlights).
- Bitmap().
Constructor for class netscape.application.Bitmap
- Constructs a Bitmap with no name and no data.
- Bitmap(int, int).
Constructor for class netscape.application.Bitmap
- Constructs a Bitmap of size (width, height) with blank
contents.
- Bitmap(int[], int, int).
Constructor for class netscape.application.Bitmap
- Constructs a Bitmap of size (width, height) with
contents derived from the integer array pixels.
- Bitmap(int[], int, int, int, int).
Constructor for class netscape.application.Bitmap
- Constructs a Bitmap of size (width, height) with
contents derived from the integer array pixels.
- bitmapForAWTImage(Image).
Static method in class netscape.application.AWTCompatibility
- Creates a new Bitmap instance from a java.awt.Image.
- bitmapForAWTImageProducer(ImageProducer).
Static method in class netscape.application.AWTCompatibility
- Creates a new Bitmap instance from a java.awt.image.ImageProducer.
- bitmapFromURL(URL).
Static method in class netscape.application.Bitmap
- Returns a Bitmap initialized with data from the URL url.
- bitmapNamed(String).
Static method in class netscape.application.Bitmap
- Convenience method for retrieving the bitmap bitmapName.
- bitmapNamed(String, boolean).
Static method in class netscape.application.Bitmap
- Returns the Bitmap named bitmapName.
-
black.
Static variable in class netscape.application.Color
- The color black.
- blackLine().
Static method in class netscape.application.LineBorder
- Convenience method for getting the Color.black LineBorder.
-
BLANK_TYPE.
Static variable in interface netscape.application.Window
- A Window type that has no title bar or border.
-
blue.
Static variable in class netscape.application.Color
- The color blue.
- blue().
Method in class netscape.application.Color
- Returns the Color's blue component, in the range 0-255.
-
BOLD.
Static variable in class netscape.application.Font
- Bold font style.
-
BOOLEAN_ARRAY_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
-
BOOLEAN_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
- booleanArrayAt(int, int).
Method in class netscape.util.ClassTable
- Returns the boolean array located at row, column.
- booleanAt(int, int).
Method in class netscape.util.ClassTable
- Returns the boolean value located at row, column.
- Border().
Constructor for class netscape.application.Border
-
- border().
Method in class netscape.application.ContainerView
- Returns the ContainerView's Border.
- border().
Method in class netscape.application.DragWell
- Returns the DragWell's Border.
- border().
Method in class netscape.application.InternalWindow
- Returns the InternalWindow's Border.
- border().
Method in class netscape.application.Popup
- Returns the Popup's border.
- border().
Method in class netscape.application.ScrollGroup
- Returns the ScrollGroup's interior Border.
- border().
Method in class netscape.application.Slider
- Returns the Border the Slider draws around its groove.
- border().
Method in class netscape.application.TextField
- Returns the TextField's Border.
-
BOTTOM_MARGIN_CAN_CHANGE.
Static variable in class netscape.application.View
- Vertical resize instruction.
- bottomMargin().
Method in class netscape.application.BezelBorder
- Returns the BezelBorder's bottom margin of 2 pixels.
- bottomMargin().
Method in class netscape.application.Border
- Primitive method that returns the height of the Border's bottom side.
- bottomMargin().
Method in class netscape.application.EmptyBorder
- Returns the EmptyBorder's bottom margin of 0 pixels.
- bottomMargin().
Method in class netscape.application.InternalWindowBorder
- Returns the InternalWindowBorder's bottom margin (the resize bar or
bottom border height).
- bottomMargin().
Method in class netscape.application.LineBorder
- Returns the LineBorder's bottom margin (1 pixel).
-
BOUNCE.
Static variable in class netscape.application.DrawingSequence
- Increment the frame number;
- boundingRect().
Method in class netscape.application.Polygon
- Returns the Polygon's bounding Rect.
-
bounds.
Variable in class netscape.application.View
- The View's bounding rectangle, in its superview's coordinate
system.
- bounds().
Method in class netscape.application.ExternalWindow
- Returns a newly-allocated copy of the ExternalWindow's bounding
rectangle, which defines the ExternalWindow's size and position.
- bounds().
Method in class netscape.application.View
- Returns a newly-allocated copy of the View's bounding rectangle, which
defines the View's size and position within its superview's coordinate
system.
- bounds().
Method in interface netscape.application.Window
- Returns a newly-allocated copy of the Window's bounding
rectangle, which defines the Window's size and position.
- buffer().
Method in class netscape.application.Graphics
- Returns the Bitmap associated with the Graphics.
-
BUFFERED_OPTION.
Static variable in class netscape.application.DebugGraphics
- Show buffered operations in an ExternalWindow.
- Button().
Constructor for class netscape.application.Button
- Constructs a Button with origin (0, 0) and zero width and height.
- Button(int, int, int, int).
Constructor for class netscape.application.Button
- Constructs a Button with bounds
(x, y, width, height).
- Button(Rect).
Constructor for class netscape.application.Button
- Constructs a Button with bounds rect.
-
BYTE_ARRAY_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
-
BYTE_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
- byteArrayAt(int, int).
Method in class netscape.util.ClassTable
- Returns the byte array located at row, column.
- byteAt(int, int).
Method in class netscape.util.ClassTable
- Returns the byte value located at row, column.
- bytesWidth(byte[], int, int).
Method in class netscape.application.FontMetrics
- Returns the width of length bytes of the array data
in the FontMetric's Font, starting at offset within the array.
- canBecomeMain().
Method in class netscape.application.InternalWindow
- Returns true if the InternalWindow can become the main
InternalWindow.
- cancelEditing().
Method in class netscape.application.TextField
- Causes the TextField to cancel editing by discarding any changes
that the user made.
- canDraw().
Method in class netscape.application.View
- Returns true if the View is a member of the Application's View
hierarchy and drawing for the View is enabled.
- canPerformCommand(String).
Method in interface netscape.application.ExtendedTarget
- Returns true if the object can perform command.
- canPerformCommand(String).
Method in class netscape.application.RootView
- Returns true for the commands that the RootView can perform.
- canPerformCommand(String).
Method in class netscape.application.TargetChain
- Returns true if any of the TargetChain's Targets can perform
command.
- canPerformCommand(String).
Method in class netscape.application.TextView
- Implemented so that TextView can participate in the TargetChain.
- capacity().
Method in class netscape.util.Vector
- Returns the number of elements that can be stored in the Vector
without increasing the Vector's storage area.
-
CARET_COLOR_KEY.
Static variable in class netscape.application.TextView
- Caret Color attribute.
- caretColor().
Method in class netscape.application.TextField
- Returns the TextField's caret Color.
- caretColor().
Method in class netscape.application.TextView
- Returns the TextView's caret Color.
- center().
Method in class netscape.application.ExternalWindow
- Centers the ExternalWindow (as well as possible for a native window).
- center().
Method in class netscape.application.InternalWindow
- Centers the InternalWindow's within its RootView.
- center().
Method in interface netscape.application.Window
- Centers the Window.
-
CENTERED.
Static variable in class netscape.application.Graphics
- String display style.
-
CENTERED.
Static variable in class netscape.application.Image
- Display option that centers the Image within a rectangle.
-
CHAR_ARRAY_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
-
CHAR_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
- charArrayAt(int, int).
Method in class netscape.util.ClassTable
- Returns the character array located at row, column.
- charAt(int, int).
Method in class netscape.util.ClassTable
- Returns the character value located at row, column.
- charCount().
Method in class netscape.application.TextField
- Returns the number of characters the TextField contains.
- charHeight().
Method in class netscape.application.FontMetrics
- Returns the Font's total character height, the distance from the
bottom of the descent to the top of the ascent.
- charNumberForPoint(int).
Method in class netscape.application.TextField
- Returns the character number for X-coordinate x.
- charsWidth(char[], int, int).
Method in class netscape.application.FontMetrics
- Returns the width of length characters of the array
data in the FontMetric's Font, starting at offset within
the array.
- charWidth(char).
Method in class netscape.application.FontMetrics
- Returns aChar's width in the FontMetric's Font.
- charWidth(int).
Method in class netscape.application.FontMetrics
- Returns aChar's width in the FontMetric's Font.
- classCount().
Method in class netscape.util.ClassInfo
- Returns the number of classes which have been added with
addClass().
- classForName(String).
Method in class netscape.application.FoundationApplet
- This method must be implemented by the Applet developer because
there is no way in the standard Java API for system classes (such as,
netscape.application) to look up an Applet's class by name.
- classForName(String).
Method in class netscape.util.Unarchiver
- Called to look up a class from the Archive by name.
- ClassInfo(String).
Constructor for class netscape.util.ClassInfo
- Constructs a ClassInfo instance for the class named className.
- className().
Method in class netscape.util.ClassInfo
- Returns the name of the most derived class for this ClassInfo.
- className().
Method in class netscape.util.ClassTable
- Returns the name of the class this ClassTable represents.
- classNames().
Method in class netscape.util.ClassInfo
- Returns an array of the class names added with addClass().
- classNames().
Method in class netscape.util.ClassTable
- Returns the chain of superclasses recorded in this ClassTable.
- ClassTable(Archive).
Constructor for class netscape.util.ClassTable
- Constructs a new ClassTable for a given Archive.
- ClassTable(Archive, ClassInfo).
Constructor for class netscape.util.ClassTable
- Constructs a new ClassTable for the Archive archive.
- classTableForIdentifier(int).
Method in class netscape.util.Archive
- Returns the ClassTable for a given object identifier in the archive.
- classTableForName(String).
Method in class netscape.util.Archive
- Returns the ClassTable for a given class name.
- classVersions().
Method in class netscape.util.ClassInfo
- Returns an array parallel to classNames() with corresponding
versions added with addClass().
- cleanup().
Method in class netscape.application.Application
- Called when the run loop has exited.
- clear().
Method in class netscape.util.Hashtable
- Removes all keys and elements from the Hashtable.
- clearAllTabPositions().
Method in class netscape.application.TextParagraphFormat
- Removes all the tab positions.
- clearClipRect().
Method in class netscape.application.Graphics
- Clears the clipping rectangle so that drawing can occur anywhere
within the Graphics' drawing region.
-
CLICK.
Static variable in class netscape.application.Button
- Command causing the Button to visually "click," as if pressed, as well
as send its command to its Target.
- click().
Method in class netscape.application.Button
- Presses the Button, as if the user clicked it with the mouse.
- clickCount().
Method in class netscape.application.Button
- If the Button is currently pressed, returns the current mouse click
count (single-click, double-click, and so on).
- clickCount().
Method in class netscape.application.MouseEvent
- Returns the MouseEvent's click count.
- clipRect().
Method in class netscape.application.Graphics
- Returns the Graphics object's current clipping rectangle.
- clone().
Method in class netscape.application.Event
- Clones the Event.
- clone().
Method in class netscape.util.Hashtable
- Creates a shallow copy of the Hashtable.
- clone().
Method in class netscape.application.ListItem
- Clones the ListItem.
- clone().
Method in class netscape.application.MenuItem
- Clones the MenuItem.
- clone().
Method in class netscape.application.PackConstraints
-
- clone().
Method in class netscape.application.TextParagraphFormat
- Clones the TextParagraphFormat.
- clone().
Method in class netscape.util.Vector
- Clones the Vector.
- codeBase().
Method in class netscape.application.Application
- Returns the Application's codebase, the URL where the Applet's class
file originated.
- CodingException().
Constructor for class netscape.util.CodingException
- Constructs a CodingException.
- CodingException(String).
Constructor for class netscape.util.CodingException
- Constructs a CodingException with descriptive message string.
- Color().
Constructor for class netscape.application.Color
- Constructs a Color.
- color().
Method in class netscape.application.ColorChooser
- Returns the ColorChooser's current color.
- color().
Method in class netscape.application.ColorWell
- Returns the ColorWell's color.
- color().
Method in class netscape.application.Graphics
- Returns the color used for drawing lines and filling regions.
- color().
Method in class netscape.application.LineBorder
- Returns the LinBorder's Color.
- color().
Method in class netscape.application.RootView
- Returns the RootView's Color.
- Color(float, float, float).
Constructor for class netscape.application.Color
- Constructs a Color for the given red, green, and blue values.
- Color(int).
Constructor for class netscape.application.Color
- Constructs a Color for the given red, green, and blue values, where red
is specified by rgb bits 16-23, green by bits 8-15, and blue by bits
0-7.
- Color(int, int, int).
Constructor for class netscape.application.Color
- Constructs a Color for the given red, green, and blue values.
-
COLOR_TYPE.
Static variable in class netscape.application.Color
- Drag and Drop data type.
- ColorChooser().
Constructor for class netscape.application.ColorChooser
- Constructs a ColorChooser.
- colorChooser().
Method in class netscape.application.RootView
- Returns a reference to the shared ColorChooser.
- colorForHSB(float, float, float).
Static method in class netscape.application.Color
- Returns a Color for the given hue, saturation, and brightness
values.
- ColorWell().
Constructor for class netscape.application.ColorWell
- Constructs a ColorWell with origin (0, 0) and zero
width and height.
- ColorWell(int, int, int, int).
Constructor for class netscape.application.ColorWell
- Constructs a ColorWell with bounds
(x, y, width, height).
- ColorWell(Rect).
Constructor for class netscape.application.ColorWell
- Constructs a ColorWell with bounds rect.
- columnCount().
Method in class netscape.application.GridLayout
- Returns the number of columns in the GridLayout.
- columnForField(String).
Method in class netscape.util.ClassTable
- Returns the column index for the given field name.
- command().
Method in class netscape.application.Button
- Returns the Button's command.
- command().
Method in class netscape.application.ColorWell
- Returns the command sent by the ColorWell to its Target.
- command().
Method in class netscape.application.CommandEvent
- Returns the CommandEvent's command.
- command().
Method in class netscape.application.ListItem
- Returns the command associated with this ListItem.
- command().
Method in class netscape.application.ListView
- Returns the ListView's single-click command.
- command().
Method in class netscape.application.MenuItem
- Returns the MenuItem's command.
- command().
Method in class netscape.application.Popup
- Returns the Popup's command.
- command().
Method in class netscape.application.Slider
- Returns the command the Slider sends to its Target.
- command().
Method in class netscape.application.TextField
- Returns the Return command.
- command().
Method in class netscape.application.Timer
- Returns the command the Timer sends to its target in the
performCommand() message.
- CommandEvent().
Constructor for class netscape.application.CommandEvent
- Constructs a CommandEvent.
- CommandEvent(Target, String, Object).
Constructor for class netscape.application.CommandEvent
- Convenience for constructing a CommandEvent.
- commandKey().
Method in class netscape.application.MenuItem
- Returns the MenuItem's command key equivalent, '\0' if it doesn't have
one.
- compareTo(Object).
Method in interface netscape.util.Comparable
- Compares two objects.
- completeEditing().
Method in class netscape.application.TextField
- Causes the TextField to complete any editing by retaining all
changes the user made to the TextField's text.
- computeDisunionRects(Rect, Vector).
Method in class netscape.application.Rect
- Fills rects with Rects representing the regions within the
Rect that do not overlap with aRect.
- computeInteriorRect(int, int, int, int, Rect).
Method in class netscape.application.Border
- Computes the Border's interior Rect using the primitive margin
methods and the coordinates of the given rectangle.
- computeInteriorRect(Rect, Rect).
Method in class netscape.application.Border
- Computes the Border's interior Rect using the primitive margin
methods and the coordinates of the Rect rect.
- computeVisibleRect(Rect).
Method in class netscape.application.ScrollView
- Overidden to perform additional clipping.
- computeVisibleRect(Rect).
Method in class netscape.application.View
- Computes the View's "visible rect," the intersection
of the View's and all of its ancestors' bounding rectangles, placing
it in visibleRect.
- constraintsFor(View).
Method in class netscape.application.PackLayout
- Returns the PackConstraints object associated with aView.
- ContainerView().
Constructor for class netscape.application.ContainerView
- Constructs a ContainerView with origin (0, 0) and zero width and
height.
- ContainerView(int, int, int, int).
Constructor for class netscape.application.ContainerView
- Constructs a ContainerView with
bounds (x, y, width, height).
- ContainerView(Rect).
Constructor for class netscape.application.ContainerView
- Constructs a ContainerView with bounds rect.
- contains(int).
Method in class netscape.application.Range
- Returns true if the Range includes anIndex.
- contains(int, int).
Method in class netscape.application.Rect
- Returns true if the Rect contains the point
(x, y).
- contains(int, int, int, int, int, int).
Static method in class netscape.application.Rect
- Returns true if the rect defined by
(x, y, width, height) contains the
point (pointX, pointY).
- contains(Object).
Method in class netscape.util.Hashtable
- Returns true if the Hashtable contains the element.
- contains(Object).
Method in class netscape.util.Vector
- Returns true if the Vector contains element.
- contains(Point).
Method in class netscape.application.Rect
- Returns true if the Rect contains aPoint.
- contains(Rect).
Method in class netscape.application.Rect
- Returns true if the Rect completely contains aRect.
- containsIdentical(Object).
Method in class netscape.util.Vector
- Returns true if the Vector contains element.
- containsKey(Object).
Method in class netscape.util.Hashtable
- Returns true if the Hashtable contains the key key.
- containsPoint(int, int).
Method in class netscape.application.Polygon
- Returns true if the Polygon contains the point
(x, y).
- containsPoint(int, int).
Method in class netscape.application.View
- Returns true if the View's bounds contains the point
(x, y).
- containsPoint(Point).
Method in class netscape.application.Polygon
- Returns true if the Polygon contains the point aPoint.
- containsPointInVisibleRect(int, int).
Method in class netscape.application.View
- Returns true if the View contains the point (x,
y) within its visible rect.
- contentsChangedCommand().
Method in class netscape.application.TextField
- Returns the contents changed command.
- contentsChangedTarget().
Method in class netscape.application.TextField
- Returns the contents changed Target.
- contentSize().
Method in class netscape.application.ExternalWindow
- Returns the Size defining the ExternalWindow's content area.
- contentSize().
Method in class netscape.application.InternalWindow
- Returns the Size defining the InternalWindow's content area.
- contentSize().
Method in interface netscape.application.Window
- Returns the Size defining the Window's content area.
- contentView().
Method in class netscape.application.ColorChooser
- Returns the ColorChooser's content View.
- contentView().
Method in class netscape.application.FontChooser
- Returns the FontChooser's content View.
- contentView().
Method in class netscape.application.InternalWindow
- Returns the InternalWindow's contentView, the View in which all
programmatically-added Views live.
- contentView().
Method in class netscape.application.ScrollGroup
- Convenience method for retrieving the ScrollGroup's ScrollView's
contentView.
- contentView().
Method in class netscape.application.ScrollView
- Returns the View scrolled by the ScrollView.
-
CONTINUOUS_TYPE.
Static variable in class netscape.application.Button
- Continuous button type.
-
CONTROL_MASK.
Static variable in class netscape.application.DragSession
- Drag session modifier flag.
-
CONTROL_MASK.
Static variable in class netscape.application.KeyEvent
- The Control key modifier bitmask.
- convertEventToView(View, MouseEvent).
Method in class netscape.application.View
- Returns a MouseEvent similar to sourceEvent except that its x
and y members have been converted to otherView's coordinate
system.
- convertPointToView(View, Point).
Method in class netscape.application.View
- Returns a rectangle containing srcPoint converted
to otherView's coordinate system.
- convertPointToView(View, Point, Point).
Method in class netscape.application.View
- Converts the sourcePoint to otherView's coordinate
system, and stores the result in destPoint.
- convertRectToView(View, Rect).
Method in class netscape.application.View
- Returns the rectangle containing sourceRect converted
to otherView's coordinate system.
- convertRectToView(View, Rect, Rect).
Method in class netscape.application.View
- Converts the sourceRect to otherView's coordinate
system, and stores the result in destRect.
- convertToView(View, int, int).
Method in class netscape.application.View
- Converts the x and y to otherView's
coordinate system, and returns the result.
- convertToView(View, int, int, Point).
Method in class netscape.application.View
- Converts the x and y to otherView's
coordinate system, and stores the result in destPoint.
- copyInto(Object[]).
Method in class netscape.util.Vector
- Copies the Vector's elements into anArray.
- count().
Method in class netscape.util.Hashtable
- Returns the number of elements in the Hashtable.
- count().
Method in class netscape.application.ListView
- Returns the number of ListItems in the ListView.
- count().
Method in class netscape.application.Popup
- Returns the number of ListItems the Popup contains.
- count().
Method in class netscape.util.Vector
- Returns the number of elements in the Vector.
- createApplet().
Method in class netscape.application.Application
- Creates and returns the Application's Applet.
- createBuffer().
Method in class netscape.application.View
- Creates a Bitmap for the View to use as a drawing buffer.
- createCheckButton(int, int, int, int).
Static method in class netscape.application.Button
- Returns a new Button instance configured to look and behave like a
"check" button, a Button of type TOGGLE_TYPE that displays a check mark
when on.
- createCloseButton().
Method in class netscape.application.InternalWindow
- Called by the InternalWindow to create its close button.
- createDialog().
Method in class netscape.application.ExternalWindow
- Creates and returns the ExternalWindow's FoundationDialog.
- createFrame().
Method in class netscape.application.ExternalWindow
- Creates and returns the ExternalWindow's FoundationFrame.
- createGraphics().
Method in class netscape.application.Bitmap
- Returns a graphics object that can be used to draw into the Bitmap.
- createGraphics().
Method in class netscape.application.View
- Creates a Graphics object for the View.
- createLabel(String).
Static method in class netscape.application.TextField
- Creates a new TextField that is suitable for use as a "label":
- createLabel(String, Font).
Static method in class netscape.application.TextField
- Creates a new TextField that is suitable for use as a "label":
- createMenuAsSubmenu().
Method in class netscape.application.Menu
- Creates a new Menu for use as a MenuItem's submenu.
- createPanel().
Method in class netscape.application.ExternalWindow
- Creates and returns the ExternalWindow's FoundationPanel.
- createPanel().
Method in class netscape.application.FoundationApplet
- Creates and returns the Applet's FoundationPanel.
- createPushButton(int, int, int, int).
Static method in class netscape.application.Button
- Returns a new Button instance configured to look and behave like a
"push" button, a Button of type PUSH_TYPE.
- createRadioButton(int, int, int, int).
Static method in class netscape.application.Button
- Returns a new Button instance configured to look and behave like a
"radio" button, a Button of type RADIO_TYPE that can only be on if the
others in its group are off.
- createScrollBar(boolean).
Method in class netscape.application.ScrollGroup
- Creates a new ScrollBar with the correct orientation.
- createScrollView().
Method in class netscape.application.ScrollGroup
- Creates a new ScrollView.
-
CROSSHAIR_CURSOR.
Static variable in class netscape.application.View
- Crosshair cursor.
- currentFrameNumber().
Method in class netscape.application.DrawingSequence
- Returns the DrawingSequence's current frame number.
- currentImage().
Method in class netscape.application.ImageSequence
- Returns the current Image being displayed by the ImageSequence, or
its entire Image strip if configured to use one.
- cursor().
Method in class netscape.application.RootView
- Returns the current cursor.
- cursorForPoint(int, int).
Method in class netscape.application.ScrollView
- Overridden to return the ScrollView's contentView's cursor for this
point.
- cursorForPoint(int, int).
Method in class netscape.application.TextField
- Overridden to return TEXT_CURSOR when the TextField is selectable or
editable.
- cursorForPoint(int, int).
Method in class netscape.application.TextView
- Overridden to return TEXT_CURSOR when the TextView is
selectable or editable.
- cursorForPoint(int, int).
Method in class netscape.application.View
- Returns the cursor that should appear when the mouse is over
the point (x, y) in the View's coordinate system.
-
cyan.
Static variable in class netscape.application.Color
- The color cyan.
- darkerColor().
Method in class netscape.application.Color
- Returns a "darker" version of this Color.
-
darkGray.
Static variable in class netscape.application.Color
- The color dark gray (25% white).
- data().
Method in class netscape.application.CommandEvent
- Returns the CommandEvent's data object.
- data().
Method in class netscape.application.DragSession
- Returns the DragSession's data.
- data().
Method in class netscape.application.DragWell
- Returns the object represented by the DragWell's Image.
- data().
Method in class netscape.application.ListItem
- Returns the ListItem's data.
- data().
Method in class netscape.application.Timer
- Returns the data sent with the command in the performCommand()
message to its target.
- dataType().
Method in class netscape.application.ColorWell
- Returns Color.COLOR_TYPE.
- dataType().
Method in class netscape.application.DragSession
- Returns the DragSession's data's type.
- dataType().
Method in class netscape.application.DragWell
- Returns the type of the data represented by the DragWell's Image.
- debug().
Method in class netscape.application.DebugGraphics
- Returns the state of graphics debugging.
- DebugGraphics(Bitmap).
Constructor for class netscape.application.DebugGraphics
- Constructs a DebugGraphics for aBitmap.
- DebugGraphics(View).
Constructor for class netscape.application.DebugGraphics
- Constructs a DebugGraphics for view.
- debugOptions().
Method in class netscape.application.DebugGraphics
- Returns the current debugging options.
- debugOptions().
Method in class netscape.application.Graphics
- Returns the current debug option setting.
- decode(Decoder).
Method in class netscape.application.BezelBorder
- Decodes the BezelBorder instance.
- decode(Decoder).
Method in class netscape.application.Bitmap
- Decodes the Bitmap.
- decode(Decoder).
Method in class netscape.application.Border
- Defined so that Borders are Codable.
- decode(Decoder).
Method in class netscape.application.Button
- Decodes the Button instance.
- decode(Decoder).
Method in interface netscape.util.Codable
- Called immediately after the object's empty constructor, to restore
the object's state using data contained in the decoder.
- decode(Decoder).
Method in class netscape.application.Color
- Decodes the Color.
- decode(Decoder).
Method in class netscape.application.ColorWell
- Decodes the ColorWell.
- decode(Decoder).
Method in class netscape.application.ContainerView
- Decodes the ContainerView instance.
- decode(Decoder).
Method in class netscape.application.DragWell
- Decodes the DragWell instance.
- decode(Decoder).
Method in class netscape.application.DrawingSequence
- Decodes the DrawingSequence instance.
- decode(Decoder).
Method in class netscape.application.EmptyBorder
- Empty Borders store no additional state, but implement decode()
to replace themselves with the shared EmptyBorder instance, provided
they are not a subclass of EmptyBorder.
- decode(Decoder).
Method in class netscape.application.Font
- Decodes the Font instance by name.
- decode(Decoder).
Method in class netscape.application.GridLayout
- Encodes the GridLayout.
- decode(Decoder).
Method in class netscape.util.Hashtable
- Decodes the Hashtable instance.
- decode(Decoder).
Method in class netscape.application.Image
- Defined so that Images are Codable.
- decode(Decoder).
Method in class netscape.application.ImageAttachment
- Decodes the ImageAttachment instance.
- decode(Decoder).
Method in class netscape.application.ImageSequence
- Decodes the ImageSequence.
- decode(Decoder).
Method in class netscape.application.InternalWindow
- Decodes the InternalWindow instance.
- decode(Decoder).
Method in class netscape.application.InternalWindowBorder
- Decodes the InternalWindowBorder instance.
- decode(Decoder).
Method in class netscape.application.LineBorder
- Decodes the LineBorder instance.
- decode(Decoder).
Method in class netscape.application.ListItem
- Unarchives the ListItem instance.
- decode(Decoder).
Method in class netscape.application.ListView
- Decodes the ListView instance.
- decode(Decoder).
Method in class netscape.application.PackConstraints
- Decodes the PackConstraints.
- decode(Decoder).
Method in class netscape.application.PackLayout
- Encodes the PackLayout.
- decode(Decoder).
Method in class netscape.application.Point
- Decodes the Point.
- decode(Decoder).
Method in class netscape.application.Polygon
- Decodes the Polygon.
- decode(Decoder).
Method in class netscape.application.Popup
- Unarchives the Popup instance.
- decode(Decoder).
Method in class netscape.application.PopupItem
- Unarchives the PopupItem instance.
- decode(Decoder).
Method in class netscape.application.Range
- Decodes the Range.
- decode(Decoder).
Method in class netscape.application.Rect
- Decodes the Rect.
- decode(Decoder).
Method in class netscape.application.ScrollBar
- Decodes the ScrollBar instance.
- decode(Decoder).
Method in class netscape.application.ScrollGroup
- Decodes the ScrollGroup instance.
- decode(Decoder).
Method in class netscape.application.ScrollView
- Decodes the ScrollView instance.
- decode(Decoder).
Method in class netscape.application.Size
- Decodes the Size.
- decode(Decoder).
Method in class netscape.application.Slider
- Decodes the Slider instance.
- decode(Decoder).
Method in class netscape.application.Sound
- Decodes the Sound.
- decode(Decoder).
Method in class netscape.application.TextAttachment
- Decodes the TextAttachment instance.
- decode(Decoder).
Method in class netscape.application.TextField
- Decodes the TextField instance.
- decode(Decoder).
Method in class netscape.application.TextParagraphFormat
- Decodes the TextParagraphFormat instance.
- decode(Decoder).
Method in class netscape.application.TextView
- Decodes the TextView instance.
- decode(Decoder).
Method in class netscape.util.Vector
- Decodes the Vector instance.
- decode(Decoder).
Method in class netscape.application.View
- Decodes the View instance.
- decode(Decoder).
Method in class netscape.application.WindowContentView
- Decodes the WindowContentView.
- decodeBoolean(String).
Method in interface netscape.util.Decoder
- Decodes the boolean value associated with the string key.
- decodeBoolean(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the boolean value associated
with the string key.
- decodeBooleanArray(String).
Method in interface netscape.util.Decoder
- Decodes the boolean array associated with the string key.
- decodeBooleanArray(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the boolean array associated
with the string key.
- decodeByte(String).
Method in interface netscape.util.Decoder
- Decodes the byte value associated with the string key.
- decodeByte(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the byte value associated with
the string key.
- decodeByteArray(String).
Method in interface netscape.util.Decoder
- Decodes the byte array associated with the string key.
- decodeByteArray(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the byte array associated with
the string key.
- decodeChar(String).
Method in interface netscape.util.Decoder
- Decodes the character value associated with the string key.
- decodeChar(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the character value associated
with the string key.
- decodeCharArray(String).
Method in interface netscape.util.Decoder
- Decodes the character array associated with the string key.
- decodeCharArray(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the character array associated
with the string key.
- decodeDouble(String).
Method in interface netscape.util.Decoder
- Decodes the double value associated with the string key.
- decodeDouble(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the double value associated with
the string key.
- decodeDoubleArray(String).
Method in interface netscape.util.Decoder
- Decodes the double array associated with the string key.
- decodeDoubleArray(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the double array associated with
the string key.
- decodeFloat(String).
Method in interface netscape.util.Decoder
- Decodes the float value associated with the string key.
- decodeFloat(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the float value associated with
the string key.
- decodeFloatArray(String).
Method in interface netscape.util.Decoder
- Decodes the float array associated with the string key.
- decodeFloatArray(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the float array associated with
the string key.
- decodeInt(String).
Method in interface netscape.util.Decoder
- Decodes the integer value associated with the string key.
- decodeInt(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the integer value associated
with the string key.
- decodeIntArray(String).
Method in interface netscape.util.Decoder
- Decodes the integer array associated with the string key.
- decodeIntArray(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the integer array associated
with the string key.
- decodeLong(String).
Method in interface netscape.util.Decoder
- Decodes the long value associated with the string key.
- decodeLong(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the long value associated with
the string key.
- decodeLongArray(String).
Method in interface netscape.util.Decoder
- Decodes the long array value associated with the string key.
- decodeLongArray(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the long array value associated
with the string key.
- decodeObject(String).
Method in interface netscape.util.Decoder
- Decodes a reference to another Codable object.
- decodeObject(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes a reference to another Codable
object.
- decodeObjectArray(String).
Method in interface netscape.util.Decoder
- Decodes an array of Codable objects.
- decodeObjectArray(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes an array of Codable objects.
- decodeShort(String).
Method in interface netscape.util.Decoder
- Decodes the short value associated with the string key.
- decodeShort(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the short value associated with
the string key.
- decodeShortArray(String).
Method in interface netscape.util.Decoder
- Decodes the short array associated with the string key.
- decodeShortArray(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the short array associated with
the string key.
- decodeString(String).
Method in interface netscape.util.Decoder
- Decodes the string value associated with the string key.
- decodeString(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the string value associated with
the string key.
- decodeStringArray(String).
Method in interface netscape.util.Decoder
- Decodes the string array associated with the string key.
- decodeStringArray(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that decodes the string array associated with
the string key.
- decreaseButton().
Method in class netscape.application.ScrollBar
- Returns the ScrollBar's "decrease" Button.
-
DEFAULT_LAYER.
Static variable in class netscape.application.InternalWindow
- Default window layer.
-
DEFAULT_LINE_INCREMENT.
Static variable in class netscape.application.ScrollBar
- The default line scroll increment.
-
DEFAULT_OPTION.
Static variable in class netscape.application.Alert
- Value returned when the user chooses the default option.
-
DEFAULT_PAGE_SIZE.
Static variable in class netscape.application.ScrollBar
- The default page scroll increment.
- defaultAttributes().
Method in class netscape.application.TextView
- Returns the default attributes.
- defaultFont().
Static method in class netscape.application.Font
- Returns the "default" font, currently defined to be Helvetica 12.
- delay().
Method in class netscape.application.Timer
- Returns the Timer's delay.
- descendsFrom(View).
Method in class netscape.application.View
- Returns true if the View is a descendant of or equals
aView.
- descent().
Method in class netscape.application.FontMetrics
- Returns the Font's descent, the distance from the baseline to the
bottom of the characters.
- describeClassInfo(ClassInfo).
Method in class netscape.application.BezelBorder
- Describes the BezelBorder class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.Bitmap
- Describes the Bitmap class' coding information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.Border
- Defined so that Borders are Codable.
- describeClassInfo(ClassInfo).
Method in class netscape.application.Button
- Describes the Button class' information.
- describeClassInfo(ClassInfo).
Method in interface netscape.util.Codable
- Classes must be able to describe their schema to be encoded.
- describeClassInfo(ClassInfo).
Method in class netscape.application.Color
- Describes the Color class' coding information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.ColorWell
- Describes the ColorWell class' coding information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.ContainerView
- Describes the ContainerView class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.DragWell
- Describes the DragWell class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.DrawingSequence
- Describes the DrawingSequence class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.Font
- Describes the Font class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.GridLayout
- Describes the GridLayout class' coding information.
- describeClassInfo(ClassInfo).
Method in class netscape.util.Hashtable
- Describes the Hashtable class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.Image
- Defined so that Images are Codable.
- describeClassInfo(ClassInfo).
Method in class netscape.application.ImageAttachment
- Describes the ImageAttachment class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.ImageSequence
- Describes the ImageSequence class' coding information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.InternalWindow
- Describes the InternalWindow class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.InternalWindowBorder
- Describes the InternalWindowBorder class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.LineBorder
- Describes the LineBorder class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.ListItem
- Describes the ListItem class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.ListView
- Describes the ListView class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.PackConstraints
- Describes the PackConstraints class' coding information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.PackLayout
- Describes the PackLayout class' coding information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.Point
- Describes the Point class' coding information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.Polygon
- Describes the Polygon class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.Popup
- Describes the Popup class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.PopupItem
- Describes the PopupItem class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.Range
- Describes the Range class' coding information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.Rect
- Describes the Rect class' coding information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.ScrollBar
- Describes the ScrollBar class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.ScrollGroup
- Describes the ScrollGroup class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.ScrollView
- Describes the ScrollView class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.Size
- Describes the Size class' coding information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.Slider
- Describes the Slider class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.Sound
- Describes the Sound class' coding information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.TextAttachment
- Describes the TextAttachment class's information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.TextField
- Describes the TextField class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.TextParagraphFormat
- Describes the TextParagraphFormat class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.TextView
- Describes the TextView class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.util.Vector
- Describes the Vector class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.View
- Describes the View class' information.
- describeClassInfo(ClassInfo).
Method in class netscape.application.WindowContentView
- Describes the WindowContentView class' coding information.
- deselectItem(ListItem).
Method in class netscape.application.ListView
- Deselects item, unless empty selection is not allowed and
it is the only selected ListItem.
- DeserializationException(String, int).
Constructor for class netscape.util.DeserializationException
- Constructs a DeserializationException with the descriptive message
string and lineNumber, the line number on which
the error occurred.
- deserializeObject(String).
Static method in class netscape.util.Deserializer
- Convenience method for deserializing from the string
serialization.
- Deserializer(InputStream).
Constructor for class netscape.util.Deserializer
- Constructs a Deserializer that takes its input from inputStream.
- destination().
Method in class netscape.application.DragSession
- Returns the DragSession's current DragDestination.
- destinationBounds().
Method in class netscape.application.DragSession
- Returns the bounds of the dragged Image, in the current destination
View's coordinate system.
- destinationMousePoint().
Method in class netscape.application.DragSession
- Returns the mouse's location, in the current destination View's
coordinate system.
- destinationView().
Method in class netscape.application.DragSession
- Returns the View currently designated the DragSession's destination, or
null if there is no such View.
- destroy().
Method in class netscape.application.FoundationApplet
- Destroys the Applet.
- didBecomeMain().
Method in class netscape.application.InternalWindow
- Informs the InternalWindow that it has become the main InternalWindow,
and notifies its owner.
- didMoveBy(int, int).
Method in class netscape.application.TextView
- Overridden to take special action when the TextView moves.
- didMoveBy(int, int).
Method in class netscape.application.View
- Called by View's implementation of setBounds().
- didProcessEvent(Event).
Method in class netscape.application.Application
- Called after the EventLoop has processed anEvent.
- didResignMain().
Method in class netscape.application.InternalWindow
- Informs the InternalWindow that another InternalWindow has replaced it
as the Application's main InternalWindow, and notifies its owner.
- didSizeBy(int, int).
Method in class netscape.application.ScrollBar
- Overridden to ensure there is room enough for the scroll Buttons.
- didSizeBy(int, int).
Method in class netscape.application.ScrollView
- Overridden to ensure that the contentView is correctly positioned.
- didSizeBy(int, int).
Method in class netscape.application.Slider
- Overridden to reposition the Slider's knob when resized.
- didSizeBy(int, int).
Method in class netscape.application.TextView
- Overridden to catch size changes.
- didSizeBy(int, int).
Method in class netscape.application.View
- Called by setBounds() to resize a View's subviews.
- directory().
Method in class netscape.application.FileChooser
- Returns the FileChooser's current directory.
- disableDrawing().
Method in class netscape.application.View
- Disables drawing within the View and its subviews.
- disabledTitleColor().
Method in class netscape.application.Button
- Returns the Color used to draw the Button's title when disabled.
- disableResizing().
Method in class netscape.application.TextView
- Disables TextView resizing.
- dispose().
Method in class netscape.application.ExternalWindow
- Closes the ExternalWindow and destroys the native window.
- dispose().
Method in class netscape.application.Graphics
- Destroys the Graphics object and any resources associated with it.
- doesAutoResizeSubviews().
Method in class netscape.application.View
- Returns true if the View automatically resizes and repositions
its subviews when it is resized.
- doesCoalesce().
Method in class netscape.application.Timer
- Returns true if the Timer coalesces multiple pending
performCommand() messages.
- doesLoop().
Method in class netscape.application.DrawingSequence
- Returns true if the DrawingSequence continues animating
from its initial frame after reaching its final frame, or if it
animates in BOUNCE mode.
- doesLoop().
Method in class netscape.application.Sound
- Returns true if the Sound automatically replays upon
completion.
- doesResetOnStart().
Method in class netscape.application.DrawingSequence
- Returns true if the DrawingSequence resets its frame
to its initial frame before it begins animating.
- doesResetOnStop().
Method in class netscape.application.DrawingSequence
- Returns true if the DrawingSequence resets its frame
to its initial frame after it finishes animating.
-
DOUBLE_ARRAY_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
-
DOUBLE_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
- doubleArrayAt(int, int).
Method in class netscape.util.ClassTable
- Returns the double array located at row, column.
- doubleAt(int, int).
Method in class netscape.util.ClassTable
- Returns the double value located at row, column.
- doubleCommand().
Method in class netscape.application.ListView
- Returns the ListView's double-click command.
-
DRAG_LAYER.
Static variable in class netscape.application.InternalWindow
- Drag layer.
- dragDropped(DragSession).
Method in class netscape.application.ColorWell
- Drag-and-drop destination support method, called when the user
releases a DragSession's Image over the ColorWell.
- dragDropped(DragSession).
Method in interface netscape.application.DragDestination
- Called when the user drops an object on a View.
- dragDropped(DragSession).
Method in class netscape.application.TextView
- Drag and drop destination support method, called when the user
releases a DragSession's Image over the TextView.
- dragEntered(DragSession).
Method in class netscape.application.ColorWell
- DragDestination support method.
- dragEntered(DragSession).
Method in interface netscape.application.DragDestination
- Called when the user drags an object into a View.
- dragEntered(DragSession).
Method in class netscape.application.TextView
- DragDestination support method.
- dragExited(DragSession).
Method in class netscape.application.ColorWell
- DragDestination support method.
- dragExited(DragSession).
Method in interface netscape.application.DragDestination
- Called when the user drags an object out of a View.
- dragExited(DragSession).
Method in class netscape.application.TextView
- DragDestination support method.
- dragModifiers().
Method in class netscape.application.DragSession
- Returns an integer representing the modifier keys (Shift, Control,
Meta, Alternate) held down during the most recent mouse event.
- dragMoved(DragSession).
Method in class netscape.application.ColorWell
- DragDestination support method.
- dragMoved(DragSession).
Method in interface netscape.application.DragDestination
- Called when the user drags an object within a View.
- dragMoved(DragSession).
Method in class netscape.application.TextView
- DragDestination support method.
- DragSession(DragSource, Image, int, int, int, int, String, Object).
Constructor for class netscape.application.DragSession
- Constructs a DragSession, represented visually by image.
- dragWasAccepted(DragSession).
Method in interface netscape.application.DragSource
- Called when the user releases a DragSession and the receiving
DragDestination accepts the dragged item.
- dragWasAccepted(DragSession).
Method in class netscape.application.DragWell
- DragSource support method.
- dragWasRejected(DragSession).
Method in interface netscape.application.DragSource
- Called when the user releases a DragSession without it being accepted
by a DragDestination.
- dragWasRejected(DragSession).
Method in class netscape.application.DragWell
- DragSource support method.
- DragWell().
Constructor for class netscape.application.DragWell
- Constructs a DragWell with origin (0, 0) and zero width
and height
- DragWell(int, int, int, int).
Constructor for class netscape.application.DragWell
- Constructs a DragWell
with bounds (x, y, width, height).
- DragWell(Rect).
Constructor for class netscape.application.DragWell
- Constructs a DragWell with bounds rect.
- draw().
Method in class netscape.application.View
- Convenience method for drawing the entire View.
- draw(Graphics, Rect).
Method in class netscape.application.InternalWindow
- Overridden to handle special needs of transparent InternalWindows.
- draw(Graphics, Rect).
Method in class netscape.application.RootView
- Overridden to draw just the aRect portion of the RootView,
ignoring any Windows that may intersect the Rect.
- draw(Graphics, Rect).
Method in class netscape.application.View
- Primitive method, instructing the View to draw the clipRect
portion of itself and its subviews to the Graphics g.
- draw(Rect).
Method in class netscape.application.View
- Convenience method for drawing the clipRect portion of the
View.
- drawArc(int, int, int, int, int, int).
Method in class netscape.application.DebugGraphics
- Draws an arc in aRect from startAngle for
arcAngle degrees.
- drawArc(int, int, int, int, int, int).
Method in class netscape.application.Graphics
- Draws an arc in aRect from startAngle for
arcAngle degrees.
- drawArc(Rect, int, int).
Method in class netscape.application.Graphics
- Draws an arc in aRect from startAngle for
arcAngle degrees.
- drawAt(Graphics, int, int).
Method in class netscape.application.Bitmap
- Draws the Bitmap at (x, y).
- drawAt(Graphics, int, int).
Method in class netscape.application.DrawingSequence
- Displays the DrawingSequence's current frame at the given location.
- drawAt(Graphics, int, int).
Method in class netscape.application.Image
- Draws the Image at the given location.
- drawAt(Graphics, int, int).
Method in class netscape.application.ImageSequence
- Draws the ImageSequence's current Image at (x, y).
- drawBackground(Graphics, Rect).
Method in class netscape.application.ListItem
- Called from drawInRect() to draw the ListItem's background.
- drawBezel(Graphics, int, int, int, int, Color, Color, Color, Color, boolean).
Static method in class netscape.application.BezelBorder
- Convenience method for drawing a bezel with the four specified colors.
- drawBitmapAt(Bitmap, int, int).
Method in class netscape.application.DebugGraphics
- Displays bitmap at the point (x, y).
- drawBitmapAt(Bitmap, int, int).
Method in class netscape.application.Graphics
- Displays bitmap at the point (x, y).
- drawBitmapScaled(Bitmap, int, int, int, int).
Method in class netscape.application.DebugGraphics
- Draws bitmap at the point (x, y), scaled in the
X-dimension to have width width and the Y-dimension to
have height height.
- drawBitmapScaled(Bitmap, int, int, int, int).
Method in class netscape.application.Graphics
- Draws bitmap at the point (x, y), scaled in the
X-dimension to have width width and the Y-dimension to
have height height.
- drawBottomBorder().
Method in class netscape.application.InternalWindow
- Convenience method for drawing the InternalWindow's bottom Border
portion , only if the InternalWindow is not of type
BLANK_TYPE.
- drawBottomBorder(Graphics, int, int, int, int).
Method in class netscape.application.InternalWindowBorder
- Draws the InternalWindowBorder's bottom border.
- drawBytes(byte[], int, int, int, int).
Method in class netscape.application.DebugGraphics
- Draws length bytes of data, beginning offset bytes
into the array, using the current font and color, at the point
(x, y).
- drawBytes(byte[], int, int, int, int).
Method in class netscape.application.Graphics
- Draws length bytes of data, beginning offset bytes
into the array, using the current font and color, at the point
(x, y).
- drawCentered(Graphics, int, int, int, int).
Method in class netscape.application.Image
- Draws the Image centered in the supplied rectangle.
- drawCentered(Graphics, Rect).
Method in class netscape.application.Image
- Draws the Image centered in the Rect rect.
- drawChars(char[], int, int, int, int).
Method in class netscape.application.DebugGraphics
- Draws length characters of data, beginning offset
characters into the array, using the current font and color, at the
point (x, y).
- drawChars(char[], int, int, int, int).
Method in class netscape.application.Graphics
- Draws length characters of data, beginning offset
characters into the array, using the current font and color, at the
point (x, y).
- drawContents().
Method in class netscape.application.ScrollGroup
- Draws the ScrollView portion of the ScrollGroup.
- drawDirtyViews().
Method in class netscape.application.RootView
- Draws all of the RootView's dirty subviews.
- drawGroovedBezel(Graphics, int, int, int, int, Color, Color).
Static method in class netscape.application.BezelBorder
- Convenience method for drawing a grooved bezel with the two specified
colors.
- drawingBuffer().
Method in class netscape.application.View
- Returns the View's offscreen drawing buffer, if any.
- DrawingSequence().
Constructor for class netscape.application.DrawingSequence
- Constructs a DrawingSequence without an owner.
- DrawingSequence(DrawingSequenceOwner).
Constructor for class netscape.application.DrawingSequence
- Constructs a DrawingSequence with owner owner, frame
rate of 1 millisecond, current frame number of 0, and FORWARD
direction.
- drawingSequenceCompleted(DrawingSequence).
Method in class netscape.application.Button
- DrawingSequenceOwner method implemented to handle DrawingSequences
assigned to the Button as Images.
- drawingSequenceCompleted(DrawingSequence).
Method in interface netscape.application.DrawingSequenceOwner
- Sent by a DrawingSequence to its owner after reaching its
final frame.
- drawingSequenceFrameChanged(DrawingSequence).
Method in class netscape.application.Button
- DrawingSequenceOwner method implemented to handle DrawingSequences
assigned to the Button as Images.
- drawingSequenceFrameChanged(DrawingSequence).
Method in interface netscape.application.DrawingSequenceOwner
- Sent by a DrawingSequence to its owner when its current
frame number changes.
- drawInRect(Graphics, int, int, int, int).
Method in class netscape.application.BezelBorder
- Draws the BezelBorder in the given rectable.
- drawInRect(Graphics, int, int, int, int).
Method in class netscape.application.Border
- Primitive method for drawing the Border in the specified rectangle.
- drawInRect(Graphics, int, int, int, int).
Method in class netscape.application.EmptyBorder
- Draws the EmptyBorder.
- drawInRect(Graphics, int, int, int, int).
Method in class netscape.application.InternalWindowBorder
- Draws the InternalWindowBorder in the given Rect.
- drawInRect(Graphics, int, int, int, int).
Method in class netscape.application.LineBorder
- Draws the LineBorder within the given Rect.
- drawInRect(Graphics, Rect).
Method in class netscape.application.Border
- Convenience method for drawing the Border in the Rect rect.
- drawInRect(Graphics, Rect).
Method in class netscape.application.ImageAttachment
- Draws the ImageAttachment's Image.
- drawInRect(Graphics, Rect).
Method in class netscape.application.ListItem
- Called by ListView to draw the ListItem.
- drawInRect(Graphics, Rect).
Method in class netscape.application.PopupItem
- Called by ListView to draw the PopupItem.
- drawInRect(Graphics, Rect).
Method in class netscape.application.TextAttachment
- Abstract method responsible for drawing the TextAttachment's contents
within the Graphics g.
- drawInterior().
Method in class netscape.application.TextField
- Redraws the TextField's interior.
- drawItemAt(int).
Method in class netscape.application.ListView
- Calls draw() with the Rect for the ListItem at the given row
index.
- drawLeftBorder(Graphics, int, int, int, int).
Method in class netscape.application.InternalWindowBorder
- Draws the InternalWindowBorder's left border.
- drawLine(int, int, int, int).
Method in class netscape.application.DebugGraphics
- Draws a line from the point (x1, y1) to the
point (x2, y2) in the current color.
- drawLine(int, int, int, int).
Method in class netscape.application.Graphics
- Draws a line from the point (x1, y1) to the
point (x2, y2) in the current color.
- drawLoweredButtonBezel(Graphics, int, int, int, int).
Static method in class netscape.application.BezelBorder
- Convenience method for drawing a lowered Button bezel.
- drawOval(int, int, int, int).
Method in class netscape.application.DebugGraphics
- Draws an oval inside the rect
(x, y, width, height) in the
current color.
- drawOval(int, int, int, int).
Method in class netscape.application.Graphics
- Draws an oval inside the rect
(x, y, width, height) in the
current color.
- drawOval(Rect).
Method in class netscape.application.Graphics
- Draws an oval inside aRect in the current color.
- drawPoint(int, int).
Method in class netscape.application.DebugGraphics
- Draws the point (x, y) in the current color.
- drawPoint(int, int).
Method in class netscape.application.Graphics
- Draws the point (x, y) in the current color.
- drawPolygon(int[], int[], int).
Method in class netscape.application.DebugGraphics
- Draws the polygon described by xPoints and yPoints
using the current color.
- drawPolygon(int[], int[], int).
Method in class netscape.application.Graphics
- Draws the polygon described by xPoints and yPoints
using the current color.
- drawPolygon(Polygon).
Method in class netscape.application.Graphics
- Draws polygon using the current color.
- drawRaisedButtonBezel(Graphics, int, int, int, int).
Static method in class netscape.application.BezelBorder
- Convenience method for drawing a raised Button bezel.
- drawRect(int, int, int, int).
Method in class netscape.application.DebugGraphics
- Draws the rectangle
(x, y, width, height) using
the current color.
- drawRect(int, int, int, int).
Method in class netscape.application.Graphics
- Draws the rectangle
(x, y, width, height) using
the current color.
- drawRect(Rect).
Method in class netscape.application.Graphics
- Draws aRect using the current color.
- drawRightBorder(Graphics, int, int, int, int).
Method in class netscape.application.InternalWindowBorder
- Draws the InternalWindowBorder's right border.
- drawRoundedRect(int, int, int, int, int, int).
Method in class netscape.application.DebugGraphics
- Draws a rectangle with rounded corners in the rectangle
(x, y, width, height), as determined by
arcWidth and arcHeight.
- drawRoundedRect(int, int, int, int, int, int).
Method in class netscape.application.Graphics
- Draws a rectangle with rounded corners in the rectangle
(x, y, width, height), as determined by
arcWidth and arcHeight.
- drawRoundedRect(Rect, int, int).
Method in class netscape.application.Graphics
- Draws a rectangle with rounded corners in aRect,
as determined by arcWidth and arcHeight.
- drawScaled(Graphics, int, int, int, int).
Method in class netscape.application.Bitmap
- Draws the Bitmap scaled to fit the supplied rectangle.
- drawScaled(Graphics, int, int, int, int).
Method in class netscape.application.Image
- Draws the Image scaled to fit the supplied rectangle.
- drawScaled(Graphics, int, int, int, int).
Method in class netscape.application.ImageSequence
- Draws the ImageSequence's current Image, scaled to fit the supplied
rectangle.
- drawScaled(Graphics, Rect).
Method in class netscape.application.Image
- Draws the Image scaled in the Rect rect.
- drawScrollTray().
Method in class netscape.application.ScrollBar
- Redraws the ScrollBar's scroll tray and knob by computing their
bounding rect and passing that to draw().
- drawsDropShadow().
Method in class netscape.application.TextField
- Returns true if the TextField draws its text with a drop shadow.
- drawString(String, int, int).
Method in class netscape.application.DebugGraphics
- Draws aString at the point (x, y) using the
current font and color.
- drawString(String, int, int).
Method in class netscape.application.Graphics
- Draws aString at the point (x, y) using the
current font and color.
- drawStringInRect(Graphics, String, Font, Rect, int).
Method in class netscape.application.ListItem
- Called from drawInRect() to draw the ListItem's title.
- drawStringInRect(String, int, int, int, int, int).
Method in class netscape.application.Graphics
- Draws aString in the rectangle defined by
(x, y, width, height).
- drawStringInRect(String, Rect, int).
Method in class netscape.application.Graphics
- Draws aString in aRect, according to
the justification justification.
- drawSubviews(Graphics).
Method in class netscape.application.ContainerView
- Draws the ContainerView's border, after drawing its subviews.
- drawSubviews(Graphics).
Method in class netscape.application.ScrollView
- Overridden to perform post-drawing processing.
- drawSubviews(Graphics).
Method in class netscape.application.View
- Calls the drawView() method of each of the View's subviews.
- drawTiled(Graphics, int, int, int, int).
Method in class netscape.application.Image
- Draws the Image tiled in the supplied rectangle.
- drawTiled(Graphics, Rect).
Method in class netscape.application.Image
- Draws the Image tiled in the Rect rect.
- drawTitleBar().
Method in class netscape.application.InternalWindow
- Convenience method for drawing the InternalWindow's title bar portion,
only if the InternalWindow is not of type
BLANK_TYPE.
- drawTitleBar(Graphics, int, int, int, int).
Method in class netscape.application.InternalWindowBorder
- Draws the InternalWindowBorder's title bar and border.
- drawView(Graphics).
Method in class netscape.application.Button
- Draws the Button.
- drawView(Graphics).
Method in class netscape.application.ColorWell
- Draws the ColorWell by drawing its Border, filled with the ColorWell's
color.
- drawView(Graphics).
Method in class netscape.application.ContainerView
- Draws the ContainerView's background.
- drawView(Graphics).
Method in class netscape.application.DragWell
- Draws the DragWell by drawing its Border, filled with the DragWell's
Image.
- drawView(Graphics).
Method in class netscape.application.InternalWindow
- Draws the InternalWindow's Border.
- drawView(Graphics).
Method in class netscape.application.ListView
- Draws the ListView, calling drawViewBackground() to draw each
ListItem's background.
- drawView(Graphics).
Method in class netscape.application.Popup
- Draws the inactive Popup.
- drawView(Graphics).
Method in class netscape.application.RootView
- Draws the RootView's contents.
- drawView(Graphics).
Method in class netscape.application.ScrollBar
- Draws the ScrollBar.
- drawView(Graphics).
Method in class netscape.application.ScrollGroup
- Draws the ScrollGroup's interior Border.
- drawView(Graphics).
Method in class netscape.application.ScrollView
- Overidden to draw the area not covered by the contentView, unless
transparent.
- drawView(Graphics).
Method in class netscape.application.Slider
- Draws the Slider.
- drawView(Graphics).
Method in class netscape.application.TextField
- Draws the TextField.
- drawView(Graphics).
Method in class netscape.application.TextView
- Draws the TextView's contents.
- drawView(Graphics).
Method in class netscape.application.View
- Draws the View's contents.
- drawView(Graphics).
Method in class netscape.application.WindowContentView
- Fills the WindowContentView with its color, unless it or its
InternalWindow is transparent.
- drawViewBackground(Graphics).
Method in class netscape.application.ContainerView
- Draws the ContainerView's background, using its Image and
background Color.
- drawViewBackground(Graphics, int, int, int, int).
Method in class netscape.application.ListView
- Called by drawView() to draw the background for the rectangle
(x, y, width, height).
- drawViewBackground(Graphics, Rect, boolean).
Method in class netscape.application.Button
- Draws the Button's background (a Border, or solid rectangle if no
Border and opaque).
- drawViewBorder(Graphics).
Method in class netscape.application.ContainerView
- Draws the ContainerView's Border, including its title.
- drawViewBorder(Graphics).
Method in class netscape.application.TextField
- Draws the TextField's border using its Border.
- drawViewGroove(Graphics).
Method in class netscape.application.Slider
- Draws the Slider's groove, which includes its Border and contents.
- drawViewInterior(Graphics, Rect).
Method in class netscape.application.TextField
- Draws the portion of the TextField's interior specified by
interiorRect.
- drawViewInterior(Graphics, String, Image, Rect).
Method in class netscape.application.Button
- Draws the Button's interior.
- drawViewKnob(Graphics).
Method in class netscape.application.Slider
- Draws the Slider's knob.
- drawViewKnobInRect(Graphics, Rect).
Method in class netscape.application.ScrollBar
- Draws the ScrollBar's knob and Image within rect.
- drawViewStringAt(Graphics, String, int, int).
Method in class netscape.application.TextField
- Draws the String at position (x, y).
- drawViewTitleInRect(Graphics, String, Font, Rect, int).
Method in class netscape.application.Button
- Sets the appropriate Color (according to whether or not the Button's
enabled) and calls Graphics' drawStringInRect() to draw the
Button's title within textBounds using the justification
justification.
- drawWithStyle(Graphics, int, int, int, int, int).
Method in class netscape.application.Image
- Calls drawCentered(), drawScaled(), or
drawTiled() based on the style parameter.
- drawWithStyle(Graphics, Rect, int).
Method in class netscape.application.Image
- Convenience method for calling drawWithStyle() with Rect
rect.
-
E_RESIZE_CURSOR.
Static variable in class netscape.application.View
- East resize cursor.
- elementArray().
Method in class netscape.util.Vector
- Returns an array containing the Vector's contents.
- elementAt(int).
Method in class netscape.util.Vector
- Returns the element at index.
- elements().
Method in class netscape.util.Hashtable
- Returns an Enumeration of the Hashtable's elements.
- elements().
Method in class netscape.util.Vector
- Returns an Enumeration that can be used to iterate through all of the
Vector's elements.
- elements(int).
Method in class netscape.util.Vector
- Returns an Enumeration that can be used to iterate through the vector's
elements beginning at element index.
- elementsArray().
Method in class netscape.util.Hashtable
- Returns an Object array containing the Hashtable's elements.
- elementsVector().
Method in class netscape.util.Hashtable
- Returns a Vector containing the Hashtable's elements.
- emptyBorder().
Static method in class netscape.application.EmptyBorder
- Convenience method for retrieving the shared EmptyBorder.
- EmptyBorder().
Constructor for class netscape.application.EmptyBorder
- Constructs an EmptyBorder.
- enableResizing().
Method in class netscape.application.TextView
- Reenables TextView resizing.
- encode(Encoder).
Method in class netscape.application.BezelBorder
- Encodes the BezelBorder instance.
- encode(Encoder).
Method in class netscape.application.Bitmap
- Encodes the Bitmap.
- encode(Encoder).
Method in class netscape.application.Border
- Defined so that Borders are Codable.
- encode(Encoder).
Method in class netscape.application.Button
- Encodes the Button instance.
- encode(Encoder).
Method in interface netscape.util.Codable
- Called to encode the object.
- encode(Encoder).
Method in class netscape.application.Color
- Encodes the Color.
- encode(Encoder).
Method in class netscape.application.ColorWell
- Encodes the ColorWell.
- encode(Encoder).
Method in class netscape.application.ContainerView
- Encodes the ContainerView instance.
- encode(Encoder).
Method in class netscape.application.DragWell
- Encodes the DragWell instance.
- encode(Encoder).
Method in class netscape.application.DrawingSequence
- Encodes the DrawingSequence instance.
- encode(Encoder).
Method in class netscape.application.Font
- Encodes the Font instance by name.
- encode(Encoder).
Method in class netscape.application.GridLayout
- Decodes the GridLayout.
- encode(Encoder).
Method in class netscape.util.Hashtable
- Encodes the Hashtable instance.
- encode(Encoder).
Method in class netscape.application.Image
- Defined so that Images are Codable.
- encode(Encoder).
Method in class netscape.application.ImageAttachment
- Encodes the ImageAttachment instance.
- encode(Encoder).
Method in class netscape.application.ImageSequence
- Encodes the ImageSequence.
- encode(Encoder).
Method in class netscape.application.InternalWindow
- Encodes the InternalWindow instance.
- encode(Encoder).
Method in class netscape.application.InternalWindowBorder
- Encodes the InternalWindowBorder instance.
- encode(Encoder).
Method in class netscape.application.LineBorder
- Encodes the LineBorder instance.
- encode(Encoder).
Method in class netscape.application.ListItem
- Archives the ListItem instance.
- encode(Encoder).
Method in class netscape.application.ListView
- Encodes the ListView instance.
- encode(Encoder).
Method in class netscape.application.PackConstraints
- Encodes the PackConstraints.
- encode(Encoder).
Method in class netscape.application.PackLayout
- Decodes the PackLayout.
- encode(Encoder).
Method in class netscape.application.Point
- Encodes the Point.
- encode(Encoder).
Method in class netscape.application.Polygon
- Encodes the Polygon.
- encode(Encoder).
Method in class netscape.application.Popup
- Archives the Popup instance.
- encode(Encoder).
Method in class netscape.application.PopupItem
- Archives the PopupItem instance.
- encode(Encoder).
Method in class netscape.application.Range
- Encodes the Range.
- encode(Encoder).
Method in class netscape.application.Rect
- Encodes the Rect.
- encode(Encoder).
Method in class netscape.application.ScrollBar
- Encodes the ScrollBar instance.
- encode(Encoder).
Method in class netscape.application.ScrollGroup
- Encodes the ScrollGroup instance.
- encode(Encoder).
Method in class netscape.application.ScrollView
- Encodes the ScrollView instance.
- encode(Encoder).
Method in class netscape.application.Size
- Encodes the Size.
- encode(Encoder).
Method in class netscape.application.Slider
- Encodes the Slider instance.
- encode(Encoder).
Method in class netscape.application.Sound
- Encodes the Sound.
- encode(Encoder).
Method in class netscape.application.TextAttachment
- Encodes the TextAttachment instance.
- encode(Encoder).
Method in class netscape.application.TextField
- Encodes the TextField instance.
- encode(Encoder).
Method in class netscape.application.TextParagraphFormat
- Encodes the TextParagraphFormat instance.
- encode(Encoder).
Method in class netscape.application.TextView
- Encodes the TextView instance.
- encode(Encoder).
Method in class netscape.util.Vector
- Encodes the Vector instance.
- encode(Encoder).
Method in class netscape.application.View
- Encodes the View instance.
- encode(Encoder).
Method in class netscape.application.WindowContentView
- Encodes the WindowContentView.
- encodeBoolean(String, boolean).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the boolean value,
associating it with the string key.
- encodeBoolean(String, boolean).
Method in interface netscape.util.Encoder
- Encodes the boolean value, associating it with the string
key.
- encodeBooleanArray(String, boolean[], int, int).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the boolean array value,
associating it with the string key.
- encodeBooleanArray(String, boolean[], int, int).
Method in interface netscape.util.Encoder
- Encodes the boolean array value, associating it with the string
key.
- encodeByte(String, byte).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the byte value,
associating it with the string key.
- encodeByte(String, byte).
Method in interface netscape.util.Encoder
- Encodes the byte value, associating it with the string
key.
- encodeByteArray(String, byte[], int, int).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the byte array value,
associating it with the string key.
- encodeByteArray(String, byte[], int, int).
Method in interface netscape.util.Encoder
- Encodes the byte array value, associating it with the string
key.
- encodeChar(String, char).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the character value,
associating it with the string key.
- encodeChar(String, char).
Method in interface netscape.util.Encoder
- Encodes the character value, associating it with the string
key.
- encodeCharArray(String, char[], int, int).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the character array value,
associating it with the string key.
- encodeCharArray(String, char[], int, int).
Method in interface netscape.util.Encoder
- Encodes the character array value, associating it with the
string key.
- encodeDouble(String, double).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the double value,
associating it with the string key.
- encodeDouble(String, double).
Method in interface netscape.util.Encoder
- Encodes the double value, associating it with the string
key.
- encodeDoubleArray(String, double[], int, int).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the double array value,
associating it with the string key.
- encodeDoubleArray(String, double[], int, int).
Method in interface netscape.util.Encoder
- Encodes the double array value, associating it with the string
key.
- encodeFloat(String, float).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the float value,
associating it with the string key.
- encodeFloat(String, float).
Method in interface netscape.util.Encoder
- Encodes the float value, associating it with the string
key.
- encodeFloatArray(String, float[], int, int).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the float array value,
associating it with the string key.
- encodeFloatArray(String, float[], int, int).
Method in interface netscape.util.Encoder
- Encodes the float array value, associating it with the string
key.
- encodeInt(String, int).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the integer value,
associating it with the string key.
- encodeInt(String, int).
Method in interface netscape.util.Encoder
- Encodes the integer value, associating it with the string
key.
- encodeIntArray(String, int[], int, int).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the integer array value,
associating it with the string key.
- encodeIntArray(String, int[], int, int).
Method in interface netscape.util.Encoder
- Encodes the integer array value, associating it with the string
key.
- encodeLong(String, long).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the long value,
associating it with the string key.
- encodeLong(String, long).
Method in interface netscape.util.Encoder
- Encodes the long value, associating it with the string
key.
- encodeLongArray(String, long[], int, int).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the long array value,
associating it with the string key.
- encodeLongArray(String, long[], int, int).
Method in interface netscape.util.Encoder
- Encodes the long array value, associating it with the string
key.
- encodeObject(String, Object).
Method in class netscape.util.Archiver
- Encoder interface method that encodes a reference to another Codable
object.
- encodeObject(String, Object).
Method in interface netscape.util.Encoder
- Encodes a reference to another Codable object.
- encodeObjectArray(String, Object[], int, int).
Method in class netscape.util.Archiver
- Encoder interface method that encodes an array of Codable objects.
- encodeObjectArray(String, Object[], int, int).
Method in interface netscape.util.Encoder
- Encodes an array of Codable objects.
- encodeShort(String, short).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the short value,
associating it with the string key.
- encodeShort(String, short).
Method in interface netscape.util.Encoder
- Encodes the short value, associating it with the string
key.
- encodeShortArray(String, short[], int, int).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the short array value,
associating it with the string key.
- encodeShortArray(String, short[], int, int).
Method in interface netscape.util.Encoder
- Encodes the short array value, associating it with the string
key.
- encodeString(String, String).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the string value,
associating it with the string key.
- encodeString(String, String).
Method in interface netscape.util.Encoder
- Encodes the string value, associating it with the string
key.
- encodeStringArray(String, String[], int, int).
Method in class netscape.util.Archiver
- Encoder interface method that encodes the string array value,
associating it with the string key.
- encodeStringArray(String, String[], int, int).
Method in interface netscape.util.Encoder
- Encodes the string array value, associating it with the string
key.
- ensureCapacity(int).
Method in class netscape.util.Vector
- Increases, if necessary, the the Vector's storage area so that it can
contain minCapacity elements.
- equals(Object).
Method in class netscape.application.Color
- Returns true if anObject equals the Color.
- equals(Object).
Method in class netscape.application.Point
- Returns true if the Point equals anObject.
- equals(Object).
Method in class netscape.application.Range
- Returns true if the Range equals anObject.
- equals(Object).
Method in class netscape.application.Rect
- Returns true if the Rect equals anObject.
- equals(Object).
Method in class netscape.application.Size
- Returns true if the Size equals anObject.
- Event().
Constructor for class netscape.application.Event
- Constructs an Event, setting its time stamp to the current time.
- Event(long).
Constructor for class netscape.application.Event
- Constructs an Event, setting its time stamp to timeStamp.
- eventLoop().
Method in class netscape.application.Application
- Returns the Application's EventLoop.
- EventLoop().
Constructor for class netscape.application.EventLoop
- Constructs an EventLoop.
- eventLoop().
Method in class netscape.application.Timer
- Returns the EventLoop associated with this Timer.
- expand().
Method in class netscape.application.PackConstraints
- Returns true if the PackLayout should enlarge the View to fill
any extra space within the View's allocated area.
- ExternalWindow().
Constructor for class netscape.application.ExternalWindow
- Constructs an ExternalWindow with a style of Window.TITLE_TYPE.
- externalWindow().
Method in class netscape.application.RootView
- Returns the RootView's ExternalWindow, if any.
- ExternalWindow(int).
Constructor for class netscape.application.ExternalWindow
- Constructs an ExternalWindow of type windowType.
- externalWindows().
Method in class netscape.application.Application
- Returns a Vector containing all the ExternalWindows being displayed
by the Application.
- family().
Method in class netscape.application.Font
- Returns the Font's family.
- fieldCount().
Method in class netscape.util.ClassInfo
- Returns the number of fields added with addField().
- fieldNames().
Method in class netscape.util.ClassInfo
- Returns an array of all the field names added with addField().
- fieldTypes().
Method in class netscape.util.ClassInfo
- Returns an array parallel to fieldNames() of all the field types
added with addField().
- file().
Method in class netscape.application.FileChooser
- Returns the FileChooser's current file.
- FileChooser(RootView, String, int).
Constructor for class netscape.application.FileChooser
- Constructs a FileChooser associated with the RootView
rootView, with title title and type type.
- filenameFilter().
Method in class netscape.application.FileChooser
- Returns the filename filter.
- fillArc(int, int, int, int, int, int).
Method in class netscape.application.DebugGraphics
- Fills an arc in aRect from startAngle for
arcAngle degrees.
- fillArc(int, int, int, int, int, int).
Method in class netscape.application.Graphics
- Fills an arc in aRect from startAngle for
arcAngle degrees.
- fillArc(Rect, int, int).
Method in class netscape.application.Graphics
- Fills an arc in aRect from startAngle for
arcAngle degrees.
- fillOval(int, int, int, int).
Method in class netscape.application.DebugGraphics
- Fills an oval inside the rect
(x, y, width, height) in the
current color.
- fillOval(int, int, int, int).
Method in class netscape.application.Graphics
- Fills an oval inside the rect
(x, y, width, height) in the
current color.
- fillOval(Rect).
Method in class netscape.application.Graphics
- Fills an oval inside aRect in the current color.
- fillPolygon(int[], int[], int).
Method in class netscape.application.DebugGraphics
- Fills the polygon described by xPoints and yPoints
using the current color.
- fillPolygon(int[], int[], int).
Method in class netscape.application.Graphics
- Fills the polygon described by xPoints and yPoints
using the current color.
- fillPolygon(Polygon).
Method in class netscape.application.Graphics
- Fills polygon using the current color.
- fillRect(int, int, int, int).
Method in class netscape.application.DebugGraphics
- Fills the rectangle
(x, y, width, height) using the current
color.
- fillRect(int, int, int, int).
Method in class netscape.application.Graphics
- Fills the rectangle
(x, y, width, height) using the current
color.
- fillRect(Rect).
Method in class netscape.application.Graphics
- Fills aRect using the current color.
- fillRoundedRect(int, int, int, int, int, int).
Method in class netscape.application.DebugGraphics
- Fills a rectangle with rounded corners in the rectangle
(x, y, width, height), as determined by
arcWidth and arcHeight.
- fillRoundedRect(int, int, int, int, int, int).
Method in class netscape.application.Graphics
- Fills a rectangle with rounded corners in the rectangle
(x, y, width, height), as determined by
arcWidth and arcHeight.
- fillRoundedRect(Rect, int, int).
Method in class netscape.application.Graphics
- Fills a rectangle with rounded corners in aRect,
as determined by arcWidth and arcHeight.
- fillX().
Method in class netscape.application.PackConstraints
- Returns true if the PackLayout should enlarge the View to fill
any extra space along the X-axis of the View's allocated area.
- fillY().
Method in class netscape.application.PackConstraints
- Returns true if the PackLayout should enlarge the View to fill
any extra space along the Y-axis of the View's allocated area.
- filter().
Method in class netscape.application.TextField
- Returns the TextField's text filter.
- filter().
Method in class netscape.application.TextView
- Returns the TextView's text filter.
- filterEvents(EventFilter).
Method in class netscape.application.EventLoop
- Allows an object to search or modify the EventLoop's Vector of
outstanding events.
- filterEvents(Vector).
Method in interface netscape.application.EventFilter
- Called to invoke Event filtering on the collection of Events contained
in events.
- filterEvents(Vector).
Method in class netscape.application.TextView
- Implemented to allow TextViews to remove KeyEvents from the
EventLoop.
- filterEvents(Vector).
Method in class netscape.application.Timer
- EventFilter interface method, implemented to perform coalescing.
- finishDecoding().
Method in class netscape.application.BezelBorder
- Finishes the BezelBorder decoding.
- finishDecoding().
Method in class netscape.application.Border
- Defined so that Borders are Codable.
- finishDecoding().
Method in interface netscape.util.Codable
- Because objects retrieved from decodeObject() might not have
been fully initialized, this method gives newly created instances an
opportunity to talk to other objects just after decode() has
been called on all of them.
- finishDecoding().
Method in class netscape.application.Color
- Finishes the Color's decoding.
- finishDecoding().
Method in class netscape.application.ContainerView
- Finishes the ContainerView instance decoding.
- finishDecoding().
Method in class netscape.application.DrawingSequence
- Finishes the DrawingSequence decoding.
- finishDecoding().
Method in class netscape.application.Font
- Finishes the Font's decoding.
- finishDecoding().
Method in class netscape.application.GridLayout
- Finishes the GridLayout's decoding.
- finishDecoding().
Method in class netscape.util.Hashtable
- Finishes the Hashtable's decoding.
- finishDecoding().
Method in class netscape.application.Image
- Defined so that Images are Codable.
- finishDecoding().
Method in class netscape.application.ImageAttachment
- Finishes the ImageAttachment's decoding.
- finishDecoding().
Method in class netscape.application.LineBorder
- Finishes the LineBorder's decoding.
- finishDecoding().
Method in class netscape.application.ListItem
- Finishes the ListItem's unarchiving.
- finishDecoding().
Method in class netscape.application.PackConstraints
- Finishes the PackConstraints decoding.
- finishDecoding().
Method in class netscape.application.PackLayout
- Finishes the PackLayout's decoding.
- finishDecoding().
Method in class netscape.application.Point
- Finishes the Point decoding.
- finishDecoding().
Method in class netscape.application.Polygon
- Finishes the Polygon instance decoding.
- finishDecoding().
Method in class netscape.application.Range
- Finishes the Range decoding.
- finishDecoding().
Method in class netscape.application.Rect
- Finishes the Rect decoding.
- finishDecoding().
Method in class netscape.application.Size
- Finishes the Size decoding.
- finishDecoding().
Method in class netscape.application.Slider
- Finishes the Slider instance decoding.
- finishDecoding().
Method in class netscape.application.Sound
- Finishes the Sound's decoding.
- finishDecoding().
Method in class netscape.application.TextAttachment
- Finishes the TextAttachment decoding.
- finishDecoding().
Method in class netscape.application.TextField
- Finishes the TextField instance decoding.
- finishDecoding().
Method in class netscape.application.TextParagraphFormat
- Finishes the TextParagraphFormat instance decoding.
- finishDecoding().
Method in class netscape.application.TextView
- Finishes the TextView instance decoding.
- finishDecoding().
Method in class netscape.util.Vector
- Finishes the Vector's decoding.
- finishDecoding().
Method in class netscape.application.View
- Finishes the View instance decoding.
- firstElement().
Method in class netscape.util.Vector
- Returns the Vector's first element.
-
FLASH_OPTION.
Static variable in class netscape.application.DebugGraphics
- Flash graphics operations.
- flashColor().
Static method in class netscape.application.DebugGraphics
- Returns the Color used to flash drawing operations.
- flashCount().
Static method in class netscape.application.DebugGraphics
- Returns the number of times that drawing operations will flash.
- flashTime().
Static method in class netscape.application.DebugGraphics
- Returns the time delay of drawing operation flashing.
-
FLOAT_ARRAY_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
-
FLOAT_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
- floatArrayAt(int, int).
Method in class netscape.util.ClassTable
- Returns the float array located at row, column.
- floatAt(int, int).
Method in class netscape.util.ClassTable
- Returns the float value located at row, column.
-
FLOW_ACROSS.
Static variable in class netscape.application.GridLayout
- flowDirection value causing subviews to flow across the grid first.
-
FLOW_DOWN.
Static variable in class netscape.application.GridLayout
- flowDirection value causing subviews to flow down the grid first.
- flowDirection().
Method in class netscape.application.GridLayout
- Returns the flow direction.
- flush().
Method in class netscape.application.Bitmap
- Flushes all resources allocated to the Bitmap, including cached
pixel data and system resources.
- flush().
Method in class netscape.util.Serializer
- Flushes the Serializer's output to its stream.
- focusedView().
Method in class netscape.application.InternalWindow
- Returns the InternalWindow's "focused" View.
- focusedView().
Method in class netscape.application.RootView
- Returns the View set to receive all key Events.
- font().
Method in class netscape.application.Button
- Returns the Font used to display the Button's title.
- Font().
Constructor for class netscape.application.Font
- Constructs an empty Font.
- font().
Method in class netscape.application.FontChooser
- Returns the FontChooser's current font.
- font().
Method in class netscape.application.FontMetrics
- Returns the Font associated with this FontMetrics.
- font().
Method in class netscape.application.Graphics
- Returns the Font used for drawing operations.
- font().
Method in class netscape.application.ListItem
- Returns the Font the ListItem uses to render its title.
- font().
Method in class netscape.application.MenuItem
- Returns the Font used to display the MenuItem's title.
- font().
Method in class netscape.application.TextField
- Returns the TextField's font.
- font().
Method in class netscape.application.TextView
- Returns the font associated with the default attributes.
- Font(String, int, int).
Constructor for class netscape.application.Font
- Constructs a Font with the specified name, style and size.
-
FONT_KEY.
Static variable in class netscape.application.TextView
- Font attribute.
- FontChooser().
Constructor for class netscape.application.FontChooser
- Constructs a FontChooser.
- fontChooser().
Method in class netscape.application.RootView
- Returns a reference to the shared FontChooser.
- fontForAWTFont(Font).
Static method in class netscape.application.AWTCompatibility
- Creates a new Font instance from a java.awt.Font.
- fontMetrics().
Method in class netscape.application.Font
- Returns the Font's font metrics.
- FontMetrics().
Constructor for class netscape.application.FontMetrics
- Constructs a FontMetrics not associated with a Font.
- FontMetrics(Font).
Constructor for class netscape.application.FontMetrics
- Creates a FontMetrics associated with aFont.
- fontMetricsForAWTFontMetrics(FontMetrics).
Static method in class netscape.application.AWTCompatibility
- Creates a new FontMetrics instance from a java.awt.FontMetrics.
- fontNamed(String).
Static method in class netscape.application.Font
- Returns the Font identified by the String aString.
- fontNamed(String, int, int).
Static method in class netscape.application.Font
- Retrieves the Font for the specified font name, style, and size, and
places it in the Application's font cache, allowing future requests
for the font to be handled efficiently.
- formatBytes(byte[]).
Static method in class netscape.util.FormattingSerializer
- Convenience method to format any ASCII serialization produced by a
Serializer.
- FormattingSerializer(OutputStream).
Constructor for class netscape.util.FormattingSerializer
- Constructs a FormattingSerializer that writes to outputStream.
-
FORWARD.
Static variable in class netscape.application.DrawingSequence
- Increment the frame number;
-
FORWARD_LOOP.
Static variable in class netscape.application.DrawingSequence
- Increment the frame number;
- FoundationApplet().
Constructor for class netscape.application.FoundationApplet
- Constructs a new FoundationApplet.
- FoundationPanel().
Constructor for class netscape.application.FoundationPanel
- Constructs a FoundationPanel with a RootView.
- FoundationPanel(int, int).
Constructor for class netscape.application.FoundationPanel
- Constructs a FoundationPanel and RootView of a specified size.
- frameCount().
Method in class netscape.application.DrawingSequence
- Returns the number of frames the DrawingSequence animates.
- frameHeight().
Method in class netscape.application.ImageSequence
- Returns the ImageSequence's frame height.
- frameRate().
Method in class netscape.application.DrawingSequence
- Returns the millisecond delay between calls to nextFrame().
- frameWidth().
Method in class netscape.application.ImageSequence
- Returns the ImageSequence's frame width.
- get(Object).
Method in class netscape.util.Hashtable
- Returns the element associated with the key.
- getNextEvent().
Method in class netscape.application.EventLoop
- Removes and returns the next Event from the EventLoop's event queue.
- gotFocus(Event, Object).
Method in class netscape.application.FoundationPanel
- Overridden to force the focused View to start editing.
- grabPixels(int[]).
Method in class netscape.application.Bitmap
- Fills the integer array pixels with 32-bit pixel values
for the entire Bitmap.
- grabPixels(int[], int, int, int, int, int, int).
Method in class netscape.application.Bitmap
- Fills the integer array pixels with 32-bit pixel values
for the Bitmap.
- Graphics(Bitmap).
Constructor for class netscape.application.Graphics
- Constructs a Graphics object suitable for drawing offscreen.
- Graphics(View).
Constructor for class netscape.application.Graphics
- Constructs a Graphics object suitable for drawing onscreen.
- graphicsDebugOptions().
Method in class netscape.application.View
- Returns the state of graphics debugging.
-
gray.
Static variable in class netscape.application.Color
- The color gray (50% white).
- grayLine().
Static method in class netscape.application.LineBorder
- Convenience method for getting the Color.gray LineBorder.
-
green.
Static variable in class netscape.application.Color
- The color green.
- green().
Method in class netscape.application.Color
- Returns the Color's green component, in the range 0-255.
- GridLayout().
Constructor for class netscape.application.GridLayout
- Constructs a GridLayout with default values rowCount = 0,
columnCount = 0, horizGap = 0, vertGap = 0, and flowDirection =
FLOW_ACROSS/
- GridLayout(int, int).
Constructor for class netscape.application.GridLayout
- Constructs a GridLayout with default values and numRows rows and
numCols columns.
- GridLayout(int, int, int, int, int).
Constructor for class netscape.application.GridLayout
- Constructs a GridLayout with the specified values and numRows
rows and numCols columns.
- gridSize(View).
Method in class netscape.application.GridLayout
- Using the requested grid sizes and the number of subviews of
aView, determines the actual size of the grid.
-
GROOVED.
Static variable in class netscape.application.BezelBorder
- Grooved bezel type.
- groovedBezel().
Static method in class netscape.application.BezelBorder
- Convenience method for creating a grooved bezel on the standard
background color.
- grooveHeight().
Method in class netscape.application.Slider
- Returns the Slider's groove height.
- growBy(int, int).
Method in class netscape.application.Rect
- Moves the Rect's left and right sides by deltaX pixels and its
top and bottom sides by deltaY.
-
HAND_CURSOR.
Static variable in class netscape.application.View
- Hand cursor.
- handleCommandKeyEvent(KeyEvent).
Method in class netscape.application.Menu
- Examines all MenuItems for a command key equivalent.
- hashCode().
Method in class netscape.application.Color
- Returns the Color's hash code.
- hashCode().
Method in class netscape.application.Point
- Returns the Point's hash code.
- hashCode().
Method in class netscape.application.Rect
- Returns the Rect's hash code.
- hashCode().
Method in class netscape.application.Size
- Returns the Size's hash code.
- hasHorizScrollBar().
Method in class netscape.application.ScrollGroup
- Returns true if the setting for the horizontal ScrollBar
equals ALWAYS_DISPLAY.
- Hashtable().
Constructor for class netscape.util.Hashtable
- Constructs an empty Hashtable.
- Hashtable(int).
Constructor for class netscape.util.Hashtable
- Constructs a Hashtable capable of holding at least
initialCapacity elements before needing to grow.
- hasInsertionPoint().
Method in class netscape.application.TextField
- Returns true if the TextField has an insertion point.
- hasLoadedData().
Method in class netscape.application.Bitmap
- Returns true if the Bitmap attempted to load its data and
succeeded.
- hasMoreElements().
Method in interface netscape.util.Enumeration
- Returns true if there are additional elements to enumerate.
- hasSelection().
Method in class netscape.application.TextField
- Returns true if the TextField has a selection.
- hasSelection().
Method in class netscape.application.TextView
- Returns true if the TextView has a selection.
- hasSubmenu().
Method in class netscape.application.MenuItem
- Returns true if this MenuItem has a submenu.
- hasVertScrollBar().
Method in class netscape.application.ScrollGroup
- Returns true if the setting for the vertical ScrollBar
equals ALWAYS_DISPLAY.
-
height.
Variable in class netscape.application.Rect
- The Rect's height.
-
height.
Variable in class netscape.application.Size
- The Size's height.
- height().
Method in class netscape.application.Bitmap
- Returns the Bitmap's height.
- height().
Method in class netscape.application.DrawingSequence
- Subclassers must implement this method to return the
DrawingSequence's height.
- height().
Method in class netscape.application.FontMetrics
- Returns the Font's total height, the distance between the baseline
of adjacent lines of text (leading + ascent + descent).
- height().
Method in class netscape.application.Image
- Returns the Image's height.
- height().
Method in class netscape.application.ImageAttachment
- Overridden to return the ImageAttachment's height.
- height().
Method in class netscape.application.ImageSequence
- Returns the height of the ImageSequence's tallest Image.
- height().
Method in class netscape.application.TextAttachment
- Returns the TextAttachment's pixel height.
- height().
Method in class netscape.application.View
- Returns the View's height.
-
HEIGHT_CAN_CHANGE.
Static variable in class netscape.application.View
- Vertical resize instruction.
- heightMargin().
Method in class netscape.application.Border
- Returns the Border's height margin, the sum of topMargin()
and bottomMargin().
-
HIDE.
Static variable in interface netscape.application.Window
- Command that hides the Window.
- hide().
Method in class netscape.application.ColorChooser
- If the ColorChooser is in a Window, hides the Window.
- hide().
Method in class netscape.application.ExternalWindow
- Hides the ExternalWindow.
- hide().
Method in class netscape.application.FontChooser
- Hides the FontChooser's Window.
- hide().
Method in class netscape.application.InternalWindow
- Hides the InternalWindow (removes it from its RootView's View
hierarchy).
- hide().
Method in interface netscape.application.Window
- Hides the Window.
- hidesWhenPaused().
Method in class netscape.application.ExternalWindow
- Returns true if the ExternalWindow hides when the Application
pauses.
- horizGap().
Method in class netscape.application.GridLayout
- Returns the horizontal gap.
-
HORIZONTAL.
Static variable in interface netscape.application.Scrollable
- Axis value indicating a Horizontal scroller.
- horizResizeInstruction().
Method in class netscape.application.View
- Returns the View's horizontal resize instruction.
- horizScrollBar().
Method in class netscape.application.ScrollGroup
- Returns the ScrollGroup's horizontal ScrollBar.
- horizScrollBarDisplay().
Method in class netscape.application.ScrollGroup
- Returns the horizontal ScrollBar's behavior setting.
- horizScrollBarIsVisible().
Method in class netscape.application.ScrollGroup
- Returns true if the horizontal ScrollBar is visible.
- HTMLParsingException(String, int).
Constructor for class netscape.application.HTMLParsingException
- Constructs an HTMLParsingException with the descriptive message
string, and the line number on which the error occurred.
- identifierArrayAt(int, int).
Method in class netscape.util.ClassTable
- Returns the identifier array at row, column.
- identifierAt(int, int).
Method in class netscape.util.ClassTable
- Returns the identifier at row, column.
- identifierCount().
Method in class netscape.util.Archive
- Returns the number of object identifiers in the archive.
- image().
Method in class netscape.application.Button
- Returns the Image displayed by the Button.
- image().
Method in class netscape.application.ColorWell
- Returns an Image containing the current Color, suitable for dragging.
- image().
Method in class netscape.application.ContainerView
- Returns the ContainerView's Image.
- image().
Method in class netscape.application.DragWell
- Returns the DragWell's Image.
- Image().
Constructor for class netscape.application.Image
-
- image().
Method in class netscape.application.ImageAttachment
- Returns the ImageAttachment's Image.
- image().
Method in class netscape.application.ListItem
- Returns the Image the ListItem displays next to its title.
- image().
Method in class netscape.application.RootView
- Returns the RootView's Image.
- image().
Method in class netscape.application.Slider
- Returns the Image the Slider displays within its groove.
-
IMAGE_ABOVE.
Static variable in class netscape.application.Button
- Position Image above the title.
-
IMAGE_BELOW.
Static variable in class netscape.application.Button
- Position Image below the title.
-
IMAGE_BENEATH.
Static variable in class netscape.application.Button
- Draw title on top of Image.
-
IMAGE_ON_LEFT.
Static variable in class netscape.application.Button
- Position Image to the title's left.
-
IMAGE_ON_RIGHT.
Static variable in class netscape.application.Button
- Position Image to the title's right.
-
IMAGE_TYPE.
Static variable in class netscape.application.Image
- Drag type.
- imageAreaSize().
Method in class netscape.application.Button
- Returns the Size required to display the Button's Images.
- ImageAttachment().
Constructor for class netscape.application.ImageAttachment
- Constructs an empty ImageAttachment.
- ImageAttachment(Image).
Constructor for class netscape.application.ImageAttachment
- Constructs an ImageAttachment containing anImage.
- imageCount().
Method in class netscape.application.ImageSequence
- Returns the number of Images (or frames, in the case of an Image
strip) that the ImageSequence will display.
- imageDisplayStyle().
Method in class netscape.application.ContainerView
- Returns the style the ContainerView uses to display its Image.
- imageDisplayStyle().
Method in class netscape.application.RootView
- Returns the style the RootView uses to display its Image.
- imageDisplayStyle().
Method in class netscape.application.Slider
- Returns the style the Slider uses to display its Image.
- imagePosition().
Method in class netscape.application.Button
- Returns the integer describing the relationship between the Button's
Images and title.
- images().
Method in class netscape.application.ImageSequence
- Returns the ImageSequence's collection of Images.
- ImageSequence().
Constructor for class netscape.application.ImageSequence
- Constructs an ImageSequence without an owner.
- ImageSequence(DrawingSequenceOwner).
Constructor for class netscape.application.ImageSequence
- Constructs an ImageSequence with owner owner, a frame
rate of 1 millisecond, current frame number of 0, and a direction of
FORWARD.
- imageStrip().
Method in class netscape.application.ImageSequence
- Returns the ImageSequence's Image strip.
- importHTMLFromURLString(String).
Method in class netscape.application.TextView
- Imports HTML from the URL urlString.
- importHTMLInRange(InputStream, Range, URL).
Method in class netscape.application.TextView
- Imports HTML from the stream inputStream, replacing the text
defined by aRange.
- InconsistencyException().
Constructor for class netscape.util.InconsistencyException
- Constructs an InconsistencyException with no message.
- InconsistencyException(String).
Constructor for class netscape.util.InconsistencyException
- Constructs an InconsistencyException with a descriptive message.
- increaseButton().
Method in class netscape.application.ScrollBar
- Returns the ScrollBar's "increase" Button.
- indentationLength().
Method in class netscape.util.FormattingSerializer
- Returns the number of spaces currently used to indent an expression.
-
index.
Variable in class netscape.application.Range
- The Range's first index.
- index().
Method in class netscape.application.Range
- Returns the Range's first index.
- indexForPoint(int, int).
Method in class netscape.application.TextView
- Returns the index of the character under the point
(x, y).
- indexOf(Object).
Method in class netscape.util.Vector
- Returns the index of element in the Vector.
- indexOf(Object, int).
Method in class netscape.util.Vector
- Returns the index of element in the Vector, starting at
index.
- indexOfIdentical(Object).
Method in class netscape.util.Vector
- Returns the index of element in the Vector.
- indexOfIdentical(Object, int).
Method in class netscape.util.Vector
- Returns the index of element in the Vector, starting at
index.
- indexOfItem(ListItem).
Method in class netscape.application.ListView
- Returns the row index for item.
- indexOfItem(MenuItem).
Method in class netscape.application.Menu
- Returns the index of the specified MenuItem.
- init().
Method in class netscape.application.Application
- Initializes the Application.
- init().
Method in class netscape.application.FoundationApplet
- Initializes the FoundationApplet instance.
- initialDelay().
Method in class netscape.application.Timer
- Returns the Timer's initial delay.
- insertElementAfter(Object, Object).
Method in class netscape.util.Vector
- Inserts element after existingElement in the Vector.
- insertElementAt(Object, int).
Method in class netscape.util.Vector
- Inserts element into the Vector at index.
- insertElementBefore(Object, Object).
Method in class netscape.util.Vector
- Inserts element before existingElement in the Vector.
- insertItemAt(int).
Method in class netscape.application.ListView
- Adds a row to the ListView at the given index by cloning the
prototype ListItem.
- insertItemAt(ListItem, int).
Method in class netscape.application.ListView
- Adds the ListItem item to the ListView at the given index.
-
INT_ARRAY_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
-
INT_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
- intArrayAt(int, int).
Method in class netscape.util.ClassTable
- Returns the integer array located at row, column.
- intAt(int, int).
Method in class netscape.util.ClassTable
- Returns the integer value located at row, column.
- interiorRect().
Method in class netscape.application.ContainerView
- Returns the area not used by the ContainerView to draw its bounds
and title.
- interiorRect().
Method in class netscape.application.ScrollBar
- Returns a Rect describing the ScrollBar's "interior," the ScrollBar's
bounds minus its left, right, top and bottom borders.
- interiorRect(int, int, int, int).
Method in class netscape.application.Border
- Computes the Border's interior rectangle using the primitive margin
methods and the coordinates of the given rectangle.
- interiorRect(Rect).
Method in class netscape.application.Border
- Computes the Border's interior rectangle using the primitive margin
methods and the coordinates of the Rect rect.
- internalPadX().
Method in class netscape.application.PackConstraints
- Returns the View's "internalPadX."
- internalPadY().
Method in class netscape.application.PackConstraints
- Returns the View's "internalPadY."
- InternalWindow().
Constructor for class netscape.application.InternalWindow
- Constructs an InternalWindow with origin (0, 0), zero width and
height, and no title.
- InternalWindow(int, int, int, int).
Constructor for class netscape.application.InternalWindow
- Constructs an InternalWindow with
bounds (x, y, width, height).
- InternalWindow(int, int, int, int, int).
Constructor for class netscape.application.InternalWindow
- Constructs an InternalWindow of type
type and bounds (x, y, width,
height).
- InternalWindow(Rect).
Constructor for class netscape.application.InternalWindow
- Constructs an InternalWindow with bounds rect.
- InternalWindowBorder().
Constructor for class netscape.application.InternalWindowBorder
- Constructs an InternalWindowBorder.
- InternalWindowBorder(InternalWindow).
Constructor for class netscape.application.InternalWindowBorder
- Constructs an InternalWindowBorder for the InternalWindow
aWindow.
- internalWindows().
Method in class netscape.application.RootView
- Returns the Vector containing all InternalWindows currently displayed
in the RootView.
- intersectionRect(Rect).
Method in class netscape.application.Rect
- Returns a new Rect corresponding to the intersection of the Rect and
aRect
- intersects(int, int).
Method in class netscape.application.Range
- Returns true if the receiver intersects the range defined by
anIndex and aLength.
- intersects(int, int, int, int).
Method in class netscape.application.Rect
- Returns true if the Rect and the rectangle (x, y,
width, height) overlap.
- intersects(Range).
Method in class netscape.application.Range
- Returns true if the receiver intersects aRange.
- intersects(Rect).
Method in class netscape.application.Rect
- Returns true if the Rect and aRect overlap.
- intersectWith(int, int).
Method in class netscape.application.Range
- Computes the intersection of the Range and the range defined by
anIndex and aLength.
- intersectWith(int, int, int, int).
Method in class netscape.application.Rect
- Sets the Rect's origin and size to correspond to the intersection of
the Rect's current dimensions and the rectangle (x, y,
width, height).
- intersectWith(Range).
Method in class netscape.application.Range
- Computes the intersection of the Range and aRange.
- intersectWith(Rect).
Method in class netscape.application.Rect
- Sets the Rect's origin and size to correspond to the intersection of
the Rect's current dimensions and aRect.
- intValue().
Method in class netscape.application.TextField
- Returns the integer value of the TextField's contents, or 0 if
not a number.
- isActive().
Method in class netscape.application.ScrollBar
- Returns true if the ScrollBar is active.
- isAltKeyDown().
Method in class netscape.application.DragSession
- Returns true if the Alternate Key was held down during the most
recent mouse event.
- isAltKeyDown().
Method in class netscape.application.KeyEvent
- Returns true if the Alt key was held down during the key event.
- isAltKeyDown().
Method in class netscape.application.MouseEvent
- Returns true if the user held down the Alternate key during the
mouse event.
- isAnimating().
Method in class netscape.application.DrawingSequence
- Returns true if the DrawingSequence is currently animating
itself.
- isApplet().
Method in class netscape.application.Application
- Returns true if the Application was started as an Applet.
- isArrowKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the Arrow key.
- isBackspaceKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the Backspace key.
- isBackTabKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the BackTab
(Shift + Tab) key.
- isBeingEdited().
Method in class netscape.application.TextField
- Returns true if the TextField's contents are currently being
edited.
- isBold().
Method in class netscape.application.Font
- Returns true if the Font's style is "bold."
- isBordered().
Method in class netscape.application.Button
- Returns true if the Button draws its Border.
- isBuffered().
Method in class netscape.application.View
- Returns true if the View has an offscreen drawing buffer.
- isCloseable().
Method in class netscape.application.InternalWindow
- Returns true if the InternalWindow has a close button.
- isControlKeyDown().
Method in class netscape.application.DragSession
- Returns true if the Control Key was held down during the most
recent mouse event.
- isControlKeyDown().
Method in class netscape.application.KeyEvent
- Returns true if the Control key was held down during the key
event.
- isControlKeyDown().
Method in class netscape.application.MouseEvent
- Returns true if the user held down the Control key during the
mouse event.
- isDeleteKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the Delete key.
- isDirty().
Method in class netscape.application.View
- Returns true if the View will be redrawn after the current
Event has been processed.
- isDownArrowKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the Down Arrow key.
- isDrawingBuffer().
Method in class netscape.application.Graphics
- Returns true if the Graphics was created from a Bitmap.
- isDrawingEnabled().
Method in class netscape.application.View
- Returns true if drawing is enabled within the View.
- isEditable().
Method in class netscape.application.TextField
- Returns true if the TextField is editable.
- isEditable().
Method in class netscape.application.TextView
- Returns true if the TextView is editable.
- isEmpty().
Method in class netscape.util.Hashtable
- Returns true if there are no elements in the Hashtable.
- isEmpty().
Method in class netscape.application.Range
- Returns true the range has a length of zero.
- isEmpty().
Method in class netscape.application.Rect
- Returns true if the Rect has zero width or height.
- isEmpty().
Method in class netscape.application.Size
- Returns true if the Size has zero width or height.
- isEmpty().
Method in class netscape.application.TextField
- Returns true if the TextField contains no text.
- isEmpty().
Method in class netscape.util.Vector
- Returns true if the Vector contains no elements.
- isEnabled().
Method in class netscape.application.Button
- Returns true if the Button is enabled.
- isEnabled().
Method in class netscape.application.DragWell
- Returns true if the DragWell is enabled.
- isEnabled().
Method in class netscape.application.ListItem
- Returns true if the ListItem is enabled.
- isEnabled().
Method in class netscape.application.ListView
- Returns true if the ListView is enabled.
- isEnabled().
Method in class netscape.application.MenuItem
- Returns true if the MenuItem is enabled.
- isEnabled().
Method in class netscape.application.ScrollBar
- Returns true if the ScrollBar is enabled.
- isEnabled().
Method in class netscape.application.Slider
- Returns true is the Slider is enabled.
- isEndKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the End key.
- isEscapeKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the Escape key.
- isFunctionKey().
Method in class netscape.application.KeyEvent
- Returns the function key number or 0 if the KeyEvent does not
represent a function key.
- isHomeKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the Home key.
- isInViewHierarchy().
Method in class netscape.application.View
- Returns true if the View is a member of the Application's View
hierarchy.
- isItalic().
Method in class netscape.application.Font
- Returns true if the Font's style is "italic."
- isLeftArrowKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the Left Arrow key.
- isMain().
Method in class netscape.application.InternalWindow
- Returns true if the InternalWindow is the Application's main
InternalWindow.
- isMetaKeyDown().
Method in class netscape.application.DragSession
- Returns true if the Meta Key was held down during the most
recent mouse event.
- isMetaKeyDown().
Method in class netscape.application.KeyEvent
- Returns true if the Meta key was held down during the key event.
- isMetaKeyDown().
Method in class netscape.application.MouseEvent
- Returns true if the user held down the Meta key during the
mouse event.
- isNullRange().
Method in class netscape.application.Range
- Returns true if the receiver equals Range.nullRange().
- isPageDownKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the Page Down key.
- isPageUpKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the Page Up key.
- isPaused().
Method in class netscape.application.Application
- Returns true if the Application is currently paused.
- isPlain().
Method in class netscape.application.Font
- Returns true if the Font's style is "plain."
- isPointInBorder(int, int).
Method in class netscape.application.InternalWindow
- Returns true if the InternalWindow's title or resize bar
contains the point (x, y).
- isPrintableKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents a printable ASCII
character.
- isResizable().
Method in class netscape.application.ExternalWindow
- Returns true if the user can resize the ExternalWindow.
- isResizable().
Method in class netscape.application.InternalWindow
- Returns true if the InternalWindow can be resized by the
user.
- isResizable().
Method in interface netscape.application.Window
- Returns true if the user can resize the Window.
- isResizingEnabled().
Method in class netscape.application.TextView
- Returns true if resizing is enabled.
- isReturnKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the Return key.
- isRightArrowKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the Right Arrow key.
- isRunning().
Method in class netscape.application.Application
- Returns true if the Application's EventLoop is
currently running.
- isRunning().
Method in class netscape.application.EventLoop
- Returns true if the EventLoop is currently running.
- isRunning().
Method in class netscape.application.Timer
- Returns true if the Timer is running.
- isSelectable().
Method in class netscape.application.TextField
- Returns true if the TextField allows the user to select its
text.
- isSelectable().
Method in class netscape.application.TextView
- Returns true if the TextView is selectable.
- isSelected().
Method in class netscape.application.ListItem
- Returns true if the ListItem is selected.
- isShiftKeyDown().
Method in class netscape.application.DragSession
- Returns true if the Shift Key was held down during the most
recent mouse event.
- isShiftKeyDown().
Method in class netscape.application.KeyEvent
- Returns true if the Shift key was held down during the key
event.
- isShiftKeyDown().
Method in class netscape.application.MouseEvent
- Returns true if the user held down the Shift key during the
mouse event.
- isTabKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the Tab key.
- isTransparent().
Method in class netscape.application.Bitmap
- Returns true if the Bitmap is transparent.
- isTransparent().
Method in class netscape.application.Button
- Overridden to return true if the Button is transparent.
- isTransparent().
Method in class netscape.application.ContainerView
- Overridden to return true if the ContainerView is transparent.
- isTransparent().
Method in class netscape.application.DragWell
- Overriden to return false.
- isTransparent().
Method in class netscape.application.Image
- Returns true if the Image is transparent.
- isTransparent().
Method in class netscape.application.InternalWindow
- Overridden to return true if the InternalWindow is transparent.
- isTransparent().
Method in class netscape.application.ListItem
- Returns true if the ListItem is transparent, allowing
ListView to optimize its drawing.
- isTransparent().
Method in class netscape.application.ListView
- Overridden to return true if the ListView is transparent.
- isTransparent().
Method in class netscape.application.Popup
- Returns true if the Popup is transparent.
- isTransparent().
Method in class netscape.application.RootView
- Returns false - RootViews are not transparent.
- isTransparent().
Method in class netscape.application.ScrollBar
- Overridden to return false (ScrollBars are opaque).
- isTransparent().
Method in class netscape.application.ScrollGroup
- Overridden to return false unless any of the ScrollGroup's
subviews are transparent.
- isTransparent().
Method in class netscape.application.ScrollView
- Overridden to return true if the ScrollView is transparent.
- isTransparent().
Method in class netscape.application.TextField
- Overridden to return true if the TextField is transparent.
- isTransparent().
Method in class netscape.application.TextView
- Overridden to return true if the TextView is transparent.
- isTransparent().
Method in class netscape.application.View
- Returns true if the View is transparent.
- isTransparent().
Method in class netscape.application.WindowContentView
- Overridden to return true if the WindowContentView is
transparent.
- isUpArrowKey().
Method in class netscape.application.KeyEvent
- Returns true if the KeyEvent represents the Up Arrow key.
- isValid().
Method in class netscape.application.Bitmap
- Returns true if the Bitmap's data was successfully loaded
and is valid.
- isVisible().
Method in class netscape.application.ExternalWindow
- Returns true if the ExternalWindow is currently visible
(is onscreen).
- isVisible().
Method in class netscape.application.InternalWindow
- Returns true if the InternalWindow is visible.
- isVisible().
Method in class netscape.application.RootView
- Returns true if the RootView is visible.
- isVisible().
Method in interface netscape.application.Window
- Returns true if the Window is currently visible.
-
ITALIC.
Static variable in class netscape.application.Font
- Italic font style.
- itemAt(int).
Method in class netscape.application.ListView
- Returns the ListItem at the given row index.
- itemAt(int).
Method in class netscape.application.Menu
- Returns the MenuItem at index.
- itemAt(int).
Method in class netscape.application.Popup
- Returns the ListItem at the given row index.
- itemCount().
Method in class netscape.application.Menu
- Returns the number of MenuItems this Menu contains.
- itemForPoint(int, int).
Method in class netscape.application.ListView
- Returns the ListItem at the coordinate (x, y).
- justification().
Method in class netscape.application.TextField
- Returns the justification the TextField uses to draw its text.
- justification().
Method in class netscape.application.TextParagraphFormat
- Returns the TextParagraphFormat's justification.
-
key.
Variable in class netscape.application.KeyEvent
- The key that was pressed or released.
-
KEY_DOWN.
Static variable in class netscape.application.KeyEvent
- Mouse "down" event.
-
KEY_UP.
Static variable in class netscape.application.KeyEvent
- Mouse "up" event.
- keyDown(Event, int).
Method in class netscape.application.FoundationPanel
- Overridden to add a KeyEvent of type KeyEvent.KEY_DOWN to
the Application's EventLoop.
- keyDown(KeyEvent).
Method in class netscape.application.Application
- Subclassers can override to catch key down Events when there's no
focused view.
- keyDown(KeyEvent).
Method in class netscape.application.TextField
- Overridden to process key Events within the TextField.
- keyDown(KeyEvent).
Method in class netscape.application.TextView
- Overridden so that TextView can receive KeyEvents.
- keyDown(KeyEvent).
Method in class netscape.application.View
- Called when the user presses a key.
- KeyEvent().
Constructor for class netscape.application.KeyEvent
- Constructs a KeyEvent.
- KeyEvent(long, int, int, boolean).
Constructor for class netscape.application.KeyEvent
- Constructs a KeyEvent to hold key press information for the
specified key.
- keys().
Method in class netscape.util.Hashtable
- Returns an Enumeration of the Hashtable's keys.
- keysArray().
Method in class netscape.util.Hashtable
- Returns an Object array containing the Hashtable's keys.
- keysVector().
Method in class netscape.util.Hashtable
- Returns a Vector containing the Hashtable's keys.
- keyUp(Event, int).
Method in class netscape.application.FoundationPanel
- Overridden to add a KeyEvent of type KeyEvent.KEY_UP to
the Application's EventLoop.
- keyUp(KeyEvent).
Method in class netscape.application.Application
- Subclassers can override to catch key up Events when there's no
focused view.
- keyUp(KeyEvent).
Method in class netscape.application.View
- Called when the user releases a key, after an initial key down message.
- knobHeight().
Method in class netscape.application.Slider
- Returns the Slider's knob height.
- knobImage().
Method in class netscape.application.ScrollBar
- Returns the knob's image.
- knobImage().
Method in class netscape.application.Slider
- Returns the Image displayed by the Slider as its "knob."
- knobLength().
Method in class netscape.application.ScrollBar
- Returns the scroll knob's current length.
- knobRect().
Method in class netscape.application.ScrollBar
- Returns a Rect describing the ScrollBar's "knob," the rectangular
control the user can click and drag to cause the ScrollBar's
Scrollable to scroll.
- knobRect().
Method in class netscape.application.Slider
- Returns a Rect containing the Slider's knob.
- knobWidth().
Method in class netscape.application.Slider
- Returns the width of the Slider's knob.
- lastElement().
Method in class netscape.util.Vector
- Returns the Vector's last element.
- lastIndex().
Method in class netscape.application.Range
- Returns the last index included in the Range.
- lastIndexOf(Object).
Method in class netscape.util.Vector
- Returns the last index of element in the Vector.
- lastIndexOf(Object, int).
Method in class netscape.util.Vector
- Returns the last index of element in the vector, starting at
index.
- layer().
Method in class netscape.application.InternalWindow
- Returns the InternalWindow's layer.
- layout().
Method in class netscape.application.FoundationApplet
- Overridden to properly layout the Applet.
- layoutManager().
Method in class netscape.application.View
- Returns the View's LayoutManager.
- layoutParts().
Method in class netscape.application.InternalWindow
- Resizes and repositions the InternalWindow's contentView to its
correct size and location within the InternalWindow based on the
InternalWindow's Border.
- layoutPopupWindow().
Method in class netscape.application.Popup
- Sizes and positions the Popup's Window to accomodate its ListItems, and
positions the Popup's ListView within its Window.
- layoutView(int, int).
Method in class netscape.application.ScrollGroup
- Overridden to implement special ScrollGroup subview layout behavior.
- layoutView(int, int).
Method in class netscape.application.View
- Sizes and positions the View's subviews.
- layoutView(View, int, int).
Method in class netscape.application.GridLayout
- Resizes and positions all of the subviews to fit inside the specified
grid.
- layoutView(View, int, int).
Method in interface netscape.application.LayoutManager
- Requests that the LayoutManager position aView's subviews.
- layoutView(View, int, int).
Method in class netscape.application.PackLayout
- Positions and sizes its View's subviews according to the constraints
associated with each subview.
- leading().
Method in class netscape.application.FontMetrics
- Returns the standard leading (line spacing) for the Font, the logical
amount of space to be reserved between the descent of one line of
text and the ascent of the next line.
-
LEFT_JUSTIFIED.
Static variable in class netscape.application.Graphics
- String display style.
-
LEFT_MARGIN_CAN_CHANGE.
Static variable in class netscape.application.View
- Horizontal resize instruction.
- leftIndent().
Method in class netscape.application.TextField
- Returns the distance between the interior edge of the TextField's
left border and the first character.
- leftIndent().
Method in class netscape.application.TextParagraphFormat
- Returns the distance in pixels from the left border to the paragraph's
first character.
- leftMargin().
Method in class netscape.application.BezelBorder
- Returns the BezelBorder's left margin of 2 pixels.
- leftMargin().
Method in class netscape.application.Border
- Primitive method that returns the width of the Border's left side.
- leftMargin().
Method in class netscape.application.EmptyBorder
- Returns the EmptyBorder's left margin of 0 pixels.
- leftMargin().
Method in class netscape.application.InternalWindowBorder
- Returns the InternalWindowBorder's left margin.
- leftMargin().
Method in class netscape.application.LineBorder
- Returns the LineBorder's left margin (1 pixel).
- leftMargin().
Method in class netscape.application.TextParagraphFormat
- Returns the distance in pixels from the left border to the beginning
of the text.
-
length.
Variable in class netscape.application.Range
- The Range's length.
- length().
Method in class netscape.application.Range
- Returns the Range's length.
- length().
Method in class netscape.application.TextView
- Returns the number of characters the TextView contains.
- lengthOfContentViewForAxis(int).
Method in interface netscape.application.Scrollable
- This method should return the total length of the View being scrolled.
- lengthOfContentViewForAxis(int).
Method in class netscape.application.ScrollView
- Scrollable interface method returning the appropriate contentView
bounds value.
- lengthOfScrollViewForAxis(int).
Method in interface netscape.application.Scrollable
- This method should return the total length of the visible scroll area.
- lengthOfScrollViewForAxis(int).
Method in class netscape.application.ScrollView
- Scrollable interface method returning the appropriate bounds value.
- lighterColor().
Method in class netscape.application.Color
- Returns a "lighter" version of this Color.
-
lightGray.
Static variable in class netscape.application.Color
- The color light gray (75% white).
- LineBorder().
Constructor for class netscape.application.LineBorder
- Constructs a LineBorder.
- LineBorder(Color).
Constructor for class netscape.application.LineBorder
- Constructs a LineBorder that draws with the color borderColor.
- lineIncrement().
Method in class netscape.application.ScrollBar
- Returns the ScrollBar's line increment.
- lineNumber().
Method in class netscape.util.DeserializationException
- Returns the line number at which the DeserializationException
occurred.
- lineNumber().
Method in class netscape.application.HTMLParsingException
- Returns the line number at which the HTMLParsingException
occurred.
- lineSpacing().
Method in class netscape.application.TextParagraphFormat
- Returns the minimum distance between lines of text.
-
LINK_COLOR_KEY.
Static variable in class netscape.application.TextView
- Link color attribute.
-
LINK_DESTINATION_KEY.
Static variable in class netscape.application.TextView
- Local link destination attribute.
-
LINK_KEY.
Static variable in class netscape.application.TextView
- "Link" attribute.
- linkWasSelected(TextView, Range, String).
Method in interface netscape.application.TextViewOwner
- Sent by textView when the user clicks an HTML link within the
TextView.
- ListItem().
Constructor for class netscape.application.ListItem
- Constructs an empty ListItem.
- listView().
Method in class netscape.application.ListItem
- Returns the ListView associated with the ListItem.
- ListView().
Constructor for class netscape.application.ListView
- Constructs an empty ListView.
- ListView(int, int, int, int).
Constructor for class netscape.application.ListView
- Constructs an empty ListView with the given bounds.
- ListView(Rect).
Constructor for class netscape.application.ListView
- Constructs a ListView with bounds rect.
-
LOAD_TYPE.
Static variable in class netscape.application.FileChooser
- Type used to create a FileChooser that loads files.
- loadData().
Method in class netscape.application.Bitmap
- Begins the loading of the Bitmap's data.
- loadsIncrementally().
Method in class netscape.application.Bitmap
- Returns true if the Bitmap's data will load incrementally.
- localBounds().
Method in class netscape.application.View
- Returns the rectangle (0, 0, width(), height()).
-
LOG_OPTION.
Static variable in class netscape.application.DebugGraphics
- Log graphics operations.
- logStream().
Static method in class netscape.application.DebugGraphics
- Returns the stream to which the DebugGraphics logs drawing operations.
-
LONG_ARRAY_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
-
LONG_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
- longArrayAt(int, int).
Method in class netscape.util.ClassTable
- Returns the long array located at row, column.
- longAt(int, int).
Method in class netscape.util.ClassTable
- Returns the long value located at row, column.
-
LOST_FOCUS.
Static variable in interface netscape.application.TextFieldOwner
- Edit mode will or did end because another TextField acquired
key focus.
- lostFocus(Event, Object).
Method in class netscape.application.FoundationPanel
- Overridden to force the focused View to stop editing.
-
LOWERED.
Static variable in class netscape.application.BezelBorder
- Lowered bezel type.
-
LOWERED_BUTTON.
Static variable in class netscape.application.BezelBorder
- "Lowered" button bezel type.
- loweredBezel().
Static method in class netscape.application.BezelBorder
- Convenience method for creating a lowered bezel on the standard
background color.
- loweredBorder().
Method in class netscape.application.Button
- Returns the Button's lowered Border.
- loweredButtonBezel().
Static method in class netscape.application.BezelBorder
- A convenience for creating a lowered bezel on the standard
Button.
- loweredColor().
Method in class netscape.application.Button
- Returns the background Color used to draw the Button in its lowered
state.
-
magenta.
Static variable in class netscape.application.Color
- The color magenta.
- mainRootView().
Method in class netscape.application.Application
- Returns the Application's "main" RootView.
- mainWindow().
Method in class netscape.application.RootView
- Returns the Application's main InternalWindow.
- mapIdentifier(ClassTable, int).
Method in class netscape.util.Archive
- Primitive method for mapping a ClassTable and row to a new object
identifier.
- maxAdvance().
Method in class netscape.application.FontMetrics
- Returns the maximum advance width of any character in this Font,
or -1 if unknown.
- maxAscent().
Method in class netscape.application.FontMetrics
- Returns the maximum ascent of all characters in this Font.
- maxDescent().
Method in class netscape.application.FontMetrics
- Returns the maximum descent of all characters in this Font.
- maxSize().
Method in class netscape.application.ImageSequence
- Returns the unioned Size of the ImageSequence's Images (the minimum
area required to fully display each Image).
- maxValue().
Method in class netscape.application.Slider
- Returns the Slider's maximum value.
- maxX().
Method in class netscape.application.Rect
- Convenience method for computing x + width.
- maxY().
Method in class netscape.application.Rect
- Convenience method for computing y + height.
- menu().
Method in class netscape.application.ExternalWindow
- Returns the ExternalWindow's Menu.
- Menu().
Constructor for class netscape.application.Menu
- Constructs a Menu.
- Menu(boolean).
Constructor for class netscape.application.Menu
- Constructs a Menu.
- MenuItem().
Constructor for class netscape.application.MenuItem
- Constructs an empty MenuItem.
- MenuItem(String, char, String, Target).
Constructor for class netscape.application.MenuItem
- Constructs a MenuItem with the specified title, command key
equivalent, command, and Target.
- MenuItem(String, String, Target).
Constructor for class netscape.application.MenuItem
- Constructs a MenuItem with the specified title, command, and
Target.
-
META_MASK.
Static variable in class netscape.application.DragSession
- Drag session modifier flag.
-
META_MASK.
Static variable in class netscape.application.KeyEvent
- The Meta key modifier bitmask.
- midX().
Method in class netscape.application.Rect
- Convenience method for computing x + width / 2.
- midY().
Method in class netscape.application.Rect
- Convenience method for computing y + height / 2.
- minHeight().
Method in class netscape.application.ListItem
- Returns the minimum height required to display the ListItem's title
and Image, if any.
- minItemHeight().
Method in class netscape.application.ListView
- Returns the largest minHeight() of all of the ListView's
ListItems.
- minItemWidth().
Method in class netscape.application.ListView
- Returns the largest minWidth() of all of the ListView's
ListItems.
- minKnobLength().
Method in class netscape.application.ScrollBar
- Returns the scroll knob's minimum length.
- minSize().
Method in class netscape.application.Button
- Returns the minimum Size required to fully display the Button's
Border, title, and Images.
- minSize().
Method in class netscape.application.ContainerView
- Returns the ContainterView's minimum size, which is governed by the
space needed to fully display its title.
- minSize().
Method in class netscape.application.ExternalWindow
- Returns the ExternalWindow's minimum size, if set.
- minSize().
Method in class netscape.application.InternalWindow
- Returns the InternalWindow's minimum size, based in part on the
presence of its Border.
- minSize().
Method in class netscape.application.ListView
- Returns a Size consisting of the current width and the minimum
height necessary to accommodate all the rows.
- minSize().
Method in class netscape.application.ScrollBar
- Returns the ScrollBar's minimum size, which is the ScrollBar's border
widths and heights plus the area required to display its scroll
buttons.
- minSize().
Method in class netscape.application.ScrollGroup
- Returns the ScrollGroup's minimum size.
- minSize().
Method in class netscape.application.Slider
- Overridden to return the Slider's minimum size.
- minSize().
Method in class netscape.application.TextField
- Returns the TextField's minimum size.
- minSize().
Method in class netscape.application.View
- Returns the View's minimum size.
- minSize().
Method in interface netscape.application.Window
- Returns the Window's minimum size.
- minValue().
Method in class netscape.application.Slider
- Returns the Slider's minimum value.
- minWidth().
Method in class netscape.application.ListItem
- Returns the minimum width required to display the ListItem's title
and Image, if any.
-
MODAL_LAYER.
Static variable in class netscape.application.InternalWindow
- Modal InternalWindow layer.
-
modifiers.
Variable in class netscape.application.KeyEvent
- The modifier keys that the user held down when the KeyEvent was
generated.
- modifiers().
Method in class netscape.application.MouseEvent
- Returns the MouseEvent's modifier bitmask.
-
MOUSE_DOWN.
Static variable in class netscape.application.MouseEvent
- Mouse "down" event.
-
MOUSE_DRAGGED.
Static variable in class netscape.application.MouseEvent
- Mouse "dragged" event.
-
MOUSE_ENTERED.
Static variable in class netscape.application.MouseEvent
- Mouse "entered" event.
-
MOUSE_EXITED.
Static variable in class netscape.application.MouseEvent
- Mouse "exited" event.
-
MOUSE_MOVED.
Static variable in class netscape.application.MouseEvent
- Mouse "moved" event.
-
MOUSE_UP.
Static variable in class netscape.application.MouseEvent
- Mouse "up" event.
- mouseDown(Event, int, int).
Method in class netscape.application.FoundationPanel
- Overridden to add a MouseEvent of type MouseEvent.MOUSE_DOWN
to the Application's EventLoop.
- mouseDown(MouseEvent).
Method in class netscape.application.Button
- Overridden to interpret Button clicks.
- mouseDown(MouseEvent).
Method in class netscape.application.ColorWell
- Initiates a drag-session where the user can drag the ColorWell's color,
unless the ColorWell is disabled (in which case nothing happens).
- mouseDown(MouseEvent).
Method in class netscape.application.DragWell
- Initiates a DragSession where the user can drag the DragWell's
data, unless the DragWell is disabled (in which case nothing
happens).
- mouseDown(MouseEvent).
Method in class netscape.application.InternalWindow
- Handles a mouse click in the title or resize bar.
- mouseDown(MouseEvent).
Method in class netscape.application.ListView
- Handles mouse down events within the ListView.
- mouseDown(MouseEvent).
Method in class netscape.application.Popup
- Catches mouse events on the Popup's inactive "button".
- mouseDown(MouseEvent).
Method in class netscape.application.RootView
- Overridden to prevent mouse Events from being sent to the
RootView.
- mouseDown(MouseEvent).
Method in class netscape.application.ScrollBar
- Overridden to allow the user to click in the scroll tray or click and
drag the scroll knob.
- mouseDown(MouseEvent).
Method in class netscape.application.ScrollView
- Overridden to pass any mouse down Event received by the ScrollView on
to its contentView.
- mouseDown(MouseEvent).
Method in class netscape.application.Slider
- Overridden to implement knob dragging and send the Slider's command
to its Target.
- mouseDown(MouseEvent).
Method in class netscape.application.TextAttachment
- Called by the TextAttachment's owner when the user clicks within
the TextAttachment.
- mouseDown(MouseEvent).
Method in class netscape.application.TextField
- Overridden to process mouse Events within the TextField.
- mouseDown(MouseEvent).
Method in class netscape.application.TextView
- Overridden to handle mouse clicks within the TextView.
- mouseDown(MouseEvent).
Method in class netscape.application.View
- Called when the user clicks the mouse in the View.
- mouseDownSound().
Method in class netscape.application.Button
- Returns the Sound the Button plays when pressed.
- mouseDrag(Event, int, int).
Method in class netscape.application.FoundationPanel
- Overridden to add a MouseEvent of type
MouseEvent.MOUSE_DRAGGED to the Application's EventLoop.
- mouseDragged(MouseEvent).
Method in class netscape.application.Button
- Overridden to support Button clicks.
- mouseDragged(MouseEvent).
Method in class netscape.application.ColorWell
- Overridden to support creating a Color drag-session.
- mouseDragged(MouseEvent).
Method in class netscape.application.InternalWindow
- Handles a mouse drag in the title or resize bar.
- mouseDragged(MouseEvent).
Method in class netscape.application.ListView
- Tracks the mouse as the user drags it, selecting and deselecting
ListItems as appropriate.
- mouseDragged(MouseEvent).
Method in class netscape.application.ScrollBar
- Overridden to allow the user to click in the scroll tray or click and
drag the scroll knob.
- mouseDragged(MouseEvent).
Method in class netscape.application.Slider
- Overridden to implement knob dragging and send the Slider's command
to its Target.
- mouseDragged(MouseEvent).
Method in class netscape.application.TextAttachment
- Called by the TextAttachment's owner as the user drags the mouse after
having clicked within the TextAttachment.
- mouseDragged(MouseEvent).
Method in class netscape.application.TextField
- Overridden to process mouse Events within the TextField.
- mouseDragged(MouseEvent).
Method in class netscape.application.TextView
- Overridden to handle mouse drags within the TextView.
- mouseDragged(MouseEvent).
Method in class netscape.application.View
- Called when the user drags the mouse (moves it with the mouse button
depressed) after having initially clicked in the View.
- mouseEnter(Event, int, int).
Method in class netscape.application.FoundationPanel
- Overridden to add a MouseEvent of type
MouseEvent.MOUSE_ENTERED to the Application's EventLoop.
- mouseEntered(MouseEvent).
Method in class netscape.application.View
- Called when the mouse enters the View's bounds.
- MouseEvent().
Constructor for class netscape.application.MouseEvent
- Constructs a MouseEvent.
- MouseEvent(long, int, int, int, int).
Constructor for class netscape.application.MouseEvent
- Constructs a MouseEvent of type type, with coordinates
(x, y), and the modifier bitmask modifiers,
representing the modifier keys the user held down during the
mouse event, such as the Shift key.
- mouseExit(Event, int, int).
Method in class netscape.application.FoundationPanel
- Overridden to add a MouseEvent of type MouseEvent.MOUSE_EXITED
to the Application's EventLoop.
- mouseExited(MouseEvent).
Method in class netscape.application.View
- Called when the mouse exits the View's bounds, after an initial
mouseEntered() message.
- mouseMove(Event, int, int).
Method in class netscape.application.FoundationPanel
- Overridden to add a MouseEvent of type MouseEvent.MOUSE_MOVED
to the Application's EventLoop.
- mouseMoved(MouseEvent).
Method in class netscape.application.View
- Called when the mouse moves within the View's bounds, after an initial
mouseEntered() message.
- mousePoint().
Method in class netscape.application.RootView
- Returns a newly-allocated Point containing the mouse's last known
location, in the RootView's coordinate system.
- mouseUp(Event, int, int).
Method in class netscape.application.FoundationPanel
- Overridden to add a MouseEvent of type MouseEvent.MOUSE_UP to
the Application's EventLoop.
- mouseUp(MouseEvent).
Method in class netscape.application.Button
- Overridden to support Button clicks.
- mouseUp(MouseEvent).
Method in class netscape.application.ColorWell
- Overridden to support creating a Color drag-session.
- mouseUp(MouseEvent).
Method in class netscape.application.InternalWindow
- Handles a mouse up in the title or resize bar.
- mouseUp(MouseEvent).
Method in class netscape.application.ListView
- Calls sendCommand() on a single click mouse up.
- mouseUp(MouseEvent).
Method in class netscape.application.ScrollBar
- Overridden to allow the user to click in the scroll tray or click and
drag the scroll knob.
- mouseUp(MouseEvent).
Method in class netscape.application.TextAttachment
- Called by the TextAttachment's owner when the user releases the mouse
after having clicked within the TextAttachment.
- mouseUp(MouseEvent).
Method in class netscape.application.TextField
- Overridden to process mouse Events within the TextField.
- mouseUp(MouseEvent).
Method in class netscape.application.TextView
- Overridden to handle mouse up Events within the TextView.
- mouseUp(MouseEvent).
Method in class netscape.application.View
- Called when the user releases the mouse button.
- mouseUpSound().
Method in class netscape.application.Button
- Returns the Sound the Button plays when released.
- mouseView().
Method in class netscape.application.RootView
- Returns the View currently receiving MOUSE_DRAGGED or MOUSE_UP Events.
-
MOVE_CURSOR.
Static variable in class netscape.application.View
- Move cursor.
- moveBy(int, int).
Method in class netscape.application.ExternalWindow
- Changes the ExternalWindow's location by deltaX and
deltaY.
- moveBy(int, int).
Method in class netscape.application.Point
- Moves the Point by (deltaX, deltaY).
- moveBy(int, int).
Method in class netscape.application.Polygon
- Moves each of the Polygon's points by deltaX and deltaY.
- moveBy(int, int).
Method in class netscape.application.Rect
- Moves the Rect's origin by (deltaX, deltaY).
- moveBy(int, int).
Method in class netscape.application.View
- Convenience method to translate the View's origin by deltaX
and deltaY.
- moveBy(int, int).
Method in interface netscape.application.Window
- Changes the Window's location by (deltaX, deltaY).
- moveTo(int, int).
Method in class netscape.application.ExternalWindow
- Sets the ExternalWindow's origin to (x, y).
- moveTo(int, int).
Method in class netscape.application.Point
- Sets the Point's coordinates to (x, y).
- moveTo(int, int).
Method in class netscape.application.Rect
- Sets the Rect's origin to (x, y).
- moveTo(int, int).
Method in class netscape.application.View
- Convenience method to translate the View's origin.
- moveTo(int, int).
Method in interface netscape.application.Window
- Sets the Window's location to (x, y).
- multipleItemsSelected().
Method in class netscape.application.ListView
- Returns true if multiple ListItems are selected.
-
N_RESIZE_CURSOR.
Static variable in class netscape.application.View
- North resize cursor.
- name().
Method in class netscape.application.Bitmap
- Returns the name used to load the Bitmap.
- name().
Method in class netscape.application.DrawingSequence
- Returns the DrawingSequence's name.
- name().
Method in class netscape.application.Font
- Returns the Font's name.
- name().
Method in class netscape.application.Image
- Returns the Image's name.
- name().
Method in class netscape.application.Sound
- Returns the Sound's name, if any.
-
NE_RESIZE_CURSOR.
Static variable in class netscape.application.View
- Northeast resize cursor.
-
NEVER_DISPLAY.
Static variable in class netscape.application.ScrollGroup
- Option for the ScrollGroup to never show a ScrollBar.
-
NEW_FONT_SELECTION.
Static variable in interface netscape.application.ExtendedTarget
- Command to set the current font in the Font Chooser.
- newIdentifier().
Method in class netscape.util.ClassTable
- Creates a new row in the ClassTable and a new identifier for the
archive, returning the new identifier.
-
NEXT_FRAME.
Static variable in class netscape.application.DrawingSequence
- Command that moves the DrawingSequence to its next frame.
- nextElement().
Method in interface netscape.util.Enumeration
- Returns the next element of the enumeration.
- nextFrame().
Method in class netscape.application.DrawingSequence
- Moves the DrawingSequence to its next frame, incrementing or
decrementing its frame number.
-
NONE_OPTION.
Static variable in class netscape.application.DebugGraphics
- Don't debug graphics operations.
- NoSuchElementException().
Constructor for class netscape.util.NoSuchElementException
- Constructs a NoSuchElementException with no message.
- NoSuchElementException(String).
Constructor for class netscape.util.NoSuchElementException
- Constructs a NoSuchElementException with a descriptive message.
- notificationImage().
Static method in class netscape.application.Alert
- Return an image for a notification
- nullRange().
Static method in class netscape.application.Range
-
-
numPoints.
Variable in class netscape.application.Polygon
-
-
NW_RESIZE_CURSOR.
Static variable in class netscape.application.View
- Northwest resize cursor.
-
OBJECT_ARRAY_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
-
OBJECT_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
-
orange.
Static variable in class netscape.application.Color
- The color orange.
- owner().
Method in class netscape.application.DrawingSequence
- Returns the DrawingSequence's owner.
- owner().
Method in class netscape.application.ExternalWindow
- Returns the ExternalWindow's owner.
- owner().
Method in class netscape.application.InternalWindow
- Returns the InternalWindow's owner.
- owner().
Method in class netscape.application.TextAttachment
- Returns the TextAttachment's owner.
- owner().
Method in class netscape.application.TextField
- Returns the TextField's owner.
- owner().
Method in class netscape.application.TextView
- Returns the TextField's owner.
- owner().
Method in interface netscape.application.Window
- Returns the Window's owner.
- PackConstraints().
Constructor for class netscape.application.PackConstraints
- Constructs a PackConstraints with default constraints.
- PackConstraints(int, boolean, boolean, boolean, int, int, int, int, int).
Constructor for class netscape.application.PackConstraints
- Constructs a PackConstraints with the specified constraints.
- PackLayout().
Constructor for class netscape.application.PackLayout
- Constructs a PackLayout.
- padX().
Method in class netscape.application.PackConstraints
- Returns the View's "padX."
- padY().
Method in class netscape.application.PackConstraints
- Returns the View's "padY."
- pageSizeAsPercent().
Method in class netscape.application.ScrollBar
- Returns the ScrollBar's page size as a percentage of the
lengthOfScrollViewForAxis() value.
- paint(Graphics).
Method in class netscape.application.FoundationPanel
- Paints the Panel by eventually calling redraw() on the RootView.
-
PALETTE_LAYER.
Static variable in class netscape.application.InternalWindow
- "Palette" window layer.
- panel().
Method in class netscape.application.ExternalWindow
- Returns the FoundationPanel the ExternalWindow uses to display its
RootView.
- panel().
Method in class netscape.application.FoundationApplet
- Returns the FoundationPanel the Applet is using to display its
RootView.
- panel().
Method in class netscape.application.RootView
- Returns the FoundationPanel the RootView is being displayed in.
-
PARAGRAPH_FORMAT_KEY.
Static variable in class netscape.application.TextView
- ParagraphFormat attribute.
- paragraphForIndex(int).
Method in class netscape.application.TextView
- Returns the paragraph Range to which the character at anIndex
belongs.
- paragraphForPoint(int, int).
Method in class netscape.application.TextView
- Returns the Range of the paragraph containing the point
(x, y).
- paragraphsForRange(Range).
Method in class netscape.application.TextView
- Decomposes aRange into a Vector of Ranges, with each Range
representing a paragraph.
- parameterNamed(String).
Method in class netscape.application.Application
- Returns the values for the parameter name.
- pauseFocus().
Method in class netscape.application.TextField
- Overridden to notify the TextField that it has ceased being the focus
of KeyEvents, but that it will regain focus when the user clicks on
its InternalWindow.
- pauseFocus().
Method in class netscape.application.TextView
- Focus management support method.
- pauseFocus().
Method in class netscape.application.View
- Tells the View that it has temporarily ceased being the focus of
KeyEvents, such as when the user begins working with another
application.
- peekNextEvent().
Method in class netscape.application.EventLoop
- Returns the next Event from the EventLoop's event queue, but does
not remove it.
- performCommand(String, Object).
Method in class netscape.application.Button
- Implements the Button's commands:
- performCommand(String, Object).
Method in class netscape.application.ColorChooser
- Performs the commands necessary for the ColorChooser to operate.
- performCommand(String, Object).
Method in class netscape.application.DrawingSequence
- Implemented to respond to the NEXT_FRAME, START and STOP commands.
- performCommand(String, Object).
Method in class netscape.application.ExternalWindow
- Implements the ExternalWindow's commands:
- performCommand(String, Object).
Method in class netscape.application.FontChooser
- Performs the commands necessary for the FontChooser to operate.
- performCommand(String, Object).
Method in class netscape.application.InternalWindow
- Implements InternalWindow's commands:
- performCommand(String, Object).
Method in class netscape.application.Popup
- Responds to a message from its ListView that the user has selected a
different ListItem.
- performCommand(String, Object).
Method in class netscape.application.RootView
- Implements the RootView's commands:
- performCommand(String, Object).
Method in class netscape.application.ScrollBar
- Implements the ScrollBar's commands.
- performCommand(String, Object).
Method in interface netscape.application.Target
- Tells the target to perform the command command, using datum
data.
- performCommand(String, Object).
Method in class netscape.application.TargetChain
- Forwards the performCommand message to the first Target in the chain
that can perform command.
- performCommand(String, Object).
Method in class netscape.application.TextField
- Implements the TextField's commands:
- performCommand(String, Object).
Method in class netscape.application.TextView
- Implements TextView's commands.
- performCommandAndWait(Target, String, Object).
Method in class netscape.application.Application
- Causes target to receive a performCommand() message
with command and object, from the Application's
main thread using the Application's EventLoop.
- performCommandLater(Target, String, Object).
Method in class netscape.application.Application
- Causes target to receive a performCommand() message
with command and object, after the current Event and
others in the Application's EventLoop have been processed.
- performCommandLater(Target, String, Object, boolean).
Method in class netscape.application.Application
- Causes target to receive a performCommand() message
with command and object, after the current Event and
others in the Application's EventLoop have been processed.
-
pink.
Static variable in class netscape.application.Color
- The color pink.
-
PLAIN.
Static variable in class netscape.application.Font
- Plain font style.
- play().
Method in class netscape.application.Sound
- Plays the Sound.
- playbackMode().
Method in class netscape.application.DrawingSequence
- Returns the DrawingSequence's playback mode.
- Point().
Constructor for class netscape.application.Point
- Constructs a Point with coordinates (0, 0).
- Point(int, int).
Constructor for class netscape.application.Point
- Constructs a Point with coordinates (x, y).
- Point(Point).
Constructor for class netscape.application.Point
- Constructs a Point with coordinates
(templatePoint.x, templatePoint.y).
- Polygon().
Constructor for class netscape.application.Polygon
- Constructs a Polygon with no vertices.
- Polygon(int[], int[], int).
Constructor for class netscape.application.Polygon
- Constructs a polygon with the given points.
- popIFCContext().
Method in class netscape.application.FoundationApplet
- Any JavaScript function that sends message to an IFC-based Applet must
call this method after sending all messages, to match the previous
pushIFCContext() call.
- popState().
Method in class netscape.application.DebugGraphics
- Restores the Graphics object to its condition before the most recent
pushState() call.
- popState().
Method in class netscape.application.Graphics
- Restores the Graphics object to its condition before the most recent
pushState() call.
- Popup().
Constructor for class netscape.application.Popup
- Constructs an empty Popup.
- popup().
Method in class netscape.application.PopupItem
- Returns the Popup that maintains this PopupItem.
- Popup(int, int, int, int).
Constructor for class netscape.application.Popup
- Constructs an empty Popup with the given bounds.
- Popup(Rect).
Constructor for class netscape.application.Popup
- Constructs an empty Popup with bounds rect.
-
POPUP_LAYER.
Static variable in class netscape.application.InternalWindow
- Popup window layer.
- popupImage().
Method in class netscape.application.Popup
- Returns the Image displayed by the selected ListItem.
- PopupItem().
Constructor for class netscape.application.PopupItem
- Constructs an empty PopupItem.
- popupList().
Method in class netscape.application.Popup
- Returns the Popup's ListView.
- popupWindow().
Method in class netscape.application.Popup
- Returns the active Popup's Window.
- positionForTab(int).
Method in class netscape.application.TextParagraphFormat
-
- positionOfContentViewForAxis(int).
Method in interface netscape.application.Scrollable
- This method should return the visible scroll area's origin
relative to the origin of the View being scrolled.
- positionOfContentViewForAxis(int).
Method in class netscape.application.ScrollView
- Scrollable interface method returning the appropriate contentView
bounds value.
-
PRESSED_LINK_COLOR_KEY.
Static variable in class netscape.application.TextView
- Link pressed attribute.
- processEvent(Event).
Method in class netscape.application.Application
- Processes Application-specific Events.
- processEvent(Event).
Method in class netscape.application.CommandEvent
- Called by an EventLoop to process the CommandEvent, which results in
the CommandEvent sending its Target the performCommand()
message.
- processEvent(Event).
Method in class netscape.application.EventLoop
- This method is called to process each Event as the EventLoop removes
it from its queue.
- processEvent(Event).
Method in interface netscape.application.EventProcessor
- Called by EventLoop on an Event's processor.
- processEvent(Event).
Method in class netscape.application.MenuItem
- Called by the EventLoop to process a selection event.
- processEvent(Event).
Method in class netscape.application.RootView
- Processes the various Events directed at the RootView.
- processEvent(Event).
Method in class netscape.application.Timer
- EventProcessor interface method implemented to perform the Timer's
event processing behavior, which is to send the performCommand()
message to its Target.
- processor().
Method in class netscape.application.Event
- Returns the Event's processor.
- prototypeItem().
Method in class netscape.application.ListView
- Returns the prototype ListItem.
- prototypeItem().
Method in class netscape.application.Menu
- Returns the Menu's prototype MenuItem.
- prototypeItem().
Method in class netscape.application.Popup
- Returns the prototype ListItem used by the Popup's ListView.
-
PUSH_TYPE.
Static variable in class netscape.application.Button
- Push button type.
- pushIFCContext().
Method in class netscape.application.FoundationApplet
- Any JavaScript function that sends message to an IFC-based Applet must
call this method before sending any messages.
- pushState().
Method in class netscape.application.DebugGraphics
- Creates an entry in the Graphics state stack.
- pushState().
Method in class netscape.application.Graphics
- Creates an entry in the Graphics state stack.
- put(Object, Object).
Method in class netscape.util.Hashtable
- Places the key/element pair in the Hashtable.
- questionImage().
Static method in class netscape.application.Alert
- Return an image for a question
-
RADIO_TYPE.
Static variable in class netscape.application.Button
- Radio button type.
-
RAISED.
Static variable in class netscape.application.BezelBorder
- Raised bezel type.
-
RAISED_BUTTON.
Static variable in class netscape.application.BezelBorder
- "Raised" button bezel type.
- raisedBezel().
Static method in class netscape.application.BezelBorder
- Convenience method for creating a raised bezel on the standard
background color.
- raisedBorder().
Method in class netscape.application.Button
- Returns the Button's raised Border.
- raisedButtonBezel().
Static method in class netscape.application.BezelBorder
- A convenience for creating a raised bezel on the standard
Button.
- raisedColor().
Method in class netscape.application.Button
- Returns the background Color used to draw the Button in its raised
state.
- Range().
Constructor for class netscape.application.Range
- Constructs a Range with value Range.nullRange().
- Range(int, int).
Constructor for class netscape.application.Range
- Constructs a Range with index index and length length.
- Range(Range).
Constructor for class netscape.application.Range
- Constructs a Range with the same index and length as
templateRange.
- rangeFromIndices(int, int).
Static method in class netscape.application.Range
- Returns a Range containing index1 and index2.
- rangeFromIntersection(Range, Range).
Static method in class netscape.application.Range
- Returns the intersection of range1 and range2.
- rangeFromUnion(Range, Range).
Static method in class netscape.application.Range
- Returns the union of range1 and range2.
- read(InputStream).
Method in class netscape.util.Archive
- Reads a binary serialization of the Archive's contents from
inputStream.
- readASCII(InputStream).
Method in class netscape.util.Archive
- Reads an ASCII serialization of the Archive's contents from
inputStream.
- readData(InputStream).
Method in class netscape.util.ClassTable
- Reads instance data from input.
- readInfo(InputStream).
Method in class netscape.util.ClassTable
- Reads class information from inputStream.
- readObject().
Method in class netscape.util.Deserializer
- Deserializes the next Dictionary, array, Vector, or String from the
current input stream.
- readObject(InputStream).
Static method in class netscape.util.Deserializer
- Convenience method for creating a Deserializer taking its input from
inputStream.
- readObject(InputStream).
Static method in class netscape.util.Unarchiver
- A convenience method for reading an object from a stream.
- Rect().
Constructor for class netscape.application.Rect
- Constructs a Rect with origin (0, 0) and zero width and height.
- Rect(int, int, int, int).
Constructor for class netscape.application.Rect
- Constructs a Rect with origin
(x, y) and size (width, height).
- Rect(Rect).
Constructor for class netscape.application.Rect
- Constructs a Rect with the same origin and size as templateRect.
- rectForItem(ListItem).
Method in class netscape.application.ListView
- Returns the Rect occupied by item within the ListView.
- rectForItemAt(int).
Method in class netscape.application.ListView
- Returns the Rect for the ListItem at the given row index.
- rectFromIntersection(Rect, Rect).
Static method in class netscape.application.Rect
- Returns a Rect representing the intersection of rect1 and
rect2.
- rectFromUnion(Rect, Rect).
Static method in class netscape.application.Rect
- Returns a Rect representing the union of rect1 and
rect2.
- rectsForRange(Range).
Method in class netscape.application.TextView
- Returns the Vector of Rects enclosing aRange.
-
red.
Static variable in class netscape.application.Color
- The color red.
- red().
Method in class netscape.application.Color
- Returns the Color's red component, in the range 0-255.
- redraw(Rect).
Method in class netscape.application.RootView
- Similar to draw(), except that it draws everything intersecting
the Rect aRect (RootView and InternalWindows).
- reenableDrawing().
Method in class netscape.application.View
- Reenables drawing within the View and its subviews.
- releaseName().
Static method in class netscape.application.Application
-
- remove(Object).
Method in class netscape.util.Hashtable
- Removes key and the element associated with it from the
Hashtable.
- removeAll(Object).
Method in class netscape.util.Vector
- Removes all occurrences of element from the Vector.
- removeAllElements().
Method in class netscape.util.Vector
- Empties the Vector, but leaves its capacity unchanged.
- removeAllImages().
Method in class netscape.application.ImageSequence
- Empties the ImageSequence of Images and clears its Image strip.
- removeAllItems().
Method in class netscape.application.ListView
- Empties the ListView.
- removeAllItems().
Method in class netscape.application.Popup
- Removes all ListItems from the Popup.
- removeAttributeForRange(String, Range).
Method in class netscape.application.TextView
- Removes the attribute attribute from the Range r.
- removeElement(Object).
Method in class netscape.util.Vector
- Removes the first occurrence of element from the Vector.
- removeElementAt(int).
Method in class netscape.util.Vector
- Removes the element at index.
- removeElementIdentical(Object).
Method in class netscape.util.Vector
- Removes the first occurrence of element from the vector.
- removeEvent(Event).
Method in class netscape.application.EventLoop
- Removes all occurences of anEvent from the event queue.
- removeFirstElement().
Method in class netscape.util.Vector
- Removes and returns the element at index 0, or null if the
Vector is empty.
- removeFromSuperview().
Method in class netscape.application.View
- Removes the View from the Application's View hierarchy, setting its
superview to becomes null.
- removeImage(Image).
Method in class netscape.application.ImageSequence
- Removes anImage from the ImageSequence's collection of
Images.
- removeItem(ListItem).
Method in class netscape.application.ListView
- Removes item from the ListView.
- removeItem(MenuItem).
Method in class netscape.application.Menu
- Removes menuItem from the Menu.
- removeItem(String).
Method in class netscape.application.Popup
- Removes the ListItem with title title from the Popup.
- removeItemAt(int).
Method in class netscape.application.ListView
- Removes the ListItem at the given row index.
- removeItemAt(int).
Method in class netscape.application.Menu
- Removes the MenuItem at index.
- removeLastElement().
Method in class netscape.util.Vector
- Removes and returns the element at index count() - 1 (the last object)
or null if the Vector is empty.
- removeObserver(ApplicationObserver).
Method in class netscape.application.Application
- Removes observer from the group of objects interested in
notifications of changes in the Application's running state.
- removeOverrideCursor().
Method in class netscape.application.RootView
- Removes the override cursor, returning the cursor to the cursor
requested by the View currently under the mouse.
- removeParts().
Method in class netscape.application.ScrollBar
- Removes the ScrollBar's scroll Buttons from the ScrollBar.
- removeRootIdentifier(int).
Method in class netscape.util.Archive
- Removes an identifier from the array of root identifiers.
- removeScrollBar(Target).
Method in class netscape.application.ScrollView
- Removes aScrollBar from its Vector of Targets interested in
scroll changes.
- removeSubview(View).
Method in class netscape.application.GridLayout
- LayoutManager interface method.
- removeSubview(View).
Method in interface netscape.application.LayoutManager
- Notifies the LayoutManager that aView has been removed from the
View hierarchy.
- removeSubview(View).
Method in class netscape.application.PackLayout
- Removes aView from the PackLayout.
- removeSubview(View).
Method in class netscape.application.View
-
- removeTarget(ExtendedTarget).
Method in class netscape.application.TargetChain
- Removes target from the TargetChain (only if target was
added using addTarget()).
- repeatDelay().
Method in class netscape.application.Button
- Returns the Button's repeat delay.
- repeats().
Method in class netscape.application.Timer
- Returns true if the Timer will send a performCommand()
message to its target multiple times.
- replaceElementAt(int, Object).
Method in class netscape.util.Vector
- Replaces the element at index with element.
- replaceObject(Object).
Method in interface netscape.util.Decoder
- Replaces references to the object currently being decoded with
replacement.
- replaceObject(Object).
Method in class netscape.util.Unarchiver
- Decoder interface method that replaces references to the object
currently being decoded with replacement.
- replaceRangeWithString(Range, String).
Method in class netscape.application.TextField
- Replaces the string enclosed by aRange with aString.
- replaceRangeWithString(Range, String).
Method in class netscape.application.TextView
- Replaces the string enclosed by r with aString.
- replaceRangeWithTextAttachment(Range, TextAttachment).
Method in class netscape.application.TextView
- Replaces the string enclosed by r with a aTextAttachment.
- reset().
Method in class netscape.application.DrawingSequence
- Sets the DrawingSequence's current frame to its initial frame:
- resetDirtyViews().
Method in class netscape.application.RootView
- Marks all of the RootView's dirty subviews as clean, without
drawing them.
- reshape(int, int, int, int).
Method in class netscape.application.FoundationPanel
- Overridden to resize the RootView when the FoundationPanel changes
size.
-
RESIGNED_FOCUS.
Static variable in interface netscape.application.TextFieldOwner
- Edit mode will or did end because the TextField resigned key
focus.
- resize(int, int).
Method in class netscape.application.FoundationPanel
- Overridden to resize the RootView when the FoundationPanel changes
size.
- resizePartWidth().
Method in class netscape.application.InternalWindowBorder
- Returns the width of the InternalWindowBorder's resize controls,
appearing along the InternalWindowBorder's bottom border.
- resumeFocus().
Method in class netscape.application.TextField
- Overridden to notify the TextField it has become the focus of
KeyEvents, because the user clicked on its InternalWindow.
- resumeFocus().
Method in class netscape.application.TextView
- Focus management support method.
- resumeFocus().
Method in class netscape.application.View
- Tells the View that it has regained the KeyEvent focus.
-
RETURN_KEY.
Static variable in interface netscape.application.TextFieldOwner
- Edit mode will or did end because the TextField received a
Return key.
- rgb().
Method in class netscape.application.Color
- Returns the Color's rgb value, where bits 16-23 represent red,
bits 8-15 represent green, and bits 0-7 represent blue.
- rgbForHSB(float, float, float).
Static method in class netscape.application.Color
- Returns the RGB value for the given hue, saturation, and brightness
values.
-
RIGHT_JUSTIFIED.
Static variable in class netscape.application.Graphics
- String display style.
-
RIGHT_MARGIN_CAN_CHANGE.
Static variable in class netscape.application.View
- Horizontal resize instruction.
- rightIndent().
Method in class netscape.application.TextField
- Returns the distance between the interior edge of the TextField's right
border and the last character.
- rightMargin().
Method in class netscape.application.BezelBorder
- Returns the BezelBorder's right margin of 2 pixels.
- rightMargin().
Method in class netscape.application.Border
- Primitive method that returns the width of the Border's right side.
- rightMargin().
Method in class netscape.application.EmptyBorder
- Returns the EmptyBorder's right margin of 0 pixels.
- rightMargin().
Method in class netscape.application.InternalWindowBorder
- Returns the InternalWindowBorder's right margin.
- rightMargin().
Method in class netscape.application.LineBorder
- Returns the LineBorder's right margin (1 pixel).
- rightMargin().
Method in class netscape.application.TextParagraphFormat
- Returns the distance between the end of the text and the right border.
- rootIdentifiers().
Method in class netscape.util.Archive
- Returns a copy of the root identifier array.
- rootView().
Method in class netscape.application.ExternalWindow
- Returns the RootView that occupies the ExternalWindow.
- rootView().
Method in class netscape.application.FoundationPanel
- Returns the Panel's RootView, the View that sits at the top
of the View hierarchy.
- rootView().
Method in class netscape.application.KeyEvent
- Returns the RootView associated with the KeyEvent.
- rootView().
Method in class netscape.application.MouseEvent
- Returns the RootView in which the MouseEvent occurred.
- RootView().
Constructor for class netscape.application.RootView
- Constructs a RootView with origin (0, 0) and zero
width and height.
- rootView().
Method in class netscape.application.RootView
- Overridden to return this View.
- rootView().
Method in class netscape.application.View
- Returns the View's RootView, or null if the View isn't
currently in the View hierarchy.
- RootView(int, int, int, int).
Constructor for class netscape.application.RootView
- Constructs a RootView with
bounds (x, y, width, height)
- RootView(Rect).
Constructor for class netscape.application.RootView
- Constructs a RootView with bounds rect.
- rootViews().
Method in class netscape.application.Application
- Returns a Vector containing all the RootViews being displayed
by the Application.
- rowCount().
Method in class netscape.util.ClassTable
- Returns the number of rows in the ClassTable.
- rowCount().
Method in class netscape.application.GridLayout
- Returns the number of rows in the GridLayout.
- rowForIdentifier(int).
Method in class netscape.util.Archive
- Returns the row for a given object identifier in the archive.
- rowForIdentifier(int).
Method in class netscape.util.ClassTable
- Returns the row index for a given object identifier.
- rowHeight().
Method in class netscape.application.ListView
- Returns the ListView's row height.
- run().
Method in class netscape.application.Application
- Starts the Application's EventLoop.
- run().
Method in class netscape.application.EventLoop
- Runnable interface method implemented to process Events as they
appear in the queue.
- run().
Method in class netscape.application.FoundationApplet
- Creates the Application in the main Application thread.
- runAlertExternally(Image, String, String, String, String, String).
Static method in class netscape.application.Alert
- Runs an Alert using an ExternalWindow.
- runAlertExternally(String, String, String, String, String).
Static method in class netscape.application.Alert
- Runs an Alert using an ExternalWindow.
- runAlertInternally(Image, String, String, String, String, String).
Static method in class netscape.application.Alert
- Runs an alert using an InternalWindow.
- runAlertInternally(String, String, String, String, String).
Static method in class netscape.application.Alert
- Runs an Alert using an InternalWindow.
- runForIndex(int).
Method in class netscape.application.TextView
- Returns the run Range to which the character at anIndex belongs.
- runForPoint(int, int).
Method in class netscape.application.TextView
- Returns the Range of the run containing the point
(x, y).
- runsForRange(Range).
Method in class netscape.application.TextView
- Decomposes aRange into a Vector of ranges.
- runWithLinkDestinationNamed(String).
Method in class netscape.application.TextView
- Returns the Range of the run with the attribute
LINK_DESTINATION_KEY set to aName.
-
S_RESIZE_CURSOR.
Static variable in class netscape.application.View
- South resize cursor.
-
SAVE_TYPE.
Static variable in class netscape.application.FileChooser
- Type used to create a FileChooser that saves files.
-
SCALED.
Static variable in class netscape.application.Image
- Display option that scales the Image within a rectangle.
-
SCROLL_LINE_BACKWARD.
Static variable in class netscape.application.ScrollBar
- Command to scroll right by a page.
-
SCROLL_LINE_FORWARD.
Static variable in class netscape.application.ScrollBar
- Command to scroll left by a page.
-
SCROLL_PAGE_BACKWARD.
Static variable in class netscape.application.ScrollBar
- Command to scroll down by a page.
-
SCROLL_PAGE_FORWARD.
Static variable in class netscape.application.ScrollBar
- Command to scroll up by a page.
- scrollableObject().
Method in class netscape.application.ScrollBar
- Returns the ScrollBar's Scrollable object, the object to which the
ScrollBar sends scroll commands.
- ScrollBar().
Constructor for class netscape.application.ScrollBar
- Constructs a ScrollBar with origin (0, 0) and zero width and
height.
- ScrollBar(int, int, int, int).
Constructor for class netscape.application.ScrollBar
- Constructs a ScrollBar with bounds
(x, y, width, height).
- ScrollBar(int, int, int, int, int).
Constructor for class netscape.application.ScrollBar
- Constructs a ScrollBar with bounds
(x, y, width, height), and the specified
orientation.
- ScrollBar(Rect).
Constructor for class netscape.application.ScrollBar
- Constructs a ScrollBar with bounds rect.
- scrollBarDidBecomeActive(ScrollBar).
Method in interface netscape.application.ScrollBarOwner
- Called when the ScrollBar becomes active.
- scrollBarDidBecomeActive(ScrollBar).
Method in class netscape.application.ScrollGroup
- Implemented to catch ScrollBar activation and ensure their proper
display.
- scrollBarDidBecomeInactive(ScrollBar).
Method in interface netscape.application.ScrollBarOwner
- Called when the ScrollBar becomes inactive.
- scrollBarDidBecomeInactive(ScrollBar).
Method in class netscape.application.ScrollGroup
- Implemented to catch ScrollBar deactivation and ensure their removal,
if necessary.
- scrollBarOwner().
Method in class netscape.application.ScrollBar
- Returns the ScrollBar owner, the object that receives notifications
regarding the ScrollBar's state.
- scrollBarUpdatesEnabled().
Method in class netscape.application.ScrollView
- Returns true if ScrollBar updates are enabled.
- scrollBarWasDisabled(ScrollBar).
Method in interface netscape.application.ScrollBarOwner
- Called when the ScrollBar becomes disabled.
- scrollBarWasDisabled(ScrollBar).
Method in class netscape.application.ScrollGroup
- Implemented to catch ScrollBar disabling and ensure their removal,
if necessary.
- scrollBarWasEnabled(ScrollBar).
Method in interface netscape.application.ScrollBarOwner
- Called when the ScrollBar becomes enabled.
- scrollBarWasEnabled(ScrollBar).
Method in class netscape.application.ScrollGroup
- Implemented to catch ScrollBar enabling and ensure their display.
- scrollBy(int, int).
Method in interface netscape.application.Scrollable
- This method tells the Scrollable to move the origin of the View
it's scrolling by (deltaX, deltaY)
- scrollBy(int, int).
Method in class netscape.application.ScrollView
- Computes the contentView's new coordinates and calls scrollTo().
- ScrollGroup().
Constructor for class netscape.application.ScrollGroup
- Constructs a ScrollGroup with origin (0, 0) and
zero width and height.
- ScrollGroup(int, int, int, int).
Constructor for class netscape.application.ScrollGroup
- Constructs a ScrollGroup with bounds
(x, y, width, height).
- ScrollGroup(Rect).
Constructor for class netscape.application.ScrollGroup
- Constructs a ScrollGroup with bounds rect.
- scrollItemAtToVisible(int).
Method in class netscape.application.ListView
- Calls scrollRectToVisible() with the Rect for the item at
index.
- scrollItemToVisible(ListItem).
Method in class netscape.application.ListView
- Calls scrollRectToVisible() with the Rect for item.
- scrollLineBackward().
Method in class netscape.application.ScrollBar
- Scrolls the Scrollable object the appropriate direction by
lineIncrement() pixels.
- scrollLineForward().
Method in class netscape.application.ScrollBar
- Scrolls the Scrollable object the appropriate direction by
lineIncrement() pixels.
- scrollPageBackward().
Method in class netscape.application.ScrollBar
- Scrolls the Scrollable object the appropriate direction by
pageSizeAsPercent() pixels.
- scrollPageForward().
Method in class netscape.application.ScrollBar
- Scrolls the Scrollable object the appropriate direction by
pageSizeAsPercent() pixels.
- scrollPercent().
Method in class netscape.application.ScrollBar
- Convenience method for retrieving the scroll value as a fraction between
0 and 1.
- scrollRangeToVisible(Range).
Method in class netscape.application.TextView
- Scrolls the TextView so that aRange is visible.
- scrollRectToVisible(Rect).
Method in class netscape.application.ScrollView
- Overridden to scroll the contentView such that aRect within the
contentView becomes visible.
- scrollRectToVisible(Rect).
Method in class netscape.application.View
- Forwards the scrollRectToVisible() message to the View's
superview.
- scrollTo(int, int).
Method in interface netscape.application.Scrollable
- This method tells the Scrollable to change the origin of the View
it's scrolling to (x, y)
- scrollTo(int, int).
Method in class netscape.application.ScrollView
- Moves the contentView's origin to (x, y).
- scrollToCurrentPosition().
Method in class netscape.application.ScrollBar
- Scrolls the Scrollable object to match the current value returned by
scrollPercent().
- scrollTrayLength().
Method in class netscape.application.ScrollBar
- Returns the length of the scroll tray, the portion of the ScrollBar
not covered by controls, containing the ScrollBar's knob.
- scrollTrayRect().
Method in class netscape.application.ScrollBar
- Returns a Rect describing the ScrollBar's "tray," the ScrollBar's
interior minus the area covered by its scroll Buttons and its
border.
- scrollValue().
Method in class netscape.application.ScrollBar
- Returns the ScrollBar's "scroll value," the pixel position of its
scroll knob.
- scrollView().
Method in class netscape.application.ScrollGroup
- Returns the ScrollGroup's ScrollView.
- ScrollView().
Constructor for class netscape.application.ScrollView
- Constructs a ScrollView with origin (0, 0) and zero
width and height.
- ScrollView(int, int, int, int).
Constructor for class netscape.application.ScrollView
- Constructs a ScrollView with bounds
(x, y, width, height).
- ScrollView(Rect).
Constructor for class netscape.application.ScrollView
- Constructs a ScrollView with bounds rect.
-
SE_RESIZE_CURSOR.
Static variable in class netscape.application.View
- Southeast resize cursor.
-
SECOND_OPTION.
Static variable in class netscape.application.Alert
- Value returned when the user chooses the 2nd option.
-
SELECT_TEXT.
Static variable in class netscape.application.TextField
- Command to select the TextField's entire contents.
- selectedColor().
Method in class netscape.application.ListItem
- Returns the color the ListItem uses to draw its background when
selected.
- selectedImage().
Method in class netscape.application.ListItem
- Returns the Image the ListItem displays next to its title when
selected.
- selectedIndex().
Method in class netscape.application.ListView
- Returns the row of the selected ListItem.
- selectedIndex().
Method in class netscape.application.Popup
- Returns the index of the Popup's selected row.
- selectedItem().
Method in class netscape.application.ListView
- Returns the selected ListItem.
- selectedItem().
Method in class netscape.application.Popup
- Returns the Popup's selected ListItem.
- selectedItems().
Method in class netscape.application.ListView
- Returns a Vector of all the selected ListItems.
- selectedRange().
Method in class netscape.application.TextField
- Returns a Range containing the current selection.
- selectedRange().
Method in class netscape.application.TextView
- Returns the selected Range.
- selectedStringValue().
Method in class netscape.application.TextField
- Returns the selected portion of the TextField's contents.
- selectionColor().
Method in class netscape.application.TextField
- Returns the TextField's selection Color.
- selectionColor().
Method in class netscape.application.TextView
- Returns the TextView's selection Color.
- selectionDidChange(TextView).
Method in interface netscape.application.TextViewOwner
- Sent by textView after the selection changes.
- selectItem(ListItem).
Method in class netscape.application.ListView
- Selects item within the ListView.
- selectItem(ListItem).
Method in class netscape.application.Popup
- Selects a particular Popup item.
- selectItemAt(int).
Method in class netscape.application.ListView
- Calls selectItem() using the item at given row index
index.
- selectItemAt(int).
Method in class netscape.application.Popup
- Calls selectItem() using the ListItem at the given row.
- selectOnly(ListItem).
Method in class netscape.application.ListView
- Selects item and deselects all others.
- selectRange(Range).
Method in class netscape.application.TextField
- Selects characters in the Range aRange, unless the TextField is
not selectable.
- selectRange(Range).
Method in class netscape.application.TextView
- Sets the selected Range.
- selectText().
Method in class netscape.application.TextField
- Selects the TextField's contents, unless it is not selectable.
-
SEND_COMMAND.
Static variable in class netscape.application.Button
- Command causing the Button to send its command to its Target.
- sendCommand().
Method in class netscape.application.Button
- Called by the Button to send its command to its Target.
- sendCommand().
Method in class netscape.application.ColorWell
- Called by the ColorWell to send its command to its Target.
- sendCommand().
Method in class netscape.application.ListView
- Sends the single-click command of the selected ListItem to the
ListView's target.
- sendCommand().
Method in class netscape.application.MenuItem
- Tells the MenuItem to send its command to its Target.
- sendCommand().
Method in class netscape.application.Popup
- Sends a command to the Popup's Target.
- sendCommand().
Method in class netscape.application.Slider
- Called by the Slider to send its command to its Target.
- sendDoubleCommand().
Method in class netscape.application.ListView
- Sends the ListView's double-click command to its Target.
- serializeObject(Object).
Static method in class netscape.util.FormattingSerializer
- Convenience method for generating anObject's ASCII
serialization.
- serializeObject(Object).
Static method in class netscape.util.Serializer
- Convenience method for generating anObject's ASCII
serialization.
- Serializer(OutputStream).
Constructor for class netscape.util.Serializer
- Constructs a Serializer that writes its output to outputStream.
-
SET_FONT.
Static variable in interface netscape.application.ExtendedTarget
- Command to change font to the one passed as the "data" argument.
- setActive(boolean).
Method in class netscape.application.ScrollBar
- Activates or deactivates the ScrollBar and its constituent parts.
- setAllowsEmptySelection(boolean).
Method in class netscape.application.ListView
- Sets whether the ListView allows a selection of zero ListItems.
- setAllowsMultipleSelection(boolean).
Method in class netscape.application.ListView
- Sets whether multiple ListItems can be selected simultaneously.
- setAltImage(Image).
Method in class netscape.application.Button
- Sets the Image the button displays when pressed.
- setAltTitle(String).
Method in class netscape.application.Button
- Sets the Button's alternate title, the title the Button displays
when it's in its alternate state, and then calls the Button's
draw() method to redraw it.
- setAnchor(int).
Method in class netscape.application.PackConstraints
- Sets the location in which the View should be placed within its area.
- setApplication(Application).
Method in class netscape.application.FoundationApplet
- Sets the Applet's Application.
- setAttributesForRange(Hashtable, Range).
Method in class netscape.application.TextView
- Sets the attributes for the Range r.
- setAutoResizeSubviews(boolean).
Method in class netscape.application.View
- Tells the IFC that this View should automatically resize
and reposition its subviews when resized.
- setAWTComponent(Component).
Method in class netscape.application.AWTComponentView
- Sets the AWT component that will be embedded in the AWTComponentView.
- setBackgroundColor(Color).
Method in class netscape.application.ContainerView
- Sets the ContainerView's background Color and then calls its
draw() method to redraw it.
- setBackgroundColor(Color).
Method in class netscape.application.ListView
- Sets the color drawn behind transparent ListItems, and any area in
the ListView not covered by ListItems.
- setBackgroundColor(Color).
Method in class netscape.application.ScrollGroup
- Convenience method for setting the ScrollGroup's ScrollView's
background Color.
- setBackgroundColor(Color).
Method in class netscape.application.ScrollView
- Returns the ScrollView's background Color.
- setBackgroundColor(Color).
Method in class netscape.application.Slider
- Sets the Color the Slider displays within its groove if it has no
image.
- setBackgroundColor(Color).
Method in class netscape.application.TextField
- Sets the TextField's background Color and redraws the TextField.
- setBackgroundColor(Color).
Method in class netscape.application.TextView
- Sets the TextView's background Color.
- setBacktabField(TextField).
Method in class netscape.application.TextField
- Sets the TextField whose text is selected when the TextField
receives a Backtab key Event.
- setBooleanArrayAt(int, int, boolean[]).
Method in class netscape.util.ClassTable
- Sets the boolean array at row, column.
- setBooleanAt(int, int, boolean).
Method in class netscape.util.ClassTable
- Sets the boolean value at row, column.
- setBorder(Border).
Method in class netscape.application.ContainerView
- Sets the ContainerView's Border and then calls its
draw() method to redraw it.
- setBorder(Border).
Method in class netscape.application.DragWell
- Sets the DragWell's Border.
- setBorder(Border).
Method in class netscape.application.InternalWindow
- Sets the InternalWindow's Border.
- setBorder(Border).
Method in class netscape.application.Popup
- Sets the Popup's Border.
- setBorder(Border).
Method in class netscape.application.ScrollGroup
- Sets the ScrollGroup's interior Border, that is, the Border that
surrounds the ScrollView.
- setBorder(Border).
Method in class netscape.application.Slider
- Sets the Border the Slider draws around its groove.
- setBorder(Border).
Method in class netscape.application.TextField
- Sets the Border the TextField draws around its perimeter.
- setBordered(boolean).
Method in class netscape.application.Button
- Sets whether the Button draws its Border.
- setBounds(int, int, int, int).
Method in class netscape.application.ExternalWindow
- Sets the Window's bounds to the rectangle (x, y,
width, height).
- setBounds(int, int, int, int).
Method in class netscape.application.InternalWindow
- Overridden to provide special InternalWindow resizing behavior.
- setBounds(int, int, int, int).
Method in class netscape.application.Rect
- Sets the Rect's origin to (x, y) and size to
(width, height).
- setBounds(int, int, int, int).
Method in class netscape.application.View
- Primitive method for changing a View's bounds Rect.
- setBounds(int, int, int, int).
Method in interface netscape.application.Window
- Sets the Window's bounds to the rectangle (x, y,
width, height).
- setBounds(Rect).
Method in class netscape.application.ExternalWindow
- Sets the ExternalWindow's bounds to newBounds.
- setBounds(Rect).
Method in class netscape.application.Rect
- Sets the Rect to have the same origin and size as rect.
- setBounds(Rect).
Method in class netscape.application.View
- Convenience method for setting the bounds with a Rect.
- setBounds(Rect).
Method in interface netscape.application.Window
- Sets the Window's bounds to newBounds.
- setBuffered(boolean).
Method in class netscape.application.View
- Calling setBuffered(true) causes the View to allocate
an offscreen drawing buffer.
- setByteArrayAt(int, int, byte[]).
Method in class netscape.util.ClassTable
- Sets the byte array located at row, column.
- setByteAt(int, int, byte).
Method in class netscape.util.ClassTable
- Sets the byte value at row, column.
- setCanBecomeMain(boolean).
Method in class netscape.application.InternalWindow
- Tells the IFC that this InternalWindow can become the
main InternalWindow.
- setCaretColor(Color).
Method in class netscape.application.TextField
- Sets the Color of the TextField's caret.
- setCaretColor(Color).
Method in class netscape.application.TextView
- Sets the TextView's caret Color.
- setCharArrayAt(int, int, char[]).
Method in class netscape.util.ClassTable
- Sets the character array at row, column.
- setCharAt(int, int, char).
Method in class netscape.util.ClassTable
- Sets the character value at row, column.
- setClickCount(int).
Method in class netscape.application.MouseEvent
- Sets the MouseEvent's "click" count.
- setClipRect(Rect).
Method in class netscape.application.Graphics
- Sets the rectangle within which drawing can occur.
- setClipRect(Rect, boolean).
Method in class netscape.application.DebugGraphics
- Sets the rectangle within which drawing can occur.
- setClipRect(Rect, boolean).
Method in class netscape.application.Graphics
- Sets the rectangle within which drawing can occur.
- setCloseable(boolean).
Method in class netscape.application.InternalWindow
- If the InternalWindow is not BLANK_TYPE, adds or removes a
"close" button to (from) the InternalWindow.
- setCoalesce(boolean).
Method in class netscape.application.Timer
- Sets whether the Timer coalesces multiple pending
performCommand() messages.
- setColor(Color).
Method in class netscape.application.ColorChooser
- Sets the ColorChooser's current color.
- setColor(Color).
Method in class netscape.application.ColorWell
- Sets the ColorWell's color and then calls draw() to redraw it.
- setColor(Color).
Method in class netscape.application.DebugGraphics
- Sets the color to be used for drawing and filling lines and shapes.
- setColor(Color).
Method in class netscape.application.Graphics
- Sets the color to be used for drawing and filling lines and shapes.
- setColor(Color).
Method in class netscape.application.LineBorder
- Sets the LineBorder's Color.
- setColor(Color).
Method in class netscape.application.RootView
- Sets the RootView's Color.
- setColor(Color).
Method in class netscape.application.WindowContentView
- Sets the background color displayed by the WindowContentView.
- setColumnCount(int).
Method in class netscape.application.GridLayout
- Sets the GridLayout to have numCols columns.
- setCommand(String).
Method in class netscape.application.Button
- Sets the Button's command.
- setCommand(String).
Method in class netscape.application.ColorWell
- Sets the command sent by the ColorWell to its Target when the user
drops a Color into it.
- setCommand(String).
Method in class netscape.application.CommandEvent
- Sets the CommandEvent's command.
- setCommand(String).
Method in class netscape.application.ListItem
- Sets the command associated with this ListItem.
- setCommand(String).
Method in class netscape.application.ListView
- Sets the ListView's single-click command.
- setCommand(String).
Method in class netscape.application.MenuItem
- Sets the MenuItem's command.
- setCommand(String).
Method in class netscape.application.Popup
- Sets the Popup's command.
- setCommand(String).
Method in class netscape.application.Slider
- Sets the command the Slider sends to its Target.
- setCommand(String).
Method in class netscape.application.TextField
- Sets the command the Target should receive when the TextField
receives a Return key Event.
- setCommand(String).
Method in class netscape.application.Timer
- Sets the command the Timer sends to its target in the
performCommand() method.
- setCommandKey(char).
Method in class netscape.application.MenuItem
- Sets the MenuItem's command key equivalent.
- setConstraints(View, PackConstraints).
Method in class netscape.application.PackLayout
- Associates the PackConstraints constraints with aView.
- setContentsChangedCommandAndTarget(String, Target).
Method in class netscape.application.TextField
- Sets the Target and the command it should receive when the TextField's
contents change because editing has ended.
- setContentView(View).
Method in class netscape.application.ScrollGroup
- Convenience method for making aView the ScrollView's content
View.
- setContentView(View).
Method in class netscape.application.ScrollView
- Sets the View scrolled by the ScrollView to aView.
- setCoordinates(int, int, int, int).
Method in class netscape.application.Rect
- Sets the Rect's origin to (x1, y1) and size to
(x2 - x1, y2 - y1).
- setCurrentFrameNumber(int).
Method in class netscape.application.DrawingSequence
- Sets the DrawingSequence's current frame number.
- setCurrentImageNumber(int).
Method in class netscape.application.ImageSequence
- Sets the ImageSequence to display Image number imageNumber.
- setData(Object).
Method in class netscape.application.ColorWell
- Overridden to enforce setting of Colors only.
- setData(Object).
Method in class netscape.application.CommandEvent
- Sets the CommandEvent's data object, the object sent in the
performCommand() message to its Target.
- setData(Object).
Method in class netscape.application.DragSession
- Sets the DragSession's data, the data being dragged in
the drag session.
- setData(Object).
Method in class netscape.application.DragWell
- Sets the object represented by the DragWell's Image.
- setData(Object).
Method in class netscape.application.ListItem
- Sets the ListItem's data, a storage place for arbitrary data associated
with the ListItem.
- setData(Object).
Method in class netscape.application.Timer
- Sets the data sent with the command in the performCommand()
message to its target.
- setDataType(String).
Method in class netscape.application.ColorWell
- Overriden to throw an error.
- setDataType(String).
Method in class netscape.application.DragSession
- Sets the DragSession's data type information to dataType.
- setDataType(String).
Method in class netscape.application.DragWell
- Sets the type of the data represented by the DragWell's Image.
- setDebugOptions(int).
Method in class netscape.application.DebugGraphics
- Enables/disables diagnostic information about every graphics
operation.
- setDebugOptions(int).
Method in class netscape.application.Graphics
- Activates Graphics debugging options.
- setDecreaseButton(Button).
Method in class netscape.application.ScrollBar
- Makes aButton the ScrollBar's "decrease" Button, the Button
that scrolls
to the left in a horizontal ScrollBar and scrolls up in a vertical
ScrollBar.
- setDefaultAttributes(Hashtable).
Method in class netscape.application.TextView
- Sets the default attributes used by the TextView when new text is
inserted.
- setDelay(int).
Method in class netscape.application.Timer
- Sets the Timer's delay, the number of milliseconds between successive
performCommand() messages to its Target.
- setDirectory(String).
Method in class netscape.application.FileChooser
- Sets the FileChooser to the specified directory.
- setDirty(boolean).
Method in class netscape.application.View
- Registers the View to be drawn after processing the current Event.
- setDisabledTitleColor(Color).
Method in class netscape.application.Button
- Sets the Color used to draw the Button's title when disabled.
- setDoubleArrayAt(int, int, double[]).
Method in class netscape.util.ClassTable
- Sets the double array at row, column.
- setDoubleAt(int, int, double).
Method in class netscape.util.ClassTable
- Sets the double value at row, column.
- setDoubleCommand(String).
Method in class netscape.application.ListView
- Sets the ListView's double-click command.
- setDrawsDropShadow(boolean).
Method in class netscape.application.TextField
- Configures the TextField to draw its text with a drop shadow.
- setEditable(boolean).
Method in class netscape.application.TextField
- Configures the TextField to allow the user to edit its text.
- setEditable(boolean).
Method in class netscape.application.TextView
- Sets whether or not the TextView is editable.
- setElementAt(Object, int).
Method in class netscape.util.Vector
- Sets the element at index to element.
- setEnabled(boolean).
Method in class netscape.application.Button
- Sets the Button's "enabled" state and then calls the Button's
draw() method to redraw it.
- setEnabled(boolean).
Method in class netscape.application.DragWell
- Disables or enables the DragWell, and calls draw() to redraw it.
- setEnabled(boolean).
Method in class netscape.application.ListItem
- Enables or disables the ListItem.
- setEnabled(boolean).
Method in class netscape.application.ListView
- Enables or disables the ListView and marks it dirty.
- setEnabled(boolean).
Method in class netscape.application.MenuItem
- Enables or disables the MenuItem.
- setEnabled(boolean).
Method in class netscape.application.ScrollBar
- Enables or disables the ScrollBar and its constituent parts.
- setEnabled(boolean).
Method in class netscape.application.Slider
- Sets the Slider's "enabled" state and then calls the Slider's
draw() method to redraw it.
- setExpand(boolean).
Method in class netscape.application.PackConstraints
- Specifies whether the PackLayout should enlarge the View to fill any
extra space within the View's allocated area.
- setFile(String).
Method in class netscape.application.FileChooser
- Sets the FileChooser to the specified file.
- setFilenameFilter(FilenameFilter).
Method in class netscape.application.FileChooser
- Sets the filename filter.
- setFillX(boolean).
Method in class netscape.application.PackConstraints
- Specifies whether the PackLayout should enlarge the View to fill any
extra space along the X-axis of the View's allocated area.
- setFillY(boolean).
Method in class netscape.application.PackConstraints
- Specifies whether the PackLayout should enlarge the View to fill any
extra space along the Y-axis of the View's allocated area.
- setFilter(TextFilter).
Method in class netscape.application.TextField
- Sets the TextField's filter, the object that inspects each key
Event received by the TextField.
- setFilter(TextFilter).
Method in class netscape.application.TextView
- Sets the TextView's filter, the object that examines each KeyEvent
the TextView receives.
- setFlashColor(Color).
Static method in class netscape.application.DebugGraphics
- Sets the Color used to flash drawing operations.
- setFlashCount(int).
Static method in class netscape.application.DebugGraphics
- Sets the number of times that drawing operations will flash.
- setFlashTime(int).
Static method in class netscape.application.DebugGraphics
- Sets the time delay of drawing operation flashing.
- setFloatArrayAt(int, int, float[]).
Method in class netscape.util.ClassTable
- Sets the float array at row, column.
- setFloatAt(int, int, float).
Method in class netscape.util.ClassTable
- Sets the float value at row, column.
- setFlowDirection(int).
Method in class netscape.application.GridLayout
- Sets the flow direction.
- setFocusedView().
Method in class netscape.application.TextField
- Override this method to start an editing session if necessary
- setFocusedView().
Method in class netscape.application.View
- Tells a View that it should become the focus of KeyEvents.
- setFocusedView(View).
Method in class netscape.application.InternalWindow
- Sets the InternalWindow's "focused" View, the View that will receive
key events.
- setFocusedView(View).
Method in class netscape.application.RootView
- Directs all key Events to view.
- setFont(Font).
Method in class netscape.application.Button
- Sets the Font used to display the Button's title.
- setFont(Font).
Method in class netscape.application.DebugGraphics
- Sets the Font used for text drawing operations.
- setFont(Font).
Method in class netscape.application.FontChooser
- Makes aFont the FontChooser's current font.
- setFont(Font).
Method in class netscape.application.Graphics
- Sets the Font used for text drawing operations.
- setFont(Font).
Method in class netscape.application.ListItem
- Sets the Font the ListItem uses to render its title.
- setFont(Font).
Method in class netscape.application.MenuItem
- Sets the Font used to display the MenuItem's title.
- setFont(Font).
Method in class netscape.application.TextField
- Sets the TextField's Font and redraws the TextField.
- setFont(Font).
Method in class netscape.application.TextView
- Sets the font associated with the default attributes.
- setFrameCount(int).
Method in class netscape.application.DrawingSequence
- Sets the number of frames the DrawingSequence animates.
- setFrameHeight(int).
Method in class netscape.application.ImageSequence
- Configures the ImageSequence to extract frames vertically, assuming a
frame height of pixels.
- setFrameRate(int).
Method in class netscape.application.DrawingSequence
- Sets the millisecond delay between calls to nextFrame().
- setFrameWidth(int).
Method in class netscape.application.ImageSequence
- Configures the ImageSequence to extract frames horizontally, assuming a
frame width of pixels.
- setGraphicsDebugOptions(int).
Method in class netscape.application.View
- Enables or disables diagnostic information about every graphics
operation performed within the View or one of its subviews.
- setGrooveHeight(int).
Method in class netscape.application.Slider
- Sets the Slider's groove height.
- setHasHorizScrollBar(boolean).
Method in class netscape.application.ScrollGroup
- Sets the horizontal ScrollBar's behavior.
- setHasVertScrollBar(boolean).
Method in class netscape.application.ScrollGroup
- Sets the vertical ScrollBar's behavior.
- setHeight(int).
Method in class netscape.application.TextAttachment
- Sets the TextAttachment's pixel height.
- setHidesWhenPaused(boolean).
Method in class netscape.application.ExternalWindow
- Sets whether the ExternalWindow hides when the Application pauses.
- setHorizGap(int).
Method in class netscape.application.GridLayout
- Sets the horizontal gap.
- setHorizResizeInstruction(int).
Method in class netscape.application.View
- Sets the View's horizontal resize instruction, an integer value that
represents the various ways in which a View can change its size in
response to its superview's resizing.
- setHorizScrollBarDisplay(int).
Method in class netscape.application.ScrollGroup
- Sets the horizontal ScrollBar's behavior.
- setIdentifierArrayAt(int, int, int[]).
Method in class netscape.util.ClassTable
- Sets the identifier array at row, column.
- setIdentifierAt(int, int, int).
Method in class netscape.util.ClassTable
- Sets the identifier at row, column.
- setImage(Image).
Method in class netscape.application.Button
- Sets the Image displayed by the Button.
- setImage(Image).
Method in class netscape.application.ColorWell
- Overriden to throw an error.
- setImage(Image).
Method in class netscape.application.ContainerView
- Sets the ContainerView's Image and then calls its
draw() method to redraw it.
- setImage(Image).
Method in class netscape.application.DragWell
- Sets the DragWell's Image, the Image it displays within its bounds,
and then calls its
draw() method to redraw it.
- setImage(Image).
Method in class netscape.application.ImageAttachment
- Set the ImageAttachment's Image to anImage.
- setImage(Image).
Method in class netscape.application.ListItem
- Sets the Image the ListItem displays next to its title.
- setImage(Image).
Method in class netscape.application.RootView
- Sets the RootView's Image.
- setImage(Image).
Method in class netscape.application.Slider
- Sets the Image the Slider displays within its groove.
- setImageDisplayStyle(int).
Method in class netscape.application.ContainerView
- Sets the style the ContainerView uses to display its Image
(Image.CENTERED, Image.TILED, or Image.SCALED).
- setImageDisplayStyle(int).
Method in class netscape.application.RootView
- Sets the style the RootView uses to display its Image
(Image.CENTERED, Image.TILED, or Image.SCALED).
- setImageDisplayStyle(int).
Method in class netscape.application.Slider
- Tells the Slider how to display its Image (Image.CENTERED,
Image.TILED, or Image.SCALED).
- setImagePosition(int).
Method in class netscape.application.Button
- Sets the relationship between the Button's Images and its title.
- setImageStrip(Image).
Method in class netscape.application.ImageSequence
- Sets the Image from which the ImageSequence should extract individual
frames.
- setIncreaseButton(Button).
Method in class netscape.application.ScrollBar
- Makes aButton the ScrollBar's "increase" Button, the
the Button that scrolls to the right in a horizontal ScrollBar and
scrolls down in a vertical ScrollBar.
- setIndentationLength(int).
Method in class netscape.util.FormattingSerializer
- Sets the number of spaces to indent an expression.
- setInitialDelay(int).
Method in class netscape.application.Timer
- Sets the Timer's initial delay.
- setInsertionPoint(int).
Method in class netscape.application.TextField
- Places the TextField's insertion point at position, unless
the TextField is not selectable.
- setIntArrayAt(int, int, int[]).
Method in class netscape.util.ClassTable
- Sets the integer array located at row, column.
- setIntAt(int, int, int).
Method in class netscape.util.ClassTable
- Sets the integer value located at row, column.
- setInternalPadX(int).
Method in class netscape.application.PackConstraints
- Sets the padding the PackLayout adds to the View's minimum
width.
- setInternalPadY(int).
Method in class netscape.application.PackConstraints
- Sets the padding the PackLayout adds to the View's minimum
height.
- setIntValue(int).
Method in class netscape.application.TextField
- Sets the contents of the TextField to the string version of
anInt.
- setJustification(int).
Method in class netscape.application.TextField
- Sets the justification (Graphics.LEFT_JUSTIFIED,
Graphics.CENTERED, Graphics.RIGHT_JUSTIFIED) the
TextField uses to draw its text.
- setJustification(int).
Method in class netscape.application.TextParagraphFormat
- Sets the TextParagraphFormat's justification.
- setKnobHeight(int).
Method in class netscape.application.Slider
- Sets the Slider's knob height.
- setKnobImage(Image).
Method in class netscape.application.ScrollBar
- Sets the knob's image.
- setKnobImage(Image).
Method in class netscape.application.Slider
- Sets the Image displayed by the Slider as its "knob." If set,
the Slider will display this Image rather than draw a bezeled
knob.
- setKnobLength(int).
Method in class netscape.application.ScrollBar
- Sets the length of the ScrollBar's scroll knob.
- setLayer(int).
Method in class netscape.application.InternalWindow
- Sets the InternalWindow's layer.
- setLayoutManager(LayoutManager).
Method in class netscape.application.View
- Sets the View's LayoutManager, the object responsible for sizing
and positioning the View's subviews.
- setLeftIndent(int).
Method in class netscape.application.TextParagraphFormat
- Sets the distance in pixels from the left border to the paragraph's
first character.
- setLeftMargin(int).
Method in class netscape.application.TextParagraphFormat
- Sets the distance in pixels from the left border to the beginning of
the text.
- setLimits(int, int).
Method in class netscape.application.Slider
- Sets the Slider's minimum and maximum values.
- setLineIncrement(int).
Method in class netscape.application.ScrollBar
- Sets the ScrollBar's line increment.
- setLineSpacing(int).
Method in class netscape.application.TextParagraphFormat
- Sets the minimum distance between lines of text.
- setLoadsIncrementally(boolean).
Method in class netscape.application.Bitmap
- Configures the Bitmap to load and display its data incrementally.
- setLogStream(PrintStream).
Static method in class netscape.application.DebugGraphics
- Sets the stream to which the DebugGraphics logs drawing operations.
- setLongArrayAt(int, int, long[]).
Method in class netscape.util.ClassTable
- Sets the long array at row, column.
- setLongAt(int, int, long).
Method in class netscape.util.ClassTable
- Sets the long value at row, column.
- setLoops(boolean).
Method in class netscape.application.Sound
- Sets the Sound to automatically replay upon completion, or just play
once to completion.
- setLoweredBorder(Border).
Method in class netscape.application.Button
- Sets the lowered Border, the Border the Button draws around its
perimeter when in the "down" state.
- setLoweredColor(Color).
Method in class netscape.application.Button
- Sets the background Color used to draw the Button in its lowered state.
- setMainRootView(RootView).
Method in class netscape.application.Application
- Sets the main RootView.
- setMenu(Menu).
Method in class netscape.application.ExternalWindow
- Sets the ExternalWindow's Menu.
- setMinSize(int, int).
Method in class netscape.application.ExternalWindow
- Sets a minimum size for the ExternalWindow.
- setMinSize(int, int).
Method in class netscape.application.View
- Convenience method for setting the View's minimum size to
(width, height).
- setMinSize(int, int).
Method in interface netscape.application.Window
- Sets the Window's minimum size to (width, height).
- setModifiers(int).
Method in class netscape.application.MouseEvent
- Sets the MouseEvent's modifiers, the bitmask describing the keys the
user held down when the mouse event occurred.
- setMouseDownSound(Sound).
Method in class netscape.application.Button
- Sets the Sound the Button plays when pressed.
- setMouseUpSound(Sound).
Method in class netscape.application.Button
- Sets the Sound the Button plays when released, after being pressed.
- setMouseView(View).
Method in class netscape.application.RootView
- If called after a MOUSE_DOWN or MOUSE_DRAGGED Event, forces all
subsequent MOUSE_DRAGGED Events and the MOUSE_UP Event to go to
aView.
- setName(String).
Method in class netscape.application.DrawingSequence
- Sets the DrawingSequence's name.
- setOverrideCursor(int).
Method in class netscape.application.RootView
- Forces the RootView's currently displayed cursor to the cursor
identified by cursorIdent, regardless of the cursor requested by
the View currently under the mouse.
- setOwner(DrawingSequenceOwner).
Method in class netscape.application.DrawingSequence
- Sets the DrawingSequence's owner, the object that the DrawingSequence
contacts when its current frame number changes or the DrawingSequence
reaches its final frame.
- setOwner(TextFieldOwner).
Method in class netscape.application.TextField
- Sets the TextField's owner, the object that it notifies of important
events such as receiving a new key Event.
- setOwner(TextView).
Method in class netscape.application.TextAttachment
- Set aTextView as the TextAttachment's owner (the TextView that
will display this TextAttachment).
- setOwner(TextViewOwner).
Method in class netscape.application.TextView
- Sets the TextField's owner, the object that it notifies of important
events such as the selection changing.
- setOwner(WindowOwner).
Method in class netscape.application.ExternalWindow
- Sets the ExternalWindow's owner, the object interested in learning
about special events such as the user closing the ExternalWindow.
- setOwner(WindowOwner).
Method in class netscape.application.InternalWindow
- Sets the InternalWindow's owner, an object interested in special
events, such as the user closing the InternalWindow.
- setOwner(WindowOwner).
Method in interface netscape.application.Window
- Sets the Window's owner, the object interested in learning about
special events, such as the user closing the Window.
- setPadX(int).
Method in class netscape.application.PackConstraints
- Sets the padding the PackLayout adds to the View's width.
- setPadY(int).
Method in class netscape.application.PackConstraints
- Sets the padding the PackLayout adds to the View's height.
- setPageSizeAsPercent(float).
Method in class netscape.application.ScrollBar
- Sets the ScrollBar's page size.
- setPaintMode().
Method in class netscape.application.DebugGraphics
- Sets the paint mode to overwrite the destination with the current
color.
- setPaintMode().
Method in class netscape.application.Graphics
- Sets the paint mode to overwrite the destination with the current
color.
- setPlaybackMode(int).
Method in class netscape.application.DrawingSequence
- Sets the DrawingSequence's frame playback mode.
- setPopup(Popup).
Method in class netscape.application.PopupItem
- Sets the Popup that maintains this PopupItem.
- setPopupImage(Image).
Method in class netscape.application.Popup
- Sets the Image displayed by the selected ListItem.
- setPopupList(ListView).
Method in class netscape.application.Popup
- Sets the ListView the Popup should use to maintain its ListItems.
- setPopupWindow(Window).
Method in class netscape.application.Popup
- Sets the Window used to contain the active Popup.
- setProcessor(EventProcessor).
Method in class netscape.application.Event
- Sets the Event's processor to aProcessor, the object that
determines how to respond to the Event once it has been removed
from the EventLoop.
- setPrototypeItem(ListItem).
Method in class netscape.application.ListView
- Sets the ListView's "prototype" ListItem.
- setPrototypeItem(ListItem).
Method in class netscape.application.Popup
- Sets the prototype ListItem used by the Popup's ListView.
- setPrototypeItem(MenuItem).
Method in class netscape.application.Menu
- Sets the prototype MenuItem for this Menu.
- setRaisedBorder(Border).
Method in class netscape.application.Button
- Sets the raised Border, the Border the Button draws around its
perimeter when in the "up" state.
- setRaisedColor(Color).
Method in class netscape.application.Button
- Sets the background Color used to draw the Button in its raised state.
- setRepeatDelay(int).
Method in class netscape.application.Button
- Sets the Button's repeat delay, the time delay a CONTINUOUS_TYPE Button
uses when sending its command to its Target while being pressed.
- setRepeats(boolean).
Method in class netscape.application.Timer
- If flag is false, instructs the Timer to send a
performCommand() message to its Target only once, and then stop.
- setResetOnStart(boolean).
Method in class netscape.application.DrawingSequence
- Configures the DrawingSequence to automatically reset its frame to its
initial frame (by calling reset()) before it begins
animating.
- setResetOnStop(boolean).
Method in class netscape.application.DrawingSequence
- Sets the DrawingSequence to automatically reset its frame to its
initial frame (by calling reset()) after it finishes
animating.
- setResizable(boolean).
Method in class netscape.application.ExternalWindow
- Sets whether the ExternalWindow can be resized by the user.
- setResizable(boolean).
Method in class netscape.application.InternalWindow
- If the InternalWindow is not BLANK_TYPE or TITLE_TYPE,
makes the InternalWindow resizable.
- setResizable(boolean).
Method in interface netscape.application.Window
- Sets whether the user can resize the Window.
- setRightMargin(int).
Method in class netscape.application.TextParagraphFormat
- Sets the distance between the end of the text and the right border.
- setRootView(RootView).
Method in class netscape.application.FoundationPanel
- Sets the Panel's RootView.
- setRootView(RootView).
Method in class netscape.application.InternalWindow
- Sets the InternalWindow's RootView, the RootView on which it should
appear.
- setRootView(RootView).
Method in class netscape.application.KeyEvent
- Sets the RootView associated with the KeyEvent.
- setRootView(RootView).
Method in class netscape.application.MouseEvent
- Sets the RootView in which the MouseEvent occurred.
- setRowCount(int).
Method in class netscape.application.GridLayout
- Sets the GridLayout to have numRows rows.
- setRowHeight(int).
Method in class netscape.application.ListView
- Sets the height of each row in the ListView.
- setScrollableObject(Scrollable).
Method in class netscape.application.ScrollBar
- Sets the ScrollBar's Scrollable object, the object that the ScrollBar
sends scroll commands to.
- setScrollBarOwner(ScrollBarOwner).
Method in class netscape.application.ScrollBar
- Sets the ScrollBar owner, the object that receives notifications
regarding the ScrollBar's state.
- setScrollBarUpdatesEnabled(boolean).
Method in class netscape.application.ScrollView
- Enables (or disables) the ScrollView to (from) send messages to Targets
in its ScrollBar Targets Vector when the ScrollView scrolls its
contentView.
- setScrollPercent(float).
Method in class netscape.application.ScrollBar
- Scrolls value percent into the contentView.
- setSelectable(boolean).
Method in class netscape.application.TextField
- Configures the TextField to allow the user to select its text.
- setSelectable(boolean).
Method in class netscape.application.TextView
- Sets whether or not the TextView is selectable.
- setSelected(boolean).
Method in class netscape.application.ListItem
- Called by ListView when a ListItem is selected.
- setSelectedColor(Color).
Method in class netscape.application.ListItem
- Sets the color the ListItem uses to draw its background when
selected.
- setSelectedImage(Image).
Method in class netscape.application.ListItem
- Sets the Image the ListItem displays next to its title when selected.
- setSelectionColor(Color).
Method in class netscape.application.TextField
- Sets the Color the TextField uses to indicate selection and redraws the
TextField.
- setSelectionColor(Color).
Method in class netscape.application.TextView
- Sets the TextView's selection Color.
- setShortArrayAt(int, int, short[]).
Method in class netscape.util.ClassTable
- Sets the short array at row, column.
- setShortAt(int, int, short).
Method in class netscape.util.ClassTable
- Sets the short value at row, column.
- setSide(int).
Method in class netscape.application.PackConstraints
- Sets the side of the View's allocated area to which the PackLayout
should attach the View.
- setState(boolean).
Method in class netscape.application.Button
- Sets the Button's state (a boolean value where false is the
normal, "up" state and true is the down or "pressed" state)
and then calls the Button's
draw() method to redraw it.
- setString(String).
Method in class netscape.application.TextView
- Replaces all the text in the TextView with textString.
- setStringArrayAt(int, int, String[]).
Method in class netscape.util.ClassTable
- Sets the string array at row, column.
- setStringAt(int, int, String).
Method in class netscape.util.ClassTable
- Sets the string value at row, column.
- setStringValue(String).
Method in class netscape.application.TextField
- Sets the contents of the TextField to aString
- setSubmenu(Menu).
Method in class netscape.application.MenuItem
- Sets this MenuItem to have the specified submenu.
- setSupermenu(Menu).
Method in class netscape.application.MenuItem
- Sets the MenuItem's supermenu.
- setTabField(TextField).
Method in class netscape.application.TextField
- Sets the TextField whose text is selected when the TextField
receives a Return or Tab key Event.
- setTabPositions(int[]).
Method in class netscape.application.TextParagraphFormat
- Replaces the current tab positions with the positions described by
tabArray.
- setTarget(Target).
Method in class netscape.application.Button
- Sets the Button's Target, the object that will receive the a
performCommand() message when the user clicks the Button.
- setTarget(Target).
Method in class netscape.application.ColorWell
- Sets the ColorWell's Target, the object the ColorWell notifies when
the user drops a Color onto it.
- setTarget(Target).
Method in class netscape.application.CommandEvent
- Sets the CommandEvent's Target.
- setTarget(Target).
Method in class netscape.application.ListView
- Sets the ListView's Target.
- setTarget(Target).
Method in class netscape.application.MenuItem
- Sets the MenuItem's Target.
- setTarget(Target).
Method in class netscape.application.Popup
- Sets the Popup's Target.
- setTarget(Target).
Method in class netscape.application.Slider
- Sets the Slider's Target, the object the Slider notifies when the
user changes its value.
- setTarget(Target).
Method in class netscape.application.TextField
- Sets the Target for the TextField's Return key Event.
- setTarget(Target).
Method in class netscape.application.Timer
- Sets the Target that will receive performCommand() messages
from the Timer.
- setTextColor(Color).
Method in class netscape.application.TextField
- Sets the Color of the TextField's text and redraws the TextField.
- setTextColor(Color).
Method in class netscape.application.TextView
- Sets the TextView's default text Color.
- setTimeStamp(long).
Method in class netscape.application.Event
- Sets the Event's time stamp to timeStamp.
- setTitle(String).
Method in class netscape.application.Button
- Sets the Button's title and then calls the Button's
draw() method to redraw it.
- setTitle(String).
Method in class netscape.application.ContainerView
- Sets the ContainerView's title string and then calls its
draw() method to redraw it.
- setTitle(String).
Method in class netscape.application.ExternalWindow
- Sets the ExternalWindow's title (the string displayed in its title
bar).
- setTitle(String).
Method in class netscape.application.FileChooser
- Sets the FileChooser's Window's title.
- setTitle(String).
Method in class netscape.application.InternalWindow
- Sets the InternalWindow's title, the string displayed in its title
bar.
- setTitle(String).
Method in class netscape.application.ListItem
- Sets the title the ListItem displays.
- setTitle(String).
Method in class netscape.application.MenuItem
- Sets the MenuItem's title.
- setTitle(String).
Method in interface netscape.application.Window
- Sets the Window's title, the string displayed in its title bar.
- setTitleColor(Color).
Method in class netscape.application.Button
- Sets the Color used to draw the Button's title.
- setTitleColor(Color).
Method in class netscape.application.ContainerView
- Sets the ContainerView's title string Color and then calls its
draw() method to redraw it.
- setTitleFont(Font).
Method in class netscape.application.ContainerView
- Sets the ContainerView's title string Font and then calls its
draw() method to redraw it.
- setTracksMouseOutsideBounds(boolean).
Method in class netscape.application.ListView
- Sets whether the ListView tracks the mouse outside its bounds.
- setTransparent(boolean).
Method in class netscape.application.Bitmap
- Sets whether the Bitmap is transparent.
- setTransparent(boolean).
Method in class netscape.application.Button
- Overridden to configure the Button not to draw its Border, if
configured to be transparent.
- setTransparent(boolean).
Method in class netscape.application.ContainerView
- Sets the ContainerView to be transparent or opaque.
- setTransparent(boolean).
Method in class netscape.application.InternalWindow
- Sets the InternalWindow to be transparent.
- setTransparent(boolean).
Method in class netscape.application.ListView
- Sets the ListView to be transparent or opaque.
- setTransparent(boolean).
Method in class netscape.application.ScrollView
- Sets the ScrollView to be transparent or opaque.
- setTransparent(boolean).
Method in class netscape.application.TextField
- Overridden to automatically remove the TextField's Border if
flag is true.
- setTransparent(boolean).
Method in class netscape.application.TextView
- Sets the TextView to be transparent or opaque.
- setTransparent(boolean).
Method in class netscape.application.WindowContentView
- Sets the WindowContentView to be transparent or opaque.
- setType(int).
Method in class netscape.application.Button
- Sets the Button's type, which can be one of the following:
- setType(int).
Method in class netscape.application.Event
- Sets the Event's type to aType.
- setType(int).
Method in class netscape.application.InternalWindow
- Sets the InternalWindow's type.
- setUpdateCommand(String).
Method in class netscape.application.Bitmap
- Sets the command sent to an incrementally-loaded Bitmap's update Target
when additional data becomes available.
- setUpdateTarget(Target).
Method in class netscape.application.Bitmap
- Sets the Target that should receive a command when the
incrementally-loaded Bitmap receives additional data.
- setUseSingleFont(boolean).
Method in class netscape.application.TextView
- If flag is true, TextView ignores all the font
attributes but the default one, which it uses to display the
text.
- setValue(int).
Method in class netscape.application.Slider
- Sets the Slider's value and redraws the Slider.
- setVertGap(int).
Method in class netscape.application.GridLayout
- Sets the vertical gap.
- setVertResizeInstruction(int).
Method in class netscape.application.View
- Sets the View's vertical resize instruction, an integer value
respresenting the various ways in which a View can change its size
in response to its superview's resizing.
- setVertScrollBarDisplay(int).
Method in class netscape.application.ScrollGroup
- Sets the vertical ScrollBar's behavior.
- setWidth(int).
Method in class netscape.application.TextAttachment
- Sets the TextAttachment's pixel width.
- setWindow(InternalWindow).
Method in class netscape.application.InternalWindowBorder
- Sets the InternalWindowBorder's InternalWindow.
- setWindow(Window).
Method in class netscape.application.ColorChooser
- Places the ColorChooser in aWindow.
- setWindow(Window).
Method in class netscape.application.FontChooser
- Places the FontChooser in the Window aWindow.
- setWrapsContents(boolean).
Method in class netscape.application.TextField
- Configures the TextField to wrap its contents if too long to fit
on a single line.
- setXORMode(Color).
Method in class netscape.application.DebugGraphics
- Sets the paint mode to alternate between the current color and
aColor.
- setXORMode(Color).
Method in class netscape.application.Graphics
- Sets the paint mode to alternate between the current color and
aColor.
-
SHIFT_MASK.
Static variable in class netscape.application.DragSession
- Drag session modifier flag.
-
SHIFT_MASK.
Static variable in class netscape.application.KeyEvent
- The Shift key modifier bitmask.
-
SHORT_ARRAY_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
-
SHORT_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
- shortArrayAt(int, int).
Method in class netscape.util.ClassTable
- Returns the short array located at row, column.
- shortAt(int, int).
Method in class netscape.util.ClassTable
- Returns the short value located at row, column.
-
SHOW.
Static variable in interface netscape.application.Window
- Command that makes the Window visible.
- show().
Method in class netscape.application.ColorChooser
- If the ColorChooser is in a Window, makes the Window visible.
- show().
Method in class netscape.application.ExternalWindow
- Displays the ExternalWindow.
- show().
Method in class netscape.application.FontChooser
- If the FontChooser is in a Window, makes the Window visible.
- show().
Method in class netscape.application.InternalWindow
- Makes the InternalWindow visible (adds it to its RootView's
View hierarchy).
- show().
Method in interface netscape.application.Window
- Displays the Window.
-
SHOW_COLOR_CHOOSER.
Static variable in interface netscape.application.ExtendedTarget
- Command to make the ColorChooser visible.
-
SHOW_FONT_CHOOSER.
Static variable in interface netscape.application.ExtendedTarget
- Command to make the FontChooser visible.
- showBehind(InternalWindow).
Method in class netscape.application.InternalWindow
- Makes the InternalWindow visible, positioned behind aWindow.
- showColorChooser().
Method in class netscape.application.RootView
- Makes the ColorChooser visible.
- showFontChooser().
Method in class netscape.application.RootView
- Makes the FontChooser visible.
- showInFrontOf(InternalWindow).
Method in class netscape.application.InternalWindow
- Makes the InternalWindow visible, positioned in front of
aWindow.
- showModally().
Method in class netscape.application.ExternalWindow
- Displays the ExternalWindow until dismissed by the user.
- showModally().
Method in class netscape.application.FileChooser
- Brings the FileChooser onscreen.
- showModally().
Method in class netscape.application.InternalWindow
- Makes the InternalWindow visible.
- showModally().
Method in interface netscape.application.Window
- Displays the Window until dismissed by the user.
- showPopupWindow(MouseEvent).
Method in class netscape.application.Popup
- Brings the Popup's Window onscreen.
- side().
Method in class netscape.application.PackConstraints
- Returns the side of the View's allocated area to which the PackLayout
should attach the View.
-
SIDE_BOTTOM.
Static variable in class netscape.application.PackConstraints
- Position View below the allocated area.
-
SIDE_LEFT.
Static variable in class netscape.application.PackConstraints
- Position View to the left of the allocated area.
-
SIDE_RIGHT.
Static variable in class netscape.application.PackConstraints
- Position View to the right of the allocated area.
-
SIDE_TOP.
Static variable in class netscape.application.PackConstraints
- Position View above the allocated area.
- size().
Method in class netscape.application.Font
- Returns the Font's point size.
- size().
Method in class netscape.util.Hashtable
- Returns the number of elements in the Hashtable.
- Size().
Constructor for class netscape.application.Size
- Constructs a Size with zero width and height.
- size().
Method in class netscape.util.Vector
- Returns the number of elements in the Vector.
- Size(int, int).
Constructor for class netscape.application.Size
- Constructs a Size with dimensions (width, height).
- Size(Size).
Constructor for class netscape.application.Size
- Constructs a Size with the same dimensions as templateSize.
- sizeBy(int, int).
Method in class netscape.application.ExternalWindow
- Changes the ExternalWindow's size by deltaWidth and
deltaHeight.
- sizeBy(int, int).
Method in class netscape.application.Rect
- Changes the Rect's size by (deltaWidth, deltaHeight).
- sizeBy(int, int).
Method in class netscape.application.Size
- Changes the Size's dimensions by deltaWidth and
deltaHeight.
- sizeBy(int, int).
Method in class netscape.application.TextView
- Overridden to catch size changes.
- sizeBy(int, int).
Method in class netscape.application.View
- Convenience method for changing the View's size.
- sizeBy(int, int).
Method in interface netscape.application.Window
- Changes the Window's size by (deltaWidth, deltaHeight).
- sizeTo(int, int).
Method in class netscape.application.ExternalWindow
- Sets the ExternalWindow's size to (width, height).
- sizeTo(int, int).
Method in class netscape.application.Rect
- Sets the Rect's size to (width, height).
- sizeTo(int, int).
Method in class netscape.application.Size
- Sets the Size's dimensions to (width, height).
- sizeTo(int, int).
Method in class netscape.application.View
- Convenience method for setting the View's size.
- sizeTo(int, int).
Method in interface netscape.application.Window
- Sets the Window's size to (width, height).
- sizeToMinSize().
Method in class netscape.application.TextView
- Calculates the minimum size needed to display the text and
resizes the TextView to this minimum size.
- sizeToMinSize().
Method in class netscape.application.View
- Resizes the View to the minimum size needed to display its contents.
- Slider().
Constructor for class netscape.application.Slider
- Constructs a Slider with origin (0, 0) and zero
width and height.
- Slider(int, int, int, int).
Constructor for class netscape.application.Slider
- Constructs a Slider with bounds
(x, y, width, height).
- Slider(Rect).
Constructor for class netscape.application.Slider
- Constructs a Slider with bounds rect.
- sort(boolean).
Method in class netscape.util.Vector
- Sorts the Vector's contents.
- sort(Object[], Object[], int, int, boolean).
Static method in class netscape.util.Sort
- Sorts a homogenous collection of objects.
- sortStrings(boolean, boolean).
Method in class netscape.util.Vector
- Sorts the Vector's contents.
- sortStrings(Object[], int, int, boolean, boolean).
Static method in class netscape.util.Sort
- Sorts an array of strings.
- Sound().
Constructor for class netscape.application.Sound
- Constructs a Sound with no sound data.
- soundForAWTAudioClip(AudioClip).
Static method in class netscape.application.AWTCompatibility
- Creates a new Sound instance from a java.applet.AudioClip.
- soundFromURL(URL).
Static method in class netscape.application.Sound
- Returns a Sound initialized with data from url.
- soundNamed(String).
Static method in class netscape.application.Sound
- Returns the Sound named soundName.
- source().
Method in class netscape.application.DragSession
- Returns the DragSession's "source." A session's drag source cannot
change once a session has begun.
- sourceView(DragSession).
Method in interface netscape.application.DragSource
- Returns the View from which the drag session originated.
- sourceView(DragSession).
Method in class netscape.application.DragWell
- DragSource support method.
-
START.
Static variable in class netscape.application.DrawingSequence
- Command that starts the DrawingSequence.
- start().
Method in class netscape.application.DrawingSequence
- Instructs the DrawingSequence to animate itself by changing its current
frame every frameRate() milliseconds.
- start().
Method in class netscape.application.FoundationApplet
- Starts the Applet.
- start().
Method in class netscape.application.Timer
- Starts the Timer, causing it to send performCommand() messages
to its Target.
- startFocus().
Method in class netscape.application.TextField
- Overridden to notify the TextField it has become the focus of
KeyEvents.
- startFocus().
Method in class netscape.application.TextView
- Focus management support method.
- startFocus().
Method in class netscape.application.View
- Tells the View that it has become the focus of KeyEvents.
- state().
Method in class netscape.application.Button
- Returns the Button's state.
-
STOP.
Static variable in class netscape.application.DrawingSequence
- Command that stops the DrawingSequence.
- stop().
Method in class netscape.application.DrawingSequence
- Stops the DrawingSequence's animation.
- stop().
Method in class netscape.application.FoundationApplet
- Stops the Applet.
- stop().
Method in class netscape.application.Sound
- Stops the Sound playback.
- stop().
Method in class netscape.application.Timer
- Stops a Timer, causing it to stop sending performCommand()
messages to its Target.
- stopFocus().
Method in class netscape.application.TextField
- Overridden to notify the TextField it has ceased being the focus of
KeyEvents.
- stopFocus().
Method in class netscape.application.TextView
- Focus management support method.
- stopFocus().
Method in class netscape.application.View
- Tells the View that it has ceased being the focus of KeyEvents.
- stopRunning().
Method in class netscape.application.Application
- Destroys the Application, including all ExternalWindows.
- stopRunning().
Method in class netscape.application.EventLoop
- Stops the EventLoop once control returns from processing the current
Event.
- string().
Method in class netscape.application.TextView
- Returns the TextView's contents as a String.
-
STRING_ARRAY_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
-
STRING_TYPE.
Static variable in interface netscape.util.Codable
- Primitive Codable type.
- stringArrayAt(int, int).
Method in class netscape.util.ClassTable
- Returns the string array located at row, column.
- stringAt(int, int).
Method in class netscape.util.ClassTable
- Returns the string value located at row, column.
- stringForRange(Range).
Method in class netscape.application.TextField
- Returns the string included in aRange.
- stringForRange(Range).
Method in class netscape.application.TextView
- Returns the string included in r.
- stringHeight().
Method in class netscape.application.FontMetrics
- Returns the height of all strings in the FontMetric's Font.
- stringSize(String).
Method in class netscape.application.FontMetrics
- Returns aString's size in the FontMetric's Font.
- stringValue().
Method in class netscape.application.TextField
- Returns the TextField's contents.
- stringWidth(String).
Method in class netscape.application.FontMetrics
- Returns aString's width in the FontMetric's Font.
- stringWithoutCarriageReturns(String).
Static method in class netscape.application.TextView
- Converts CR/LF to CR.
- style().
Method in class netscape.application.Font
- Returns the integer representation of the Font's style.
- submenu().
Method in class netscape.application.MenuItem
- Returns the MenuItem's submenu, null if it doesn't have one.
- subviewDidMove(View).
Method in class netscape.application.View
- Notifies a View that one of its subviews has moved.
- subviewDidResize().
Method in class netscape.application.InternalWindow
- Overridden to do nothing.
- subviewDidResize(View).
Method in class netscape.application.ScrollView
- Overridden to react to contentView resizes.
- subviewDidResize(View).
Method in class netscape.application.View
- Notifies a View that one of its subviews has changed size.
- subviews().
Method in class netscape.application.View
- Returns the View's subviews.
- supermenu().
Method in class netscape.application.MenuItem
- Returns the MenuItem's supermenu.
- superview().
Method in class netscape.application.View
- Returns the View's superview.
-
SW_RESIZE_CURSOR.
Static variable in class netscape.application.View
- Southwest resize cursor.
- sync().
Method in class netscape.application.Graphics
- Forces any pending drawing operations to be sent to the native
graphics system for onscreen drawing.
-
TAB_KEY.
Static variable in interface netscape.application.TextFieldOwner
- Edit mode will end (or did end) because the TextField received a Tab
key.
- tabField().
Method in class netscape.application.TextField
- Returns the TextField whose text is selected when the TextField
receives a Return or Tab key Event.
- tabPositions().
Method in class netscape.application.TextParagraphFormat
- Returns the current tab positions.
- target().
Method in class netscape.application.Button
- Returns the Button's Target.
- target().
Method in class netscape.application.ColorWell
- Returns the ColorWell's Target.
- target().
Method in class netscape.application.CommandEvent
- Returns the CommandEvent's Target.
- target().
Method in class netscape.application.ListView
- Returns the ListView's Target.
- target().
Method in class netscape.application.MenuItem
- Returns the MenuItem's Target.
- target().
Method in class netscape.application.Popup
- Returns the Popup's Target.
- target().
Method in class netscape.application.Slider
- Returns the Slider's Target.
- target().
Method in class netscape.application.TextField
- Returns the Return Target.
- target().
Method in class netscape.application.Timer
- Returns the Target that will receive performCommand()
messages from the Timer.
- targetForCommand(String).
Method in class netscape.application.TargetChain
- Returns the first Target that performs command.
-
TEXT_ATTACHMENT_BASELINE_OFFSET_KEY.
Static variable in class netscape.application.TextView
- TextAttachment baseline offset attribute.
-
TEXT_ATTACHMENT_KEY.
Static variable in class netscape.application.TextView
- TextAttachment attribute.
-
TEXT_ATTACHMENT_STRING.
Static variable in class netscape.application.TextView
- String used to store a TextAttachment instance in the text.
-
TEXT_COLOR_KEY.
Static variable in class netscape.application.TextView
- TextColor attribute.
-
TEXT_CURSOR.
Static variable in class netscape.application.View
- Text cursor.
- TextAttachment().
Method in class netscape.application.TextAttachment
- Constructs an empty TextAttachment.
- TextAttachment().
Constructor for class netscape.application.TextAttachment
-
- textColor().
Method in class netscape.application.TextField
- Returns the TextField's text Color.
- textColor().
Method in class netscape.application.TextView
- Returns the TextView's default text Color.
- textDidChange(TextView, Range).
Method in interface netscape.application.TextViewOwner
- Sent by textView after textView has replaced a range
of characters with new characters.
- textEditingDidBegin(TextField).
Method in class netscape.application.ColorChooser
- Called when the user clicks in one of the ColorChooser's TextFields.
- textEditingDidBegin(TextField).
Method in interface netscape.application.TextFieldOwner
- Sent by textField upon entering edit mode.
- textEditingDidBegin(TextView).
Method in interface netscape.application.TextViewOwner
- Sent by textView upon entering edit mode.
- textEditingDidEnd(TextField, int, boolean).
Method in class netscape.application.ColorChooser
- Called when the user edits one of the ColorChooser's TextFields.
- textEditingDidEnd(TextField, int, boolean).
Method in interface netscape.application.TextFieldOwner
- Sent by textField when text editing has completed.
- textEditingDidEnd(TextView).
Method in interface netscape.application.TextViewOwner
- Sent by textView when text editing has completed.
- textEditingWillEnd(TextField, int, boolean).
Method in class netscape.application.ColorChooser
- Called when the user starts editing one of the ColorChooser's
TextFields.
- textEditingWillEnd(TextField, int, boolean).
Method in interface netscape.application.TextFieldOwner
- Sent by textField when it is about to complete editing.
- TextField().
Constructor for class netscape.application.TextField
- Constructs a TextField with origin (0, 0) and zero
width and height.
- TextField(int, int, int, int).
Constructor for class netscape.application.TextField
- Constructs a TextField with
bounds (x, y, width, height).
- TextField(Rect).
Constructor for class netscape.application.TextField
- Constructs a TextField with bounds rect.
- TextParagraphFormat().
Constructor for class netscape.application.TextParagraphFormat
- Constructs an empty TextParagraphFormat.
- TextView().
Constructor for class netscape.application.TextView
- Constructs a TextView.
- TextView(int, int, int, int).
Constructor for class netscape.application.TextView
- Constructs a TextView with bounds
(x, y, width, height).
- TextView(Rect).
Constructor for class netscape.application.TextView
- Constructs a TextView with bounds rect.
- textWasModified(TextField).
Method in class netscape.application.ColorChooser
- Called when the user modifies one of the ColorChooser's TextFields.
- textWasModified(TextField).
Method in interface netscape.application.TextFieldOwner
- Sent by textField each time the user changes the
textField's contents.
- textWillChange(TextView, Range).
Method in interface netscape.application.TextViewOwner
- Sent by textView before textView replaces the characters
defined by aRange with a different string.
-
THIRD_OPTION.
Static variable in class netscape.application.Alert
- Value returned when the user chooses the 3rd option.
-
TILED.
Static variable in class netscape.application.Image
- Display option that tiles the Image within a rectangle.
- Timer(EventLoop, Target, String, int).
Constructor for class netscape.application.Timer
- Constructs a Timer associated with the EventLoop eventLoop that
sends performCommand() to target every delay
milliseconds.
- Timer(Target, String, int).
Constructor for class netscape.application.Timer
- Constructs a Timer associated with the application's EventLoop that
sends performCommand() to target every delay
milliseconds.
- timeStamp().
Method in class netscape.application.Event
- Returns the Event's time stamp.
- timeStamp().
Method in class netscape.application.Timer
- Returns the time stamp, in milliseconds, associated with the Timer's
most recent message to its Target.
- title().
Method in class netscape.application.Button
- Returns the Button's title.
- title().
Method in class netscape.application.ContainerView
- Returns the ContainerView's title.
- title().
Method in class netscape.application.ExternalWindow
- Returns the ExternalWindow's title.
- title().
Method in class netscape.application.FileChooser
- Returns the FileChooser's Window's title.
- title().
Method in class netscape.application.InternalWindow
- Returns the InternalWindow's title.
- title().
Method in class netscape.application.ListItem
- Returns the title the ListItem displays.
- title().
Method in class netscape.application.MenuItem
- Returns the MenuItem's title.
- title().
Method in interface netscape.application.Window
- Returns the Window's title.
-
TITLE_TYPE.
Static variable in interface netscape.application.Window
- A Window type that has a title bar and border.
- titleColor().
Method in class netscape.application.Button
- Returns the Color used to draw the Button's title.
- titleColor().
Method in class netscape.application.ContainerView
- Returns the ContainerView's title string Color.
- titleFont().
Method in class netscape.application.ContainerView
- Returns the ContainerView's title string Font.
-
TOGGLE_TYPE.
Static variable in class netscape.application.Button
- Toggle button type.
-
TOP_MARGIN_CAN_CHANGE.
Static variable in class netscape.application.View
- Vertical resize instruction.
- topMargin().
Method in class netscape.application.BezelBorder
- Returns the BezelBorder's top margin of 2 pixels.
- topMargin().
Method in class netscape.application.Border
- Primitive method that returns the height of the Border's top side.
- topMargin().
Method in class netscape.application.EmptyBorder
- Returns the EmptyBorder's top margin of 0 pixels.
- topMargin().
Method in class netscape.application.InternalWindowBorder
- Returns the InternalWindowBorder's top margin (the title bar height).
- topMargin().
Method in class netscape.application.LineBorder
- Returns the LineBorder's top margin (1 pixel).
- toString().
Method in class netscape.application.Bitmap
- Returns the Bitmap's String representation.
- toString().
Method in class netscape.application.Color
- Returns the Color's String representation.
- toString().
Method in class netscape.application.EventLoop
- Returns the EventLoop's String representation.
- toString().
Method in class netscape.application.Font
- Returns the Font's string representation.
- toString().
Method in class netscape.application.FontMetrics
- Returns the FontMetric's string representation.
- toString().
Method in class netscape.application.Graphics
- Returns the Graphic's String representation.
- toString().
Method in class netscape.util.Hashtable
- Returns a string serialization of the Hashtable using the
Serializer.
- toString().
Method in class netscape.application.InternalWindow
- Returns the InternalWindow's string representation.
- toString().
Method in class netscape.application.KeyEvent
- Returns the KeyEvent's String representation.
- toString().
Method in class netscape.application.MouseEvent
- Returns the MouseEvent's String representation.
- toString().
Method in class netscape.application.Point
- Returns the Point's String representation.
- toString().
Method in class netscape.application.Range
- Returns the Range's String representation.
- toString().
Method in class netscape.application.Rect
- Returns the Rect's String representation.
- toString().
Method in class netscape.application.Size
- Returns the Size's String representation.
- toString().
Method in class netscape.application.Sound
- Returns the Sound's String representation.
- toString().
Method in class netscape.application.TextView
- Converts the TextView's contents to a String containing both the text
and its attributes.
- toString().
Method in class netscape.application.Timer
- Returns the Timer's string representation.
- toString().
Method in class netscape.util.Vector
- Returns the Vector's string representation.
- toString().
Method in class netscape.application.View
- Returns the View's string representation.
- tracksMouseOutsideBounds().
Method in class netscape.application.ListView
- Returns true if the ListView tracks the mouse outside its
bounds.
- translate(int, int).
Method in class netscape.application.DebugGraphics
- Alters the coordinate system so that all drawing, filling, and
clipping operations implicitly have x and y added to
their positions.
- translate(int, int).
Method in class netscape.application.Graphics
- Alters the coordinate system so that all drawing, filling, and
clipping operations implicitly have x and y added to
their positions.
- translation().
Method in class netscape.application.Graphics
- Returns the amount of translation performed on the current graphics
context.
- trimToSize().
Method in class netscape.util.Vector
- Minimizes the Vector's storage area.
- type().
Method in class netscape.application.BezelBorder
- Returns the Bezel's type.
- type().
Method in class netscape.application.Button
- Returns the Button's type.
- type().
Method in class netscape.application.Event
- Returns the Event's type.
- type().
Method in class netscape.application.FileChooser
- Returns the FileChooser's type, either LOAD_TYPE or SAVE_TYPE.
- type().
Method in class netscape.application.InternalWindow
- Returns the InternalWindow's type.
- unarchiveIdentifier(int).
Method in class netscape.util.Unarchiver
- Unarchives a graph of objects starting from the object identified by
identifier in an archive.
- Unarchiver(Archive).
Constructor for class netscape.util.Unarchiver
- Primitive constructor creating an Unarchiver that retrieves objects
from archive.
- union(Size).
Method in class netscape.application.Size
- Unions the Size with aSize.
- unionRect(Rect).
Method in class netscape.application.Rect
- Returns a new Rect corresponding to the union of the Rect and
aRect.
- unionWith(int, int).
Method in class netscape.application.Range
- Computes the union of the Range and the range defined by
anIndex and aLength.
- unionWith(int, int, int, int).
Method in class netscape.application.Rect
- Sets the Rect's origin and size to correspond to the union of the
the Rect and the rectangle (x, y, width,
height).
- unionWith(Range).
Method in class netscape.application.Range
- Computes the union of the Range and aRange.
- unionWith(Rect).
Method in class netscape.application.Rect
- Sets the Rect's origin and size to correspond to the union of the
the Rect and aRect.
-
UPDATE.
Static variable in class netscape.application.ScrollBar
- Command updating the ScrollBar's scroll knob position and size.
- update(Graphics).
Method in class netscape.application.FoundationPanel
- Updates the Panel.
- updateCommand().
Method in class netscape.application.Bitmap
- Returns the Bitmap's update command.
- updateCursor().
Method in class netscape.application.RootView
- Forces the RootView to immediately compute and set the cursor
based on the View under the mouse.
- updateCursorLater().
Method in class netscape.application.RootView
- Forces the RootView to recompute the current cursor upon
reaching the top of the EventLoop.
- updateRect().
Method in class netscape.application.Bitmap
- Returns the Rect defining the newly-available portion of an
incrementally-loaded Bitmap.
- updateScrollBars().
Method in class netscape.application.ScrollView
- If ScrollBar updates are enabled, sends the ScrollBar.UPDATE command
to all Targets in the ScrollView's ScrollBar Vector with itself as
the object.
- updateTarget().
Method in class netscape.application.Bitmap
- Returns the Bitmap's update target.
- usesSingleFont().
Method in class netscape.application.TextView
- Returns true if the receiver uses a single font.
- value().
Method in class netscape.application.Slider
- Returns the Slider's value.
- Vector().
Constructor for class netscape.util.Vector
- Constructs a Vector with an initial capacity of 8 elements.
- Vector(int).
Constructor for class netscape.util.Vector
- Primitive constructor.
- versionForClassName(String).
Method in class netscape.util.ClassTable
- Returns the version for a given class name.
- versionForClassName(String).
Method in interface netscape.util.Decoder
- Returns the version information for the class named className.
- versionForClassName(String).
Method in class netscape.util.Unarchiver
- Decoder interface method that returns the version information for the
class named className.
- vertGap().
Method in class netscape.application.GridLayout
- Returns the vertical gap.
-
VERTICAL.
Static variable in interface netscape.application.Scrollable
- Axis value indicating a Vertical scroller.
- vertResizeInstruction().
Method in class netscape.application.View
- Returns the View's vertical resize instruction.
- vertScrollBar().
Method in class netscape.application.ScrollGroup
- Returns the ScrollGroup's vertical ScrollBar.
- vertScrollBarDisplay().
Method in class netscape.application.ScrollGroup
- Returns the vertical ScrollBar's behavior setting.
- vertScrollBarIsVisible().
Method in class netscape.application.ScrollGroup
- Returns true if the vertical ScrollBar is visible.
- View().
Constructor for class netscape.application.View
- Constructs a View with origin (0, 0) and zero width
and height.
- View(int, int, int, int).
Constructor for class netscape.application.View
- Constructs a View with bounds
(x, y, width, height).
- View(Rect).
Constructor for class netscape.application.View
- Constructs a View with bounds rect.
- viewForMouse(int, int).
Method in class netscape.application.ExternalWindow
- Returns the View containing the point (x, y).
- viewForMouse(int, int).
Method in class netscape.application.InternalWindow
- Overridden to handle special condition of
BLANK_TYPE InternalWindows.
- viewForMouse(int, int).
Method in class netscape.application.RootView
- Returns the View under point (x, y).
- viewForMouse(int, int).
Method in class netscape.application.View
- Returns the View containing the point (x, y).
- viewForMouse(int, int).
Method in interface netscape.application.Window
- Returns the View containing the point (x, y).
-
W_RESIZE_CURSOR.
Static variable in class netscape.application.View
- West resize cursor.
-
WAIT_CURSOR.
Static variable in class netscape.application.View
- Wait cursor.
- wantsAutoscrollEvents().
Method in class netscape.application.ListView
- Overridden to return true (ListViews can be autoscrolled).
- wantsAutoscrollEvents().
Method in class netscape.application.TextField
- Overridden to return true if the TextField wants to
automatically receive mouse dragged Events when the user clicks and
drags outside of its bounds.
- wantsAutoscrollEvents().
Method in class netscape.application.TextView
- Overridden to return true - TextViews can be autoscrolled.
- wantsAutoscrollEvents().
Method in class netscape.application.View
- Returns true if the View wants to automatically receive
mouse dragged events when the user clicks and drags outside of its
bounds.
- wantsMouseEventCoalescing().
Method in class netscape.application.View
- Returns true if the View wants the IFC to
coalesce mouse move or drag events, instead of sending each
individual event to the View.
- warningImage().
Static method in class netscape.application.Alert
- Return an image for a warning
-
white.
Static variable in class netscape.application.Color
- The color white.
-
width.
Variable in class netscape.application.Rect
- The Rect's width.
-
width.
Variable in class netscape.application.Size
- The Size's width.
- width().
Method in class netscape.application.Bitmap
- Returns the Bitmap's width.
- width().
Method in class netscape.application.DrawingSequence
- Subclassers must implement this method to return the
DrawingSequence's width.
- width().
Method in class netscape.application.Image
- Returns the Image's width.
- width().
Method in class netscape.application.ImageAttachment
- Overridden to return the ImageAttachment's width.
- width().
Method in class netscape.application.ImageSequence
- Returns the width of the ImageSequence's tallest Image.
- width().
Method in class netscape.application.TextAttachment
- Returns the TextAttachment's pixel width.
- width().
Method in class netscape.application.View
- Returns the View's width.
-
WIDTH_CAN_CHANGE.
Static variable in class netscape.application.View
- Horizontal resize instruction.
- widthMargin().
Method in class netscape.application.Border
- Returns the Border's width margin, the sum of leftMargin()
and rightMargin().
- widthsArray().
Method in class netscape.application.FontMetrics
- Returns the widths of the first 256 characters in the FontMetric's
Font.
- widthsArrayBase().
Method in class netscape.application.FontMetrics
- Returns the index of the first glyph in a downloaded Font.
- willProcessEvent(Event).
Method in class netscape.application.Application
- Called before the EventLoop processes anEvent.
- window().
Method in class netscape.application.ColorChooser
- Returns the ColorChooser's Window.
- window().
Method in class netscape.application.FontChooser
- Returns the FontChooser's Window.
- window().
Method in class netscape.application.InternalWindow
- Overridden to return the InternalWindow.
- window().
Method in class netscape.application.InternalWindowBorder
- Returns the InternalWindowBorder's InternalWindow.
- window().
Method in class netscape.application.View
- Returns the View's InternalWindow, or null if a subview of
the RootView.
- WindowContentView().
Constructor for class netscape.application.WindowContentView
- Constructs a WindowContentView with origin (0, 0) and zero width and
height.
- WindowContentView(int, int, int, int).
Constructor for class netscape.application.WindowContentView
- Convenience constructor for instantiating a WindowContentView with
bounds (x, y, width, height).
- WindowContentView(Rect).
Constructor for class netscape.application.WindowContentView
- Convenience constructor for instantiating a WindowContentView with
bounds rect.
- windowDidBecomeMain(Window).
Method in interface netscape.application.WindowOwner
- Sent just after aWindow becomes the "main" Window, the Window
that receives keyboard events.
- windowDidHide(Window).
Method in interface netscape.application.WindowOwner
- Sent just after aWindow has hidden.
- windowDidResignMain(Window).
Method in interface netscape.application.WindowOwner
- Sent just after aWindow ceases being the "main" Window.
- windowDidShow(Window).
Method in interface netscape.application.WindowOwner
- Sent just after aWindow has become visible.
- windowSizeForContentSize(int, int).
Method in class netscape.application.ExternalWindow
- Returns the size the ExternalWindow must be to support a content
size of (width, height).
- windowSizeForContentSize(int, int).
Method in class netscape.application.InternalWindow
- Resizes the InternalWindow to display a content View of size
(width, height).
- windowSizeForContentSize(int, int).
Method in interface netscape.application.Window
- Returns the size the Window must be to support a content
size of (width, height).
- windowWillHide(Window).
Method in interface netscape.application.WindowOwner
- Sent just before aWindow is hidden.
- windowWillShow(Window).
Method in interface netscape.application.WindowOwner
- Sent just before a aWindow becomes visible.
- windowWillSizeBy(Window, Size).
Method in interface netscape.application.WindowOwner
- Sent just before aWindow changes size by deltaSize.
- wrapsContents().
Method in class netscape.application.TextField
- Returns true if the TextField wraps its contents if too long to
fit on a single line.
- write(OutputStream).
Method in class netscape.util.Archive
- Writes a binary serialization of the Archive's contents to
outputStream.
- writeASCII(OutputStream, boolean).
Method in class netscape.util.Archive
- Writes an ASCII serialization of the Archive's contents to
outputStream.
- writeComment(String, boolean).
Method in class netscape.util.FormattingSerializer
- Writes aComment to the FormattingSerializer's output stream.
- writeData(OutputStream).
Method in class netscape.util.ClassTable
- Writes the ClassTable's instance data to outputStream.
- writeInfo(OutputStream).
Method in class netscape.util.ClassTable
- Writes the ClassTable's class information to outputStream.
- writeObject(Object).
Method in class netscape.util.FormattingSerializer
- Overridden to produce a formatted serialization of anObject.
- writeObject(Object).
Method in class netscape.util.Serializer
- Serializes anObject to its stream.
- writeObject(OutputStream, Object).
Static method in class netscape.util.Archiver
- A convenience method for writing an object to a stream.
- writeObject(OutputStream, Object).
Static method in class netscape.util.FormattingSerializer
- Convenience method for writing anObjectoutputStream.
- writeObject(OutputStream, Object).
Static method in class netscape.util.Serializer
- Convenience method for writing anObjectoutputStream.
-
x.
Variable in class netscape.application.MouseEvent
- The MouseEvent's X-coordinate, relative to the origin of the View in
which the event occurred.
-
x.
Variable in class netscape.application.Point
- The Point's X-coordinate.
-
x.
Variable in class netscape.application.Rect
- The Rect's X-coordinate.
- x().
Method in class netscape.application.View
- Returns the View's x location.
-
xPoints.
Variable in class netscape.application.Polygon
-
- xPositionOfCharacter(int).
Method in class netscape.application.TextField
- Returns the X-coordinate of character number charNumber.
- xTranslation().
Method in class netscape.application.Graphics
- Returns the X-coordinate of the Graphics' coordinate system origin.
-
y.
Variable in class netscape.application.MouseEvent
- The MouseEvent's Y-coordinate, relative to the origin of the View in
which the event occurred.
-
y.
Variable in class netscape.application.Point
- The Point's Y-coordinate.
-
y.
Variable in class netscape.application.Rect
- The Rect's Y-coordinate.
- y().
Method in class netscape.application.View
- Returns the View's y location.
-
yellow.
Static variable in class netscape.application.Color
- The color yellow.
-
yPoints.
Variable in class netscape.application.Polygon
-
- yTranslation().
Method in class netscape.application.Graphics
- Returns the Y-coordinate of the Graphics' coordinate system origin.