de.tuberlin.cs.cis.ocl.model.mofbridge.mdr
Class EveRepositoryLookup

java.lang.Object
  |
  +--org.openide.util.Lookup
        |
        +--de.tuberlin.cs.cis.ocl.model.mofbridge.mdr.EveRepositoryLookup

public class EveRepositoryLookup
extends org.openide.util.Lookup

provides the lookup mechanism used by Netbeans to the MDR (the underlying MOF repository).

Version:
1.0
Author:
Felix Schmid

Field Summary
 
Fields inherited from class org.openide.util.Lookup
EMPTY
 
Constructor Summary
EveRepositoryLookup()
          Creates new RepositoryLookup
 
Method Summary
 java.lang.Object lookup(java.lang.Class cls)
           
 org.openide.util.Lookup.Result lookup(org.openide.util.Lookup.Template template)
           
 
Methods inherited from class org.openide.util.Lookup
getDefault, lookupItem
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EveRepositoryLookup

public EveRepositoryLookup()
Creates new RepositoryLookup

Method Detail

lookup

public java.lang.Object lookup(java.lang.Class cls)
Specified by:
lookup in class org.openide.util.Lookup
Parameters:
cls - the class of which you want to llokup the object
Returns:
the instance of cls or null

lookup

public org.openide.util.Lookup.Result lookup(org.openide.util.Lookup.Template template)
Specified by:
lookup in class org.openide.util.Lookup
Parameters:
template -
Returns:
lookup result