net.sf.jameleon.ui
Interface FPDisplayer

All Known Implementing Classes:
JameleonTagsPanel

public interface FPDisplayer

Used to communicate with the functional point editor of the UI


Method Summary
 void sendFunctionalPointInfoToUI(FunctionalPoint fp)
          Sends the provided FunctionalPoint to the UI that represents the functional point.
 

Method Detail

sendFunctionalPointInfoToUI

void sendFunctionalPointInfoToUI(FunctionalPoint fp)
Sends the provided FunctionalPoint to the UI that represents the functional point.

Parameters:
fp - - the FunctionalPoint to send to the UI


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.