Eclipse GEF
2.1

org.eclipse.gef.ui.palette.customize
Interface EntryPageContainer

All Known Implementing Classes:
PaletteCustomizerDialog

public interface EntryPageContainer

An EntryPageContainer allows an EntryPage to report errors to it.


Method Summary
 void clearProblem()
          Clears the error.
 void showProblem(String description)
          Shows the error to the user.
 

Method Detail

clearProblem

public void clearProblem()
Clears the error.


showProblem

public void showProblem(String description)
Shows the error to the user.

Parameters:
description - A description of the problem. Should be as brief as possible.

Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.