Package | com.adobe.xmp.utils |
Class | public class MRUList |
Property | Defined by | ||
---|---|---|---|
caseSensitive : Boolean Getter and Setter for preferences that sets modification flag
| MRUList | ||
closedList : Boolean Getter and Setter for preferences that sets modification flag
| MRUList | ||
enabled : Boolean Getter and Setter for preferences that sets modification flag
| MRUList | ||
list : IList [read-only]
Retrieves the stored MRU values.
| MRUList | ||
maxEntries : int Getter and Setter for preferences that sets modification flag
| MRUList |
Method | Defined by | ||
---|---|---|---|
addValue(value:String):Boolean
Adds a value to the MRU list, if it is not already
in the list (with respect to the flags
caseSensitive ,
closedList and min/max value length in the MRU manager). | MRUList | ||
clearList():void
Clear the MRU list for the key that it is representing.
| MRUList | ||
serializeList():XML
Serialize a single MRU list to XML-
| MRUList |
caseSensitive | property |
caseSensitive:Boolean
[read-write]Getter and Setter for preferences that sets modification flag
Implementation public function get caseSensitive():Boolean
public function set caseSensitive(value:Boolean):void
closedList | property |
closedList:Boolean
[read-write]Getter and Setter for preferences that sets modification flag
Implementation public function get closedList():Boolean
public function set closedList(value:Boolean):void
enabled | property |
enabled:Boolean
[read-write]Getter and Setter for preferences that sets modification flag
Implementation public function get enabled():Boolean
public function set enabled(value:Boolean):void
list | property |
list:IList
[read-only]Retrieves the stored MRU values.
Implementation public function get list():IList
maxEntries | property |
maxEntries:int
[read-write]Getter and Setter for preferences that sets modification flag
Implementation public function get maxEntries():int
public function set maxEntries(value:int):void
addValue | () | method |
public function addValue(value:String):Boolean
Adds a value to the MRU list, if it is not already
in the list (with respect to the flags caseSensitive
,
closedList
and min/max value length in the MRU manager).
value:String — The value to add.
|
Boolean — True if the value was added.
|
clearList | () | method |
public function clearList():void
Clear the MRU list for the key that it is representing. Set the state to modified.
serializeList | () | method |
public function serializeList():XML
Serialize a single MRU list to XML-
ReturnsXML |