Uses of Class
org.compiere.model.MWindow
-
Packages that use MWindow Package Description org.compiere.model Provides for.... -
-
Uses of MWindow in org.compiere.model
Methods in org.compiere.model that return MWindow Modifier and Type Method Description static MWindow
MWindow. get(int AD_Window_ID)
Get Window from Cache (immutable)static MWindow
MWindow. get(Properties ctx, int AD_Window_ID)
Get Window from Cache (immutable)static MWindow
MWindow. get(Properties ctx, String uu)
get Window ID by UUMWindow
MWindow. markImmutable()
Constructors in org.compiere.model with parameters of type MWindow Constructor Description MTab(MWindow parent)
Parent ConstructorMTab(MWindow parent, MTab from)
Parent ConstructorMWindow(Properties ctx, MWindow copy)
MWindow(Properties ctx, MWindow copy, String trxName)
MWindow(MWindow copy)
MWindowAccess(MWindow parent, int AD_Role_ID)
Parent Constructor
-