com.sas.swing.visuals
Class BasicCheckBoxListUI.PageDownAction
com.sas.swing.visuals.BasicCheckBoxListUI.PageDownAction
- 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.PageDownAction
Action to move down one page.
- See Also:
- Serialized Form
BasicCheckBoxListUI.PageDownAction
public BasicCheckBoxListUI.PageDownAction(java.lang.String name,
int type)
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
ensureIndexIsVisible
protected void ensureIndexIsVisible(javax.swing.JList list,
int index)
- Description copied from class:
BasicCheckBoxListUI.IncrementLeadSelectionAction
- Ensures the particular index is visible. This simply forwards
the method to list.
- Overrides:
ensureIndexIsVisible
in class BasicCheckBoxListUI.IncrementLeadSelectionAction
Copyright © 2009 SAS Institute Inc. All Rights Reserved.