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

org.netbeans.editor
Interface AnnotationTypes.Loader

Enclosing class:
AnnotationTypes

public static interface AnnotationTypes.Loader

Loader of annotation types. The loader must be registered and is called when the annotation types data are queried.


Method Summary
 void loadSettings()
          Load properties of this class.
 void loadTypes()
          Load all annotation types data.
 void saveSetting(String settingName, Object value)
          Save changed property of this class.
 void saveType(AnnotationType type)
          Save one annotation type.
 

Method Detail

loadTypes

void loadTypes()
Load all annotation types data.


loadSettings

void loadSettings()
Load properties of this class.


saveType

void saveType(AnnotationType type)
Save one annotation type.


saveSetting

void saveSetting(String settingName,
                 Object value)
Save changed property of this class.


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.