de.cau.cs.kieler.kiml.ui
Class KimlUiPlugin.Images

java.lang.Object
  extended by de.cau.cs.kieler.kiml.ui.KimlUiPlugin.Images
Enclosing class:
KimlUiPlugin

public static class KimlUiPlugin.Images
extends Object

nested class used to store images that are loaded at runtime.

Rating red

Method Summary
 Image getPropChoice()
          Returns the image for choice properties.
 Image getPropFalse()
          Returns the image for false boolean properties.
 Image getPropFloat()
          Returns the image for float properties.
 Image getPropInt()
          Returns the image for integer properties.
 Image getPropText()
          Returns the image for text properties.
 Image getPropTrue()
          Returns the image for true boolean properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPropChoice

public Image getPropChoice()
Returns the image for choice properties.

Returns:
the propChoice

getPropFalse

public Image getPropFalse()
Returns the image for false boolean properties.

Returns:
the propFalse

getPropFloat

public Image getPropFloat()
Returns the image for float properties.

Returns:
the propFloat

getPropInt

public Image getPropInt()
Returns the image for integer properties.

Returns:
the propInt

getPropText

public Image getPropText()
Returns the image for text properties.

Returns:
the propText

getPropTrue

public Image getPropTrue()
Returns the image for true boolean properties.

Returns:
the propTrue