Package org.pushingpixels.lafwidget
Interface Resettable
-
- All Known Implementing Classes:
MenuSearchWidget,TabPagerWidget
public interface ResettableBase interface for widgets that support the reset operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset()Resets the state ofthiswidget.
-