- F1 - Static variable in class java.awt.Event
-
The F1 function key, a non-ASCII action key.
- F10 - Static variable in class java.awt.Event
-
The F10 function key, a non-ASCII action key.
- F11 - Static variable in class java.awt.Event
-
The F11 function key, a non-ASCII action key.
- F12 - Static variable in class java.awt.Event
-
The F12 function key, a non-ASCII action key.
- F2 - Static variable in class java.awt.Event
-
The F2 function key, a non-ASCII action key.
- F3 - Static variable in class java.awt.Event
-
The F3 function key, a non-ASCII action key.
- F4 - Static variable in class java.awt.Event
-
The F4 function key, a non-ASCII action key.
- F5 - Static variable in class java.awt.Event
-
The F5 function key, a non-ASCII action key.
- F6 - Static variable in class java.awt.Event
-
The F6 function key, a non-ASCII action key.
- F7 - Static variable in class java.awt.Event
-
The F7 function key, a non-ASCII action key.
- F8 - Static variable in class java.awt.Event
-
The F8 function key, a non-ASCII action key.
- F9 - Static variable in class java.awt.Event
-
The F9 function key, a non-ASCII action key.
- FILE - Static variable in class java.awt.JobAttributes.DestinationType
-
The DestinationType
instance to use for
specifying print to file.
- FileDialog - Class in java.awt
-
The FileDialog
class displays a dialog window
from which the user can select a file.
- FileDialog(Frame) - Constructor for class java.awt.FileDialog
-
Creates a file dialog for loading a file.
- FileDialog(Frame, String) - Constructor for class java.awt.FileDialog
-
Creates a file dialog window with the specified title for loading
a file.
- FileDialog(Frame, String, int) - Constructor for class java.awt.FileDialog
-
Creates a file dialog window with the specified title for loading
or saving a file.
- FileDialog(Dialog) - Constructor for class java.awt.FileDialog
-
Creates a file dialog for loading a file.
- FileDialog(Dialog, String) - Constructor for class java.awt.FileDialog
-
Creates a file dialog window with the specified title for loading
a file.
- FileDialog(Dialog, String, int) - Constructor for class java.awt.FileDialog
-
Creates a file dialog window with the specified title for loading
or saving a file.
- fill(Shape) - Method in class java.awt.Graphics2D
-
Fills the interior of a Shape
using the settings of the
Graphics2D
context.
- fill - Variable in class java.awt.GridBagConstraints
-
This field is used when the component's display area is larger
than the component's requested size.
- fill3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
-
Paints a 3-D highlighted rectangle filled with the current color.
- fill3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics2D
-
Paints a 3-D highlighted rectangle filled with the current color.
- fillArc(int, int, int, int, int, int) - Method in class java.awt.Graphics
-
Fills a circular or elliptical arc covering the specified rectangle.
- fillOval(int, int, int, int) - Method in class java.awt.Graphics
-
Fills an oval bounded by the specified rectangle with the
current color.
- fillPolygon(int[], int[], int) - Method in class java.awt.Graphics
-
Fills a closed polygon defined by
arrays of x and y coordinates.
- fillPolygon(Polygon) - Method in class java.awt.Graphics
-
Fills the polygon defined by the specified Polygon object with
the graphics context's current color.
- fillRect(int, int, int, int) - Method in class java.awt.Graphics
-
Fills the specified rectangle.
- fillRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
-
Fills the specified rounded corner rectangle with the current color.
- finalize() - Method in class java.awt.Graphics
-
Disposes of this graphics context once it is no longer referenced.
- finalize() - Method in class java.awt.PrintJob
-
Ends this print job once it is no longer referenced.
- findComponentAt(int, int) - Method in class java.awt.Container
-
Locates the visible child component that contains the specified
position.
- findComponentAt(Point) - Method in class java.awt.Container
-
Locates the visible child component that contains the specified
point.
- firePropertyChange(String, Object, Object) - Method in class java.awt.Component
-
Support for reporting bound property changes for Object properties.
- firePropertyChange(String, boolean, boolean) - Method in class java.awt.Component
-
Support for reporting bound property changes for boolean properties.
- firePropertyChange(String, int, int) - Method in class java.awt.Component
-
Support for reporting bound property changes for integer properties.
- firePropertyChange(String, byte, byte) - Method in class java.awt.Component
-
Reports a bound property change.
- firePropertyChange(String, char, char) - Method in class java.awt.Component
-
Reports a bound property change.
- firePropertyChange(String, short, short) - Method in class java.awt.Component
-
Reports a bound property change.
- firePropertyChange(String, long, long) - Method in class java.awt.Component
-
Reports a bound property change.
- firePropertyChange(String, float, float) - Method in class java.awt.Component
-
Reports a bound property change.
- firePropertyChange(String, double, double) - Method in class java.awt.Component
-
Reports a bound property change.
- firePropertyChange(String, Object, Object) - Method in class java.awt.KeyboardFocusManager
-
Fires a PropertyChangeEvent in response to a change in a bound property.
- fireVetoableChange(String, Object, Object) - Method in class java.awt.KeyboardFocusManager
-
Fires a PropertyChangeEvent in response to a change in a vetoable
property.
- first(Container) - Method in class java.awt.CardLayout
-
Flips to the first card of the container.
- FIRST_LINE_END - Static variable in class java.awt.GridBagConstraints
-
Place the component in the corner of its display area where
the first line of text on a page would normally end for the current
ComponentOrientation
.
- FIRST_LINE_START - Static variable in class java.awt.GridBagConstraints
-
Place the component in the corner of its display area where
the first line of text on a page would normally begin for the current
ComponentOrientation
.
- flip(BufferCapabilities.FlipContents) - Method in class java.awt.Component.FlipBufferStrategy
-
Flipping moves the contents of the back buffer to the front buffer,
either by copying or by moving the video pointer.
- FlowLayout - Class in java.awt
-
A flow layout arranges components in a directional flow, much
like lines of text in a paragraph.
- FlowLayout() - Constructor for class java.awt.FlowLayout
-
Constructs a new FlowLayout
with a centered alignment and a
default 5-unit horizontal and vertical gap.
- FlowLayout(int) - Constructor for class java.awt.FlowLayout
-
Constructs a new FlowLayout
with the specified
alignment and a default 5-unit horizontal and vertical gap.
- FlowLayout(int, int, int) - Constructor for class java.awt.FlowLayout
-
Creates a new flow layout manager with the indicated alignment
and the indicated horizontal and vertical gaps.
- flush() - Method in class java.awt.Image
-
Flushes all reconstructable resources being used by this Image object.
- FOCUS_EVENT_MASK - Static variable in class java.awt.AWTEvent
-
The event mask for selecting focus events.
- FOCUS_FIRST - Static variable in class java.awt.event.FocusEvent
-
The first number in the range of ids used for focus events.
- FOCUS_GAINED - Static variable in class java.awt.event.FocusEvent
-
This event indicates that the Component is now the focus owner.
- FOCUS_LAST - Static variable in class java.awt.event.FocusEvent
-
The last number in the range of ids used for focus events.
- FOCUS_LOST - Static variable in class java.awt.event.FocusEvent
-
This event indicates that the Component is no longer the focus owner.
- FocusAdapter - Class in java.awt.event
-
An abstract adapter class for receiving keyboard focus events.
- FocusAdapter() - Constructor for class java.awt.event.FocusAdapter
- FocusEvent - Class in java.awt.event
-
A low-level event which indicates that a Component has gained or lost the
input focus.
- FocusEvent(Component, int, boolean, Component) - Constructor for class java.awt.event.FocusEvent
-
Constructs a FocusEvent
object with the
specified temporary state and opposite Component
.
- FocusEvent(Component, int, boolean) - Constructor for class java.awt.event.FocusEvent
-
Constructs a FocusEvent
object and identifies
whether or not the change is temporary.
- FocusEvent(Component, int) - Constructor for class java.awt.event.FocusEvent
-
Constructs a FocusEvent
object and identifies it
as a permanent change in focus.
- focusGained(FocusEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the focusGained event by invoking the
focusGained methods on listener-a and listener-b.
- focusGained(FocusEvent) - Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
- focusGained(FocusEvent) - Method in class java.awt.event.FocusAdapter
-
Invoked when a component gains the keyboard focus.
- focusGained(FocusEvent) - Method in interface java.awt.event.FocusListener
-
Invoked when a component gains the keyboard focus.
- FocusListener - Interface in java.awt.event
-
The listener interface for receiving keyboard focus events on
a component.
- focusLost(FocusEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the focusLost event by invoking the
focusLost methods on listener-a and listener-b.
- focusLost(FocusEvent) - Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
- focusLost(FocusEvent) - Method in class java.awt.event.FocusAdapter
-
Invoked when a component loses the keyboard focus.
- focusLost(FocusEvent) - Method in interface java.awt.event.FocusListener
-
Invoked when a component loses the keyboard focus.
- focusNextComponent(Component) - Method in class java.awt.DefaultKeyboardFocusManager
-
Focuses the Component after aComponent, typically based on a
FocusTraversalPolicy.
- focusNextComponent(Component) - Method in class java.awt.KeyboardFocusManager
-
Focuses the Component after aComponent, typically based on a
FocusTraversalPolicy.
- focusNextComponent() - Method in class java.awt.KeyboardFocusManager
-
Focuses the Component after the current focus owner.
- focusPreviousComponent(Component) - Method in class java.awt.DefaultKeyboardFocusManager
-
Focuses the Component before aComponent, typically based on a
FocusTraversalPolicy.
- focusPreviousComponent(Component) - Method in class java.awt.KeyboardFocusManager
-
Focuses the Component before aComponent, typically based on a
FocusTraversalPolicy.
- focusPreviousComponent() - Method in class java.awt.KeyboardFocusManager
-
Focuses the Component before the current focus owner.
- FocusTraversalPolicy - Class in java.awt
-
A FocusTraversalPolicy defines the order in which Components with a
particular focus cycle root are traversed.
- FocusTraversalPolicy() - Constructor for class java.awt.FocusTraversalPolicy
- FOLIO - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for Folio, 8 1/2 x 13 in.
- Font - Class in java.awt
-
The Font
class represents fonts, which are used to
render text in a visible way.
- Font(String, int, int) - Constructor for class java.awt.Font
-
Creates a new Font
from the specified name, style and
point size.
- Font(Map<? extends AttributedCharacterIterator.Attribute, ?>) - Constructor for class java.awt.Font
-
Creates a new Font
with the specified attributes.
- Font(Font) - Constructor for class java.awt.Font
-
Creates a new Font
from the specified font
.
- font - Variable in class java.awt.FontMetrics
-
The actual
Font
from which the font metrics are
created.
- FontFormatException - Exception in java.awt
-
Thrown by method createFont in the Font
class to indicate
that the specified font is bad.
- FontFormatException(String) - Constructor for exception java.awt.FontFormatException
-
Report a FontFormatException for the reason specified.
- FontMetrics - Class in java.awt
-
The FontMetrics
class defines a font metrics object, which
encapsulates information about the rendering of a particular font on a
particular screen.
- FontMetrics(Font) - Constructor for class java.awt.FontMetrics
-
Creates a new FontMetrics
object for finding out
height and width information about the specified Font
and specific character glyphs in that Font
.
- FORWARD_TRAVERSAL_KEYS - Static variable in class java.awt.KeyboardFocusManager
-
The identifier for the Forward focus traversal keys.
- Frame - Class in java.awt
-
A Frame
is a top-level window with a title and a border.
- Frame() - Constructor for class java.awt.Frame
-
Constructs a new instance of Frame
that is
initially invisible.
- Frame(GraphicsConfiguration) - Constructor for class java.awt.Frame
-
Constructs a new, initially invisible Frame
with the
specified GraphicsConfiguration
.
- Frame(String) - Constructor for class java.awt.Frame
-
Constructs a new, initially invisible Frame
object
with the specified title.
- Frame(String, GraphicsConfiguration) - Constructor for class java.awt.Frame
-
Constructs a new, initially invisible Frame
object
with the specified title and a
GraphicsConfiguration
.
- Frame.AccessibleAWTFrame - Class in java.awt
-
This class implements accessibility support for the
Frame
class.
- Frame.AccessibleAWTFrame() - Constructor for class java.awt.Frame.AccessibleAWTFrame