Class MdPropertySheetPageManager
- java.lang.Object
-
- com._1c.g5.v8.dt.md.ui.properties.MdPropertySheetPageManager
-
public class MdPropertySheetPageManager extends Object
Manager for create and store single instance ofMdPropertySheetPagefor everyPropertySheet
-
-
Constructor Summary
Constructors Constructor Description MdPropertySheetPageManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MdPropertySheetPageget(org.eclipse.ui.views.properties.PropertySheet propertySheet)Gets single instance ofMdPropertySheetPagefor givenPropertySheetvoidremovePage(MdPropertySheetPage page)RemoveMdPropertySheetPagefrom manager
-
-
-
Method Detail
-
get
public MdPropertySheetPage get(org.eclipse.ui.views.properties.PropertySheet propertySheet)
Gets single instance ofMdPropertySheetPagefor givenPropertySheet- Parameters:
propertySheet- the parentPropertySheet, cannot benull- Returns:
- instance of
MdPropertySheetPage, nevernull
-
removePage
public void removePage(MdPropertySheetPage page)
RemoveMdPropertySheetPagefrom manager- Parameters:
page- theMdPropertySheetPageto remove, cannot benull
-
-