Searched refs:aIndexToggle (Results 1 – 1 of 1) sorted by relevance
490 JCheckBox aIndexToggle; field in TextActionDialog531 aIndexToggle = new JCheckBox( "reverse selection" ); in init()532 aButtons.add( aIndexToggle ); in init()589 return ( bStart ^ aIndexToggle.isSelected() ) in getSelection()
Completed in 12 milliseconds