Uses of Class
org.compiere.swing.CFrame
-
Packages that use CFrame Package Description org.adempiere.apps.graph org.compiere.acct Package org.compiere.acctorg.compiere.apps Package org.compiere.appsorg.compiere.apps.form Package org.compiere.apps.formorg.compiere.dbPort Provides for conversion of SQL commands from Oracle to other databases.org.compiere.pos Package org.compiere.posorg.compiere.print Provides for.... -
-
Uses of CFrame in org.adempiere.apps.graph
Subclasses of CFrame in org.adempiere.apps.graph Modifier and Type Class Description class
PerformanceDetail
Performance Detail Frame. -
Uses of CFrame in org.compiere.acct
Subclasses of CFrame in org.compiere.acct Modifier and Type Class Description class
AcctViewer
Account Viewer -
Uses of CFrame in org.compiere.apps
Subclasses of CFrame in org.compiere.apps Modifier and Type Class Description class
AMenu
Application Menu Controllerclass
ATask
Application Taskclass
AWindow
Main Application Windowclass
ProcessDialog
Dialog to Start process.Methods in org.compiere.apps that return CFrame Modifier and Type Method Description CFrame[]
WindowManager. getWindows()
Get list of windows managed by this window managerstatic CFrame
AEnv. showWindow(int AD_Window_ID)
Show WindowMethods in org.compiere.apps with parameters of type CFrame Modifier and Type Method Description void
WindowManager. add(CFrame window)
Add windowstatic void
AEnv. addToWindowManager(CFrame frame)
Track open frame in window managervoid
WindowManager. closeOthers(CFrame window)
Close all except one window.static AMenu
AEnv. getAMenu(CFrame frame)
FR [ 1966328 ] get AMenustatic boolean
AEnv. hideWindow(CFrame window)
Hide Windowvoid
WindowManager. remove(CFrame window)
Remove window -
Uses of CFrame in org.compiere.apps.form
Subclasses of CFrame in org.compiere.apps.form Modifier and Type Class Description class
FormFrame
Form Framework -
Uses of CFrame in org.compiere.dbPort
Subclasses of CFrame in org.compiere.dbPort Modifier and Type Class Description class
ConvertDialog
Conversion Dialog -
Uses of CFrame in org.compiere.pos
Methods in org.compiere.pos with parameters of type CFrame Modifier and Type Method Description void
PosBasePanel. init(int WindowNo, CFrame frame)
Initialize Panel -
Uses of CFrame in org.compiere.print
Subclasses of CFrame in org.compiere.print Modifier and Type Class Description class
Viewer
Print View Frame
-