Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.application.visual.editor.srcinfo.editpolicies
Interface IPositionableEditCommand


public interface IPositionableEditCommand

Interface to represent EditCommands that support positioning of the editor. For example, if the user double clicks on an invokes relationship between two CallableBlocks the editor is opened on the source CallableBlock and additionally positioned to the line number of the call if the EditCommand for the source CallableBlock implements this interface.


Method Summary
 void positionEditor(int lineNumber)
          Position the editor to the specified line number.
 

Method Detail

positionEditor

void positionEditor(int lineNumber)
Position the editor to the specified line number. This method is invoked after the execute method has been called on the Command object.

Parameters:
lineNumber -

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.