dsto.dfc.swing.styles
Interface Style

All Superinterfaces:
Iconic
All Known Implementing Classes:
AbstractStyle

public interface Style
extends Iconic

A logical display style.

Version:
$Revision$
Author:
Matthew Phillips

Field Summary
 
Fields inherited from interface dsto.dfc.swing.icons.Iconic
NULL_ICON
 
Method Summary
 String getDescription()
          A short (tooltip length) description of the style.
 Icon getIcon()
          The small (16x16) icon for the object.
 Icon getLargeIcon()
          The large (32x32) icon.
 String getText()
          The user readable name of the style.
 Class getType()
          The type of value for the style.
 
Methods inherited from interface dsto.dfc.swing.icons.Iconic
getName
 

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()
Description copied from interface: Iconic
The small (16x16) icon for the object. May be null if no small icon is available.

Specified by:
getIcon in interface Iconic

getLargeIcon

Icon getLargeIcon()
Description copied from interface: Iconic
The large (32x32) icon.

Specified by:
getLargeIcon in interface Iconic
Returns:
The large icon, or null if no large icon is available.


Copyright © 2008 Commonwealth of Australia