Groovy Documentation

com.wordpress.tipsforjava.swing
[Java] Enum ScrollablePanel.ScrollableSizeHint

java.lang.Object
  com.wordpress.tipsforjava.swing.ScrollablePanel.ScrollableSizeHint

public enum ScrollablePanel.ScrollableSizeHint

Enum Constant Summary
FIT

NONE

STRETCH

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

Enum Constant Detail

FIT

ScrollablePanel.ScrollableSizeHint FIT


NONE

ScrollablePanel.ScrollableSizeHint NONE


STRETCH

ScrollablePanel.ScrollableSizeHint STRETCH


 

Groovy Documentation