xworker.java.awt.Component
事物 Component(Component)点击打开事物点击浏览描述

描述者:
MetaDescriptor3
thing
继承:
LayoutConstranits

A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. Examples of components are the buttons, checkboxes, and scrollbars of a typical graphical user interface.

字段摘要
           String background
           Sets the background color of this component.
           String componentOrientation
           Sets the language-sensitive orientation that is to be used to order the elements or text within this component.
           String cursor
           Sets the cursor image to the specified cursor.
           String enabled
           Enables or disables this component, depending on the value of the parameter b.
           String focusTraversalKeysEnabled
           Sets whether focus traversal keys are enabled for this Component.
           String focusable
           Sets the focusable state of this Component to the specified value.
           String font
           Sets the font of this component.
           String foreground
           Sets the foreground color of this component.
           String ignoreRepaint
           Sets whether or not paint messages received from the operating system should be ignored.
           String location
           Moves this component to a new location.
           String maximumSize
           Sets the maximum size of this component to a constant value.
           String minimumSize
           Sets the minimum size of this component to a constant value.
           String name
           
           String preferredSize
           Sets the preferred size of this component to a constant value.
           String size
           Resizes this component so that it has width width and height height.
           String visible
           Shows or hides this component depending on the value of parameter b.
 
方法摘要
 
子事物摘要
           BorderLayoutConstraint
          
           ComponentListeners
          Adds the specified component listener to receive component events from this component.
           DropTarget
          The DropTarget is associated with a Component when that Component wishes to accept drops during Drag and Drop operations.
           FocusListeners
          
           GridBagConstraints
          The GridBagConstraints class specifies constraints for components that are laid out using the GridBagLayout class.
           HierarchyBoundsListeners
          
           HierarchyListeners
          
           InputMethodListeners
          
           KeyListeners
          
           MouseListeners
          
           MouseMotionListeners
          
           MouseWheelListeners
          
           PropertyChangeListeners
          
 
字段详细信息

background点击打开事物

Sets the background color of this component.


componentOrientation点击打开事物

Sets the language-sensitive orientation that is to be used to order the elements or text within this component.


cursor点击打开事物

Sets the cursor image to the specified cursor.


enabled点击打开事物

Enables or disables this component, depending on the value of the parameter b.


focusTraversalKeysEnabled点击打开事物

Sets whether focus traversal keys are enabled for this Component.


focusable点击打开事物

Sets the focusable state of this Component to the specified value.


font点击打开事物

Sets the font of this component.


foreground点击打开事物

Sets the foreground color of this component.


ignoreRepaint点击打开事物

Sets whether or not paint messages received from the operating system should be ignored.


location点击打开事物

Moves this component to a new location.


maximumSize点击打开事物

Sets the maximum size of this component to a constant value.


minimumSize点击打开事物

Sets the minimum size of this component to a constant value.


name点击打开事物


preferredSize点击打开事物

Sets the preferred size of this component to a constant value.


size点击打开事物

Resizes this component so that it has width width and height height.


visible点击打开事物

Shows or hides this component depending on the value of parameter b.


 
方法详细信息
 
子事物详细信息

BorderLayoutConstraint点击打开事物


ComponentListeners点击打开事物

Adds the specified component listener to receive component events from this component.


DropTarget点击打开事物

The DropTarget is associated with a Component when that Component wishes to accept drops during Drag and Drop operations.

Each DropTarget is associated with a FlavorMap. The default FlavorMap hereafter designates the FlavorMap returned by SystemFlavorMap.getDefaultFlavorMap().


FocusListeners点击打开事物


GridBagConstraints点击打开事物

The GridBagConstraints class specifies constraints for components that are laid out using the GridBagLayout class.


HierarchyBoundsListeners点击打开事物


HierarchyListeners点击打开事物


InputMethodListeners点击打开事物


KeyListeners点击打开事物


MouseListeners点击打开事物


MouseMotionListeners点击打开事物


MouseWheelListeners点击打开事物


PropertyChangeListeners点击打开事物