aicas logoJamaica 6.4 release 1

Uses of Interface
java.awt.peer.ComponentPeer

Packages that use ComponentPeer
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.dnd Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI. 
java.awt.peer Provides for interfacing with the underlying window system. 
 

Uses of ComponentPeer in java.awt
 

Methods in java.awt that return ComponentPeer
 ComponentPeer Component.getPeer()
          Deprecated. As of JDK version 1.1, programs should not directly manipulate peers; replaced by boolean isDisplayable().
 

Uses of ComponentPeer in java.awt.dnd
 

Methods in java.awt.dnd with parameters of type ComponentPeer
 void DropTarget.addNotify(ComponentPeer peer)
          Notify the DropTarget that it has been associated with a Component This method is usually called from java.awt.Component.addNotify() of the Component associated with this DropTarget to notify the DropTarget that a ComponentPeer has been associated with that Component.
 void DropTarget.removeNotify(ComponentPeer peer)
          Notify the DropTarget that it has been disassociated from a Component This method is usually called from java.awt.Component.removeNotify() of the Component associated with this DropTarget to notify the DropTarget that a ComponentPeer has been disassociated with that Component.
 

Uses of ComponentPeer in java.awt.peer
 

Subinterfaces of ComponentPeer in java.awt.peer
 interface ButtonPeer
          The peer interface for Button.
 interface CanvasPeer
          The peer interface for Canvas.
 interface CheckboxPeer
          The peer interface for Checkbox.
 interface ChoicePeer
          The peer interface for Choice.
 interface ContainerPeer
          The peer interface for Container.
 interface DialogPeer
          The peer interface for Dialog.
 interface FileDialogPeer
          The peer interface for FileDialog.
 interface FramePeer
          The peer interface for Frame.
 interface LabelPeer
          The peer interface for Label.
 interface LightweightPeer
          The LightweightPeer interface marks a component as depending upon a native container so window related events can be routed to the component.
 interface ListPeer
          The peer interface for List.
 interface PanelPeer
          The peer interface for Panel.
 interface ScrollbarPeer
          The peer interface for Scrollbar.
 interface ScrollPanePeer
          The peer interface for ScrollPane.
 interface TextAreaPeer
          The peer interface for TexTArea.
 interface TextComponentPeer
          The peer interface for TextComponent.
 interface TextFieldPeer
          The peer interface for TextField.
 interface WindowPeer
          The peer interface for Window.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.