API 0.9.5
AppKit/CPTokenField.h
Go to the documentation of this file.
00001 
00002 @interface CPTokenField : CPTextField
00003 {
00004     CPScrollView        _tokenScrollView;
00005     int                 _shouldScrollTo;
00006 
00007     CPRange             _selectedRange;
00008 
00009     CPView              _autocompleteContainer;
00010     CPScrollView        _autocompleteScrollView;
00011     CPTableView         _autocompleteView;
00012     CPTimeInterval      _completionDelay;
00013     CPTimer             _showCompletionsTimer;
00014 
00015     CPArray             _cachedCompletions;
00016 
00017     CPCharacterSet      _tokenizingCharacterSet // @accessors(property=tokenizingCharacterSet);
00018 
00019     CPEvent             _mouseDownEvent;
00020 
00021     BOOL                _preventResign;
00022     BOOL                _shouldNotifyTarget;
00023 }
00024 @end
 All Classes Files Functions Variables Defines