protected static enum HtmlGraphicImage.PropertyKeys extends EnumSE<HtmlGraphicImage.PropertyKeys>
列挙型定数と説明 |
---|
alt |
dir |
height |
ismap |
lang |
longdesc |
onclick |
ondblclick |
onkeydown |
onkeypress |
onkeyup |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
role |
style |
styleClass |
title |
usemap |
width |
修飾子と型 | メソッドと説明 |
---|---|
StringSE | toString() |
static HtmlGraphicImage.PropertyKeys | valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static HtmlGraphicImage.PropertyKeys[] | values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
cloneSE, compareToSE, equalsSE, finalizeSE, getDeclaringClassSE, hashCodeSE, nameSE, ordinalSE, valueOfSE
getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public static final HtmlGraphicImage.PropertyKeys alt
public static final HtmlGraphicImage.PropertyKeys dir
public static final HtmlGraphicImage.PropertyKeys height
public static final HtmlGraphicImage.PropertyKeys ismap
public static final HtmlGraphicImage.PropertyKeys lang
public static final HtmlGraphicImage.PropertyKeys longdesc
public static final HtmlGraphicImage.PropertyKeys onclick
public static final HtmlGraphicImage.PropertyKeys ondblclick
public static final HtmlGraphicImage.PropertyKeys onkeydown
public static final HtmlGraphicImage.PropertyKeys onkeypress
public static final HtmlGraphicImage.PropertyKeys onkeyup
public static final HtmlGraphicImage.PropertyKeys onmousedown
public static final HtmlGraphicImage.PropertyKeys onmousemove
public static final HtmlGraphicImage.PropertyKeys onmouseout
public static final HtmlGraphicImage.PropertyKeys onmouseover
public static final HtmlGraphicImage.PropertyKeys onmouseup
public static final HtmlGraphicImage.PropertyKeys role
public static final HtmlGraphicImage.PropertyKeys style
public static final HtmlGraphicImage.PropertyKeys styleClass
public static final HtmlGraphicImage.PropertyKeys title
public static final HtmlGraphicImage.PropertyKeys usemap
public static final HtmlGraphicImage.PropertyKeys width
public static HtmlGraphicImage.PropertyKeys[] values()
for (HtmlGraphicImage.PropertyKeys c : HtmlGraphicImage.PropertyKeys.values()) System.out.println(c);
public static HtmlGraphicImage.PropertyKeys valueOf(StringSE name)
name
- 返される列挙定数の名前。IllegalArgumentExceptionSE
- この列挙型に指定された名前の定数がない場合 NullPointerExceptionSE
- 引数が null の場合 public StringSE toString()
EnumSE<HtmlGraphicImage.PropertyKeys>
の toStringSE
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.