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 PanelEditor
DropInfo. panelEditor
The 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 void
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
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 PanelEditor
AddUICompWizard. 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.Methods in com.iizigo.panel.wizards with parameters of type PanelEditor Modifier and Type Method Description static 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.