com.jniwrapper.win32.ie.dom
Class BorderStyle

java.lang.Object
  extended by com.jniwrapper.win32.ie.dom.BorderStyle

public class BorderStyle
extends java.lang.Object

This interface represents style of element border.


Field Summary
static BorderStyle DASHED
           
static BorderStyle DOTTED
           
static BorderStyle DOUBLE
           
static BorderStyle GROOVE
           
static BorderStyle INSET
           
static BorderStyle NONE
           
static BorderStyle OUTSET
           
static BorderStyle RIDGE
           
static BorderStyle SOLID
           
static BorderStyle WINDOW_INSET
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static BorderStyle NONE

DOTTED

public static BorderStyle DOTTED

DASHED

public static BorderStyle DASHED

SOLID

public static BorderStyle SOLID

DOUBLE

public static BorderStyle DOUBLE

GROOVE

public static BorderStyle GROOVE

RIDGE

public static BorderStyle RIDGE

INSET

public static BorderStyle INSET

WINDOW_INSET

public static BorderStyle WINDOW_INSET

OUTSET

public static BorderStyle OUTSET
Method Detail

getName

public java.lang.String getName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object