org.crosswire.common.swing.desktop
Interface Clearable

All Known Implementing Classes:
BibleViewPane

public interface Clearable

A Clearable object can be cleared and can be queried to see if it is cleared.

Author:
DM Smith [ dmsmith555 at yahoo dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Method Summary
 void clear()
          Clear this object, resetting it back to its initial state.
 boolean isClear()
          Determine whether this object is in its initial state.
 

Method Detail

clear

void clear()
Clear this object, resetting it back to its initial state.


isClear

boolean isClear()
Determine whether this object is in its initial state.

Returns:
whether this object is clear.

Copyright ยจ 2003-2013