| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementFormatTab
Classes that implement single tabs of the ElementFormatsDialog must implement this interface.
ElementFormatsDialog| Method Summary | |
|---|---|
 void | 
addError(List<String> list)
Adds error messages to the given list, if this tab contains any invalid user inputs.  | 
 void | 
addOperators(List<FormatOperator> operators)
 | 
 void | 
resetChangeMonitors()
 | 
 boolean | 
setValues(TreeSelection selection)
The values of the first compatible element in the selection should be set to the input components of this tab.  | 
 String | 
title()
 | 
| Method Detail | 
|---|
boolean setValues(TreeSelection selection)
selection - the currently selected tree elements
false if no compatible element was selectedString title()
void resetChangeMonitors()
void addOperators(List<FormatOperator> operators)
void addError(List<String> list)
list - the list to add the messaged to
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||