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:
tchemit

Method Summary
 boolean isEnabled()
           
 

Method Detail

isEnabled

boolean isEnabled()
Returns:
true is provider is enabled and can provide datas, false otherwise.


Copyright © 2008-2010 CodeLutin. All Rights Reserved.