|
|||||||||
| Home >> All >> com >> imagero >> gui >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.imagero.gui.swing
Class SplitPaneConstraints

java.lang.Objectcom.imagero.gui.swing.SplitPaneConstraints
- public class SplitPaneConstraints
- extends java.lang.Object
Created by IntelliJ IDEA. User: ak Date: 17.03.2005 Time: 12:02:19 To change this template use Options | File Templates.
| Field Summary | |
private int |
align
|
private java.awt.Component |
component
|
private int |
orientation
|
| Constructor Summary | |
SplitPaneConstraints(java.awt.Component comp,
int orientation,
int align)
|
|
| Method Summary | |
int |
getAlign()
|
java.awt.Component |
getComponent()
|
int |
getOrientation()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
orientation
private int orientation
align
private int align
component
private java.awt.Component component
| Constructor Detail |
SplitPaneConstraints
public SplitPaneConstraints(java.awt.Component comp, int orientation, int align)
| Method Detail |
getOrientation
public int getOrientation()
getAlign
public int getAlign()
getComponent
public java.awt.Component getComponent()
|
|||||||||
| Home >> All >> com >> imagero >> gui >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.imagero.gui.swing.SplitPaneConstraints