|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueIconPair | |
---|---|
com.cosylab.gui | |
com.cosylab.gui.displayers | A package containing framework for building displayer components. |
Uses of ValueIconPair in com.cosylab.gui |
---|
Methods in com.cosylab.gui that return ValueIconPair | |
---|---|
ValueIconPair[] |
IconDisplayer.getIcons()
|
ValueIconPair[] |
IconCustomizer.getIcons()
Returns the icons selected in the customizer. |
Methods in com.cosylab.gui with parameters of type ValueIconPair | |
---|---|
void |
IconDisplayer.addIcon(ValueIconPair pair)
|
void |
IconDisplayer.addIcons(ValueIconPair[] icons)
|
void |
IconDisplayer.removeIcon(ValueIconPair icon)
|
void |
IconDisplayer.removeIcons(ValueIconPair[] icons)
|
void |
IconDisplayer.setIcons(ValueIconPair[] icons)
|
void |
IconCustomizer.setIcons(ValueIconPair[] pairs)
Sets the icons to the customizer chooser. |
Uses of ValueIconPair in com.cosylab.gui.displayers |
---|
Methods in com.cosylab.gui.displayers that return ValueIconPair | |
---|---|
ValueIconPair[] |
IconDisplayer.getIcons()
Returns an array of all icons that were associated with values. |
Methods in com.cosylab.gui.displayers with parameters of type ValueIconPair | |
---|---|
void |
IconDisplayer.addIcon(ValueIconPair pair)
Associates icon with value. |
void |
IconDisplayer.addIcons(ValueIconPair[] icons)
Associates icons with values. |
void |
IconDisplayer.removeIcon(ValueIconPair pair)
Removes icons. |
void |
IconDisplayer.removeIcons(ValueIconPair[] pairs)
Removes icons. |
void |
IconDisplayer.setIcons(ValueIconPair[] pairs)
Associates icons with values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |