pivot.wtk.skin
Class ActivityIndicatorSkin
java.lang.Object
pivot.wtk.skin.ComponentSkin
pivot.wtk.skin.ActivityIndicatorSkin
- All Implemented Interfaces:
- ActivityIndicatorListener, ComponentKeyListener, ComponentLayoutListener, ComponentListener, ComponentMouseButtonListener, ComponentMouseListener, ComponentMouseWheelListener, ComponentStateListener, ConstrainedVisual, Skin, Visual
- Direct Known Subclasses:
- TerraActivityIndicatorSkin
public abstract class ActivityIndicatorSkin
- extends ComponentSkin
- implements ActivityIndicatorListener
Abstract base class for activity indicator skins.
- Author:
- gbrown
Method Summary |
void |
install(Component component)
Associates a skin with a component. |
void |
layout()
If the component on which the skin is installed is a container, lays
out the container's children. |
void |
uninstall()
Dissociates a skin from a component. |
Methods inherited from class pivot.wtk.skin.ComponentSkin |
cursorChanged, displayableChanged, enabledChanged, focusedChanged, getComponent, getHeight, getPreferredSize, getWidth, invalidateComponent, isFocusable, isOpaque, keyPressed, keyReleased, keyTyped, locationChanged, mouseClick, mouseDown, mouseMove, mouseOut, mouseOver, mouseUp, mouseWheel, parentChanged, preferredSizeChanged, repaintComponent, repaintComponent, repaintComponent, repaintComponent, setSize, sizeChanged, styleUpdated, tooltipTextChanged, visibleChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface pivot.wtk.Visual |
paint |
ActivityIndicatorSkin
public ActivityIndicatorSkin()
install
public void install(Component component)
- Description copied from interface:
Skin
- Associates a skin with a component.
- Specified by:
install
in interface Skin
- Overrides:
install
in class ComponentSkin
- Parameters:
component
- The component to which the skin is being attached.
uninstall
public void uninstall()
- Description copied from interface:
Skin
- Dissociates a skin from a component.
- Specified by:
uninstall
in interface Skin
- Overrides:
uninstall
in class ComponentSkin
layout
public void layout()
- Description copied from interface:
Skin
- If the component on which the skin is installed is a container, lays
out the container's children.
- Specified by:
layout
in interface Skin