|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.TitleImagesManager
public class TitleImagesManager
A Class used for accessing the available title images for the
MockCentralPluginEditor.
| Constructor Summary | |
|---|---|
TitleImagesManager()
Creates a new instance. |
|
| Method Summary | |
|---|---|
void |
dispose()
Disposes the stored images. |
org.eclipse.swt.graphics.Image |
getImage(java.lang.String key)
Returns an Image for the corresponding key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TitleImagesManager()
| Method Detail |
|---|
public org.eclipse.swt.graphics.Image getImage(java.lang.String key)
Image for the corresponding key. Valid keys include
the toString() values of any of the NodeProblemSeverity enum
values.
key - the key.
Image for the corresponding key.public void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||