Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui
Interface ISaveableFilter


public interface ISaveableFilter

A filter for selecting Saveables.

Since:
3.3
See Also:
IWorkbench.saveAll(org.eclipse.jface.window.IShellProvider, org.eclipse.jface.operation.IRunnableContext, ISaveableFilter, boolean)

Method Summary
 boolean select ( Saveable saveable, IWorkbenchPart[] containingParts)
          Indicate whether the given saveable matches this filter.
 

Method Detail

select

boolean select(
Saveable saveable,
               
IWorkbenchPart[] containingParts)
Indicate whether the given saveable matches this filter.

Parameters:
saveable - the saveable being tested
containingParts - the parts that contain the saveable. This list may contain zero or more parts.
Returns:
whether the given saveable matches this filter

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire