Uses of Class
com.iizigo.panel.PanelEditor
Uses of PanelEditor in com.iizigo.panel
ModifierConstructorDescriptionViewTransactionCommListener
(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.prop
Modifier and TypeMethodDescriptionvoid
IEFixedLayoutProp.onFixedHeight
(PanelEditor editor, ComplexOperation op, int size) Sets the fixed width of a component in pixels.void
IEFixedLayoutProp.onFixedWidth
(PanelEditor editor, ComplexOperation op, int size) Sets the fixed width of a component in pixels.Uses of PanelEditor in com.iizigo.panel.wizards
Modifier and TypeFieldDescriptionstatic final PanelEditor[]
IAddUICompProvider.__panelEditor__
The Panel Editor instance in [0], do not use this instance, it is for internal use only.Modifier and TypeMethodDescriptionAddUICompWizard.getPanelEditor()
Gets the panel editor.default PanelEditor
IAddUICompProvider.isPromptWizardRequested()
Checks if this component wishes to perform a dialog with default settings prompting and VS component creation.Modifier and TypeMethodDescriptionstatic boolean
AddUICompWizard.doAdd
(IAddUICompProvider<?> provider, UIComps uiComps, int index, PanelEditor editor) Performs the add component action.default void
IAddUICompProvider.setWizardPrompting
(PanelEditor panelEditor) Sets the component to enable wizard prompting.