|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Alignable
Alignable
is an interface that can be implemented by any components to provide information such as how
to set orientation and check whether a component supports vertical orientation or horizontal orientation.
Field Summary | |
---|---|
static String |
PROPERTY_ORIENTATION
Property name to indicate the orientation is changed. |
Method Summary | |
---|---|
int |
getOrientation()
Gets the orientation. |
void |
setOrientation(int orientation)
Changes the orientation. |
boolean |
supportHorizontalOrientation()
Checks if the component support horizontal orientation. |
boolean |
supportVerticalOrientation()
Checks if the component support vertical orientation. |
Field Detail |
---|
static final String PROPERTY_ORIENTATION
Method Detail |
---|
boolean supportVerticalOrientation()
boolean supportHorizontalOrientation()
void setOrientation(int orientation)
JideSwingUtilities.setOrientationOf(this, orientation);
- Parameters:
orientation
- the new orientation
int getOrientation()
return
JideSwingUtilities.getOrientationOf(this);
- Returns:
- orientation
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |