Uses of Interface
com.iizix.prop.ui.selection.IUITriStateSelectionComp
Packages that use IUITriStateSelectionComp Package Description com.iizigo.panel.prop com.iizix.prop.ui com.iizix.prop.ui.selection Uses of IUITriStateSelectionComp in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement IUITriStateSelectionComp Modifier and Type Class Description class
EUICheckBox
Checkbox component.class
EUICheckedMenuItem
Checked menu item component.Uses of IUITriStateSelectionComp in com.iizix.prop.ui
Subinterfaces of IUITriStateSelectionComp in com.iizix.prop.ui Modifier and Type Interface Description interface
IUICheckComponent
Components with check state implement this interface.Classes in com.iizix.prop.ui that implement IUITriStateSelectionComp Modifier and Type Class Description class
UICheckBox
Checkbox UI component.class
UICheckedMenuItem
Menu item UI component.Uses of IUITriStateSelectionComp in com.iizix.prop.ui.selection
Methods in com.iizix.prop.ui.selection that return IUITriStateSelectionComp Modifier and Type Method Description IUITriStateSelectionComp
IUITriStateSelection. getTriStateSource()
Get the source component of the event.IUITriStateSelectionComp
TriStateSelection. getTriStateSource()
Get the source component of the event.Constructors in com.iizix.prop.ui.selection with parameters of type IUITriStateSelectionComp Constructor Description TriStateSelection(IUITriStateSelectionComp source, int state)
Constructor.