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 classEUICheckBoxCheckbox component.classEUICheckedMenuItemChecked menu item component.Uses of IUITriStateSelectionComp in com.iizix.prop.ui
Subinterfaces of IUITriStateSelectionComp in com.iizix.prop.ui Modifier and Type Interface Description interfaceIUICheckComponentComponents with check state implement this interface.Classes in com.iizix.prop.ui that implement IUITriStateSelectionComp Modifier and Type Class Description classUICheckBoxCheckbox UI component.classUICheckedMenuItemMenu 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 IUITriStateSelectionCompIUITriStateSelection. getTriStateSource()Get the source component of the event.IUITriStateSelectionCompTriStateSelection. 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.