Eclipse Platform
Release 3.1

org.eclipse.jface.text.link
Class LinkedModeUI.ExitFlags

java.lang.Object
  extended byorg.eclipse.jface.text.link.LinkedModeUI.ExitFlags
Enclosing class:
LinkedModeUI

public static class LinkedModeUI.ExitFlags
extends Object

Exit flags returned if a custom exit policy wants to exit linked mode.

Clients may instantiate this class.


Field Summary
 boolean doit
          The doit flag of the checked VerifyKeyEvent.
 int flags
          The flags to return in the leave method.
 
Constructor Summary
LinkedModeUI.ExitFlags(int flags, boolean doit)
          Creates a new instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flags

public int flags
The flags to return in the leave method.


doit

public boolean doit
The doit flag of the checked VerifyKeyEvent.

Constructor Detail

LinkedModeUI.ExitFlags

public LinkedModeUI.ExitFlags(int flags,
                              boolean doit)
Creates a new instance.

Parameters:
flags - the exit flags
doit - the doit flag for the verify event

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.