API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.peer. LightweightPeer View Source
Author(s)
Timothy Prinzing
Since
Version
1.12 11/17/05
Serial
Hierarchy
 ComponentPeer
      LightweightPeer
Subinterfaces
Description
public interface LightweightPeer
  The LightweightPeer interface marks a component as depending upon a native container so window related events can be routed to the component.
See also:   
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic int DEFAULT_OPERATION = "3" [Inherited From ComponentPeer]
publicfinalstatic int NO_EMBEDDED_CHECK = "16384" [Inherited From ComponentPeer]
publicfinalstatic int RESET_OPERATION = "5" [Inherited From ComponentPeer]
publicfinalstatic int SET_BOUNDS = "3" [Inherited From ComponentPeer]
publicfinalstatic int SET_CLIENT_SIZE = "4" [Inherited From ComponentPeer]
publicfinalstatic int SET_LOCATION = "1" [Inherited From ComponentPeer]
publicfinalstatic int SET_SIZE = "2" [Inherited From ComponentPeer]
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar