| 
 | org.netbeans.modules.editor.mimelookup/1 1.3.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InstanceProvider
Provider of the instance of the given class.
 
 The provider gets a list of files which it transfers
 into one instance of the class for which it's declared.
 
For example there can be an instance provider of actions for the editor popup. The file object names of the actions declared in the layer can be of two forms:
 interface PopupActions {
     List getActions();
 } 
| Method Summary | |
|---|---|
|  Object | createInstance(List fileObjectList)Create an instance of the class for which this instance provider is declared in Class2LayerFolder. | 
| Method Detail | 
|---|
Object createInstance(List fileObjectList)
Class2LayerFolder.
fileObjectList - non-null list of the file objects
  collected from the particular layer folder and possibly
  the inherited folders.
| 
 | org.netbeans.modules.editor.mimelookup/1 1.3.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||