Uses of Interface
com.iizigo.panel.wizards.IUICompCreator
Packages that use IUICompCreator
Package
Description
Uses of IUICompCreator in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return IUICompCreatorModifier and TypeMethodDescriptionEUIButton.getCreator()Retrieves the instance of the UI component creation interface.EUICheckBox.getCreator()Retrieves the instance of the UI component creation interface.EUICheckedMenuItem.getCreator()Retrieves the instance of the UI component creation interface.EUIComboBox.getCreator()Retrieves the instance of the UI component creation interface.EUIContainer.getCreator()Retrieves the instance of the UI component creation interface.EUIDateTime.getCreator()Retrieves the instance of the UI component creation interface.EUILabel.getCreator()Retrieves the instance of the UI component creation interface.EUIMenu.getCreator()Retrieves the instance of the UI component creation interface.EUIMenuItem.getCreator()Retrieves the instance of the UI component creation interface.EUIOutput.getCreator()Retrieves the instance of the UI component creation interface.EUIRadioButton.getCreator()Retrieves the instance of the UI component creation interface.EUIRadioMenuItem.getCreator()Retrieves the instance of the UI component creation interface.EUISpinner.getCreator()Retrieves the instance of the UI component creation interface.EUIText.getCreator()Retrieves the instance of the UI component creation interface.EUITextArea.getCreator()Retrieves the instance of the UI component creation interface.Uses of IUICompCreator in com.iizigo.panel.prop.creator
Classes in com.iizigo.panel.prop.creator that implement IUICompCreatorModifier and TypeClassDescriptionclassNameVSFieldCreator<UICOMP extends UIComp>The component name creator with it's VS Field.classTextPromptCreator<UICOMP extends UIComp>The label creator.classThe combobox creator with it's VS Field and table column for drop-down.classThe combobox creator with it's VS Field and table column for drop-down.classThe table column creator with it's VS Field and table column.classThe table creator with it's VS Field and table column.Uses of IUICompCreator in com.iizigo.panel.prop.table
Methods in com.iizigo.panel.prop.table that return IUICompCreatorModifier and TypeMethodDescriptionEUITable.getCreator()Retrieves the instance of the UI component creation interface.EUITableColumn.getCreator()Retrieves the instance of the UI component creation interface.Uses of IUICompCreator in com.iizigo.panel.wizards
Methods in com.iizigo.panel.wizards that return IUICompCreatorModifier and TypeMethodDescriptionIAddUICompProvider.getCreator()Retrieves the instance of the UI component creation interface.