JX Application Framework
|
#include <JList.h>
Classes | |
class | Copied |
class | GoingAway |
class | ItemMoved |
class | ItemsChanged |
class | ItemsInserted |
class | ItemsRemoved |
class | ItemsSwapped |
class | Sorted |
Public Types | |
enum | SortOrder { kSortAscending , kSortDescending } |
enum | SearchReturn { kFirstMatch , kLastMatch , kAnyMatch } |
enum | Position { kStartAtBeginning , kStartAtEnd , kStartBefore , kStartAfter } |
enum | Action { kStay = 0 , kMove = 1 } |
Static Public Attributes | |
static const JUtf8Byte * | kItemsInserted = "ItemsInserted::JListT" |
static const JUtf8Byte * | kItemsRemoved = "ItemsRemoved::JListT" |
static const JUtf8Byte * | kItemMoved = "ItemMoved::JListT" |
static const JUtf8Byte * | kItemsSwapped = "ItemsSwapped::JListT" |
static const JUtf8Byte * | kItemsChanged = "ItemsChanged::JListT" |
static const JUtf8Byte * | kSorted = "Sorted::JListT" |
static const JUtf8Byte * | kGoingAway = "GoingAway::JListT" |
static const JUtf8Byte * | kCopied = "Copied::JListT" |
Provides unique point of definition of messages for JList<T>.
enum JListT::Action |
enum JListT::Position |
enum JListT::SearchReturn |
enum JListT::SortOrder |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |