Interface EntryPageContainer
-
- All Known Implementing Classes:
PaletteCustomizerDialog
public interface EntryPageContainerAnEntryPageContainerallows anEntryPageto report errors to it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearProblem()Clears the error.voidshowProblem(java.lang.String description)Shows the error to the user.
-