dsto.dfc.swt.styles
Interface Style

All Superinterfaces:
EnumerationValue, Iconic
All Known Implementing Classes:
AbstractStyle

public interface Style
extends Iconic, EnumerationValue

A logical display style.

Version:
$Revision$
Author:
Matthew Phillips

Method Summary
 String getDescription()
          A short (tooltip length) description of the style.
 Icon getIcon()
           
 String getIconicName()
           
 String getText()
          The user readable name of the style.
 Class getType()
          The type of value for the style.
 
Methods inherited from interface dsto.dfc.util.EnumerationValue
getEnumValues
 

Method Detail

getType

Class getType()
The type of value for the style.


getText

String getText()
The user readable name of the style.


getDescription

String getDescription()
A short (tooltip length) description of the style.


getIcon

Icon getIcon()
Specified by:
getIcon in interface Iconic

getIconicName

String getIconicName()
Specified by:
getIconicName in interface Iconic


Copyright © 2008 Commonwealth of Australia