Class Options
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<Options.OptionValue>
-
- com.priint.pubserver.comet.renderer.Options
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<Options.OptionValue>,java.util.Collection<Options.OptionValue>,java.util.List<Options.OptionValue>,java.util.RandomAccess
@Deprecated public class Options extends java.util.ArrayList<Options.OptionValue> implements java.util.List<Options.OptionValue>
Deprecated.Internal use only The Class Options. This class extends ArrayList<Options.OptionValue>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOptions.OptionEnumerationTypeDeprecated.The Interface OptionEnumerationType.static classOptions.OptionListValueDeprecated.The Class OptionListValue.static classOptions.OptionValueDeprecated.The Class OptionValue.static classOptions.PackageFormatDeprecated.The Enum PackageFormat extension OptionEnumerationTypestatic classOptions.PreviewColorSpaceDeprecated.The Enum PreviewColorSpace extension OptionEnumerationTypestatic classOptions.PreviewEncodingDeprecated.The Enum PreviewEncoding extension OptionEnumerationTypestatic classOptions.PreviewFormatDeprecated.The Enum PreviewFormat extension OptionEnumerationTypestatic classOptions.PreviewQualityDeprecated.The Enum PreviewQuality extension OptionEnumerationTypestatic classOptions.PreviewTransparencyDeprecated.The Enum PreviewTransparency extension OptionEnumerationTypestatic classOptions.ScopeDeprecated.The Enum Scope extension OptionEnumerationTypestatic classOptions.SnippetFlagDeprecated.The Enum SnippetFlag extension OptionEnumerationTypestatic classOptions.XmlAttributeDeprecated.The Class XmlAttribute.
-
Constructor Summary
Constructors Constructor Description Options()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidadd(Option option, java.lang.Object value)Deprecated.Adds the option and value to list.voidadd(Context context)Deprecated.Adds the.static OptionscreateEmpty()Deprecated.Creates the empty.voidremove(Option option)Deprecated.Removes the.java.lang.StringtoString()Deprecated.-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-
-
-
Method Detail
-
createEmpty
public static final Options createEmpty()
Deprecated.Creates the empty.- Returns:
- the options
-
add
public void add(Option option, java.lang.Object value) throws InvalidArgumentException
Deprecated.Adds the option and value to list.- Parameters:
option- the optionvalue- the value- Throws:
InvalidArgumentException- the invalid argument exception
-
add
public void add(Context context) throws InvalidArgumentException
Deprecated.Adds the.- Parameters:
context- the context- Throws:
InvalidArgumentException- the invalid argument exception
-
remove
public void remove(Option option)
Deprecated.Removes the.- Parameters:
option- the option
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.util.AbstractCollection<Options.OptionValue>
-
-