Package org.compiere.apps.form
Interface FormPanel
-
- All Known Implementing Classes:
ArchiveViewer
,PosPanel
,VAllocation
,VAttributeGrid
,VBOMDrop
,VCharge
,VFactReconcile
,VFileImport
,ViewPI
,VInOutGen
,VInOutInvoiceGen
,VInvoiceGen
,VMatch
,VMerge
,VPayPrint
,VPaySelect
,VResetPassword
,VSetup
,VSQLProcess
,VStatementCreateFromBatch
,VTranslationDialog
,VTreeBOM
,VTreeMaintenance
,VTrxMaterial
,WFActivity
,WFPanel
public interface FormPanel
Form Panel Interface. for communicating between FormFrame and JPanel- Version:
- $Id: FormPanel.java,v 1.2 2006/07/30 00:51:28 jjanke Exp $
- Author:
- Jorg Janke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
Dispose - Free Resourcesvoid
init(int WindowNo, FormFrame frame)
Initialize Panel
-
-
-
Method Detail
-
init
void init(int WindowNo, FormFrame frame)
Initialize Panel- Parameters:
WindowNo
- windowframe
- parent frame
-
dispose
void dispose()
Dispose - Free Resources
-
-