Uses of Interface
org.pushingpixels.radiance.common.api.model.TriStateSelectionChangeListener
-
-
Uses of TriStateSelectionChangeListener in org.pushingpixels.radiance.common.api.model
Methods in org.pushingpixels.radiance.common.api.model with parameters of type TriStateSelectionChangeListener Modifier and Type Method Description void
DefaultTriStateButtonModel. addSelectionChangeListener(TriStateSelectionChangeListener l)
void
TriStateButtonModel. addSelectionChangeListener(TriStateSelectionChangeListener itemListener)
void
DefaultTriStateButtonModel. removeSelectionChangeListener(TriStateSelectionChangeListener l)
void
TriStateButtonModel. removeSelectionChangeListener(TriStateSelectionChangeListener itemListener)
-
Uses of TriStateSelectionChangeListener in org.pushingpixels.radiance.component.api.common.model
Fields in org.pushingpixels.radiance.component.api.common.model declared as TriStateSelectionChangeListener Modifier and Type Field Description private TriStateSelectionChangeListener
TriStateCheckBoxContentModel.Builder. selectionChangeListener
private TriStateSelectionChangeListener
TriStateCheckBoxContentModel. selectionChangeListener
Methods in org.pushingpixels.radiance.component.api.common.model that return TriStateSelectionChangeListener Modifier and Type Method Description TriStateSelectionChangeListener
TriStateCheckBoxContentModel. getSelectionChangeListener()
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type TriStateSelectionChangeListener Modifier and Type Method Description TriStateCheckBoxContentModel.Builder
TriStateCheckBoxContentModel.Builder. setSelectionChangeListener(TriStateSelectionChangeListener selectionChangeListener)
-
Uses of TriStateSelectionChangeListener in org.pushingpixels.radiance.component.internal.ui.common
Fields in org.pushingpixels.radiance.component.internal.ui.common declared as TriStateSelectionChangeListener Modifier and Type Field Description private TriStateSelectionChangeListener
BasicTriStateCheckBoxUI. selectionChangeListener
-