com.inline.feature.ui
Interface NodeDisplayProperties

All Known Implementing Classes:
AbstractNodeDisplayProperties

public interface NodeDisplayProperties
extends DisplayProperties

The NodeDisplayProperties interface


Field Summary
static java.lang.String INHERITED_FEATURE_STYLE
           
static java.lang.String NORMAL_STYLE
           
 
Method Summary
 javax.swing.Icon getAlternativeIcon()
           
 javax.swing.Icon getIcon()
           
 java.lang.String getNodeStyle()
          Returns a string representing the desired display style.
 boolean isSubtreeRoot()
          Should this feature be treated as a leaf in one tree and the root in the other?
 
Methods inherited from interface com.inline.feature.ui.DisplayProperties
compareTo, getTitle, getTypeTitle
 

Field Detail

NORMAL_STYLE

public static final java.lang.String NORMAL_STYLE

INHERITED_FEATURE_STYLE

public static final java.lang.String INHERITED_FEATURE_STYLE
Method Detail

getIcon

public javax.swing.Icon getIcon()

getAlternativeIcon

public javax.swing.Icon getAlternativeIcon()

getNodeStyle

public java.lang.String getNodeStyle()
Returns a string representing the desired display style.

isSubtreeRoot

public boolean isSubtreeRoot()
Should this feature be treated as a leaf in one tree and the root in the other?