Package com.iizigo.ws
Class PluginApplicationUI
java.lang.Object
com.iizigo.ws.PluginApplicationUI
The Plug-in ApplicationUI instance holds the various images loaded from Image Descriptors and can be used as SWT Images directly, as well as other SWT allocated object such as colors.
- Author:
- Christopher Mindus
- Field SummaryFields
- Method SummaryModifier and TypeMethodDescriptionGets an Image from a file name.- getImage- (ImageDescriptor descriptor) Loads the image for an Image Descriptor and caches it.- static PluginApplicationUIGets the instance of the ApplicationUI.
- Field Details- imageWebService
- imageWebServiceActor
- imageRequest
- imageReply
- imageInputVariable
- imageRun
- imageJSON
- imageURL
- imageReplyProcessor
- imageVariables
- imageBoolean
- imageNumber
- imageString
- imageArray
- imageObject
- imageNull
- imageFlag
- imageOutputVariable
- imageOutputTable
- imageOutputColumn
- imageOuptutVariableIdentification
- imageOuptutColumnIdentification
 
- Method Details- getInstanceGets the instance of the ApplicationUI. The first time this is done, it must be from the SWT thread, otherwise an InternalError is thrown.- Returns:
- The singleton.
 
- getImageGets an Image from a file name.- Parameters:
- fileName- The file name loads a descriptor from the "icons" folder.
- Returns:
- The image, or null if not found.
 
- getImageLoads the image for an Image Descriptor and caches it. It will be disposed of when the plug-in exits.- Parameters:
- descriptor- The Image Descriptor or null if none.
- Returns:
- The image created, null for none or when Image Descriptor is null.