de.unihalle.informatik.MiToBo.core.helpers
Class MTBIcon

java.lang.Object
  extended by de.unihalle.informatik.MiToBo.core.helpers.MTBIcon

public class MTBIcon
extends Object

Singleton class to provide access to MiToBo icon in graphical environments.

Author:
moeller

Constructor Summary
protected MTBIcon()
          Default constructor.
 
Method Summary
 ImageIcon getIcon()
          Get reference to the icon.
static MTBIcon getInstance()
          Get singleton instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MTBIcon

protected MTBIcon()
Default constructor.

Method Detail

getInstance

public static MTBIcon getInstance()
Get singleton instance.

Returns:
Singleton instance.

getIcon

public ImageIcon getIcon()
Get reference to the icon.

Returns:
The MiToBo icon.


Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.