Home
last modified time | relevance | path

Searched refs:decorator (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DNewProjectPage.java905 private void updateDecorator(ControlDecoration decorator, IStatus status, boolean hasInfo) { in updateDecorator() argument
908 setDecoratorType(decorator, severity); in updateDecorator()
911 decorator.hide(); in updateDecorator()
913 decorator.show(); in updateDecorator()
918 private void setDecoratorType(ControlDecoration decorator, int severity) { in setDecoratorType() argument
929 decorator.setImage(errorFieldIndicator.getImage()); in setDecoratorType()
DNewTemplatePage.java698 private void updateDecorator(ControlDecoration decorator, IStatus status, String help) { in updateDecorator() argument
700 decorator.setDescriptionText(status != null ? status.getMessage() : help); in updateDecorator()
713 decorator.setImage(errorFieldIndicator.getImage()); in updateDecorator()
716 decorator.hide(); in updateDecorator()
718 decorator.show(); in updateDecorator()