Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
javax.swing.plaf | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. |
Uses of JLayer in javax.swing.plaf |
---|
Modifier and Type | Method and Description |
---|---|
void |
LayerUI.applyPropertyChange(PropertyChangeEvent evt,
JLayer<? extends V> l)
Notifies the LayerUI when any of its property are changed
and enables updating every JLayer
this LayerUI instance is set to. |
void |
LayerUI.doLayout(JLayer<? extends V> l)
Causes the passed instance of JLayer to lay out its components. |
void |
LayerUI.eventDispatched(AWTEvent e,
JLayer<? extends V> l)
Processes AWTEvent s for JLayer
and all its descendants to this LayerUI instance. |
protected void |
LayerUI.processComponentEvent(ComponentEvent e,
JLayer<? extends V> l)
Processes component events occurring on the JLayer
or any of its subcomponents. |
protected void |
LayerUI.processFocusEvent(FocusEvent e,
JLayer<? extends V> l)
Processes focus events occurring on the JLayer
or any of its subcomponents. |
protected void |
LayerUI.processHierarchyBoundsEvent(HierarchyEvent e,
JLayer<? extends V> l)
Processes hierarchy bounds event occurring on the JLayer
or any of its subcomponents. |
protected void |
LayerUI.processHierarchyEvent(HierarchyEvent e,
JLayer<? extends V> l)
Processes hierarchy event occurring on the JLayer
or any of its subcomponents. |
protected void |
LayerUI.processInputMethodEvent(InputMethodEvent e,
JLayer<? extends V> l)
Processes input event occurring on the JLayer
or any of its subcomponents. |
protected void |
LayerUI.processKeyEvent(KeyEvent e,
JLayer<? extends V> l)
Processes key events occurring on the JLayer
or any of its subcomponents. |
protected void |
LayerUI.processMouseEvent(MouseEvent e,
JLayer<? extends V> l)
Processes mouse events occurring on the JLayer
or any of its subcomponents. |
protected void |
LayerUI.processMouseMotionEvent(MouseEvent e,
JLayer<? extends V> l)
Processes mouse motion event occurring on the JLayer
or any of its subcomponents. |
protected void |
LayerUI.processMouseWheelEvent(MouseWheelEvent e,
JLayer<? extends V> l)
Processes mouse wheel event occurring on the JLayer
or any of its subcomponents. |
void |
LayerUI.repaint(long tm,
int x,
int y,
int width,
int height,
JLayer<? extends V> l)
Adds the specified region to the dirty region list if the component is showing. |
void |
LayerUI.updateUI(JLayer<? extends V> l)
Invoked when updateUI() is called
by the JLayer this LayerUI is set to. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.