|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openoffice.ide.eclipse.core.launch.MainImplementationsProvider
public class MainImplementationsProvider
Class providing all the XMain
implementations of a UNO
project.
Constructor Summary | |
---|---|
MainImplementationsProvider()
|
Method Summary | |
---|---|
java.lang.String[] |
getImplementations(IUnoidlProject pPrj)
Gets all the classes implementing the XMain interface
in a UNO project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MainImplementationsProvider()
Method Detail |
---|
public java.lang.String[] getImplementations(IUnoidlProject pPrj)
XMain
interface
in a UNO project.
This method delegates the search to the different language main providers.
pPrj
- the project where to find the XMain
implementations
XMain
interface
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |