com.togethersoft.openapi.util.enum
Interface AbstractButtonEnumeration

All Known Implementing Classes:
AbstractButtonEnumerationAdapter

public interface AbstractButtonEnumeration
extends Enumeration

Enumeration of Swing's AbstractButtons.

Author:
TogetherSoft
Since: Together 4.0

Method Summary
 AbstractButtonnextAbstractButton()
          Returns next AbstructButton from the enumeration.

Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement

Method Detail

nextAbstractButton

public AbstractButton nextAbstractButton()
Returns next AbstructButton from the enumeration.