ca.sqlpower.wabit.swingui
Interface WabitNode

All Superinterfaces:
ca.sqlpower.swingui.querypen.CleanupPNode
All Known Subinterfaces:
ReportNode
All Known Implementing Classes:
ContentBoxNode, GuideNode, PageNode

public interface WabitNode
extends ca.sqlpower.swingui.querypen.CleanupPNode

An interface that all of our view objects. It serves two main purposes: first, a standard way of getting the WabitObject each type of view component represents; second, a standard way of telling the node that we're done with it (so it can unlisten to the model and clean up any other stuff that needs cleaning up).


Method Summary
 WabitObject getModel()
          Returns the WabitObject that this WabitNode visually represents.
 
Methods inherited from interface ca.sqlpower.swingui.querypen.CleanupPNode
cleanup
 

Method Detail

getModel

WabitObject getModel()
Returns the WabitObject that this WabitNode visually represents.



Copyright © 2009. All Rights Reserved.