StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.drawing
Interface XConnectorShape

All Superinterfaces:
com.sun.star.uno.XInterface, com.sun.star.drawing.XShape, com.sun.star.drawing.XShapeDescriptor

public abstract interface XConnectorShape
extends com.sun.star.drawing.XShape


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Method Summary
abstract  void connectEnd(com.sun.star.drawing.XConnectableShape xcs, com.sun.star.drawing.ConnectionType ct)
           
abstract  void connectStart(com.sun.star.drawing.XConnectableShape xcs, com.sun.star.drawing.ConnectionType ct)
           
abstract  void disconnectBegin(com.sun.star.drawing.XConnectableShape xcs)
           
abstract  void disconnectEnd(com.sun.star.drawing.XConnectableShape xcs)
           
 
Methods inherited from interface com.sun.star.drawing.XShape
getPosition, getSize, setPosition, setSize
 
Methods inherited from interface com.sun.star.drawing.XShapeDescriptor
getShapeType
 

Field Detail

UIK

public static final com.sun.star.uno.Uik UIK

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
Method Detail

connectEnd

public abstract void connectEnd(com.sun.star.drawing.XConnectableShape xcs,
                                com.sun.star.drawing.ConnectionType ct)
                         throws com.sun.star.uno.RuntimeException

connectStart

public abstract void connectStart(com.sun.star.drawing.XConnectableShape xcs,
                                  com.sun.star.drawing.ConnectionType ct)
                           throws com.sun.star.uno.RuntimeException

disconnectBegin

public abstract void disconnectBegin(com.sun.star.drawing.XConnectableShape xcs)
                              throws com.sun.star.uno.RuntimeException

disconnectEnd

public abstract void disconnectEnd(com.sun.star.drawing.XConnectableShape xcs)
                            throws com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc