jet.udo
Interface JRObjectEditor


public interface JRObjectEditor

This object is an option interface, if the user specified, then at design time, JReport system will use it to handle the interavtive event (key event, mouse event, paint, whatever). If the user did not implement this interface, JReport system will use the default one.

See Also:
JRObjectResult

Method Summary
 JRObjectTemplate getReportPeer()
          Get the JReport template.
 void setReportPeer(JRObjectTemplate peer)
          Set the JReport template.
 boolean setupPopupMenu(java.awt.PopupMenu menu)
          Initializing the popup menu.
 

Method Detail

setReportPeer

void setReportPeer(JRObjectTemplate peer)
Set the JReport template.


getReportPeer

JRObjectTemplate getReportPeer()
Get the JReport template.


setupPopupMenu

boolean setupPopupMenu(java.awt.PopupMenu menu)
Initializing the popup menu.