|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectComposite
org.formaria.swt.Panel
org.formaria.swt.SplitPane
public class SplitPane
Draws a splitpane
Copyright (c) Formaria Ltd., 2008
License: see license.txt $Revision: 2.18 $
| Field Summary |
|---|
| Fields inherited from class org.formaria.swt.Panel |
|---|
BORDER_BEVEL, BORDER_FLAT, BORDER_NONE |
| Constructor Summary | |
|---|---|
SplitPane(java.lang.Object parent)
Create a splitpane |
|
| Method Summary | |
|---|---|
protected void |
checkSubclass()
Suppress the subclassing exception |
int |
getSizeSplit()
Return the size attribute |
java.lang.String |
getToolTip()
Get the tooltip text |
void |
layout()
Do the layout |
void |
layoutHorizontal()
Do the layout for a horizontal splitpane |
void |
layoutVertical()
Do the layout for a vertical splitpane |
void |
setLocation(int location)
Set the location attribute |
void |
setOrientation(java.lang.String orientation)
Set the orientation |
void |
setSize(int size)
Set the size attribute |
void |
setToolTip(java.lang.String text)
Set the tooltip text |
void |
superLayout()
Do the layout of the panel |
| Methods inherited from class org.formaria.swt.Panel |
|---|
getDrawFrame, setBounds, setDrawBorder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SplitPane(java.lang.Object parent)
parent - parent object| Method Detail |
|---|
protected void checkSubclass()
checkSubclass in class Panelpublic void setToolTip(java.lang.String text)
setToolTip in class Paneltext - the new textpublic java.lang.String getToolTip()
getToolTip in class Panelpublic void setOrientation(java.lang.String orientation)
orientation - vert or otherwuse horzizontalpublic void setLocation(int location)
location - the value of locationpublic void setSize(int size)
size - the value of sizepublic int getSizeSplit()
public void layout()
public void superLayout()
public void layoutVertical()
public void layoutHorizontal()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||