|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Icon | |
---|---|
dsto.dfc.swt.commands | Framework for defining and presenting user commands in a UI. |
dsto.dfc.swt.icons | |
dsto.dfc.swt.styles |
Uses of Icon in dsto.dfc.swt.commands |
---|
Fields in dsto.dfc.swt.commands declared as Icon | |
---|---|
static Icon |
AbstractCommand.NO_ICON
Value to use when a command has no icon. |
Methods in dsto.dfc.swt.commands that return Icon | |
---|---|
Icon |
Command.getIcon()
The symbolic icon for the command. |
Icon |
AbstractCommand.getIcon()
|
Methods in dsto.dfc.swt.commands with parameters of type Icon | |
---|---|
void |
Command.setIcon(Icon newIcon)
|
void |
AbstractCommand.setIcon(Icon newIcon)
|
Constructors in dsto.dfc.swt.commands with parameters of type Icon | |
---|---|
AbstractCommand(String name,
Icon icon,
String group,
String description,
boolean interactive)
Create a new instance. |
|
AbstractCommand(String name,
Icon icon,
String group,
String description,
boolean interactive,
char mnemonic,
int accelerator)
Create a new instance. |
|
BasicToggleCommand(String name,
Icon icon,
String group,
String description,
boolean interactive,
char mnemonic,
int accelerator)
|
|
CmdChangeDataObjectProperty(String name,
Object property,
Object value,
String group,
String description,
Icon icon)
Create a new instance. |
|
CmdSetBeanProperty(Object bean,
String property,
Object value,
String name,
Icon icon,
String group,
String description)
|
Uses of Icon in dsto.dfc.swt.icons |
---|
Classes in dsto.dfc.swt.icons that implement Icon | |
---|---|
class |
ColourIcon
A simple icon displaying a block of solid colour. |
class |
DynamicIcon
Base class for icons that draw themselves dynamically. |
class |
FlowIcon
|
class |
ImageDataIcon
An icon that is created from preloaded image data. |
class |
ImageDescriptorIcon
Wraps a JFace ImageDesecriptor as an Icon. |
class |
ImageResourceIcon
An icon that paints an image retrieved from a local resource (.gif, .png, etc). |
class |
NullIcon
An empty icon. |
class |
StackIcon
An icon that stacks one icon on another. |
Fields in dsto.dfc.swt.icons declared as Icon | |
---|---|
Icon |
ValueLabel.icon
The (optional) icon. |
Icon |
SimpleIconic.icon
|
protected Icon |
StackIcon.lowerIcon
|
protected Icon |
StackIcon.upperIcon
|
Methods in dsto.dfc.swt.icons that return Icon | |
---|---|
static Icon |
Images.createIcon(String resource)
|
Icon |
SimpleIconic.getIcon()
|
Icon |
IconicEnumerationValue.getIcon()
|
Icon |
Iconic.getIcon()
|
Icon |
StackIcon.getLowerIcon()
|
Icon |
StackIcon.getUpperIcon()
|
Methods in dsto.dfc.swt.icons with parameters of type Icon | |
---|---|
void |
FlowIcon.addIcon(Icon icon)
|
org.eclipse.swt.graphics.Image |
IconCache.get(Icon icon)
Retrieve the image for a cached icon. |
org.eclipse.swt.graphics.Image |
IconCache.getOrPut(Icon icon)
Like get (), but put ()'s the icon if not in the cache. |
org.eclipse.swt.graphics.Image |
IconCache.put(Icon icon)
Put icon into the cache. |
void |
IconCache.remove(Icon icon)
Reverse of put (): decrements an icon's reference count in the cache. |
void |
FlowIcon.removeIcon(Icon icon)
|
void |
StackIcon.setLowerIcon(Icon newValue)
|
void |
StackIcon.setUpperIcon(Icon newValue)
|
Constructors in dsto.dfc.swt.icons with parameters of type Icon | |
---|---|
FlowIcon(Icon icon1,
Icon icon2)
|
|
IconicEnumerationValue(String name,
Icon icon)
|
|
IconicEnumerationValue(String name,
String text,
Icon iconResource)
|
|
SimpleIconic(Icon icon,
String text)
|
|
StackIcon(Icon lowerIcon,
Icon upperIcon)
Make an icon that consists of one icon overlayed on another. |
|
StackIcon(Icon lowerIcon,
Icon upperIcon,
int alignment)
Make an icon that consists of one icon overlayed on another. |
|
ValueLabel(String label,
Icon icon,
Object value)
Create a new instance. |
Uses of Icon in dsto.dfc.swt.styles |
---|
Methods in dsto.dfc.swt.styles that return Icon | |
---|---|
Icon |
Style.getIcon()
|
Constructors in dsto.dfc.swt.styles with parameters of type Icon | |
---|---|
AbstractStyle(String name,
String text,
Class type,
String description,
Icon icon)
Creates a new AbstractStyle instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |