|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.explorer.FcExplorerImpl
public class FcExplorerImpl
This Fractal component contains the explorer
Field Summary | |
---|---|
protected String |
configFiles_
The config files |
protected Map |
elements_
The list of Component |
protected static org.objectweb.util.explorer.swing.lib.SwingExplorer |
explorer_
The Fractal Explorer. |
protected String |
FC_APPL
The string which represents the fcAppl client |
protected org.objectweb.util.explorer.parser.api.ParserConfiguration |
parser_
The ParserConfiguration interface to use. |
Constructor Summary | |
---|---|
FcExplorerImpl()
Default constructor |
Method Summary | |
---|---|
void |
bindFc(String clientItfName,
Object sItf)
|
String |
getConfigFiles()
|
static org.objectweb.util.explorer.swing.lib.SwingExplorer |
getExplorer()
Refreshes the tree. |
String[] |
listFc()
|
Object |
lookupFc(String clientItfName)
|
void |
setConfigFiles(String configFiles)
The list of the name of the config files (use ':' or ' ' to separate files) |
void |
unbindFc(String clientItfName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final String FC_APPL
protected org.objectweb.util.explorer.parser.api.ParserConfiguration parser_
protected static org.objectweb.util.explorer.swing.lib.SwingExplorer explorer_
protected String configFiles_
protected Map elements_
Constructor Detail |
---|
public FcExplorerImpl()
Method Detail |
---|
public void setConfigFiles(String configFiles)
FcExplorerAttributes
setConfigFiles
in interface FcExplorerAttributes
configFiles
- list of the name of the config filespublic String getConfigFiles()
getConfigFiles
in interface FcExplorerAttributes
public static org.objectweb.util.explorer.swing.lib.SwingExplorer getExplorer()
public void bindFc(String clientItfName, Object sItf)
bindFc
in interface BindingController
public String[] listFc()
listFc
in interface BindingController
public Object lookupFc(String clientItfName)
lookupFc
in interface BindingController
public void unbindFc(String clientItfName)
unbindFc
in interface BindingController
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |