Table of Contents

Class ImageView

Namespace
Javax.Swing.Text.Html
Assembly
MASES.JNet.dll
public class ImageView : View, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISwingConstants
Inheritance
ImageView
Implements
Inherited Members
Extension Methods

Constructors

ImageView(Element)

public ImageView(Element arg0)

Parameters

arg0 Element

Element

ImageView(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ImageView(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

AltText

public String AltText { get; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Image

public Image Image { get; }

Property Value

Image

ImageURL

public URL ImageURL { get; }

Property Value

URL

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LoadingImageIcon

public Icon LoadingImageIcon { get; }

Property Value

Icon

LoadsSynchronously

public bool LoadsSynchronously { get; set; }

Property Value

bool

NoImageIcon

public Icon NoImageIcon { get; }

Property Value

Icon

Methods

CreatePoolableInstance(Element)

HPA initializer for ImageView(Javax.Swing.Text.Element arg0)

public static ImageView CreatePoolableInstance(Element arg0)

Parameters

arg0 Element

Returns

ImageView