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
See Also:
The GNU General Public License for details.

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-2015