Package jaxx.runtime.swing.nav
Interface NavDataProvider
public interface NavDataProvider
Contract of provider of data.
This object is used by
NavNodeChildLoador to populate childs of node
and by AbstractNavTreeCellRenderer to render nodes.- Since:
- 2.1
- Author:
- Tony Chemit - chemit@codelutin.com
-
Method Summary
Modifier and Type Method Description booleanisEnabled()
-
Method Details
-
isEnabled
boolean isEnabled()- Returns:
trueis provider is enabled and can provide datas,falseotherwise.
-