org.ceryle.ui
Interface Dimmable


public interface Dimmable

A simple interface that permits setting a dimmed state (idle, as expressed in the UI) for a component.

Version:
$Id: Dimmable.java,v 3.5 2007-06-15 12:09:36 altheim Exp $
Author:
Murray Altheim

Method Summary
 boolean isDimmed()
          Returns the dimmed state of the implementing component.
 void setDimmed(boolean dimmed)
          Sets the dimmed state of the component.
 

Method Detail

setDimmed

void setDimmed(boolean dimmed)
Sets the dimmed state of the component.


isDimmed

boolean isDimmed()
Returns the dimmed state of the implementing component.



The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.