Uses of Interface
com.iizix.prop.IStringArrayContainer
Packages that use IStringArrayContainer Package Description com.iizigo.panel.prop com.iizix.prop com.iizix.prop.ui Uses of IStringArrayContainer in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement IStringArrayContainer Modifier and Type Class Description classEUIComboBoxCombobox component.classEUISpinnerSpinner UI component.Uses of IStringArrayContainer in com.iizix.prop
Subinterfaces of IStringArrayContainer in com.iizix.prop Modifier and Type Interface Description interfaceICodeItemArrayContainerInterface implements by containers that can contain String elements of some kind.Classes in com.iizix.prop that implement IStringArrayContainer Modifier and Type Class Description classCodeItemArrayPropThe String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).Methods in com.iizix.prop that return IStringArrayContainer Modifier and Type Method Description default IStringArrayContainerIStringArrayContainer. getStringArrayContainer()Gets the target implementor of the interface.Uses of IStringArrayContainer in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement IStringArrayContainer Modifier and Type Class Description classUIAbstractListChoiceAbstract list choice UI component used for combobox and spinner.classUIComboBoxCombobox UI component.classUISpinnerSpinner UI component.Methods in com.iizix.prop.ui that return IStringArrayContainer Modifier and Type Method Description IStringArrayContainerUIAbstractListChoice. getStringArrayContainer()Gets the target implementor of the interface.