Interface EntryPageContainer
- All Known Implementing Classes:
PaletteCustomizerDialog
public interface EntryPageContainer
An
EntryPageContainer allows an EntryPage to report
errors to it.-
Method Summary
Modifier and TypeMethodDescriptionvoidClears the error.voidshowProblem(String description) Shows the error to the user.
-
Method Details
-
clearProblem
void clearProblem()Clears the error. -
showProblem
Shows the error to the user.- Parameters:
description- A description of the problem. Should be as brief as possible.
-