|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.icons.IconSet
public class IconSet
IconSet is a class which works with JIDE Basic Icon Set (http://www.jidesoft.com/icon/).
It defines 141 icons in 12 sections in this class. We could add more in the future. All JIDE icon set will follow the
naming conversion as defined here.
IconSetManager| Nested Class Summary | |
|---|---|
static class |
IconSet.Direction
|
static class |
IconSet.Edit
|
static class |
IconSet.File
|
static class |
IconSet.FindReplace
|
static class |
IconSet.Hardware
|
static class |
IconSet.Help
|
static class |
IconSet.MediaControl
|
static class |
IconSet.Movement
|
static class |
IconSet.Overlay
|
static class |
IconSet.Software
|
static class |
IconSet.Text
|
static class |
IconSet.View
|
| Constructor Summary | |
|---|---|
IconSet(String iconSetName,
int[] availableSizes,
String packageName)
Creates an IconSet. |
|
| Method Summary | |
|---|---|
int[] |
getAvailableSizes()
Gets all the available sizes. |
String |
getIconSetName()
Gets the icon set name. |
int |
getNextAvailableSize(int size)
Gets the next available size of the requested size. |
String |
getPackageName()
Gets the package name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IconSet(String iconSetName,
int[] availableSizes,
String packageName)
iconSetName - the icon set nameavailableSizes - all available sizes. It must be in order from the smallest to the biggest.packageName - the package name where the icons exist. All icons in JIDE icon set are defined under
"com.jidesoft.icons.| Method Detail |
|---|
public String getIconSetName()
public int getNextAvailableSize(int size)
size - the requested size
public int[] getAvailableSizes()
public String getPackageName()
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||