cfa.vo.iris
Class Button

java.lang.Object
  extended by cfa.vo.iris.Button
All Implemented Interfaces:
IButton

public class Button
extends Object
implements IButton

Author:
olaurino

Constructor Summary
Button(Icon icon, Icon thumbnail)
           
Button(String iconResourcePath, String thumbnailResourcePath)
           
 
Method Summary
 Icon getIcon()
          The image that graphically represents this button.
 Icon getThumbnail()
          The thumbnail that graphically represents this button.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Button

public Button(Icon icon,
              Icon thumbnail)

Button

public Button(String iconResourcePath,
              String thumbnailResourcePath)
Method Detail

getIcon

public Icon getIcon()
Description copied from interface: IButton
The image that graphically represents this button.

Specified by:
getIcon in interface IButton
Returns:
an Icon instance

getThumbnail

public Icon getThumbnail()
Description copied from interface: IButton
The thumbnail that graphically represents this button.

Specified by:
getThumbnail in interface IButton
Returns:
an Icon instance


Copyright © 2013. All rights reserved.