org.uispec4j
Class ListSpinner

java.lang.Object
  extended by org.uispec4j.AbstractUIComponent
      extended by org.uispec4j.AbstractSwingUIComponent
          extended by org.uispec4j.Spinner
              extended by org.uispec4j.ListSpinner
All Implemented Interfaces:
TooltipComponent, UIComponent

public class ListSpinner
extends Spinner

Wrapper for JSpinner components implementing a SpinnerListModel.


Field Summary
 
Fields inherited from class org.uispec4j.Spinner
jSpinner, SWING_CLASSES, TYPE_NAME
 
Constructor Summary
ListSpinner(javax.swing.JSpinner jSpinner)
           
 
Method Summary
 Assertion contentEquals(java.lang.Object... expectedContents)
          Checks the list spinner contents
 
Methods inherited from class org.uispec4j.Spinner
clickForNextValue, clickForPreviousValue, getAwtComponent, getDescriptionTypeName, nextValueEquals, previousValueEquals, setValue, valueEquals
 
Methods inherited from class org.uispec4j.AbstractSwingUIComponent
tooltipContains, tooltipEquals
 
Methods inherited from class org.uispec4j.AbstractUIComponent
addAttributes, backgroundEquals, backgroundNear, foregroundEquals, foregroundNear, getContainer, getContainer, getDescription, getDescription, getLabel, getName, getSubDescription, isEnabled, isVisible, pressKey, releaseKey, typeKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListSpinner

public ListSpinner(javax.swing.JSpinner jSpinner)
Method Detail

contentEquals

public Assertion contentEquals(java.lang.Object... expectedContents)
Checks the list spinner contents



Copyright © 2004-2010. All Rights Reserved.