jet.udo
Interface JRObjectEditor


public interface JRObjectEditor

This object is an optional interface. If the user has implemented this interface, then at design time, JReport will use it to handle interactive events (key event, mouse event, paint, whatever). If the user did not implement this interface, JReport will use the default one.

See Also:
JRObjectResult

Method Summary
 JRObjectTemplate getReportPeer()
          Gets JReport template.
 void setReportPeer(JRObjectTemplate peer)
          Sets JReport template.
 boolean setupPopupMenu(java.awt.PopupMenu menu)
          Initializes the pop-up menu.
 

Method Detail

setReportPeer

void setReportPeer(JRObjectTemplate peer)
Sets JReport template.


getReportPeer

JRObjectTemplate getReportPeer()
Gets JReport template.


setupPopupMenu

boolean setupPopupMenu(java.awt.PopupMenu menu)
Initializes the pop-up menu.