|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericDrawable | |
com.arsdigita.toolbox.rebop | "Rebop" is a lightweight collection of AWT-based components suitable for using in applet development. |
Uses of GenericDrawable in com.arsdigita.toolbox.rebop |
Classes in com.arsdigita.toolbox.rebop that implement GenericDrawable | |
class |
AbstractDrawable
Partial implementation of the GenericDrawable interface so derived classes don't have to implement the Offset methods. |
class |
BevelBox
Used to draw 3D boxes and edges around components. |
class |
GenericButton
|
class |
GenericComponent
Root of all rebop components. |
class |
GenericImage
GenericImage.java Created: Fri Sep 21 06:54:02 2001 |
class |
GenericLabel
GenericLabel.java Created: Thu Sep 20 08:28:15 2001 |
class |
GenericList
|
class |
GenericListItem
A component which can be added to generic lists |
class |
StyledText
Represents text that contains multiple fonts and colors. |
Fields in com.arsdigita.toolbox.rebop declared as GenericDrawable | |
protected GenericDrawable |
GenericButton.m_upDrawable
|
protected GenericDrawable |
GenericButton.m_overDrawable
|
protected GenericDrawable |
GenericButton.m_downDrawable
|
protected GenericDrawable |
GenericButton.m_disabledDrawable
|
Methods in com.arsdigita.toolbox.rebop that return GenericDrawable | |
GenericDrawable |
GenericList.getItemUpDrawable()
|
GenericDrawable |
GenericList.getItemDownDrawable()
|
GenericDrawable |
GenericList.getItemOverDrawable()
|
GenericDrawable |
GenericComponent.getDrawable()
|
Methods in com.arsdigita.toolbox.rebop with parameters of type GenericDrawable | |
void |
GenericList.setItemUpDrawable(GenericDrawable upDrawable)
|
void |
GenericList.setItemDownDrawable(GenericDrawable downDrawable)
|
void |
GenericList.setItemOverDrawable(GenericDrawable overDrawable)
|
void |
GenericLabel.setDrawable(GenericDrawable drawable)
|
void |
GenericComponent.setDrawable(GenericDrawable drawable)
Sets the object that will draw this component. |
void |
GenericButton.setUpDrawable(GenericDrawable upDraw)
|
void |
GenericButton.setDownDrawable(GenericDrawable downDraw)
|
void |
GenericButton.setOverDrawable(GenericDrawable overDraw)
|
Constructors in com.arsdigita.toolbox.rebop with parameters of type GenericDrawable | |
GenericListItem(Image icon,
String label,
String text,
Object userData,
GenericDrawable upDrawable,
GenericDrawable downDrawable,
GenericDrawable overDrawable)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |