info.bioinfweb.treegraph.gui.dialogs.elementformats
Interface ElementFormatTab
- All Known Implementing Classes:
- BranchPanel, DecimalFormatPanel, FontColorPanel, FontFormatsPanel, IconLabelPanel, LabelPanel, LegendPanel, LinePanel, NodeMarginPanel, ScaleBarPanel
public interface ElementFormatTab
|
Method Summary |
void |
addError(java.util.List<java.lang.String> list)
Adds error messages to the given list, if this tab contains any invalid user inputs. |
void |
addOperators(java.util.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. |
java.lang.String |
title()
|
setValues
boolean setValues(TreeSelection selection)
- The values of the first compatible element in the selection should be set to
the input components of this tab.
- Parameters:
selection - - the currently selected tree elements
- Returns:
false if no compatible element was selected
title
java.lang.String title()
resetChangeMonitors
void resetChangeMonitors()
addOperators
void addOperators(java.util.List<FormatOperator> operators)
addError
void addError(java.util.List<java.lang.String> list)
- Adds error messages to the given list, if this tab contains any invalid user inputs.
- Parameters:
list - - the list to add the messaged to