csheets.ext.deptree
Class DependencyTreeExtension

java.lang.Object
  extended by csheets.ext.Extension
      extended by csheets.ext.deptree.DependencyTreeExtension
All Implemented Interfaces:
Comparable<Extension>

public class DependencyTreeExtension
extends Extension

The extension for dependency trees.

Author:
Einar Pehrson

Field Summary
static String NAME
          The name of the extension
 
Constructor Summary
DependencyTreeExtension()
          Creates a new assertion extension.
 
Method Summary
 UIExtension getUIExtension(UIController uiController)
          Returns a user interface extension for dependency trees.
 
Methods inherited from class csheets.ext.Extension
compareTo, extend, extend, getName, getPropertyKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
The name of the extension

See Also:
Constant Field Values
Constructor Detail

DependencyTreeExtension

public DependencyTreeExtension()
Creates a new assertion extension.

Method Detail

getUIExtension

public UIExtension getUIExtension(UIController uiController)
Returns a user interface extension for dependency trees.

Overrides:
getUIExtension in class Extension
Parameters:
uiController - the user interface controller
Returns:
a user interface extension for dependency trees