GEF (MVC)
3.9.100.201405261516

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(java.lang.String description)
          Shows the error to the user.
 

Method Detail

clearProblem

void clearProblem()
Clears the error.


showProblem

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

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

GEF (MVC)
3.9.100.201405261516

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