Uses of Class
com.iizigo.panel.PanelEditor
Packages that use PanelEditor
- Uses of PanelEditor in com.iizigo.panelFields in com.iizigo.panel declared as PanelEditorConstructors in com.iizigo.panel with parameters of type PanelEditorModifierConstructorDescription- ViewTransactionCommListener- (PanelEditor editor, UIPanelBase panel) Constructor for a Panel View.- ViewTransactionCommListener- (PanelEditor editor, UIPanelBase panel, Worker worker, String lang, String theme) Constructor for a Design Viewer.- ViewTransactionCommListener- (PanelEditor editor, UIPanelBase panel, Worker worker, String lang, String theme, boolean isDeviceCast) Constructor for a Design Viewer.
- Uses of PanelEditor in com.iizigo.panel.propMethods in com.iizigo.panel.prop with parameters of type PanelEditorModifier and TypeMethodDescription- 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.wizardsFields in com.iizigo.panel.wizards declared as PanelEditorModifier and TypeFieldDescription- static final 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 PanelEditorModifier and TypeMethodDescriptionAddUICompWizard.- 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 PanelEditorModifier and TypeMethodDescription- 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.