Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

Uses of Class
com.lapetus_ltd.api.db.gui.TLptsCodeInsertRequest

Packages that use TLptsCodeInsertRequest
com.lapetus_ltd.api.db.gui The parent of the dialog package. 
 

Uses of TLptsCodeInsertRequest in com.lapetus_ltd.api.db.gui
 

Methods in com.lapetus_ltd.api.db.gui that return TLptsCodeInsertRequest
 TLptsCodeInsertRequest ILptsCodeInsertListener.getCodeToBeGenerated(java.awt.Component source)
          This is sent to the listener before the 'newCodeGenerated' below.
 

Methods in com.lapetus_ltd.api.db.gui with parameters of type TLptsCodeInsertRequest
 void ILptsCodeInsertListener.newCodeGenerated(java.lang.String imports, java.lang.String code, TLptsCodeInsertRequest insertRequest)
           This is used to indicate that a new piece of code has been generated by a user action.
 



Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)