Home
last modified time | relevance | path

Searched refs:FixedSelectionModel (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DListPair.java44 class FixedSelectionModel extends DefaultListSelectionModel { class
229 leftList.setSelectionModel(new FixedSelectionModel()); in ListPair()
230 rightList.setSelectionModel(new FixedSelectionModel()); in ListPair()