com.telelogic.rhapsody.core
Interface IRPPlugInWindow


public interface IRPPlugInWindow


Method Summary
 void destroyWindow()
          Destroy window
 int getDocking()
          Get docking mode
 java.lang.String getInterfaceName()
          get property interfaceName
 java.lang.String getPosString()
          Get position string
 long getWindowHandle()
          Get window handle
 void setDocking(int nDockPos)
          Set docking mode.
 void setPosString(java.lang.String sPos)
          Set position string
 void setTitle(java.lang.String sTitle)
          Set window title
 void showWindow(int nShow)
          Show or hide window
 

Method Detail

destroyWindow

void destroyWindow()
Destroy window

Throws:
RhapsodyRuntimeException

getDocking

int getDocking()
Get docking mode

Throws:
RhapsodyRuntimeException

getPosString

java.lang.String getPosString()
Get position string

Throws:
RhapsodyRuntimeException

getWindowHandle

long getWindowHandle()
Get window handle

Throws:
RhapsodyRuntimeException

setDocking

void setDocking(int nDockPos)
Set docking mode. 0=floating, 1=top, 2=left, 3=right, 4=bottom

Throws:
RhapsodyRuntimeException

setPosString

void setPosString(java.lang.String sPos)
Set position string

Throws:
RhapsodyRuntimeException

setTitle

void setTitle(java.lang.String sTitle)
Set window title

Throws:
RhapsodyRuntimeException

showWindow

void showWindow(int nShow)
Show or hide window

Throws:
RhapsodyRuntimeException

getInterfaceName

java.lang.String getInterfaceName()
get property interfaceName

Throws:
RhapsodyRuntimeException