Table of Contents

Class PrintService

Namespace
Javax.Print
Assembly
MASES.JNet.dll
public class PrintService : JVMBridgeBase<PrintService>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IPrintService
Inheritance
JVMBridgeBase
JVMBridgeBase<PrintService>
PrintService
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<PrintService>.IsAssignableFrom(IJavaType)
JVMBridgeBase<PrintService>.IsAssignableFrom<T>()
JVMBridgeBase<PrintService>.Execute<T>(params T[])
JVMBridgeBase<PrintService>.DynBridgeClazz
JVMBridgeBase<PrintService>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

PrintService()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("PrintService class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PrintService()

PrintService(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("PrintService class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PrintService(params object[] args)

Parameters

args object[]

Properties

Attributes

public PrintServiceAttributeSet Attributes { get; }

Property Value

PrintServiceAttributeSet

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Name

public String Name { get; }

Property Value

String

ServiceUIFactory

public ServiceUIFactory ServiceUIFactory { get; }

Property Value

ServiceUIFactory

SupportedAttributeCategories

public Class[] SupportedAttributeCategories { get; }

Property Value

Class[]

SupportedDocFlavors

public DocFlavor[] SupportedDocFlavors { get; }

Property Value

DocFlavor[]

Methods

AddPrintServiceAttributeListener(PrintServiceAttributeListener)

public void AddPrintServiceAttributeListener(PrintServiceAttributeListener arg0)

Parameters

arg0 PrintServiceAttributeListener

PrintServiceAttributeListener

CreatePrintJob()

public DocPrintJob CreatePrintJob()

Returns

DocPrintJob

DocPrintJob

GetAttribute<T>(Class)

public T GetAttribute<T>(Class arg0) where T : IPrintServiceAttribute, new()

Parameters

arg0 Class

Class

Returns

T

T

Type Parameters

T

IPrintServiceAttribute

GetDefaultAttributeValue(Class)

public object GetDefaultAttributeValue(Class arg0)

Parameters

arg0 Class

Class

Returns

object

object

GetSupportedAttributeValues(Class, DocFlavor, AttributeSet)

public object GetSupportedAttributeValues(Class arg0, DocFlavor arg1, AttributeSet arg2)

Parameters

arg0 Class

Class

arg1 DocFlavor

DocFlavor

arg2 AttributeSet

AttributeSet

Returns

object

object

GetUnsupportedAttributes(DocFlavor, AttributeSet)

public AttributeSet GetUnsupportedAttributes(DocFlavor arg0, AttributeSet arg1)

Parameters

arg0 DocFlavor

DocFlavor

arg1 AttributeSet

AttributeSet

Returns

AttributeSet

AttributeSet

IsAttributeCategorySupported(Class)

public bool IsAttributeCategorySupported(Class arg0)

Parameters

arg0 Class

Class

Returns

bool

bool

IsAttributeValueSupported(Attribute, DocFlavor, AttributeSet)

public bool IsAttributeValueSupported(Attribute arg0, DocFlavor arg1, AttributeSet arg2)

Parameters

arg0 Attribute

Attribute

arg1 DocFlavor

DocFlavor

arg2 AttributeSet

AttributeSet

Returns

bool

bool

IsDocFlavorSupported(DocFlavor)

public bool IsDocFlavorSupported(DocFlavor arg0)

Parameters

arg0 DocFlavor

DocFlavor

Returns

bool

bool

RemovePrintServiceAttributeListener(PrintServiceAttributeListener)

public void RemovePrintServiceAttributeListener(PrintServiceAttributeListener arg0)

Parameters

arg0 PrintServiceAttributeListener

PrintServiceAttributeListener