|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HorizontalAlignment | |
---|---|
org.jvnet.flamingo.common | |
org.jvnet.flamingo.ribbon |
Uses of HorizontalAlignment in org.jvnet.flamingo.common |
---|
Methods in org.jvnet.flamingo.common that return HorizontalAlignment | |
---|---|
static HorizontalAlignment |
HorizontalAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HorizontalAlignment[] |
HorizontalAlignment.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of HorizontalAlignment in org.jvnet.flamingo.ribbon |
---|
Methods in org.jvnet.flamingo.ribbon that return HorizontalAlignment | |
---|---|
HorizontalAlignment |
JRibbonComponent.getHorizontalAlignment()
Returns the horizontal alignment for this wrapper component. |
Methods in org.jvnet.flamingo.ribbon with parameters of type HorizontalAlignment | |
---|---|
void |
JRibbonComponent.setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
Sets the specified parameter to be the horizontal alignment for this wrapper component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |