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