org.netbeans.modules.editor.lib/1 1.44.0 9

org.netbeans.editor
Interface BaseDocument.PropertyEvaluator

Enclosing class:
BaseDocument

public static interface BaseDocument.PropertyEvaluator

Property evaluator is useful for lazy evaluation of properties of the document when javax.swing.text.Document#getProperty(java.lang.String) is called.


Method Summary
 Object getValue()
          Get the real value of the property
 

Method Detail

getValue

Object getValue()
Get the real value of the property


org.netbeans.modules.editor.lib/1 1.44.0 9

Built on November 22 2009.  |  Portions Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.