Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.imagero.gui.swing
Class SplitPaneConstraints  view SplitPaneConstraints download SplitPaneConstraints.java

java.lang.Object
  extended bycom.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()