Uses of Class
com.iizigo.panel.PanelEditor
Packages that use PanelEditor Package Description com.iizigo.panel com.iizigo.panel.prop com.iizigo.panel.wizards Uses of PanelEditor in com.iizigo.panel
Fields in com.iizigo.panel declared as PanelEditor Modifier and Type Field Description PanelEditorDropInfo. panelEditorThe Panel Editor instance.Constructors in com.iizigo.panel with parameters of type PanelEditor Constructor Description ViewTransactionCommListener(PanelEditor editor, UIPanelBase panel)Constructor for a Panel View.ViewTransactionCommListener(PanelEditor editor, UIPanelBase panel, Worker worker, java.lang.String lang, java.lang.String theme)Constructor for a Design Viewer.ViewTransactionCommListener(PanelEditor editor, UIPanelBase panel, Worker worker, java.lang.String lang, java.lang.String theme, boolean isDeviceCast)Constructor for a Design Viewer.Uses of PanelEditor in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop with parameters of type PanelEditor Modifier and Type Method Description voidIEFixedLayoutProp. onFixedHeight(PanelEditor editor, ComplexOperation op, int size)Sets the fixed width of a component in pixels.voidIEFixedLayoutProp. onFixedWidth(PanelEditor editor, ComplexOperation op, int size)Sets the fixed width of a component in pixels.Uses of PanelEditor in com.iizigo.panel.wizards
Fields in com.iizigo.panel.wizards declared as PanelEditor Modifier and Type Field Description static PanelEditor[]IAddUICompProvider. __panelEditor__The Panel Editor instance in [0], do not use this instance, it is for internal use only.Methods in com.iizigo.panel.wizards that return PanelEditor Modifier and Type Method Description PanelEditorAddUICompWizard. getPanelEditor()Gets the panel editor.default PanelEditorIAddUICompProvider. isPromptWizardRequested()Checks if this component wishes to perform a dialog with default settings prompting and VS component creation.Methods in com.iizigo.panel.wizards with parameters of type PanelEditor Modifier and Type Method Description static booleanAddUICompWizard. doAdd(IAddUICompProvider<?> provider, UIComps uiComps, int index, PanelEditor editor)Performs the add component action.default voidIAddUICompProvider. setWizardPrompting(PanelEditor panelEditor)Sets the component to enable wizard prompting.