Uses of Class
com.iizix.prop.ui.UIComps
Packages that use UIComps Package Description com.iizigo.panel.prop com.iizigo.panel.wizards com.iizix.prop.ui Uses of UIComps in com.iizigo.panel.prop
Subclasses of UIComps in com.iizigo.panel.prop Modifier and Type Class Description classEUICompsEditor class for UIComps.Methods in com.iizigo.panel.prop that return UIComps Modifier and Type Method Description UICompsIELayoutMgr. getCompsCnr()Gets the container associated with this layout manager and the UI container.Uses of UIComps in com.iizigo.panel.wizards
Methods in com.iizigo.panel.wizards that return UIComps Modifier and Type Method Description UICompsAddUICompWizard. getUIComps()Gets the UIComps instance for e.g.Methods in com.iizigo.panel.wizards with parameters of type UIComps Modifier and Type Method Description static booleanAddUICompWizard. doAdd(IAddUICompProvider<?> provider, UIComps uiComps, int index, PanelEditor editor)Performs the add component action.static booleanAddUICompWizard. doWizardBeforeDrop(UIComp dropComponent, UIComps uiComps, ComplexOperation op)Performs the wizard prompting for the component before dropping it.Uses of UIComps in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return UIComps Modifier and Type Method Description UICompsUIComps. clone()Creates a clone out of this property.UICompsUIContainer. createCompsCnr()Creates the components for the Editor.UICompsIUIContainer. getCompsCnr()Gets the container associated with this layout manager and the UI container.UICompsLayoutMgr. getCompsCnr()Gets the container associated with this layout manager and the UI container.UICompsUIContainer. getCompsCnr()Gets the container associated with this layout manager and the UI container.UICompsUIComps. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.