A  C  D  G  I  J  K  P  R  S  T  U 

A

AquaThrobberUI - Class in com.bric.plaf
Twelve short line segments that rotate in a clockwise direction.
AquaThrobberUI() - Constructor for class com .bric .plaf . AquaThrobberUI
 

C

ChasingArrowsThrobberUI - Class in com.bric.plaf
A ThrobberUI of two arrows that rotate clockwise.
ChasingArrowsThrobberUI() - Constructor for class com .bric .plaf . ChasingArrowsThrobberUI
 
com.bric.plaf - package com.bric.plaf
 
com.bric.swing - package com.bric.swing
 
createIcon(Float, Dimension) - Method in class com .bric .plaf . ThrobberUI
Create an Icon representation of this ThrobberUI.
createUI(JComponent) - Static method in class com .bric .plaf . ThrobberUI
 

D

DEFAULT_PERIOD - Static variable in class com .bric .plaf . AquaThrobberUI
The number of milliseconds for the default period (500).
DEFAULT_PERIOD - Static variable in class com .bric .plaf . ChasingArrowsThrobberUI
The default duration (in ms) it takes to complete a cycle.
DEFAULT_PERIOD - Static variable in class com .bric .plaf . DetachingArcThrobberUI
 
DEFAULT_PERIOD - Static variable in class com .bric .plaf . PivotingCirclesThrobberUI
 
DEFAULT_PERIOD - Static variable in class com .bric .plaf . PulsingCirclesThrobberUI
The default duration (in ms) it takes to complete a cycle.
DEFAULT_PERIOD - Static variable in class com .bric .plaf . SierpinskiThrobberUI
 
DEFAULT_PERIOD - Static variable in class com .bric .plaf . StarThrobberUI
 
DetachingArcThrobberUI - Class in com.bric.plaf
A ThrobberUI that shows 3 arcs detaching from a circle and floating outward while fading away.
DetachingArcThrobberUI() - Constructor for class com .bric .plaf . DetachingArcThrobberUI
 

G

getDefaultForeground() - Method in class com .bric .plaf . AquaThrobberUI
 
getDefaultForeground() - Method in class com .bric .plaf . ChasingArrowsThrobberUI
 
getDefaultForeground() - Method in class com .bric .plaf . DetachingArcThrobberUI
 
getDefaultForeground() - Method in class com .bric .plaf . PivotingCirclesThrobberUI
 
getDefaultForeground() - Method in class com .bric .plaf . PulsingCirclesThrobberUI
 
getDefaultForeground() - Method in class com .bric .plaf . SierpinskiThrobberUI
 
getDefaultForeground() - Method in class com .bric .plaf . StarThrobberUI
 
getDefaultForeground() - Method in class com .bric .plaf . ThrobberUI
Return the default foreground color for this throbber.
getPeriod(JComponent, int) - Method in class com .bric .plaf . ThrobberUI
Return the period (in milliseconds) of this throbber.
getPreferredSize() - Method in class com .bric .plaf . AquaThrobberUI
 
getPreferredSize() - Method in class com .bric .plaf . ChasingArrowsThrobberUI
 
getPreferredSize() - Method in class com .bric .plaf . DetachingArcThrobberUI
 
getPreferredSize() - Method in class com .bric .plaf . PivotingCirclesThrobberUI
 
getPreferredSize() - Method in class com .bric .plaf . PulsingCirclesThrobberUI
 
getPreferredSize() - Method in class com .bric .plaf . SierpinskiThrobberUI
 
getPreferredSize() - Method in class com .bric .plaf . StarThrobberUI
 
getPreferredSize(JComponent) - Method in class com .bric .plaf . ThrobberUI
 
getPreferredSize() - Method in class com .bric .plaf . ThrobberUI
 
getUI() - Method in class com .bric .swing . JThrobber
 
getUIClassID() - Method in class com .bric .swing . JThrobber
 

I

installUI(JComponent) - Method in class com .bric .plaf . ThrobberUI
 
isActive() - Method in class com .bric .swing . JThrobber
 

J

JThrobber - Class in com.bric.swing
This is a simple animated component used to indicate activity when a JProgressBar is either not useful (because a task is indeterminate) or too large (because a task must be expressed in a tiny amount of space).
JThrobber() - Constructor for class com .bric .swing . JThrobber
 

K

KEY_ACTIVE - Static variable in class com .bric .swing . JThrobber
 

P

paint(Graphics2D, float, Color, int, int, int, int, float) - Static method in class com .bric .plaf . AquaThrobberUI
Paints the 12 angular lines in a circle often used to indicate progress in the Aqua interface.
paint(Graphics, JComponent) - Method in class com .bric .plaf . ThrobberUI
 
paint(Graphics, JComponent, Float) - Method in class com .bric .plaf . ThrobberUI
 
paintBackground(Graphics2D, JComponent) - Method in class com .bric .plaf . ThrobberUI
Paint the background color, if the argument is opaque.
paintForeground(Graphics2D, JComponent, Dimension, Float) - Method in class com .bric .plaf . AquaThrobberUI
 
paintForeground(Graphics2D, JComponent, Dimension, Float) - Method in class com .bric .plaf . ChasingArrowsThrobberUI
 
paintForeground(Graphics2D, JComponent, Dimension, Float) - Method in class com .bric .plaf . DetachingArcThrobberUI
 
paintForeground(Graphics2D, JComponent, Dimension, Float) - Method in class com .bric .plaf . PivotingCirclesThrobberUI
 
paintForeground(Graphics2D, JComponent, Dimension, Float) - Method in class com .bric .plaf . PulsingCirclesThrobberUI
 
paintForeground(Graphics2D, JComponent, Dimension, Float) - Method in class com .bric .plaf . SierpinskiThrobberUI
 
paintForeground(Graphics2D, JComponent, Dimension, Float) - Method in class com .bric .plaf . StarThrobberUI
 
paintForeground(Graphics2D, JComponent, Dimension, Float) - Method in class com .bric .plaf . ThrobberUI
Paints the foreground.
PERIOD_KEY - Static variable in class com .bric .plaf . ThrobberUI
An optional client property to define the period of this animation (if the animation has a period).
PERIOD_MULTIPLIER_KEY - Static variable in class com .bric .plaf . ThrobberUI
An optional client property to slow the default period by a fixed interval.
PivotingCirclesThrobberUI - Class in com.bric.plaf
A ThrobberUI showing 3 pivoting circles.
PivotingCirclesThrobberUI() - Constructor for class com .bric .plaf . PivotingCirclesThrobberUI
 
PulsingCirclesThrobberUI - Class in com.bric.plaf
A ThrobberUI showing 3 circles pulsing outward that also move in a clockwise rotation.
PulsingCirclesThrobberUI() - Constructor for class com .bric .plaf . PulsingCirclesThrobberUI
 

R

repaintInterval - Variable in class com .bric .plaf . ThrobberUI
 

S

setActive(boolean) - Method in class com .bric .swing . JThrobber
An inactive throbber doesn't paint itself.
setUI(ThrobberUI) - Method in class com .bric .swing . JThrobber
 
SierpinskiThrobberUI - Class in com.bric.plaf
A ThrobberUI that paints an inner and outer Sierpinski triangle rotating clockwise and spiraling inward.
SierpinskiThrobberUI() - Constructor for class com .bric .plaf . SierpinskiThrobberUI
 
StarThrobberUI - Class in com.bric.plaf
This complicated ThrobberUI renders pivoting lines of a common 5-point star.
StarThrobberUI() - Constructor for class com .bric .plaf . StarThrobberUI
 

T

ThrobberUI - Class in com.bric.plaf
The ComponentUI for JThrobber.
ThrobberUI(int) - Constructor for class com .bric .plaf . ThrobberUI
 
TIMER_KEY - Static variable in class com .bric .plaf . ThrobberUI
 

U

uninstallUI(JComponent) - Method in class com .bric .plaf . ThrobberUI
 
updateUI() - Method in class com .bric .swing . JThrobber
 
A  C  D  G  I  J  K  P  R  S  T  U