|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.pivot.wtk.skin.ComponentSkin
org.apache.pivot.wtk.skin.ActivityIndicatorSkin
org.apache.pivot.wtk.skin.terra.TerraActivityIndicatorSkin
public class TerraActivityIndicatorSkin
Activity indicator skin.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentListener |
|---|
org.apache.pivot.wtk.ComponentListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentStateListener |
|---|
org.apache.pivot.wtk.ComponentStateListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseListener |
|---|
org.apache.pivot.wtk.ComponentMouseListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseButtonListener |
|---|
org.apache.pivot.wtk.ComponentMouseButtonListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentKeyListener |
|---|
org.apache.pivot.wtk.ComponentKeyListener.Adapter |
| Constructor Summary | |
|---|---|
TerraActivityIndicatorSkin()
|
|
| Method Summary | |
|---|---|
void |
activeChanged(org.apache.pivot.wtk.ActivityIndicator activityIndicator)
|
Color |
getBackgroundColor()
|
Color |
getColor()
|
int |
getPreferredHeight(int width)
|
int |
getPreferredWidth(int height)
|
void |
paint(Graphics2D graphics)
|
void |
setBackgroundColor(Color backgroundColor)
|
void |
setBackgroundColor(int backgroundColor)
|
void |
setBackgroundColor(String backgroundColor)
|
void |
setColor(Color color)
|
void |
setColor(int color)
|
void |
setColor(String color)
|
| Methods inherited from class org.apache.pivot.wtk.skin.ActivityIndicatorSkin |
|---|
install, isFocusable, layout |
| Methods inherited from class org.apache.pivot.wtk.skin.ComponentSkin |
|---|
cursorChanged, decodeFont, dragSourceChanged, dropTargetChanged, enabledChanged, focusedChanged, getBaseline, getBaseline, getComponent, getHeight, getPreferredSize, getWidth, heightLimitsChanged, invalidateComponent, isOpaque, keyPressed, keyReleased, keyTyped, locationChanged, menuHandlerChanged, mouseClick, mouseDown, mouseMove, mouseOut, mouseOver, mouseUp, mouseWheel, nameChanged, parentChanged, preferredSizeChanged, repaintComponent, repaintComponent, repaintComponent, repaintComponent, repaintComponent, setSize, sizeChanged, tooltipDelayChanged, tooltipTextChanged, tooltipTriggered, visibleChanged, widthLimitsChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TerraActivityIndicatorSkin()
| Method Detail |
|---|
public int getPreferredWidth(int height)
public int getPreferredHeight(int width)
public void paint(Graphics2D graphics)
public Color getColor()
public void setColor(Color color)
public final void setColor(String color)
public final void setColor(int color)
public Color getBackgroundColor()
public void setBackgroundColor(Color backgroundColor)
public void setBackgroundColor(String backgroundColor)
public final void setBackgroundColor(int backgroundColor)
public void activeChanged(org.apache.pivot.wtk.ActivityIndicator activityIndicator)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||