Interface EntryPageContainer
-
- All Known Implementing Classes:
PaletteCustomizerDialog
public interface EntryPageContainer
AnEntryPageContainer
allows anEntryPage
to report errors to it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearProblem()
Clears the error.void
showProblem(java.lang.String description)
Shows the error to the user.
-