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