Uses of Class
com.iizigo.panel.prop.EUIComboBox
Packages that use EUIComboBox Package Description com.iizigo.panel.prop com.iizigo.panel.prop.creator Uses of EUIComboBox in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return EUIComboBox Modifier and Type Method Description EUIComboBox
EUIComboBox. clone()
Clone must be overridden.Methods in com.iizigo.panel.prop that return types with arguments of type EUIComboBox Modifier and Type Method Description IUICompCreator<EUIComboBox>
EUIComboBox. getCreator()
Retrieves the instance of the UI component creation interface.Uses of EUIComboBox in com.iizigo.panel.prop.creator
Methods in com.iizigo.panel.prop.creator with parameters of type EUIComboBox Modifier and Type Method Description java.util.List<VSComponentCreation<?>>
UIComboBoxCreator. getCreations(EUIComboBox uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)
Gets the required VS component creations that are needed.void
UIComboBoxCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, EUIComboBox uiComp)
Called to create required wizard pages.