Package org.eclipse.gef
Class SharedImages
java.lang.Object
org.eclipse.gef.SharedImages
A class containing shared Images and ImageDescriptors for use by clients.
- Since:
- 2.1
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ImageDescriptorA 16x16 icon representing the Marquee Tool (nodes and connections)static final ImageDescriptorA 24x24 icon representing the Marquee Tool (nodes and connections)static final ImageDescriptorA 16x16 icon representing the Marquee Tool (connections only)static final ImageDescriptorA 24x24 icon representing the Marquee Tool (connections only).static final ImageDescriptorA 16x16 icon representing the Marquee Tool (nodes only)static final ImageDescriptorA 24x24 icon representing the Marquee Tool (nodes only).static final ImageDescriptorA 16x16 icon representing the Selection Toolstatic final ImageDescriptorA 24x24 icon representing the Selection Tool
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
DESC_SELECTION_TOOL_16A 16x16 icon representing the Selection Tool
- 
DESC_SELECTION_TOOL_24A 24x24 icon representing the Selection Tool
- 
DESC_MARQUEE_TOOL_16A 16x16 icon representing the Marquee Tool (nodes and connections)
- 
DESC_MARQUEE_TOOL_24A 24x24 icon representing the Marquee Tool (nodes and connections)
- 
DESC_MARQUEE_TOOL_NODES_16A 16x16 icon representing the Marquee Tool (nodes only)- Since:
- 3.7
 
- 
DESC_MARQUEE_TOOL_NODES_24A 24x24 icon representing the Marquee Tool (nodes only).- Since:
- 3.7
 
- 
DESC_MARQUEE_TOOL_CONNECTIONS_16A 16x16 icon representing the Marquee Tool (connections only)- Since:
- 3.7
 
- 
DESC_MARQUEE_TOOL_CONNECTIONS_24A 24x24 icon representing the Marquee Tool (connections only).- Since:
- 3.7
 
 
- 
- 
Constructor Details- 
SharedImagespublic SharedImages()
 
-