| java.lang.Object java.awt.Component
All known Subclasses: java.awt.Canvas, java.awt.TextComponent, java.awt.List, java.awt.Scrollbar, java.awt.Container, java.awt.Choice, java.awt.Checkbox, java.awt.Button, java.awt.Label,
Inner Class :protected class FlipBufferStrategy extends BufferStrategy | |
Inner Class :class ComponentState implements State | |
Method Summary | |
public boolean | action(Event evt, Object what) | public void | add(PopupMenu popup) | void | addAWTComponentListener(ComponentListener l) | void | addAWTFocusListener(FocusListener l) | void | addAWTInputMethodListener(InputMethodListener l) | void | addAWTKeyListener(KeyListener l) | void | addAWTMouseListener(MouseListener l) | void | addAWTMouseMotionListener(MouseMotionListener l) | void | addAWTMouseWheelListener(MouseWheelListener l) | public void | addComponentListener(ComponentListener l) | public void | addFocusListener(FocusListener l) | public void | addHierarchyBoundsListener(HierarchyBoundsListener l) | public void | addHierarchyListener(HierarchyListener l) | public void | addInputMethodListener(InputMethodListener l) | public void | addKeyListener(KeyListener l) | public void | addMouseListener(MouseListener l) | public void | addMouseMotionListener(MouseMotionListener l) | public void | addMouseWheelListener(MouseWheelListener l) | void | addNewEvent(AWTEvent event) | public void | addNotify() | public void | addPropertyChangeListener(PropertyChangeListener listener) | public void | addPropertyChangeListener(String propertyName, PropertyChangeListener listener) | public void | applyComponentOrientation(ComponentOrientation orientation) | public boolean | areFocusTraversalKeysSet(int id) | String | autoName() | public Rectangle | bounds() | public int | checkImage(Image image, int width, int height, ImageObserver observer) | public int | checkImage(Image image, ImageObserver observer) | protected AWTEvent | coalesceEvents(AWTEvent existingEvent, AWTEvent newEvent) | public boolean | contains(Point p) | public boolean | contains(int x, int y) | AccessibleContext | createAccessibleContext() | ComponentBehavior | createBehavior() | public Image | createImage(ImageProducer producer) | public Image | createImage(int width, int height) | public VolatileImage | createVolatileImage(int width, int height, ImageCapabilities caps) | public VolatileImage | createVolatileImage(int width, int height) | public void | deliverEvent(Event evt) | public void | disable() | final protected void | disableEvents(long eventsToDisable) | final public void | dispatchEvent(AWTEvent e) | public void | doLayout() | public void | enable() | public void | enable(boolean b) | final protected void | enableEvents(long eventsToEnable) | public void | enableInputMethods(boolean enable) | void | finishChildrenHierarchyChange(Component changed, Container changedParent, int ancestorFlags) | void | finishHierarchyChange(Component changed, Container changedParent, int ancestorFlags) | protected void | firePropertyChange(String propertyName, int oldValue, int newValue) | protected void | firePropertyChange(String propertyName, boolean oldValue, boolean newValue) | protected void | firePropertyChange(String propertyName, Object oldValue, Object newValue) | public void | firePropertyChange(String propertyName, byte oldValue, byte newValue) | public void | firePropertyChange(String propertyName, char oldValue, char newValue) | public void | firePropertyChange(String propertyName, short oldValue, short newValue) | public void | firePropertyChange(String propertyName, long oldValue, long newValue) | public void | firePropertyChange(String propertyName, float oldValue, float newValue) | public void | firePropertyChange(String propertyName, double oldValue, double newValue) | public AccessibleContext | getAccessibleContext() | public float | getAlignmentX() | public float | getAlignmentY() | public Color | getBackground() | public Rectangle | getBounds() | public Rectangle | getBounds(Rectangle rv) | public ColorModel | getColorModel() | public Component | getComponentAt(Point p) | public Component | getComponentAt(int x, int y) | public ComponentListener[] | getComponentListeners() | public ComponentOrientation | getComponentOrientation() | public Cursor | getCursor() | Component | getCursorAncestor() | Color | getDefaultBackground() | Color | getDefaultForeground() | Dimension | getDefaultMinimumSize() | Dimension | getDefaultPreferredSize() | public DropTarget | getDropTarget() | public Container | getFocusCycleRootAncestor() | public FocusListener[] | getFocusListeners() | public Set<AWTKeyStroke> | getFocusTraversalKeys(int id) | public boolean | getFocusTraversalKeysEnabled() | public Font | getFont() | public FontMetrics | getFontMetrics(Font f) | public Color | getForeground() | public Graphics | getGraphics() | public GraphicsConfiguration | getGraphicsConfiguration() | Component | getHWAncestor() | Component | getHWSurface() | public int | getHeight() | public HierarchyBoundsListener[] | getHierarchyBoundsListeners() | public HierarchyListener[] | getHierarchyListeners() | public boolean | getIgnoreRepaint() | String | getIndentStr(int indent) | public InputContext | getInputContext() | public InputMethodListener[] | getInputMethodListeners() | public InputMethodRequests | getInputMethodRequests() | Insets | getInsets() | public KeyListener[] | getKeyListeners() | public T[] | getListeners(Class<T> listenerType) | public Locale | getLocale() | public Point | getLocation(Point rv) | public Point | getLocation() | public Point | getLocationOnScreen() | public Dimension | getMaximumSize() | public Dimension | getMinimumSize() | public MouseListener[] | getMouseListeners() | public MouseMotionListener[] | getMouseMotionListeners() | public Point | getMousePosition() | public MouseWheelListener[] | getMouseWheelListeners() | public String | getName() | Insets | getNativeInsets() | NativeWindow | getNativeWindow() | MultiRectArea | getObscuredRegion(Rectangle part) | public Container | getParent() | public ComponentPeer | getPeer() | public Dimension | getPreferredSize() | public PropertyChangeListener[] | getPropertyChangeListeners() | public PropertyChangeListener[] | getPropertyChangeListeners(String propertyName) | Cursor | getRealCursor() | Container | getRealParent() Gets only parent of a child component, but not owner of a window. | RedrawManager | getRedrawManager() | AWTEvent | getRelativeEvent(int id) | public Dimension | getSize() | public Dimension | getSize(Dimension rv) | TextFieldKit | getTextFieldKit() | TextKit | getTextKit() | public Toolkit | getToolkit() | final public Object | getTreeLock() | public int | getWidth() | Window | getWindowAncestor() | public int | getX() | public int | getY() | public boolean | gotFocus(Event evt, Object what) | public boolean | handleEvent(Event evt) | public boolean | hasFocus() | public void | hide() | public boolean | imageUpdate(Image img, int infoflags, int x, int y, int w, int h) | void | initGraphics(Graphics g, PaintEvent e) | public boolean | inside(int x, int y) | public void | invalidate() | public boolean | isBackgroundSet() | boolean | isCoalescer() | public boolean | isCursorSet() | public boolean | isDisplayable() | public boolean | isDoubleBuffered() | public boolean | isEnabled() | boolean | isEventEnabled(long eventMask) | public boolean | isFocusCycleRoot(Container container) | public boolean | isFocusOwner() | public boolean | isFocusTraversable() | boolean | isFocusabilityExplicitlySet() | public boolean | isFocusable() | public boolean | isFontSet() | public boolean | isForegroundSet() | boolean | isIndirectlyEnabled() "Recursive" isEnabled(). | boolean | isKeyEnabled() | public boolean | isLightweight() | public boolean | isMaximumSizeSet() | public boolean | isMinimumSizeSet() | boolean | isMouseEventEnabled(long eventMask) | boolean | isMouseExitedExpected() | public boolean | isOpaque() | boolean | isPeerFocusable() | public boolean | isPreferredSizeSet() | boolean | isPrepainter() | public boolean | isShowing() | public boolean | isValid() | public boolean | isVisible() | public boolean | keyDown(Event evt, int key) | public boolean | keyUp(Event evt, int key) | public void | layout() | public void | list(PrintStream out, int indent) | public void | list(PrintWriter out) | public void | list(PrintWriter out, int indent) | public void | list(PrintStream out) | public void | list() | public Component | locate(int x, int y) | public Point | location() | public boolean | lostFocus(Event evt, Object what) | void | mapToDisplay(boolean b) | public Dimension | minimumSize() | public boolean | mouseDown(Event evt, int x, int y) | public boolean | mouseDrag(Event evt, int x, int y) | public boolean | mouseEnter(Event evt, int x, int y) | public boolean | mouseExit(Event evt, int x, int y) | public boolean | mouseMove(Event evt, int x, int y) | public boolean | mouseUp(Event evt, int x, int y) | public void | move(int x, int y) | void | moveFocus() This method is called when some property of a component changes, making
it unfocusable, e. | void | moveFocusOnHide() For Container there's a difference between moving focus when being made
invisible or made unfocusable in some other way, because when container
is made invisible, component still remains visible, i. | void | nativeWindowCreated(NativeWindow win) | public void | nextFocus() | void | notifyInputMethod(Rectangle bounds) Calls InputContextImpl.notifyClientWindowChanged. | final void | onDrawImage(Image image, Point destLocation, Dimension destSize, Rectangle source) | public void | paint(Graphics g) | public void | paintAll(Graphics g) | protected String | paramString() | public boolean | postEvent(Event evt) | void | postEvent(AWTEvent e) | void | postHierarchyBoundsEvents(Component changed, int id) | void | postprocessEvent(AWTEvent e, long eventMask) | public Dimension | preferredSize() | void | prepaint(Graphics g) | void | prepare4HierarchyChange() | void | prepareChildren4HierarchyChange() | public boolean | prepareImage(Image image, ImageObserver observer) | public boolean | prepareImage(Image image, int width, int height, ImageObserver observer) | void | preprocessFocusEvent(FocusEvent e) | void | preprocessKeyEvent(KeyEvent e) | void | preprocessMouseEvent(MouseEvent e) | void | preprocessMouseMotionEvent(MouseEvent e) | public void | print(Graphics g) | public void | printAll(Graphics g) | protected void | processComponentEvent(ComponentEvent e) | protected void | processEvent(AWTEvent e) | protected void | processFocusEvent(FocusEvent e) | protected void | processHierarchyBoundsEvent(HierarchyEvent e) | protected void | processHierarchyEvent(HierarchyEvent e) | protected void | processInputMethodEvent(InputMethodEvent e) | protected void | processKeyEvent(KeyEvent e) | protected void | processMouseEvent(MouseEvent e) | protected void | processMouseMotionEvent(MouseEvent e) | protected void | processMouseWheelEvent(MouseWheelEvent e) | boolean | propagateFont() Invalidate the component if it inherits the font from the parent. | public void | remove(MenuComponent menu) | public void | removeComponentListener(ComponentListener l) | public void | removeFocusListener(FocusListener l) | public void | removeHierarchyBoundsListener(HierarchyBoundsListener l) | public void | removeHierarchyListener(HierarchyListener l) | public void | removeInputMethodListener(InputMethodListener l) | public void | removeKeyListener(KeyListener l) | public void | removeMouseListener(MouseListener l) | public void | removeMouseMotionListener(MouseMotionListener l) | public void | removeMouseWheelListener(MouseWheelListener l) | void | removeNextEvent(int id) | public void | removeNotify() | public void | removePropertyChangeListener(PropertyChangeListener listener) | public void | removePropertyChangeListener(String propertyName, PropertyChangeListener listener) | void | removeRelativeEvent() | public void | repaint(long tm, int x, int y, int width, int height) | public void | repaint(int x, int y, int width, int height) | public void | repaint() | public void | repaint(long tm) | protected boolean | requestFocus(boolean temporary) | public void | requestFocus() | boolean | requestFocusImpl(boolean temporary, boolean crossWindow, boolean rejectionRecovery) | protected boolean | requestFocusInWindow(boolean temporary) | public boolean | requestFocusInWindow() | void | resetDefaultSize() | public void | reshape(int x, int y, int w, int h) | public void | resize(int width, int height) | public void | resize(Dimension size) | public void | setBackground(Color c) | public void | setBounds(int x, int y, int w, int h) | void | setBounds(int x, int y, int w, int h, int bMask, boolean updateBehavior) | public void | setBounds(Rectangle r) | void | setCaretPos(int x, int y) | void | setCaretPosImpl(int x, int y) | public void | setComponentOrientation(ComponentOrientation o) | public void | setCursor(Cursor cursor) | void | setCursor() | public void | setDropTarget(DropTarget dt) | public void | setEnabled(boolean value) | void | setEnabledImpl(boolean value) | public void | setFocusTraversalKeys(int id, Set<? extends AWTKeyStroke> keystrokes) | public void | setFocusTraversalKeysEnabled(boolean value) | public void | setFocusable(boolean focusable) | public void | setFont(Font f) | void | setFontImpl(Font f) | public void | setForeground(Color c) | public void | setIgnoreRepaint(boolean value) | public void | setLocale(Locale locale) | public void | setLocation(Point p) | public void | setLocation(int x, int y) | public void | setMaximumSize(Dimension maximumSize) | public void | setMinimumSize(Dimension minimumSize) | void | setMouseExitedExpected(boolean expected) | public void | setName(String name) | void | setParent(Container parent) | public void | setPreferredSize(Dimension preferredSize) | void | setRedrawManager() | public void | setSize(int width, int height) | public void | setSize(Dimension d) | void | setTextFieldKit(TextFieldKit kit) | void | setTextKit(TextKit kit) | public void | setVisible(boolean b) | public void | show() | public void | show(boolean b) | public Dimension | size() | void | spreadHierarchyBoundsEvents(Component changed, int id) | public String | toString() | void | transferFocus(int dir) | public void | transferFocus() | public void | transferFocusBackward() | public void | transferFocusUpCycle() | public void | update(Graphics g) | public void | validate() | void | validateImpl() |
BOTTOM_ALIGNMENT | final public static float BOTTOM_ALIGNMENT(Code) | | |
CENTER_ALIGNMENT | final public static float CENTER_ALIGNMENT(Code) | | |
LEFT_ALIGNMENT | final public static float LEFT_ALIGNMENT(Code) | | |
RIGHT_ALIGNMENT | final public static float RIGHT_ALIGNMENT(Code) | | |
TOP_ALIGNMENT | final public static float TOP_ALIGNMENT(Code) | | |
deprecatedEventHandler | boolean deprecatedEventHandler(Code) | | |
dispatchToIM | transient boolean dispatchToIM(Code) | | |
repaintRegion | transient MultiRectArea repaintRegion(Code) | | |
traversalIDs | int[] traversalIDs(Code) | | |
Component | protected Component()(Code) | | |
addNotify | public void addNotify()(Code) | | |
areFocusTraversalKeysSet | public boolean areFocusTraversalKeysSet(int id)(Code) | | |
contains | public boolean contains(int x, int y)(Code) | | |
createAccessibleContext | AccessibleContext createAccessibleContext()(Code) | | accessible context specific for particular component |
createImage | public Image createImage(int width, int height)(Code) | | |
disable | public void disable()(Code) | | |
disableEvents | final protected void disableEvents(long eventsToDisable)(Code) | | |
doLayout | public void doLayout()(Code) | | |
enable | public void enable()(Code) | | |
enable | public void enable(boolean b)(Code) | | |
enableEvents | final protected void enableEvents(long eventsToEnable)(Code) | | |
enableInputMethods | public void enableInputMethods(boolean enable)(Code) | | |
finishChildrenHierarchyChange | void finishChildrenHierarchyChange(Component changed, Container changedParent, int ancestorFlags)(Code) | | |
firePropertyChange | protected void firePropertyChange(String propertyName, int oldValue, int newValue)(Code) | | |
firePropertyChange | protected void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code) | | |
firePropertyChange | public void firePropertyChange(String propertyName, byte oldValue, byte newValue)(Code) | | |
firePropertyChange | public void firePropertyChange(String propertyName, char oldValue, char newValue)(Code) | | |
firePropertyChange | public void firePropertyChange(String propertyName, short oldValue, short newValue)(Code) | | |
firePropertyChange | public void firePropertyChange(String propertyName, long oldValue, long newValue)(Code) | | |
firePropertyChange | public void firePropertyChange(String propertyName, float oldValue, float newValue)(Code) | | |
firePropertyChange | public void firePropertyChange(String propertyName, double oldValue, double newValue)(Code) | | |
getAlignmentX | public float getAlignmentX()(Code) | | |
getAlignmentY | public float getAlignmentY()(Code) | | |
getCursorAncestor | Component getCursorAncestor()(Code) | | Gets the ancestor(or component itself) whose cursor is set when pointer
is inside component
actual Cursor to be displayed |
getDefaultBackground | Color getDefaultBackground()(Code) | | |
getDefaultForeground | Color getDefaultForeground()(Code) | | |
getFocusCycleRootAncestor | public Container getFocusCycleRootAncestor()(Code) | | |
getFocusTraversalKeysEnabled | public boolean getFocusTraversalKeysEnabled()(Code) | | |
getHWAncestor | Component getHWAncestor()(Code) | | the nearest heavyweight ancestor in hierarchy ornull if not found |
getHWSurface | Component getHWSurface()(Code) | | heavyweight component that is equal to or is a nearestheavyweight container of the current component, ornull if not found |
getHeight | public int getHeight()(Code) | | |
getIgnoreRepaint | public boolean getIgnoreRepaint()(Code) | | |
getListeners | public T[] getListeners(Class<T> listenerType)(Code) | | |
getNativeWindow | NativeWindow getNativeWindow()(Code) | | |
getObscuredRegion | MultiRectArea getObscuredRegion(Rectangle part)(Code) | | Determine the component's area hidden behind the windows that have higher
Z-order, including windows of other applications
Parameters: part - - the part of the component to determine its hidden area, ornull for the whole component the calculated region, or null if it cannot be determined |
getRealCursor | Cursor getRealCursor()(Code) | | Gets the ancestor Cursor if Component is disabled (directly or via an
ancestor) even if Cursor is explicitly set
actual Cursor to be displayed |
getRealParent | Container getRealParent()(Code) | | Gets only parent of a child component, but not owner of a window.
parent of child component, null if component is a top-level(Window instance) |
getTextFieldKit | TextFieldKit getTextFieldKit()(Code) | | |
getTextKit | TextKit getTextKit()(Code) | | |
getWidth | public int getWidth()(Code) | | |
hasFocus | public boolean hasFocus()(Code) | | |
imageUpdate | public boolean imageUpdate(Image img, int infoflags, int x, int y, int w, int h)(Code) | | |
inside | public boolean inside(int x, int y)(Code) | | |
invalidate | public void invalidate()(Code) | | |
isBackgroundSet | public boolean isBackgroundSet()(Code) | | |
isCoalescer | boolean isCoalescer()(Code) | | |
isCursorSet | public boolean isCursorSet()(Code) | | |
isDisplayable | public boolean isDisplayable()(Code) | | |
isDoubleBuffered | public boolean isDoubleBuffered()(Code) | | |
isEnabled | public boolean isEnabled()(Code) | | |
isEventEnabled | boolean isEventEnabled(long eventMask)(Code) | | |
isFocusOwner | public boolean isFocusOwner()(Code) | | |
isFocusTraversable | public boolean isFocusTraversable()(Code) | | |
isFocusabilityExplicitlySet | boolean isFocusabilityExplicitlySet()(Code) | | true if focusability was explicitly set via a call tosetFocusable() or via overriding isFocusable() orisFocusTraversable() |
isFocusable | public boolean isFocusable()(Code) | | |
isFontSet | public boolean isFontSet()(Code) | | |
isForegroundSet | public boolean isForegroundSet()(Code) | | |
isIndirectlyEnabled | boolean isIndirectlyEnabled()(Code) | | "Recursive" isEnabled().
true if not only component itself is enabled but its heavyweightparent is also "indirectly" enabled |
isKeyEnabled | boolean isKeyEnabled()(Code) | | |
isLightweight | public boolean isLightweight()(Code) | | |
isMaximumSizeSet | public boolean isMaximumSizeSet()(Code) | | |
isMinimumSizeSet | public boolean isMinimumSizeSet()(Code) | | |
isMouseEventEnabled | boolean isMouseEventEnabled(long eventMask)(Code) | | |
isMouseExitedExpected | boolean isMouseExitedExpected()(Code) | | |
isOpaque | public boolean isOpaque()(Code) | | |
isPeerFocusable | boolean isPeerFocusable()(Code) | | true if component has a focusable peer |
isPreferredSizeSet | public boolean isPreferredSizeSet()(Code) | | |
isPrepainter | boolean isPrepainter()(Code) | | |
isShowing | public boolean isShowing()(Code) | | |
isValid | public boolean isValid()(Code) | | |
isVisible | public boolean isVisible()(Code) | | |
keyDown | public boolean keyDown(Event evt, int key)(Code) | | |
layout | public void layout()(Code) | | |
mapToDisplay | void mapToDisplay(boolean b)(Code) | | |
mouseDown | public boolean mouseDown(Event evt, int x, int y)(Code) | | |
mouseDrag | public boolean mouseDrag(Event evt, int x, int y)(Code) | | |
mouseEnter | public boolean mouseEnter(Event evt, int x, int y)(Code) | | |
mouseExit | public boolean mouseExit(Event evt, int x, int y)(Code) | | |
mouseMove | public boolean mouseMove(Event evt, int x, int y)(Code) | | |
mouseUp | public boolean mouseUp(Event evt, int x, int y)(Code) | | |
move | public void move(int x, int y)(Code) | | |
moveFocus | void moveFocus()(Code) | | This method is called when some property of a component changes, making
it unfocusable, e. g. hide(), removeNotify(), setEnabled(false),
setFocusable(false) is called, and therefore automatic forward focus
traversal is necessary
|
moveFocusOnHide | void moveFocusOnHide()(Code) | | For Container there's a difference between moving focus when being made
invisible or made unfocusable in some other way, because when container
is made invisible, component still remains visible, i. e. its hide() or
setVisible() is not called.
|
nativeWindowCreated | void nativeWindowCreated(NativeWindow win)(Code) | | Called when native resource for this component is created (for
heavyweights only)
|
nextFocus | public void nextFocus()(Code) | | |
notifyInputMethod | void notifyInputMethod(Rectangle bounds)(Code) | | Calls InputContextImpl.notifyClientWindowChanged.
|
postHierarchyBoundsEvents | void postHierarchyBoundsEvents(Component changed, int id)(Code) | | |
postprocessEvent | void postprocessEvent(AWTEvent e, long eventMask)(Code) | | |
prepare4HierarchyChange | void prepare4HierarchyChange()(Code) | | |
prepareChildren4HierarchyChange | void prepareChildren4HierarchyChange()(Code) | | |
processMouseMotionEvent | protected void processMouseMotionEvent(MouseEvent e)(Code) | | |
propagateFont | boolean propagateFont()(Code) | | Invalidate the component if it inherits the font from the parent. This
method is overridden in Container.
true if the component was invalidated, false otherwise |
removeNextEvent | void removeNextEvent(int id)(Code) | | |
removeNotify | public void removeNotify()(Code) | | |
removeRelativeEvent | void removeRelativeEvent()(Code) | | |
repaint | public void repaint(long tm, int x, int y, int width, int height)(Code) | | |
repaint | public void repaint(int x, int y, int width, int height)(Code) | | |
repaint | public void repaint()(Code) | | |
repaint | public void repaint(long tm)(Code) | | |
requestFocus | protected boolean requestFocus(boolean temporary)(Code) | | |
requestFocus | public void requestFocus()(Code) | | |
requestFocusImpl | boolean requestFocusImpl(boolean temporary, boolean crossWindow, boolean rejectionRecovery)(Code) | | |
requestFocusInWindow | protected boolean requestFocusInWindow(boolean temporary)(Code) | | |
requestFocusInWindow | public boolean requestFocusInWindow()(Code) | | |
resetDefaultSize | void resetDefaultSize()(Code) | | |
reshape | public void reshape(int x, int y, int w, int h)(Code) | | |
resize | public void resize(int width, int height)(Code) | | |
setBounds | public void setBounds(int x, int y, int w, int h)(Code) | | |
setBounds | void setBounds(int x, int y, int w, int h, int bMask, boolean updateBehavior)(Code) | | Update the component bounds and post the appropriate events
|
setCaretPos | void setCaretPos(int x, int y)(Code) | | Set native caret at the given position
Note: this method takes AWT lock inside because it walks through the
component hierarchy
|
setCaretPosImpl | void setCaretPosImpl(int x, int y)(Code) | | This method should be called only at event dispatch thread
|
setCursor | void setCursor()(Code) | | Set current cursor shape to Component's Cursor
|
setEnabled | public void setEnabled(boolean value)(Code) | | |
setEnabledImpl | void setEnabledImpl(boolean value)(Code) | | |
setFocusTraversalKeys | public void setFocusTraversalKeys(int id, Set<? extends AWTKeyStroke> keystrokes)(Code) | | |
setFocusTraversalKeysEnabled | public void setFocusTraversalKeysEnabled(boolean value)(Code) | | |
setFocusable | public void setFocusable(boolean focusable)(Code) | | |
setIgnoreRepaint | public void setIgnoreRepaint(boolean value)(Code) | | |
setLocation | public void setLocation(int x, int y)(Code) | | |
setMouseExitedExpected | void setMouseExitedExpected(boolean expected)(Code) | | |
setPreferredSize | public void setPreferredSize(Dimension preferredSize)(Code) | | |
setRedrawManager | void setRedrawManager()(Code) | | |
setSize | public void setSize(int width, int height)(Code) | | |
setTextFieldKit | void setTextFieldKit(TextFieldKit kit)(Code) | | |
setTextKit | void setTextKit(TextKit kit)(Code) | | |
setVisible | public void setVisible(boolean b)(Code) | | |
show | public void show(boolean b)(Code) | | |
spreadHierarchyBoundsEvents | void spreadHierarchyBoundsEvents(Component changed, int id)(Code) | | |
transferFocus | void transferFocus(int dir)(Code) | | |
transferFocus | public void transferFocus()(Code) | | |
transferFocusBackward | public void transferFocusBackward()(Code) | | |
transferFocusUpCycle | public void transferFocusUpCycle()(Code) | | |
validate | public void validate()(Code) | | |
validateImpl | void validateImpl()(Code) | | |
|
|