org.noos.xing.mydoggy
Interface PersistenceDelegateFilter


public interface PersistenceDelegateFilter

This interface is used to filter some content to be stored by the PersistenceDelegate.

Since:
1.5.0
Author:
Angelo De Caro (angelo.decaro@gmail.com)
See Also:
PersistenceDelegate, PersistenceDelegate.save(java.io.OutputStream, PersistenceDelegateFilter)

Method Summary
 boolean storeContentManager()
          Returns true if the content manager must be saved, true otherwise.
 boolean storeToolWindow(ToolWindow toolWindow)
          Returns true if the passed toolwindow must be saved, true otherwise.
 boolean storeToolWindowBar(ToolWindowBar toolWindowBar)
          Returns true if the passed toolwindowbar must be saved, true otherwise.
 boolean storeToolWindowManagerDescriptor()
          Returns true if the toolwindow manager descriptor must be saved, true otherwise.
 

Method Detail

storeToolWindowManagerDescriptor

boolean storeToolWindowManagerDescriptor()
Returns true if the toolwindow manager descriptor must be saved, true otherwise.

Returns:
true if the toolwindow manager descriptor must be saved, true otherwise.
Since:
1.5.0

storeToolWindow

boolean storeToolWindow(ToolWindow toolWindow)
Returns true if the passed toolwindow must be saved, true otherwise.

Returns:
true if the passed toolwindow must be saved, true otherwise.
Since:
1.5.0

storeToolWindowBar

boolean storeToolWindowBar(ToolWindowBar toolWindowBar)
Returns true if the passed toolwindowbar must be saved, true otherwise.

Returns:
true if the passed toolwindowbar must be saved, true otherwise.
Since:
1.5.0

storeContentManager

boolean storeContentManager()
Returns true if the content manager must be saved, true otherwise.

Returns:
true if the content manager must be saved, true otherwise.
Since:
1.5.0


Copyright © 2012. All Rights Reserved.