Searched defs:attribute (Results 1 - 25 of 214) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DHashDocAttributeSet.java27 package javax.print.attribute;
32 * Class HashDocAttributeSet provides an attribute set which
46 * Construct a new, empty hash doc attribute set.
53 * Construct a new hash doc attribute set,
56 * @param attribute Attribute value to add to the set.
59 * (unchecked exception) Thrown if <CODE>attribute</CODE> is null.
61 public HashDocAttributeSet(DocAttribute attribute) { argument
62 super (attribute, DocAttribute.class);
66 * Construct a new hash doc attribute set,
68 * The new attribute se
[all...]
H A DHashPrintJobAttributeSet.java27 package javax.print.attribute;
32 * Class HashPrintJobAttributeSet provides an attribute set
46 * Construct a new, empty hash print job attribute set.
53 * Construct a new hash print job attribute set,
56 * @param attribute Attribute value to add to the set.
59 * (unchecked exception) Thrown if <CODE>attribute</CODE> is null.
61 public HashPrintJobAttributeSet(PrintJobAttribute attribute) { argument
62 super(attribute, PrintJobAttribute.class);
66 * Construct a new hash print job attribute set,
68 * The new attribute se
[all...]
H A DHashPrintRequestAttributeSet.java27 package javax.print.attribute;
46 * Construct a new, empty print request attribute set.
53 * Construct a new print request attribute set,
56 * @param attribute Attribute value to add to the set.
59 * (unchecked exception) Thrown if <CODE>attribute</CODE> is null.
61 public HashPrintRequestAttributeSet(PrintRequestAttribute attribute) { argument
62 super (attribute, PrintRequestAttribute.class);
66 * Construct a new print request attribute set, initially populated with
67 * the values from the given array. The new attribute set is populated
70 * earlier array elements if the array contains duplicate attribute
[all...]
H A DHashPrintServiceAttributeSet.java26 package javax.print.attribute;
31 * Class HashPrintServiceAttributeSet provides an attribute set
45 * Construct a new, empty hash print service attribute set.
53 * Construct a new hash print service attribute set,
56 * @param attribute Attribute value to add to the set.
59 * (unchecked exception) Thrown if <CODE>attribute</CODE> is null.
61 public HashPrintServiceAttributeSet(PrintServiceAttribute attribute) { argument
62 super (attribute, PrintServiceAttribute.class);
66 * Construct a new print service attribute set, initially populated with
67 * the values from the given array. The new attribute se
[all...]
H A DDocAttribute.java27 package javax.print.attribute;
30 * Interface DocAttribute is a tagging interface which a printing attribute
31 * class implements to indicate the attribute denotes a setting for a doc.
34 * attribute set to specify a characteristic of
35 * that doc. If an attribute implements {@link PrintRequestAttribute
37 * attribute in a attribute set which specifies a print job
H A DPrintJobAttribute.java26 package javax.print.attribute;
29 * PrintJobAttribute is a tagging interface which a printing attribute
30 * class implements to indicate the attribute describes the status of a Print
32 * instance adds a number of PrintJobAttributes to a Print Job's attribute set
33 * to report the Print Job's status. If an attribute implements {@link
35 * the client may include the attribute in a attribute set to
36 * specify the attribute's value for the Print Job.
H A DPrintRequestAttribute.java27 package javax.print.attribute;
31 * attribute class implements to indicate the attribute denotes a
38 * If an attribute implements {@link DocAttribute DocAttribute}
40 * attribute in a <code>Doc</code>}'s attribute set to specify
H A DPrintServiceAttribute.java26 package javax.print.attribute;
30 * attribute class implements to indicate the attribute describes the status
33 * service's attribute set to report the Print Service's status.
H A DSupportedValuesAttribute.java27 package javax.print.attribute;
31 * attribute class implements to indicate the attribute describes the supported
32 * values for another attribute. For example, if a Print Service instance
33 * supports the {@link javax.print.attribute.standard.Copies Copies}
34 * attribute, the Print Service instance will have a {@link
35 * javax.print.attribute.standard.CopiesSupported CopiesSupported} attribute,
37 * specify for the {@link javax.print.attribute.standard.Copies Copies}
38 * attribute
[all...]
H A DDocAttributeSet.java27 package javax.print.attribute;
38 * namely that all attribute values in the DocAttributeSet must be instances
51 * Adds the specified attribute value to this attribute set if it is not
53 * attribute category as the specified attribute value (optional
56 * @param attribute Attribute value to be added to this attribute set.
58 * @return <tt>true</tt> if this attribute set changed as a result of
59 * the call, i.e., the given attribute valu
72 add(Attribute attribute) argument
[all...]
H A DPrintJobAttributeSet.java27 package javax.print.attribute;
37 * namely that all attribute values in the PrintJobAttributeSet must be
49 * Adds the specified attribute value to this attribute set if it is not
51 * attribute category as the specified attribute value (optional
54 * @param attribute Attribute value to be added to this attribute set.
56 * @return <tt>true</tt> if this attribute set changed as a result of
57 * the call, i.e., the given attribute valu
70 add(Attribute attribute) argument
[all...]
H A DPrintRequestAttributeSet.java27 package javax.print.attribute;
38 * namely that all attribute values in the PrintRequestAttributeSet must be
50 * Adds the specified attribute value to this attribute set if it is not
52 * attribute category as the specified attribute value (optional
55 * @param attribute Attribute value to be added to this attribute set.
57 * @return <tt>true</tt> if this attribute set changed as a result of
58 * the call, i.e., the given attribute valu
71 add(Attribute attribute) argument
[all...]
H A DPrintServiceAttributeSet.java27 package javax.print.attribute;
40 * namely that all attribute values in the PrintServiceAttributeSet must be
54 * Adds the specified attribute value to this attribute set if it is not
56 * attribute category as the specified attribute value (optional
59 * @param attribute Attribute value to be added to this attribute set.
61 * @return <tt>true</tt> if this attribute set changed as a result of
62 * the call, i.e., the given attribute valu
75 add(Attribute attribute) argument
[all...]
H A DUnmodifiableSetException.java26 package javax.print.attribute;
H A DAttribute.java26 package javax.print.attribute;
32 * printing attribute class to indicate that the class represents a
33 * printing attribute. All printing attributes are serializable.
42 * Get the printing attribute class which is to be used as the "category"
43 * for this printing attribute value when it is added to an attribute set.
45 * @return Printing attribute class (category), an instance of class
51 * Get the name of the category of which this attribute value is an
55 * string for the attribute's category. If two attribute object
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A Dpackage-info.java31 * <tr><td valign=top><tt><i>{@link java.nio.file.attribute.AttributeView}</i></tt></td>
33 * <tr><td valign=top><tt>&nbsp;&nbsp;<i>{@link java.nio.file.attribute.FileAttributeView}</i></tt></td>
35 * <tr><td valign=top><tt>&nbsp;&nbsp;&nbsp;&nbsp;<i>{@link java.nio.file.attribute.BasicFileAttributeView}&nbsp;&nbsp;</i></tt></td>
37 * <tr><td valign=top><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i>{@link java.nio.file.attribute.PosixFileAttributeView}&nbsp;&nbsp;</i></tt></td>
39 * <tr><td valign=top><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i>{@link java.nio.file.attribute.DosFileAttributeView}&nbsp;&nbsp;</i></tt></td>
41 * <tr><td valign=top><tt>&nbsp;&nbsp;&nbsp;&nbsp<i>{@link java.nio.file.attribute.FileOwnerAttributeView}&nbsp;&nbsp;</i></tt></td>
43 * <tr><td valign=top><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i>{@link java.nio.file.attribute.AclFileAttributeView}&nbsp;&nbsp;</i></tt></td>
45 * <tr><td valign=top><tt>&nbsp;&nbsp;&nbsp;&nbsp;<i>{@link java.nio.file.attribute.UserDefinedFileAttributeView}&nbsp;&nbsp;</i></tt></td>
47 * <tr><td valign=top><tt>&nbsp;&nbsp;<i>{@link java.nio.file.attribute.FileStoreAttributeView}</i></tt></td>
51 * <p> An attribute vie
[all...]
H A DFileAttributeView.java26 package java.nio.file.attribute;
29 * An attribute view that is a read-only or updatable view of non-opaque
31 * implemented by specific file attribute views that define methods to read
H A DFileStoreAttributeView.java26 package java.nio.file.attribute;
29 * An attribute view that is a read-only or updatable view of the attributes of
H A DGroupPrincipal.java26 package java.nio.file.attribute;
H A DUserPrincipal.java26 package java.nio.file.attribute;
H A DAttributeView.java26 package java.nio.file.attribute;
31 * or implemented by specific attribute views that define the attributes
32 * supported by the view. A specific attribute view will typically define
40 * Returns the name of the attribute view.
H A DFileAttribute.java26 package java.nio.file.attribute;
29 * An object that encapsulates the value of a file attribute that can be set
34 * @param <T> The type of the file attribute value
42 * Returns the attribute name.
47 * Returns the attribute value.
H A DAclEntryFlag.java26 package java.nio.file.attribute;
H A DAclEntryType.java26 package java.nio.file.attribute;
H A DAclFileAttributeView.java26 package java.nio.file.attribute;
33 * A file attribute view that supports reading or updating a file's Access
39 * file attribute view defines the {@link #getAcl() getAcl}, and {@link
42 * Network File System (NFS) version 4 Protocol</i></a>. This file attribute view
95 * supported by this attribute view are as follows:
123 * <p> Implementations supporting this attribute view may also support setting
144 * Returns the name of the attribute view. Attribute views of this type
159 * the file's ACL attribute.
188 * that is not associated with the same provider as this attribute view then

Completed in 40 milliseconds

123456789