com.telelogic.rhapsody.core
Interface IRPSelection


public interface IRPSelection


Method Summary
 int canCopy()
          Check if COPY operation is available for current selection
 int canCut()
          Check if CUT operation is available for current selection
 int canDelete()
          Check if DELETE operation is available for current selection
 int canPaste()
          Check if PASTE operation is available for current selection
 int copySelected()
          Perform COPY operation under current selection
 int cutSelected()
          Perform CUT operation under current selection
 int deleteSelected()
          Perform DELETE operation under current selection
 java.lang.String getInterfaceName()
          get property interfaceName
 int pasteSelected()
          Perform PASTE operation under current selection
 

Method Detail

canCopy

int canCopy()
Check if COPY operation is available for current selection

Throws:
RhapsodyRuntimeException

canCut

int canCut()
Check if CUT operation is available for current selection

Throws:
RhapsodyRuntimeException

canDelete

int canDelete()
Check if DELETE operation is available for current selection

Throws:
RhapsodyRuntimeException

canPaste

int canPaste()
Check if PASTE operation is available for current selection

Throws:
RhapsodyRuntimeException

copySelected

int copySelected()
Perform COPY operation under current selection

Throws:
RhapsodyRuntimeException

cutSelected

int cutSelected()
Perform CUT operation under current selection

Throws:
RhapsodyRuntimeException

deleteSelected

int deleteSelected()
Perform DELETE operation under current selection

Throws:
RhapsodyRuntimeException

getInterfaceName

java.lang.String getInterfaceName()
get property interfaceName

Throws:
RhapsodyRuntimeException

pasteSelected

int pasteSelected()
Perform PASTE operation under current selection

Throws:
RhapsodyRuntimeException