Groovy Documentation

com.wordpress.tipsforjava.swing.border
[Java] Enum ComponentBorder.Edge

java.lang.Object
  com.wordpress.tipsforjava.swing.border.ComponentBorder.Edge

public enum ComponentBorder.Edge

Enum Constant Summary
BOTTOM

LEFT

RIGHT

TOP

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

BOTTOM

ComponentBorder.Edge BOTTOM


LEFT

ComponentBorder.Edge LEFT


RIGHT

ComponentBorder.Edge RIGHT


TOP

ComponentBorder.Edge TOP


 

Groovy Documentation