Home / 
  
Development / 
  
Documentation / 
  
    
	
	  
		
		
		  
2.0.44 / 
		
	  
      DeleteOutsideIntervalEdit
	
  
 
info.bioinfweb.treegraph.document.undo.edit
Class DeleteOutsideIntervalEdit
java.lang.Object
  
info.bioinfweb.treegraph.document.undo.DocumentEdit
      
info.bioinfweb.treegraph.document.undo.NodeBranchDataEdit
          
info.bioinfweb.treegraph.document.undo.edit.DeleteOutsideIntervalEdit
- All Implemented Interfaces: 
 - UndoableEdit
 
public class DeleteOutsideIntervalEdit
- extends NodeBranchDataEdit
 
- Since:
 
  - 2.0.24
 
- Author:
 
  - Ben Stöver
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
lowerBorder
private double lowerBorder
upperBorder
private double upperBorder
DeleteOutsideIntervalEdit
public DeleteOutsideIntervalEdit(Document document,
                                 NodeBranchDataAdapter adapter,
                                 double lowerBorder,
                                 double upperBorder)
deleteOutsideIntervalSubtree
private void deleteOutsideIntervalSubtree(Node root)
 
redo
public void redo()
          throws CannotRedoException
- Specified by:
 redo in interface UndoableEdit- Overrides:
 redo in class DocumentEdit
 
- Throws:
 CannotRedoException
 
getPresentationName
public String getPresentationName()