|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||
A
- A - Static variable in class java.awt.PageAttributes.MediaType
- A0 - Static variable in class java.awt.PageAttributes.MediaType
- A1 - Static variable in class java.awt.PageAttributes.MediaType
- A10 - Static variable in class java.awt.PageAttributes.MediaType
- A2 - Static variable in class java.awt.PageAttributes.MediaType
- A3 - Static variable in class java.awt.PageAttributes.MediaType
- A4 - Static variable in class java.awt.PageAttributes.MediaType
- A5 - Static variable in class java.awt.PageAttributes.MediaType
- A6 - Static variable in class java.awt.PageAttributes.MediaType
- A7 - Static variable in class java.awt.PageAttributes.MediaType
- A8 - Static variable in class java.awt.PageAttributes.MediaType
- A9 - Static variable in class java.awt.PageAttributes.MediaType
- ABORTED - Static variable in class java.awt.MediaTracker
- Indicates that the loading operation has been aborted.
- ACTION_EVENT - Static variable in class java.awt.Event
- ACTION_EVENT_MASK - Static variable in class java.awt.AWTEvent
- Mask for action events.
- ACTIVE_CAPTION - Static variable in class java.awt.SystemColor
- Array index of the active caption color.
- ACTIVE_CAPTION_BORDER - Static variable in class java.awt.SystemColor
- Array index of the active caption border color.
- ACTIVE_CAPTION_TEXT - Static variable in class java.awt.SystemColor
- Array index of the active caption text color.
- ADJUSTMENT_EVENT_MASK - Static variable in class java.awt.AWTEvent
- Mask for adjustment events.
- AFTER_LAST_LINE - Static variable in class java.awt.BorderLayout
- The constant indicating the position after the last line of the layout.
- AFTER_LINE_ENDS - Static variable in class java.awt.BorderLayout
- The constant indicating the position after the last item of the layout.
- ALL - Static variable in class java.awt.JobAttributes.DefaultSelectionType
- ALPHA_MASK - Static variable in class java.awt.Color
- Internal mask for alpha.
- ALT_MASK - Static variable in class java.awt.Event
- AWTError - error java.awt.AWTError.
- This error is thrown when a critical Abstract Window Toolkit (AWT) error occurs.
- AWTError(String) - Constructor for class java.awt.AWTError
- Create a new instance with the specified descriptive error message.
- AWTEvent - class java.awt.AWTEvent.
- AWTEvent is the root event class for all AWT events in the JDK 1.1 event model.
- AWTEvent(Event) - Constructor for class java.awt.AWTEvent
- Initializes a new AWTEvent from the old Java 1.0 event object.
- AWTEvent(Object, int) - Constructor for class java.awt.AWTEvent
- Create an event on the specified source object and id.
- AWTEventMulticaster - class java.awt.AWTEventMulticaster.
- This class is used to implement a chain of event handlers.
- AWTEventMulticaster(EventListener, EventListener) - Constructor for class java.awt.AWTEventMulticaster
- Initializes a new instance of
AWTEventMulticasterwith the specified event listener parameters. - AWTException - exception java.awt.AWTException.
- This is a generic exception that indicates an exception occurred in the Abstract Window Toolkit (AWT) system.
- AWTException(String) - Constructor for class java.awt.AWTException
- Create a new instance with the specified detailed error message.
- AWTKeyStroke - class java.awt.AWTKeyStroke.
- This class mirrors KeyEvents, representing both low-level key presses and key releases, and high level key typed inputs.
- AWTKeyStroke() - Constructor for class java.awt.AWTKeyStroke
- Construct a keystroke with default values: it will be interpreted as a key typed event with an invalid character and no modifiers.
- AWTKeyStroke(char, int, int, boolean) - Constructor for class java.awt.AWTKeyStroke
- Construct a keystroke with the given values.
- AWTPermission - class java.awt.AWTPermission.
- This class implements permissions for AWT.
- AWTPermission(String) - Constructor for class java.awt.AWTPermission
- Construct a AWTPermission with the given name.
- AWTPermission(String, String) - Constructor for class java.awt.AWTPermission
- Create a new permission with the specified name.
- ActiveEvent - interface java.awt.ActiveEvent.
- An interface for events which can dispatch themselves in another thread.
- AdjustForGravity(GridBagConstraints, Rectangle) - Method in class java.awt.GridBagLayout
- Obsolete.
- Adjustable - interface java.awt.Adjustable.
- This interface is for objects that take a numeric value that can be adjusted within a bounded range.
- AlphaComposite - class java.awt.AlphaComposite.
- AlphaComposite(int, float) - Constructor for class java.awt.AlphaComposite
- ArrangeGrid(Container) - Method in class java.awt.GridBagLayout
- Obsolete.
- AttributeValue - class java.awt.AttributeValue.
- This class is undocumented by Sun, but it is the parent of several other classes, all of which are type-safe enumerations.
- AttributeValue(int, String[]) - Constructor for class java.awt.AttributeValue
- Construct a type-safe enumeration element.
- a - Variable in class java.awt.AWTEventMulticaster
- A variable in the event chain.
- accelerated - Variable in class java.awt.ImageCapabilities
- Whether or not this the image buffer uses accelerated graphics resources.
- accept(Component) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
- Check whether the given Component is an acceptable target for the keyboard input focus.
- accept(Component) - Method in class java.awt.DefaultFocusTraversalPolicy
- Check whether a given Component would be acceptable as a focus owner.
- accessibleAWTComponentHandler - Variable in class java.awt.Component.AccessibleAWTComponent
- Converts show/hide events to PropertyChange events, and is registered as a component listener on this component.
- accessibleAWTFocusHandler - Variable in class java.awt.Component.AccessibleAWTComponent
- Converts focus events to PropertyChange events, and is registered as a focus listener on this component.
- accessibleContainerHandler - Variable in class java.awt.Container.AccessibleAWTContainer
- The handler to fire PropertyChange when children are added or removed.
- accessibleContext - Variable in class java.awt.Component
- The accessible context associated with this component.
- accessibleContext - Variable in class java.awt.MenuComponent
- The accessible context for this component.
- action(Event, Object) - Method in class java.awt.Component
- Deprecated. in classes which support actions, use
processActionEvent(ActionEvent)instead - actionCommand - Variable in class java.awt.Button
- actionCommand - Variable in class java.awt.MenuItem
- actionPerformed(ActionEvent) - Method in class java.awt.AWTEventMulticaster
- Handles this event by dispatching it to the "a" and "b" listener instances.
- actionPerformed(ActionEvent) - Method in class java.awt.List.AccessibleAWTList
- action_listeners - Variable in class java.awt.Button
- action_listeners - Variable in class java.awt.List
- action_listeners - Variable in class java.awt.MenuItem
- action_listeners - Variable in class java.awt.TextField
- activeCaption - Static variable in class java.awt.SystemColor
- The active caption background color.
- activeCaptionBorder - Static variable in class java.awt.SystemColor
- The active caption border color.
- activeCaptionText - Static variable in class java.awt.SystemColor
- The active caption text color.
- add(ComponentListener, ComponentListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
ComponentListenera and b. - add(ContainerListener, ContainerListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
ContainerListenera and b. - add(FocusListener, FocusListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
FocusListenera and b. - add(KeyListener, KeyListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
KeyListenera and b. - add(MouseListener, MouseListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
MouseListenera and b. - add(MouseMotionListener, MouseMotionListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
MouseMotionListenera and b. - add(WindowListener, WindowListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
WindowListenera and b. - add(WindowStateListener, WindowStateListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
WindowStateListenera and b. - add(WindowFocusListener, WindowFocusListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
WindowFocusListenera and b. - add(ActionListener, ActionListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
ActionListenera and b. - add(ItemListener, ItemListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
ItemListenera and b. - add(AdjustmentListener, AdjustmentListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
AdjustmentListenera and b. - add(TextListener, TextListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
AdjustmentListenera and b. - add(InputMethodListener, InputMethodListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
InputMethodListenera and b. - add(HierarchyListener, HierarchyListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
HierarchyListenera and b. - add(HierarchyBoundsListener, HierarchyBoundsListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
HierarchyBoundsListenera and b. - add(MouseWheelListener, MouseWheelListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
MouseWheelListenera and b. - add(String) - Method in class java.awt.Choice
- Adds the specified item to this choice box.
- add(PopupMenu) - Method in class java.awt.Component
- Adds the specified popup menu to this component.
- add(Component) - Method in class java.awt.Container
- Adds the specified component to this container at the end of the component list.
- add(String, Component) - Method in class java.awt.Container
- Adds the specified component to the container at the end of the component list.
- add(Component, int) - Method in class java.awt.Container
- Adds the specified component to this container at the specified index in the component list.
- add(Component, Object) - Method in class java.awt.Container
- Adds the specified component to this container at the end of the component list.
- add(Component, Object, int) - Method in class java.awt.Container
- Adds the specified component to this container at the specified index in the component list.
- add(String) - Method in class java.awt.List
- This method adds the specified item to the end of the list.
- add(String, int) - Method in class java.awt.List
- Adds the specified item to the specified location in the list.
- add(MenuItem) - Method in class java.awt.Menu
- Adds the specified item to this menu.
- add(String) - Method in class java.awt.Menu
- Add an item with the specified label to this menu.
- add(Menu) - Method in class java.awt.MenuBar
- Add a menu to this MenuBar.
- add(int, int) - Method in class java.awt.Rectangle
- Modifies this rectangle so that it represents the smallest rectangle that contains both the existing rectangle and the specified point.
- add(Point) - Method in class java.awt.Rectangle
- Modifies this rectangle so that it represents the smallest rectangle that contains both the existing rectangle and the specified point.
- add(Rectangle) - Method in class java.awt.Rectangle
- Modifies this rectangle so that it represents the smallest rectangle that contains both the existing rectangle and the specified rectangle.
- add(RenderingHints) - Method in class java.awt.RenderingHints
- Adds all the hints from a collection to this collection.
- addAWTEventListener(AWTEventListener, long) - Method in class java.awt.Toolkit
- Adds an AWTEventListener to this toolkit.
- addAccessibleSelection(int) - Method in class java.awt.List.AccessibleAWTList
- addAccessibleSelection(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Replaces or supplements the component's selection with the
Accessiblechild at the supplied index. - addActionListener(ActionListener) - Method in class java.awt.Button
- Adds a new entry to the list of listeners that will receive action events from this button.
- addActionListener(ActionListener) - Method in class java.awt.List
- Adds the specified
ActionListenerto the list of registered listeners for this object. - addActionListener(ActionListener) - Method in class java.awt.MenuItem
- Adds the specified listener to the list of registered action listeners for this component.
- addActionListener(ActionListener) - Method in class java.awt.TextField
- Addes a new listener to the list of action listeners for this object.
- addAdjustmentListener(AdjustmentListener) - Method in interface java.awt.Adjustable
- Adds a listener that will receive adjustment events for this object.
- addAdjustmentListener(AdjustmentListener) - Method in class java.awt.ScrollPaneAdjustable
- addAdjustmentListener(AdjustmentListener) - Method in class java.awt.Scrollbar
- Adds a new adjustment listener to the list of registered listeners for this object.
- addComponentListener(ComponentListener) - Method in class java.awt.Component
- Adds the specified listener to this component.
- addContainerListener(ContainerListener) - Method in class java.awt.Container
- Adds the specified container listener to this object's list of container listeners.
- addFocusListener(FocusListener) - Method in class java.awt.Component.AccessibleAWTComponent
- Adds a focus listener.
- addFocusListener(FocusListener) - Method in class java.awt.Component
- Adds the specified listener to this component.
- addFocusListener(FocusListener) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Registers the specified focus listener to receive focus events from this component.
- addHierarchyBoundsListener(HierarchyBoundsListener) - Method in class java.awt.Component
- Adds the specified listener to this component.
- addHierarchyListener(HierarchyListener) - Method in class java.awt.Component
- Adds the specified listener to this component.
- addImage(Image, int) - Method in class java.awt.MediaTracker
- Adds an image to the tracker with the specified
ID. - addImage(Image, int, int, int) - Method in class java.awt.MediaTracker
- Adds an image to the tracker with the specified
ID. - addImpl(Component, Object, int) - Method in class java.awt.Container
- This method is called by all the
add()methods to perform the actual adding of the component. - addImpl(Component, Object, int) - Method in class java.awt.ScrollPane
- Adds the specified child component to this container.
- addInputMethodListener(InputMethodListener) - Method in class java.awt.Component
- Adds the specified listener to this component.
- addInternal(EventListener, EventListener) - Static method in class java.awt.AWTEventMulticaster
- Chain
EventListenera and b. - addItem(String) - Method in class java.awt.Choice
- Adds the specified item to this choice box.
- addItem(String) - Method in class java.awt.List
- Deprecated. Use add() instead.
- addItem(String, int) - Method in class java.awt.List
- Deprecated. Use add() instead.
- addItemListener(ItemListener) - Method in class java.awt.Checkbox
- Adds a new listeners to the list of registered listeners for this object.
- addItemListener(ItemListener) - Method in class java.awt.CheckboxMenuItem
- Adds the specified listener to the list of registered item listeners for this object.
- addItemListener(ItemListener) - Method in class java.awt.Choice
- Adds the specified listener to the list of registered listeners for this object.
- addItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
- Adds an item listener to this object.
- addItemListener(ItemListener) - Method in class java.awt.List
- Adds the specified
ItemListenerto the list of registered listeners for this object. - addKeyEventDispatcher(KeyEventDispatcher) - Method in class java.awt.KeyboardFocusManager
- Adds a key event dispatcher to the list of registered dispatchers.
- addKeyEventPostProcessor(KeyEventPostProcessor) - Method in class java.awt.KeyboardFocusManager
- Adds a key event post processor to the list of registered post processors.
- addKeyListener(KeyListener) - Method in class java.awt.Component
- Adds the specified listener to this component.
- addLayoutComponent(Component, Object) - Method in class java.awt.BorderLayout
- Adds a component to the layout in the specified constraint position, which must be one of the string constants defined in this class.
- addLayoutComponent(String, Component) - Method in class java.awt.BorderLayout
- Deprecated. This method is deprecated in favor of
addLayoutComponent(Component, Object). - addLayoutComponent(Component, Object) - Method in class java.awt.CardLayout
- Add a new component to the layout.
- addLayoutComponent(String, Component) - Method in class java.awt.CardLayout
- Deprecated. This method is deprecated in favor of
addLayoutComponent(Component, Object). - addLayoutComponent(String, Component) - Method in class java.awt.FlowLayout
- Add a new component to the layout.
- addLayoutComponent(String, Component) - Method in class java.awt.GridBagLayout
- addLayoutComponent(Component, Object) - Method in class java.awt.GridBagLayout
- addLayoutComponent(String, Component) - Method in class java.awt.GridLayout
- Add a new component to the layout.
- addLayoutComponent(String, Component) - Method in interface java.awt.LayoutManager
- Adds the specified component to the layout group.
- addLayoutComponent(Component, Object) - Method in interface java.awt.LayoutManager2
- Adds the specified component to the layout, with the specified constraints object.
- addMouseListener(MouseListener) - Method in class java.awt.Component
- Adds the specified listener to this component.
- addMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
- Adds the specified listener to this component.
- addMouseWheelListener(MouseWheelListener) - Method in class java.awt.Component
- Adds the specified listener to this component.
- addNotify() - Method in class java.awt.Button
- Notifies this button that it should create its native peer object.
- addNotify() - Method in class java.awt.Canvas
- Creates the native peer for this object.
- addNotify() - Method in class java.awt.Checkbox
- Creates this object's native peer.
- addNotify() - Method in class java.awt.CheckboxMenuItem
- Create's this object's native peer
- addNotify() - Method in class java.awt.Choice
- Creates the native peer for this object.
- addNotify() - Method in class java.awt.Component
- Called when the parent of this Component is made visible or when the Component is added to an already visible Container and needs to be shown.
- addNotify() - Method in class java.awt.Container
- Called when this container is added to another container to inform it to create its peer.
- addNotify() - Method in class java.awt.Dialog
- Creates this object's native peer.
- addNotify() - Method in class java.awt.FileDialog
- Creates the native peer for this file dialog box.
- addNotify() - Method in class java.awt.Frame
- addNotify() - Method in class java.awt.Label
- Notifies this label that it has been added to a container, causing the peer to be created.
- addNotify() - Method in class java.awt.List
- Notifies this object to create its native peer.
- addNotify() - Method in class java.awt.Menu
- Creates the native peer for this object.
- addNotify() - Method in class java.awt.MenuBar
- Creates this object's native peer.
- addNotify() - Method in class java.awt.MenuItem
- Creates the native peer for this object.
- addNotify() - Method in class java.awt.Panel
- Notifies this object to create its native peer.
- addNotify() - Method in class java.awt.PopupMenu
- Creates this object's native peer.
- addNotify() - Method in class java.awt.ScrollPane
- Notifies this object that it should create its native peer.
- addNotify() - Method in class java.awt.Scrollbar
- Notifies this object to create its native peer.
- addNotify() - Method in class java.awt.TextArea
- Notify this object that it should create its native peer.
- addNotify() - Method in class java.awt.TextField
- Notifies this object that it should create its native peer.
- addNotify() - Method in class java.awt.Window
- Creates the native peer for this window.
- addNotifyContainerChildren() - Method in class java.awt.Container
- addPoint(int, int) - Method in class java.awt.Polygon
- Adds the specified endpoint to the polygon.
- addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component.AccessibleAWTComponent
- Adds a global property change listener to the accessible component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component
- Adds the specified property listener to this component.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Component
- Adds the specified property listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Container
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Container
- addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
- Registers the supplied property change listener for receiving events caused by the following property changes: the current focus owner ("focusOwner") the permanent focus owner ("permanentFocusOwner") the focused window ("focusedWindow") the active window ("activeWindow") the default focus traversal policy ("defaultFocusTraversalPolicy") the default set of forward traversal keys ("forwardDefaultFocusTraversalKeys") the default set of backward traversal keys ("backwardDefaultFocusTraversalKeys") the default set of up cycle traversal keys ("upCycleDefaultFocusTraversalKeys") the default set of down cycle traversal keys ("downCycleDefaultFocusTraversalKeys") the current focus cycle root ("currentFocusCycleRoot") If the supplied listener is null, nothing occurs.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
- Registers a property change listener for receiving events relating to a change to a specified property.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Toolkit
- addRenderingHints(Map) - Method in class java.awt.Graphics2D
- addSegments(Segment[]) - Method in class java.awt.BasicStroke
- Add to segments to start and end, joining the outer pair and
- addSeparator() - Method in class java.awt.Menu
- Adds a separator bar at the current menu location.
- addTextListener(TextListener) - Method in class java.awt.TextComponent
- Adds a new listener to the list of text listeners for this component.
- addVetoableChangeListener(VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
- Registers a vetoable property change listener for receiving events relating to the following properties: the current focus owner ("focusOwner") the permanent focus owner ("permanentFocusOwner") the focused window ("focusedWindow") the active window ("activeWindow") Nothing occurs if a null listener is supplied.
- addVetoableChangeListener(String, VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
- Registers a vetoable property change listener for receiving events relating to a vetoable change to a specified property.
- addWindowFocusListener(WindowFocusListener) - Method in class java.awt.Window
- Adds the specified listener to this window.
- addWindowListener(WindowListener) - Method in class java.awt.Window
- Adds the specified listener to the list of
WindowListenersthat will receive events for this window. - addWindowStateListener(WindowStateListener) - Method in class java.awt.Window
- Adds the specified listener to this window.
- adjustForGravity(GridBagConstraints, Rectangle) - Method in class java.awt.GridBagLayout
- adjustmentListener - Variable in class java.awt.ScrollPaneAdjustable
- adjustmentValueChanged(AdjustmentEvent) - Method in class java.awt.AWTEventMulticaster
- Handles this event by dispatching it to the "a" and "b" listener instances.
- adjustment_listeners - Variable in class java.awt.Scrollbar
- List of AdjustmentListener's.
- align - Variable in class java.awt.FlowLayout
- alignment - Variable in class java.awt.Label
- allowsMultipleSelections() - Method in class java.awt.List
- Deprecated. This method is deprecated in favor of
isMultipleMode(). - alpha - Variable in class java.awt.AlphaComposite
- ancestorMoved(HierarchyEvent) - Method in class java.awt.AWTEventMulticaster
- Handles this event by dispatching it to the "a" and "b" listener instances.
- ancestorResized(HierarchyEvent) - Method in class java.awt.AWTEventMulticaster
- Handles this event by dispatching it to the "a" and "b" listener instances.
- anchor - Variable in class java.awt.GridBagConstraints
- anchor - Variable in class java.awt.TexturePaint
- append(String) - Method in class java.awt.TextArea
- Append the specified text to the end of the current text.
- appendText(String) - Method in class java.awt.TextArea
- Deprecated. This method is deprecated in favor of
append (). - applyComponentOrientation(ComponentOrientation) - Method in class java.awt.Component
- Sets the text layout orientation of this component.
- applyComponentOrientation(ComponentOrientation) - Method in class java.awt.Container
- Sets the ComponentOrientation property of this container and all components contained within it.
- applyResourceBundle(ResourceBundle) - Method in class java.awt.Window
- Deprecated.
- applyResourceBundle(String) - Method in class java.awt.Window
- Deprecated.
- areFocusTraversalKeysSet(int) - Method in class java.awt.Component
- Tests whether the focus traversal keys for a given action are explicitly set or inherited.
- areFocusTraversalKeysSet(int) - Method in class java.awt.Container
- Returns whether the Set of focus traversal keys for the given focus traversal operation has been explicitly defined for this Container.
- arg - Variable in class java.awt.Event
- arrangeGrid(Container) - Method in class java.awt.GridBagLayout
- autoDelay - Variable in class java.awt.Robot
- awtEventListeners - Variable in class java.awt.Toolkit
- All registered AWTEventListener objects.
B
- B - Static variable in class java.awt.PageAttributes.MediaType
- B0 - Static variable in class java.awt.PageAttributes.MediaType
- B1 - Static variable in class java.awt.PageAttributes.MediaType
- B10 - Static variable in class java.awt.PageAttributes.MediaType
- B2 - Static variable in class java.awt.PageAttributes.MediaType
- B3 - Static variable in class java.awt.PageAttributes.MediaType
- B4 - Static variable in class java.awt.PageAttributes.MediaType
- B5 - Static variable in class java.awt.PageAttributes.MediaType
- B6 - Static variable in class java.awt.PageAttributes.MediaType
- B7 - Static variable in class java.awt.PageAttributes.MediaType
- B8 - Static variable in class java.awt.PageAttributes.MediaType
- B9 - Static variable in class java.awt.PageAttributes.MediaType
- BACKGROUND - Static variable in class java.awt.BufferCapabilities.FlipContents
- The back buffer is cleared with the background color after flipping.
- BACKWARD_TRAVERSAL_KEYS - Static variable in class java.awt.KeyboardFocusManager
- Identifies AWTKeyStrokes that move the focus backward in the focus cycle.
- BACK_SPACE - Static variable in class java.awt.Event
- BEFORE_FIRST_LINE - Static variable in class java.awt.BorderLayout
- The constant indicating the position before the first line of the layout.
- BEFORE_LINE_BEGINS - Static variable in class java.awt.BorderLayout
- The constant indicating the position before the first item of the layout.
- BIG_VALUE - Static variable in class java.awt.Polygon
- A big number, but not so big it can't survive a few float operations
- BITMASK - Static variable in interface java.awt.Transparency
- Image data which is either completely opaque or transparent, for an exact integer alpha value.
- BIT_DEPTH_MULTI - Static variable in class java.awt.DisplayMode
- Value of the bit depth if multiple depths are supported.
- BLACK - Static variable in class java.awt.Color
- Constant for the color black: R=0, G=0, B=0.
- BLUE - Static variable in class java.awt.Color
- Constant for the color blue: R=0, G=0, B=255.
- BLUE_MASK - Static variable in class java.awt.Color
- Internal mask for blue.
- BOLD - Static variable in class java.awt.Font
- Constant indicating a "bold" font.
- BOTH - Static variable in class java.awt.GridBagConstraints
- Fill in both directions.
- BOTTOM_ALIGNMENT - Static variable in class java.awt.Component
- Constant returned by the
getAlignmentYmethod to indicate that the component wishes to be aligned to the bottom relative to other components. - BRIGHT_SCALE - Static variable in class java.awt.Color
- Amount to scale a color by when brightening or darkening.
- BasicStroke - class java.awt.BasicStroke.
- A general purpose Stroke implementation that can represent a wide variety of line styles for use with subclasses of Graphics2D.
- BasicStroke(float, int, int, float, float[], float) - Constructor for class java.awt.BasicStroke
- Creates a new
BasicStrokeinstance with the given attributes. - BasicStroke(float, int, int, float) - Constructor for class java.awt.BasicStroke
- Creates a new
BasicStrokeinstance with the given attributes. - BasicStroke(float, int, int) - Constructor for class java.awt.BasicStroke
- Creates a new
BasicStrokeinstance with the given attributes. - BasicStroke(float) - Constructor for class java.awt.BasicStroke
- Creates a new
BasicStrokeinstance with the given line width. - BasicStroke() - Constructor for class java.awt.BasicStroke
- Creates a new
BasicStrokeinstance. - BorderLayout - class java.awt.BorderLayout.
- This class implements a layout manager that positions components in certain sectors of the parent container.
- BorderLayout() - Constructor for class java.awt.BorderLayout
- Initializes a new instance of
BorderLayoutwith no horiztonal or vertical gaps between components. - BorderLayout(int, int) - Constructor for class java.awt.BorderLayout
- Initializes a new instance of
BorderLayoutwith the specified horiztonal and vertical gaps between components. - BufferCapabilities - class java.awt.BufferCapabilities.
- A double-buffering capability descriptor.
- BufferCapabilities(ImageCapabilities, ImageCapabilities, BufferCapabilities.FlipContents) - Constructor for class java.awt.BufferCapabilities
- Creates a buffer capabilities object.
- BufferCapabilities.FlipContents - class java.awt.BufferCapabilities.FlipContents.
- A type-safe enumeration of buffer flipping results.
- BufferCapabilities.FlipContents(int) - Constructor for class java.awt.BufferCapabilities.FlipContents
- Create a new flipping result descriptor.
- Button - class java.awt.Button.
- This class provides a button widget for the AWT.
- Button() - Constructor for class java.awt.Button
- Initializes a new instance of
Buttonwith no label. - Button(String) - Constructor for class java.awt.Button
- Initializes a new instance of
Buttonwith the specified label. - Button.AccessibleAWTButton - class java.awt.Button.AccessibleAWTButton.
- Button.AccessibleAWTButton() - Constructor for class java.awt.Button.AccessibleAWTButton
- b - Variable in class java.awt.AWTEventMulticaster
- A variable in the event chain.
- back - Variable in class java.awt.BufferCapabilities
- Back buffer capabilities descriptor.
- backBuffers - Variable in class java.awt.Component.BltBufferStrategy
- The back buffers used in this strategy.
- backCleared - Variable in class java.awt.Container
- Keeps track if the Container was cleared during a paint/update.
- background - Variable in class java.awt.Component
- The background color for the component.
- bdata - Variable in class java.awt.AWTEvent
- Who knows? It's in the serial version.
- beep() - Method in class java.awt.Toolkit
- Causes a "beep" tone to be generated.
- bitDepth - Variable in class java.awt.DisplayMode
- The bit depth.
- black - Static variable in class java.awt.Color
- Constant for the color black: R=0, G=0, B=0.
- blockIncrement - Variable in class java.awt.ScrollPaneAdjustable
- blocked - Variable in class java.awt.Dialog
- Indicates that we are blocked for modality in show
- blue - Static variable in class java.awt.Color
- Constant for the color blue: R=0, G=0, B=255.
- bottom - Variable in class java.awt.Insets
- The gap from the bottom.
- bounds() - Method in class java.awt.Component
- Deprecated. use
Component.getBounds()55 instead - bounds - Variable in class java.awt.Polygon
- The bounding box of this polygon.
- brighter() - Method in class java.awt.Color
- Returns a brighter version of this color.
- bufferStrategy - Variable in class java.awt.Canvas
- The buffer strategy associated with this canvas.
- bufferStrategy - Variable in class java.awt.Component
- The buffer strategy for repainting.
- bytesWidth(byte[], int, int) - Method in class java.awt.FontMetrics
- Returns the total width of the specified byte array.
C
- C - Static variable in class java.awt.PageAttributes.MediaType
- C0 - Static variable in class java.awt.PageAttributes.MediaType
- C1 - Static variable in class java.awt.PageAttributes.MediaType
- C10 - Static variable in class java.awt.PageAttributes.MediaType
- C2 - Static variable in class java.awt.PageAttributes.MediaType
- C3 - Static variable in class java.awt.PageAttributes.MediaType
- C4 - Static variable in class java.awt.PageAttributes.MediaType
- C5 - Static variable in class java.awt.PageAttributes.MediaType
- C6 - Static variable in class java.awt.PageAttributes.MediaType
- C7 - Static variable in class java.awt.PageAttributes.MediaType
- C8 - Static variable in class java.awt.PageAttributes.MediaType
- C9 - Static variable in class java.awt.PageAttributes.MediaType
- CAPS_LOCK - Static variable in class java.awt.Event
- CAP_BUTT - Static variable in class java.awt.BasicStroke
- Indicates a flat line cap style.
- CAP_ROUND - Static variable in class java.awt.BasicStroke
- Indicates a rounded line cap style.
- CAP_SQUARE - Static variable in class java.awt.BasicStroke
- Indicates a square line cap style.
- CENTER - Static variable in class java.awt.BorderLayout
- Constant indicating the center of the container
- CENTER - Static variable in class java.awt.FlowLayout
- Constant that specifies center alignment.
- CENTER - Static variable in class java.awt.GridBagConstraints
- Position in the center.
- CENTER - Static variable in class java.awt.Label
- Alignment constant aligning the text in the center of its window.
- CENTER_ALIGNMENT - Static variable in class java.awt.Component
- Constant returned by the
getAlignmentYandgetAlignmentXmethods to indicate that the component wishes to be aligned to the center relative to other components. - CENTER_BASELINE - Static variable in class java.awt.Font
- Constant indicating the baseline mode characteristic of Chinese.
- CLEAR - Static variable in class java.awt.AlphaComposite
- COLOR - Static variable in class java.awt.PageAttributes.ColorType
- COMMON - Static variable in class java.awt.JobAttributes.DialogType
- COMPLETE - Static variable in class java.awt.MediaTracker
- Indicates that the media has been successfully and completely loaded.
- COMPONENT_EVENT_MASK - Static variable in class java.awt.AWTEvent
- Mask for selecting component events.
- CONTAINER_EVENT_MASK - Static variable in class java.awt.AWTEvent
- Mask for selecting container events.
- CONTROL - Static variable in class java.awt.SystemColor
- Array index of the control background color.
- CONTROL_DK_SHADOW - Static variable in class java.awt.SystemColor
- Array index of the darkly shadowed control background color.
- CONTROL_HIGHLIGHT - Static variable in class java.awt.SystemColor
- Array index of the highlighted control background color.
- CONTROL_LT_HIGHLIGHT - Static variable in class java.awt.SystemColor
- Array index of the lightly highlighted control background color.
- CONTROL_SHADOW - Static variable in class java.awt.SystemColor
- Array index of the shadowed control background color.
- CONTROL_TEXT - Static variable in class java.awt.SystemColor
- Array index of the control text color.
- COPIED - Static variable in class java.awt.BufferCapabilities.FlipContents
- The back buffer has the same contents as the front buffer after flipping.
- CROSSHAIR_CURSOR - Static variable in class java.awt.Cursor
- Constant for a cross-hair cursor.
- CROSSHAIR_CURSOR - Static variable in class java.awt.Frame
- Deprecated. Use
Cursor.CROSSHAIR_CURSORinstead. - CTRL_MASK - Static variable in class java.awt.Event
- CUSTOM_CURSOR - Static variable in class java.awt.Cursor
- CYAN - Static variable in class java.awt.Color
- Constant for the color cyan: R=0, G=255, B=255.
- Canvas - class java.awt.Canvas.
- The
Canvascomponent provides a blank rectangular area, which the client application can use for drawing and for capturing events. - Canvas() - Constructor for class java.awt.Canvas
- Initializes a new instance of
Canvas. - Canvas(GraphicsConfiguration) - Constructor for class java.awt.Canvas
- Initializes a new instance of
Canvaswith the supplied graphics configuration. - Canvas.AccessibleAWTCanvas - class java.awt.Canvas.AccessibleAWTCanvas.
- This class provides accessibility support for the canvas.
- Canvas.AccessibleAWTCanvas() - Constructor for class java.awt.Canvas.AccessibleAWTCanvas
- Constructor for the accessible canvas.
- Canvas.CanvasBltBufferStrategy - class java.awt.Canvas.CanvasBltBufferStrategy.
- A BltBufferStrategy for canvases.
- Canvas.CanvasBltBufferStrategy(int, boolean) - Constructor for class java.awt.Canvas.CanvasBltBufferStrategy
- Creates a block transfer strategy for this canvas.
- Canvas.CanvasFlipBufferStrategy - class java.awt.Canvas.CanvasFlipBufferStrategy.
- A FlipBufferStrategy for canvases.
- Canvas.CanvasFlipBufferStrategy(int) - Constructor for class java.awt.Canvas.CanvasFlipBufferStrategy
- Creates a flip buffer strategy for this canvas.
- CardLayout - class java.awt.CardLayout.
- This class implements a card-based layout scheme.
- CardLayout() - Constructor for class java.awt.CardLayout
- Initializes a new instance of
CardLayoutwith horizontal and vertical gaps of 0. - CardLayout(int, int) - Constructor for class java.awt.CardLayout
- Create a new
CardLayoutobject with the specified horizontal and vertical gaps. - Checkbox - class java.awt.Checkbox.
- This class implements a component which has an on/off state.
- Checkbox() - Constructor for class java.awt.Checkbox
- Initializes a new instance of
Checkboxwith no label, an initial state of off, and that is not part of any checkbox group. - Checkbox(String) - Constructor for class java.awt.Checkbox
- Initializes a new instance of
Checkboxwith the specified label, an initial state of off, and that is not part of any checkbox group. - Checkbox(String, boolean) - Constructor for class java.awt.Checkbox
- Initializes a new instance of
Checkboxwith the specified label and initial state, and that is not part of any checkbox group. - Checkbox(String, CheckboxGroup, boolean) - Constructor for class java.awt.Checkbox
- Initializes a new instance of
Checkboxwith the specified label, initial state, and checkbox group. - Checkbox(String, boolean, CheckboxGroup) - Constructor for class java.awt.Checkbox
- Initializes a new instance of
Checkboxwith the specified label, initial state, and checkbox group. - Checkbox.AccessibleAWTCheckbox - class java.awt.Checkbox.AccessibleAWTCheckbox.
- This class provides accessibility support for the checkbox.
- Checkbox.AccessibleAWTCheckbox() - Constructor for class java.awt.Checkbox.AccessibleAWTCheckbox
- Default constructor which simply calls the super class for generic component accessibility handling.
- CheckboxGroup - class java.awt.CheckboxGroup.
- This class if for combining checkboxes into groups so that only one checkbox in the group can be selected at any one time.
- CheckboxGroup() - Constructor for class java.awt.CheckboxGroup
- Initializes a new instance of
CheckboxGroup. - CheckboxMenuItem - class java.awt.CheckboxMenuItem.
- This class implements a menu item that has a checkbox on it indicating the selected state of some option.
- CheckboxMenuItem() - Constructor for class java.awt.CheckboxMenuItem
- Initializes a new instance of
CheckboxMenuItemwith no label and an initial state of off. - CheckboxMenuItem(String) - Constructor for class java.awt.CheckboxMenuItem
- Initializes a new instance of
CheckboxMenuItemwith the specified label and an initial state of off. - CheckboxMenuItem(String, boolean) - Constructor for class java.awt.CheckboxMenuItem
- Initializes a new instance of
CheckboxMenuItemwith the specified label and initial state. - CheckboxMenuItem.AccessibleAWTCheckboxMenuItem - class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem.
- CheckboxMenuItem.AccessibleAWTCheckboxMenuItem() - Constructor for class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
- Choice - class java.awt.Choice.
- This class implements a drop down choice list.
- Choice() - Constructor for class java.awt.Choice
- Initializes a new instance of
Choice. - Choice.AccessibleAWTChoice - class java.awt.Choice.AccessibleAWTChoice.
- This class provides accessibility support for the combo box.
- Choice.AccessibleAWTChoice() - Constructor for class java.awt.Choice.AccessibleAWTChoice
- Default constructor which simply calls the super class for generic component accessibility handling.
- Clear - Static variable in class java.awt.AlphaComposite
- Color - class java.awt.Color.
- This class represents a color value in the AWT system.
- Color(int, int, int) - Constructor for class java.awt.Color
- Initializes a new instance of
Colorusing the specified red, green, and blue values, which must be given as integers in the range of 0-255. - Color(int, int, int, int) - Constructor for class java.awt.Color
- Initializes a new instance of
Colorusing the specified red, green, blue, and alpha values, which must be given as integers in the range of 0-255. - Color(int) - Constructor for class java.awt.Color
- Initializes a new instance of
Colorusing the specified RGB value. - Color(int, boolean) - Constructor for class java.awt.Color
- Initializes a new instance of
Colorusing the specified RGB value. - Color(float, float, float) - Constructor for class java.awt.Color
- Initializes a new instance of
Colorusing the specified RGB values. - Color(float, float, float, float) - Constructor for class java.awt.Color
- Initializes a new instance of
Colorusing the specified RGB and alpha values. - Color(ColorSpace, float[], float) - Constructor for class java.awt.Color
- Creates a color in the given ColorSpace with the specified alpha.
- ColorPaintContext - class java.awt.ColorPaintContext.
- This class provides a paint context which will fill a rectanglar region of a raster scan with the given color.
- ColorPaintContext(int) - Constructor for class java.awt.ColorPaintContext
- Create the context for a given color.
- ColorPaintContext(ColorModel, int) - Constructor for class java.awt.ColorPaintContext
- Create the context for a given color.
- ColorPaintContext.ColorRaster - class java.awt.ColorPaintContext.ColorRaster.
- A ColorRaster is a raster that is completely filled with one color.
- ColorPaintContext.ColorRaster(ColorModel, int, int, int, int, int) - Constructor for class java.awt.ColorPaintContext.ColorRaster
- Create a raster that is compaltible with the given color model and filled with the given color.
- Component - class java.awt.Component.
- The root of all evil.
- Component() - Constructor for class java.awt.Component
- Default constructor for subclasses.
- Component.AccessibleAWTComponent - class java.awt.Component.AccessibleAWTComponent.
- This class provides accessibility support for subclasses of container.
- Component.AccessibleAWTComponent() - Constructor for class java.awt.Component.AccessibleAWTComponent
- The default constructor.
- Component.AccessibleAWTComponent.AccessibleAWTComponentHandler - class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler.
- Converts component changes into property changes.
- Component.AccessibleAWTComponent.AccessibleAWTComponentHandler() - Constructor for class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
- Default constructor.
- Component.AccessibleAWTComponent.AccessibleAWTFocusHandler - class java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler.
- Converts focus changes into property changes.
- Component.AccessibleAWTComponent.AccessibleAWTFocusHandler() - Constructor for class java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
- Default constructor.
- Component.BltBufferStrategy - class java.awt.Component.BltBufferStrategy.
- This class provides support for blitting offscreen surfaces to a component.
- Component.BltBufferStrategy(int, BufferCapabilities) - Constructor for class java.awt.Component.BltBufferStrategy
- Creates a blitting buffer strategy.
- Component.FlipBufferStrategy - class java.awt.Component.FlipBufferStrategy.
- This class provides support for flipping component buffers.
- Component.FlipBufferStrategy(int, BufferCapabilities) - Constructor for class java.awt.Component.FlipBufferStrategy
- Creates a flipping buffer strategy.
- Component.HeavyweightInLightweightListener - class java.awt.Component.HeavyweightInLightweightListener.
- This class fixes the bounds for a Heavyweight component that is placed inside a Lightweight container.
- Component.HeavyweightInLightweightListener(Container) - Constructor for class java.awt.Component.HeavyweightInLightweightListener
- Constructor.
- ComponentOrientation - class java.awt.ComponentOrientation.
- This class is used to differentiate different orientations for text layout.
- ComponentOrientation(int) - Constructor for class java.awt.ComponentOrientation
- Construct a given orientation.
- Composite - interface java.awt.Composite.
- This interface is for graphics which are formed as composites of others.
- CompositeContext - interface java.awt.CompositeContext.
- This interface provides an optimized environment for compositing graphics.
- Container - class java.awt.Container.
- A generic window toolkit object that acts as a container for other objects.
- Container() - Constructor for class java.awt.Container
- Default constructor for subclasses.
- Container.AccessibleAWTContainer - class java.awt.Container.AccessibleAWTContainer.
- This class provides accessibility support for subclasses of container.
- Container.AccessibleAWTContainer() - Constructor for class java.awt.Container.AccessibleAWTContainer
- The default constructor.
- Container.AccessibleAWTContainer.AccessibleContainerHandler - class java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler.
- This class fires a
PropertyChangelistener, if registered, when children are added or removed from the enclosing accessible object. - Container.AccessibleAWTContainer.AccessibleContainerHandler() - Constructor for class java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler
- Default constructor.
- Container.GfxPaintAllVisitor - class java.awt.Container.GfxPaintAllVisitor.
- Container.GfxPaintAllVisitor() - Constructor for class java.awt.Container.GfxPaintAllVisitor
- Container.GfxPaintVisitor - class java.awt.Container.GfxPaintVisitor.
- Container.GfxPaintVisitor() - Constructor for class java.awt.Container.GfxPaintVisitor
- Container.GfxPrintAllVisitor - class java.awt.Container.GfxPrintAllVisitor.
- Container.GfxPrintAllVisitor() - Constructor for class java.awt.Container.GfxPrintAllVisitor
- Container.GfxPrintVisitor - class java.awt.Container.GfxPrintVisitor.
- Container.GfxPrintVisitor() - Constructor for class java.awt.Container.GfxPrintVisitor
- Container.GfxVisitor - class java.awt.Container.GfxVisitor.
- Container.GfxVisitor() - Constructor for class java.awt.Container.GfxVisitor
- ContainerOrderFocusTraversalPolicy - class java.awt.ContainerOrderFocusTraversalPolicy.
- ContainerOrderFocusTraversalPolicy defines a focus traversal order based on the order in which Components were packed in a Container.
- ContainerOrderFocusTraversalPolicy() - Constructor for class java.awt.ContainerOrderFocusTraversalPolicy
- Creates the
ContainerOrderFocusTraversalPolicyobject. - Cursor - class java.awt.Cursor.
- This class represents various predefined cursor types.
- Cursor(int) - Constructor for class java.awt.Cursor
- Initializes a new instance of
Cursorwith the specified type. - Cursor(String) - Constructor for class java.awt.Cursor
- This constructor is used internally only.
- c1 - Variable in class java.awt.GradientPaint
- c2 - Variable in class java.awt.GradientPaint
- cache - Static variable in class java.awt.AWTKeyStroke
- The cache of recently created keystrokes.
- cache - Static variable in class java.awt.AlphaComposite
- Map Long to AlphaComposites.
- cachedRaster - Variable in class java.awt.ColorPaintContext
- calcCellSizes(int[], double[], int) - Method in class java.awt.GridBagLayout
- Helper method used by GetLayoutInfo to distribute extra space based on weight distribution.
- calcCellWeights(double, double[], int, int) - Method in class java.awt.GridBagLayout
- Helper method used by GetLayoutInfo to calculate weight distribution.
- calcCompSize(Component, int) - Method in class java.awt.BorderLayout
- calcSize(Container, int) - Method in class java.awt.BorderLayout
- This is a helper function used to compute the various sizes for this layout.
- canDisplay(char) - Method in class java.awt.Font
- Checks if specified character maps to a glyph in this font.
- canDisplayUpTo(String) - Method in class java.awt.Font
- Checks how much of a given string can be mapped to glyphs in this font.
- canDisplayUpTo(char[], int, int) - Method in class java.awt.Font
- Checks how much of a given sequence of text can be mapped to glyphs in this font.
- canDisplayUpTo(CharacterIterator, int, int) - Method in class java.awt.Font
- Checks how much of a given sequence of text can be mapped to glyphs in this font.
- cap - Variable in class java.awt.BasicStroke
- The line cap style.
- capEnd(Segment, Segment) - Method in class java.awt.BasicStroke
- Make a cap between a and b segments, where a-->b is the direction of iteration.
- capEnds() - Method in class java.awt.BasicStroke
- Cap the ends of the path (joining the start and end list of segments)
- caps - Variable in class java.awt.Component.BltBufferStrategy
- The capabilities of the image buffer.
- caps - Variable in class java.awt.Component.FlipBufferStrategy
- The capabilities of this buffering strategy.
- caretPositionChanged(InputMethodEvent) - Method in class java.awt.AWTEventMulticaster
- Handles this event by dispatching it to the "a" and "b" listener instances.
- center - Variable in class java.awt.BorderLayout
- changeSupport - Variable in class java.awt.Component
- Describes all registered PropertyChangeListeners.
- charWidth(int) - Method in class java.awt.FontMetrics
- Returns the width of the specified character.