com.inline.feature.ui
Interface NodeDisplayProperties
- All Known Implementing Classes:
- AbstractNodeDisplayProperties
- public interface NodeDisplayProperties
- extends DisplayProperties
The NodeDisplayProperties interface
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? |
NORMAL_STYLE
public static final java.lang.String NORMAL_STYLE
INHERITED_FEATURE_STYLE
public static final java.lang.String INHERITED_FEATURE_STYLE
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?