|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersistenceDelegateFilter
This interface is used to filter some content to be stored by the PersistenceDelegate.
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 |
|---|
boolean storeToolWindowManagerDescriptor()
true if the toolwindow manager descriptor must be saved, true otherwise.
true if the toolwindow manager descriptor must be saved, true otherwise.boolean storeToolWindow(ToolWindow toolWindow)
true if the passed toolwindow must be saved, true otherwise.
true if the passed toolwindow must be saved, true otherwise.boolean storeToolWindowBar(ToolWindowBar toolWindowBar)
true if the passed toolwindowbar must be saved, true otherwise.
true if the passed toolwindowbar must be saved, true otherwise.boolean storeContentManager()
true if the content manager must be saved, true otherwise.
true if the content manager must be saved, true otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||