|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use Sortable | |
|---|---|
| com.sas.collection | Provides several classes which implement data structures called collections. |
| com.sas.models | Interfaces and classes for models which may be displayed in various viewers. |
| com.sas.visuals | Additional user interface components not provided in AWT. |
| Uses of Sortable in com.sas.collection |
|---|
| Subinterfaces of Sortable in com.sas.collection | |
|---|---|
interface |
AssociationListInterface
AssociationListInterface combines the OrderedCollection interface and the DictionaryInterface interface, yielding a collection whose items may be accessed by either an index or a key. |
interface |
OrderedCollectionInterface
An ordered collection is a collection which accesses items via consecutive integer indices. |
interface |
StringCollectionInterface
StringCollectionInterface combines StringListInterface and OrderedCollectionInterface. |
| Classes in com.sas.collection that implement Sortable | |
|---|---|
class |
AssociationList
AssociationList is an implementation of AssociationListinterface, a collection which stores and retrieves values by either key or integer index. |
class |
OrderedCollection
An ordered collection is a collection which accesses items via consecutive integer indices. |
class |
OrderedListCollection
An OrderedListCollection is a linked list implementation of OrderedCollectionInterface. |
class |
StringCollection
A StringCollection is an ordered collection of java.lang.String values. |
| Uses of Sortable in com.sas.models |
|---|
| Classes in com.sas.models that implement Sortable | |
|---|---|
class |
ColorList
A base class that creates an empty ordered collection. |
class |
ColorNameList
An associationlist of java.awt.SystemColor and com.sas.awt.Color objects as keys and name as values. |
class |
DefaultColorList
An Ordered Collection of java.awt.SystemColors and com.sas.awt.Color objects. |
class |
DefaultFontFamilyList
This class provides a list of font family names that are available on the system. |
class |
DefaultFontList
This class provides a list of font objects that are available on the system. |
class |
FontList
This class provides a list of font objects that are available on the system. |
class |
KeyCollection
A collection containing strings for all of the java.awt.event.KeyEvent key codes. |
class |
RGBList
A class that has a list of color names associated with its RGB values(integer). |
| Uses of Sortable in com.sas.visuals |
|---|
| Subinterfaces of Sortable in com.sas.visuals | |
|---|---|
interface |
SelectionGroupInterface
SelectionGroupInterface is an interface used to group and manipulate SelectableInterface objects. |
| Classes in com.sas.visuals that implement Sortable | |
|---|---|
class |
SelectionGroup
SelectionGroup is a class used to group and manipulate SelectableInterface objects. |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||