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
    boolean isEnabled()  
  • Method Details

    • isEnabled

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