Table of Contents

Class HTML.Attribute

Namespace
Javax.Swing.Text.Html
Assembly
MASES.JNet.dll
public class HTML.Attribute : JVMBridgeBase<HTML.Attribute>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<HTML.Attribute>
HTML.Attribute
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<HTML.Attribute>.IsAssignableFrom(IJavaType)
JVMBridgeBase<HTML.Attribute>.IsAssignableFrom<T>()
JVMBridgeBase<HTML.Attribute>.Execute<T>(params T[])
JVMBridgeBase<HTML.Attribute>.DynBridgeClazz
JVMBridgeBase<HTML.Attribute>.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

Attribute()

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

public Attribute()

Attribute(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

public Attribute(params object[] args)

Parameters

args object[]

Properties

ACTION

public static HTML.Attribute ACTION { get; }

Property Value

HTML.Attribute

ALIGN

public static HTML.Attribute ALIGN { get; }

Property Value

HTML.Attribute
public static HTML.Attribute ALINK { get; }

Property Value

HTML.Attribute

ALT

public static HTML.Attribute ALT { get; }

Property Value

HTML.Attribute

ARCHIVE

public static HTML.Attribute ARCHIVE { get; }

Property Value

HTML.Attribute

BACKGROUND

public static HTML.Attribute BACKGROUND { get; }

Property Value

HTML.Attribute

BGCOLOR

public static HTML.Attribute BGCOLOR { get; }

Property Value

HTML.Attribute

BORDER

public static HTML.Attribute BORDER { get; }

Property Value

HTML.Attribute

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CELLPADDING

public static HTML.Attribute CELLPADDING { get; }

Property Value

HTML.Attribute

CELLSPACING

public static HTML.Attribute CELLSPACING { get; }

Property Value

HTML.Attribute

CHECKED

public static HTML.Attribute CHECKED { get; }

Property Value

HTML.Attribute

CLASS

public static HTML.Attribute CLASS { get; }

Property Value

HTML.Attribute

CLASSID

public static HTML.Attribute CLASSID { get; }

Property Value

HTML.Attribute

CLEAR

public static HTML.Attribute CLEAR { get; }

Property Value

HTML.Attribute

CODE

public static HTML.Attribute CODE { get; }

Property Value

HTML.Attribute

CODEBASE

public static HTML.Attribute CODEBASE { get; }

Property Value

HTML.Attribute

CODETYPE

public static HTML.Attribute CODETYPE { get; }

Property Value

HTML.Attribute

COLOR

public static HTML.Attribute COLOR { get; }

Property Value

HTML.Attribute

COLS

public static HTML.Attribute COLS { get; }

Property Value

HTML.Attribute

COLSPAN

public static HTML.Attribute COLSPAN { get; }

Property Value

HTML.Attribute

COMMENT

public static HTML.Attribute COMMENT { get; }

Property Value

HTML.Attribute

COMPACT

public static HTML.Attribute COMPACT { get; }

Property Value

HTML.Attribute

CONTENT

public static HTML.Attribute CONTENT { get; }

Property Value

HTML.Attribute

COORDS

public static HTML.Attribute COORDS { get; }

Property Value

HTML.Attribute

DATA

public static HTML.Attribute DATA { get; }

Property Value

HTML.Attribute

DECLARE

public static HTML.Attribute DECLARE { get; }

Property Value

HTML.Attribute

DIR

public static HTML.Attribute DIR { get; }

Property Value

HTML.Attribute

DUMMY

public static HTML.Attribute DUMMY { get; }

Property Value

HTML.Attribute

ENCTYPE

public static HTML.Attribute ENCTYPE { get; }

Property Value

HTML.Attribute

ENDTAG

public static HTML.Attribute ENDTAG { get; }

Property Value

HTML.Attribute

FACE

public static HTML.Attribute FACE { get; }

Property Value

HTML.Attribute

FRAMEBORDER

public static HTML.Attribute FRAMEBORDER { get; }

Property Value

HTML.Attribute

HALIGN

public static HTML.Attribute HALIGN { get; }

Property Value

HTML.Attribute

HEIGHT

public static HTML.Attribute HEIGHT { get; }

Property Value

HTML.Attribute

HREF

public static HTML.Attribute HREF { get; }

Property Value

HTML.Attribute

HSPACE

public static HTML.Attribute HSPACE { get; }

Property Value

HTML.Attribute

HTTPEQUIV

public static HTML.Attribute HTTPEQUIV { get; }

Property Value

HTML.Attribute

ID

public static HTML.Attribute ID { get; }

Property Value

HTML.Attribute

ISMAP

public static HTML.Attribute ISMAP { get; }

Property Value

HTML.Attribute

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

LANG

public static HTML.Attribute LANG { get; }

Property Value

HTML.Attribute

LANGUAGE

public static HTML.Attribute LANGUAGE { get; }

Property Value

HTML.Attribute
public static HTML.Attribute LINK { get; }

Property Value

HTML.Attribute

LOWSRC

public static HTML.Attribute LOWSRC { get; }

Property Value

HTML.Attribute

MARGINHEIGHT

public static HTML.Attribute MARGINHEIGHT { get; }

Property Value

HTML.Attribute

MARGINWIDTH

public static HTML.Attribute MARGINWIDTH { get; }

Property Value

HTML.Attribute

MAXLENGTH

public static HTML.Attribute MAXLENGTH { get; }

Property Value

HTML.Attribute

METHOD

public static HTML.Attribute METHOD { get; }

Property Value

HTML.Attribute

MULTIPLE

public static HTML.Attribute MULTIPLE { get; }

Property Value

HTML.Attribute

N

public static HTML.Attribute N { get; }

Property Value

HTML.Attribute

NAME

public static HTML.Attribute NAME { get; }

Property Value

HTML.Attribute

NOHREF

public static HTML.Attribute NOHREF { get; }

Property Value

HTML.Attribute

NORESIZE

public static HTML.Attribute NORESIZE { get; }

Property Value

HTML.Attribute

NOSHADE

public static HTML.Attribute NOSHADE { get; }

Property Value

HTML.Attribute

NOWRAP

public static HTML.Attribute NOWRAP { get; }

Property Value

HTML.Attribute

PROMPT

public static HTML.Attribute PROMPT { get; }

Property Value

HTML.Attribute

REL

public static HTML.Attribute REL { get; }

Property Value

HTML.Attribute

REV

public static HTML.Attribute REV { get; }

Property Value

HTML.Attribute

ROWS

public static HTML.Attribute ROWS { get; }

Property Value

HTML.Attribute

ROWSPAN

public static HTML.Attribute ROWSPAN { get; }

Property Value

HTML.Attribute

SCROLLING

public static HTML.Attribute SCROLLING { get; }

Property Value

HTML.Attribute

SELECTED

public static HTML.Attribute SELECTED { get; }

Property Value

HTML.Attribute

SHAPE

public static HTML.Attribute SHAPE { get; }

Property Value

HTML.Attribute

SHAPES

public static HTML.Attribute SHAPES { get; }

Property Value

HTML.Attribute

SIZE

public static HTML.Attribute SIZE { get; }

Property Value

HTML.Attribute

SRC

public static HTML.Attribute SRC { get; }

Property Value

HTML.Attribute

STANDBY

public static HTML.Attribute STANDBY { get; }

Property Value

HTML.Attribute

START

public static HTML.Attribute START { get; }

Property Value

HTML.Attribute

STYLE

public static HTML.Attribute STYLE { get; }

Property Value

HTML.Attribute

TARGET

public static HTML.Attribute TARGET { get; }

Property Value

HTML.Attribute

TEXT

public static HTML.Attribute TEXT { get; }

Property Value

HTML.Attribute

TITLE

public static HTML.Attribute TITLE { get; }

Property Value

HTML.Attribute

TYPE

public static HTML.Attribute TYPE { get; }

Property Value

HTML.Attribute

USEMAP

public static HTML.Attribute USEMAP { get; }

Property Value

HTML.Attribute

VALIGN

public static HTML.Attribute VALIGN { get; }

Property Value

HTML.Attribute

VALUE

public static HTML.Attribute VALUE { get; }

Property Value

HTML.Attribute

VALUETYPE

public static HTML.Attribute VALUETYPE { get; }

Property Value

HTML.Attribute

VERSION

public static HTML.Attribute VERSION { get; }

Property Value

HTML.Attribute
public static HTML.Attribute VLINK { get; }

Property Value

HTML.Attribute

VSPACE

public static HTML.Attribute VSPACE { get; }

Property Value

HTML.Attribute

WIDTH

public static HTML.Attribute WIDTH { get; }

Property Value

HTML.Attribute