|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.Icon
public class Icon
Field Summary | |
---|---|
static java.lang.String |
TRAY_ICON_LOCATION
The location string of the title bar icon that is also used as the system tray icon. |
Constructor Summary | |
---|---|
Icon()
This class simply retrieves the Icon images used in iTunesDSM through the static getIcons() method. |
Method Summary | |
---|---|
static java.util.List<java.awt.Image> |
getIcons()
Returns a list of images that are used by all gui elements in iTunesDSM. |
static java.awt.Image |
getTrayIcon()
Returns the System Tray icon. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TRAY_ICON_LOCATION
Constructor Detail |
---|
public Icon()
Method Detail |
---|
public static java.util.List<java.awt.Image> getIcons()
public static java.awt.Image getTrayIcon()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |