info.bioinfweb.treegraph.document.nodebranchdata
Class TextLabelAdapter
java.lang.Object
  
info.bioinfweb.treegraph.document.nodebranchdata.AbstractNodeBranchDataAdapter
      
info.bioinfweb.treegraph.document.nodebranchdata.TextElementDataAdapter
          
info.bioinfweb.treegraph.document.nodebranchdata.AbstractIDElementAdapter
              
info.bioinfweb.treegraph.document.nodebranchdata.TextLabelAdapter
- All Implemented Interfaces: 
 - IDElementAdapter, NodeBranchDataAdapter
 
- Direct Known Subclasses: 
 - NewTextLabelAdapter
 
public class TextLabelAdapter
- extends AbstractIDElementAdapter
- implements NodeBranchDataAdapter
  
 
 
 
 
 
 
 
 
defaultDecimalFormat
private DecimalFormat defaultDecimalFormat
TextLabelAdapter
public TextLabelAdapter(String labelID,
                        DecimalFormat decimalFormat)
getData
public TextElementData getData(Node node)
- Specified by:
 getData in class TextElementDataAdapter
 
 
assignData
public boolean assignData(Node node,
                          TextElementData data)
- Specified by:
 assignData in class TextElementDataAdapter
 
 
getDecimalFormat
public DecimalFormat getDecimalFormat(Node node)
- Specified by:
 getDecimalFormat in class TextElementDataAdapter
 
 
createData
protected void createData(Node node)
- Description copied from class: 
TextElementDataAdapter 
- This method should create the data object if does not already exist.
- Specified by:
 createData in class TextElementDataAdapter
 
- Parameters:
 node - the node wich is assiciated with the data object
 
 
delete
public void delete(Node node)
- Specified by:
 delete in interface NodeBranchDataAdapter- Overrides:
 delete in class TextElementDataAdapter
 
 
getDataElement
public TextLabel getDataElement(Node node)
- Description copied from interface: 
NodeBranchDataAdapter 
- This method should return the tree element which contains the data which is edited
 with the implementation of the respective adapter.
- Specified by:
 getDataElement in interface NodeBranchDataAdapter- Overrides:
 getDataElement in class AbstractIDElementAdapter
 
- Returns:
 
 
 
toString
public String toString()
- Description copied from interface: 
NodeBranchDataAdapter 
- A description of the adapter that is readable by the user should be returned here.
- Specified by:
 toString in interface NodeBranchDataAdapter- Overrides:
 toString in class Object