info.bioinfweb.treegraph.gui.dialogs.elementformats
Interface ElementFormatTab
- All Known Implementing Classes:
- BranchPanel, DecimalFormatPanel, FontColorPanel, FontFormatsPanel, LabelPanel, LegendPanel, LinePanel, ScaleBarPanel
public interface ElementFormatTab
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.Vector<FormatOperator> operators)