dsto.dfc.swt.icons
Class SimpleIconic

java.lang.Object
  extended by dsto.dfc.swt.icons.SimpleIconic
All Implemented Interfaces:
Iconic

public class SimpleIconic
extends Object
implements Iconic

Basic Iconic implementation.

Author:
Matthew Phillips

Field Summary
 Icon icon
           
 String text
           
 
Constructor Summary
SimpleIconic()
           
SimpleIconic(Icon icon, String text)
           
 
Method Summary
 Icon getIcon()
           
 String getIconicName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

icon

public Icon icon

text

public String text
Constructor Detail

SimpleIconic

public SimpleIconic()

SimpleIconic

public SimpleIconic(Icon icon,
                    String text)
Method Detail

getIconicName

public String getIconicName()
Specified by:
getIconicName in interface Iconic

getIcon

public Icon getIcon()
Specified by:
getIcon in interface Iconic


Copyright © 2008 Commonwealth of Australia