org.homeunix.thecave.buddi.model
Interface Expandable

All Known Subinterfaces:
AccountType, BudgetCategory
All Known Implementing Classes:
AccountTypeImpl, BudgetCategoryImpl

public interface Expandable

An interface which specifes the state of tree elements. Objects which can be expanded on a tree (such as AccountType and BudgetCategory) should implement this interface.

Author:
wyatt

Method Summary
 boolean isExpanded()
          Is the node currently expanded
 void setExpanded(boolean isExpanded)
          Should the node be expanded
 

Method Detail

isExpanded

boolean isExpanded()
Is the node currently expanded

Returns:

setExpanded

void setExpanded(boolean isExpanded)
Should the node be expanded

Parameters:
isExpanded -