cfa.vo.iris
Interface IButton

All Known Implementing Classes:
Button

public interface IButton

A simple interface for buttons

Author:
olaurino

Method Summary
 Icon getIcon()
          The image that graphically represents this button.
 Icon getThumbnail()
          The thumbnail that graphically represents this button.
 

Method Detail

getIcon

Icon getIcon()
The image that graphically represents this button.

Returns:
an Icon instance

getThumbnail

Icon getThumbnail()
The thumbnail that graphically represents this button.

Returns:
an Icon instance


Copyright © 2013. All rights reserved.