com.sas.swing.visuals
Class BasicCheckBoxListUI.EndAction

com.sas.swing.visuals.BasicCheckBoxListUI.EndAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
Enclosing class:
BasicCheckBoxListUI

public static class BasicCheckBoxListUI.EndAction

Action to move the selection to the last item in the list.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sas.swing.visuals.BasicCheckBoxListUI.IncrementLeadSelectionAction
amount, selectionType
 
Constructor Summary
BasicCheckBoxListUI.EndAction(java.lang.String name, int type)
           
 
Method Summary
protected  int getNextIndex(javax.swing.JList list)
          Returns the next index to select.
 
Methods inherited from class com.sas.swing.visuals.BasicCheckBoxListUI.IncrementLeadSelectionAction
actionPerformed, ensureIndexIsVisible
 

Constructor Detail

BasicCheckBoxListUI.EndAction

public BasicCheckBoxListUI.EndAction(java.lang.String name,
                                     int type)
Method Detail

getNextIndex

protected int getNextIndex(javax.swing.JList list)
Description copied from class: BasicCheckBoxListUI.IncrementLeadSelectionAction
Returns the next index to select. This is based on the lead selected index and the amount ivar.

Overrides:
getNextIndex in class BasicCheckBoxListUI.IncrementLeadSelectionAction



Copyright © 2009 SAS Institute Inc. All Rights Reserved.