OOoRunner test harness

util
Class ControlDsc

java.lang.Object
  |
  +--util.InstDescr
        |
        +--util.ControlDsc

public class ControlDsc
extends InstDescr

Describes a Control to be inserted in a container


Fields inherited from class util.InstDescr
ifcClass
 
Constructor Summary
ControlDsc(String kind)
           
 
Method Summary
 XInterface createInstance(XMultiServiceFactory docMSF)
           
 String getIfcName()
           
 String getName()
           
 String getService()
          the method getService
 
Methods inherited from class util.InstDescr
getIfcClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlDsc

public ControlDsc(String kind)
Method Detail

getName

public String getName()
Overrides:
getName in class InstDescr

getIfcName

public String getIfcName()
Overrides:
getIfcName in class InstDescr

getService

public String getService()
Description copied from class: InstDescr
the method getService
Overrides:
getService in class InstDescr

createInstance

public XInterface createInstance(XMultiServiceFactory docMSF)
Overrides:
createInstance in class InstDescr

OOoRunner test harness