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.jface.text
Interface ISelectionValidator

All Known Implementing Classes:
AbstractTextEditor.SelectionProvider

public interface ISelectionValidator

A selection validator allows clients to test whether the selection they received during selection changed notification is valid.

For example, selection and document changes that occur between the original selection and the point in time the validator is called cause the selection to be invalid.

Clients may implement and use this interface.

Since:
3.0

Method Summary
 boolean isValid ( ISelection selection)
          Tests whether the given post selection is still valid.
 

Method Detail

isValid

boolean isValid(
ISelection selection)
Tests whether the given post selection is still valid.

Parameters:
selection - the selection
Returns:
true if the selection is still valid

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