|
Quaqua 7.4.2 2011-07-05 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.randelshofer.quaqua.icon.MultiIcon
ch.randelshofer.quaqua.icon.ButtonStateIcon
public class ButtonStateIcon
An Icon with different visuals reflecting the state of the AbstractButton on which it draws on.
Field Summary |
---|
Fields inherited from class ch.randelshofer.quaqua.icon.MultiIcon |
---|
icons |
Constructor Summary | |
---|---|
ButtonStateIcon(javax.swing.Icon[] icons)
Creates a new instance. |
|
ButtonStateIcon(javax.swing.Icon e,
javax.swing.Icon ep,
javax.swing.Icon es,
javax.swing.Icon eps,
javax.swing.Icon d,
javax.swing.Icon ds)
Creates a new instance. |
|
ButtonStateIcon(java.awt.Image[] images)
Creates a new instance. |
|
ButtonStateIcon(java.awt.Image tiledImage,
int tileCount,
boolean isTiledHorizontally)
Creates a new instance. |
Method Summary | |
---|---|
protected void |
generateMissingIcons()
|
protected javax.swing.Icon |
getIcon(java.awt.Component c)
|
Methods inherited from class ch.randelshofer.quaqua.icon.MultiIcon |
---|
getIconHeight, getIconWidth, paintIcon |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ButtonStateIcon(javax.swing.Icon e, javax.swing.Icon ep, javax.swing.Icon es, javax.swing.Icon eps, javax.swing.Icon d, javax.swing.Icon ds)
public ButtonStateIcon(java.awt.Image[] images)
public ButtonStateIcon(javax.swing.Icon[] icons)
public ButtonStateIcon(java.awt.Image tiledImage, int tileCount, boolean isTiledHorizontally)
Method Detail |
---|
protected javax.swing.Icon getIcon(java.awt.Component c)
getIcon
in class MultiIcon
protected void generateMissingIcons()
generateMissingIcons
in class MultiIcon
|
Copyright 2003-2007 (c) Werner Randelshofer. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |