|
Quaqua 5.4.1 2009-07-14 | ||||||||
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.ButtonFocusIcon
public class ButtonFocusIcon
A focus ring icon with different visuals reflecting the selected state of an abstract button.
Field Summary |
---|
Fields inherited from class ch.randelshofer.quaqua.icon.MultiIcon |
---|
icons |
Constructor Summary | |
---|---|
ButtonFocusIcon(javax.swing.Icon[] icons)
Creates a new instance. |
|
ButtonFocusIcon(javax.swing.Icon e,
javax.swing.Icon s)
Creates a new instance. |
|
ButtonFocusIcon(java.awt.Image[] images)
Creates a new instance. |
|
ButtonFocusIcon(java.awt.Image tiledImage,
int tileCount,
boolean isTiledHorizontaly)
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 ButtonFocusIcon(javax.swing.Icon e, javax.swing.Icon s)
public ButtonFocusIcon(java.awt.Image[] images)
public ButtonFocusIcon(javax.swing.Icon[] icons)
public ButtonFocusIcon(java.awt.Image tiledImage, int tileCount, boolean isTiledHorizontaly)
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 |