Uses of Interface
com.iizix.prop.ICodeItemsOwner
Packages that use ICodeItemsOwner Package Description com.iizigo.panel.prop com.iizix.prop com.iizix.prop.ui Uses of ICodeItemsOwner in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement ICodeItemsOwner Modifier and Type Class Description class
EUIComboBox
Combobox component.class
EUISpinner
Spinner UI component.Uses of ICodeItemsOwner in com.iizix.prop
Subinterfaces of ICodeItemsOwner in com.iizix.prop Modifier and Type Interface Description interface
ICodeItemsOwnerSelectionSupport
Interface implemented by the owner of the code items.Methods in com.iizix.prop with parameters of type ICodeItemsOwner Modifier and Type Method Description void
CodeItemArrayProp. setOwner(ICodeItemsOwner owner)
Assigns the owner of this container.Uses of ICodeItemsOwner in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement ICodeItemsOwner Modifier and Type Class Description class
UIAbstractListChoice
Abstract list choice UI component used for combobox and spinner.class
UIComboBox
Combobox UI component.class
UISpinner
Spinner UI component.