@OpenApiAll public class PageFormatProperty extends Property
java.awt.print.PageFormat
value.
Current implementation does not provide some editor for this value.PageFormat
DEFAULT_PROPERTY_RESOURCE_PROVIDER, EDITABLE, mAdditionalProperties, mDescriptionID, mEditable, mGroupName, mID, mResourceProvider, mSources, mSupport, mUndefinedState, mValue, NULL, NULL_ID_PROPERTY_RESOURCE_PROVIDER, UNDEFINED, VALUE
Constructor and Description |
---|
PageFormatProperty()
Default constructor.
|
PageFormatProperty(java.lang.String id,
java.awt.print.PageFormat value)
The property constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(PropertyVisitor v)
Accepts the given visitor.
|
java.lang.String |
getClassType()
Returns property class type.
|
java.awt.print.PageFormat |
getPageFormat()
Returns value as
PageFormat . |
_isFrozen, _setFrozen, addPropertyChangeListener, addSource, addSources, areValuesEqual, clone, createCellEditor, createEditor, createTableCellRenderer, equals, firePropertyChange, generateDefaultDescriptionID, getAdditionalProperties, getAdditionalProperty, getDescription, getDescriptionID, getGroup, getID, getName, getNonEditableReason, getPureDescription, getResourceProvider, getResourceProviderID, getSources, getUndefinedString, getUndefinedString, getValue, getValueStringRepresentation, hashCode, isEditable, isUndefinedState, removePropertyChangeListener, setAdditionalProperties, setAdditionalProperty, setDescription, setDescriptionID, setEditable, setGroup, setID, setNonEditableReason, setResourceProvider, setResourceProviderID, setSources, setUndefinedState, setValue, toString
public PageFormatProperty()
public PageFormatProperty(java.lang.String id, java.awt.print.PageFormat value)
id
- the ID of property.value
- the PageFormet value of the property.public void accept(PropertyVisitor v) throws java.lang.Exception
accept
in interface PropertyVisitorAcceptor
accept
in class Property
v
- the PropertyVisitor.java.lang.Exception
public java.awt.print.PageFormat getPageFormat()
PageFormat
.PageFormat
.public java.lang.String getClassType()
getClassType
in interface PropertyVisitorAcceptor
getClassType
in class Property
PropertyID.PAGE_FORMAT