|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclarion.clarion.PropertyObject
org.jclarion.clarion.AbstractTarget
org.jclarion.clarion.AbstractWindowTarget
org.jclarion.clarion.ClarionWindow
org.jclarion.clarion.ClarionApplication
public class ClarionApplication
Model application window
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jclarion.clarion.AbstractWindowTarget |
|---|
AbstractWindowTarget.StatusBar |
| Field Summary |
|---|
| Fields inherited from class org.jclarion.clarion.AbstractWindowTarget |
|---|
suppressWindowSizingEvents |
| Constructor Summary | |
|---|---|
ClarionApplication()
|
|
| Method Summary | |
|---|---|
void |
clearMetaData()
|
javax.swing.JDesktopPane |
getDesktopPane()
|
ClarionApplication |
setAt(java.lang.Integer x,
java.lang.Integer y,
java.lang.Integer width,
java.lang.Integer height)
Set window position/dimenstions |
void |
setDesktopPane(javax.swing.JDesktopPane desktopPane)
|
ClarionApplication |
setHVScroll()
Allow window to be scrolled |
ClarionApplication |
setIcon(java.lang.String aString)
set window icon |
ClarionApplication |
setImmediate()
If set then following events will be generated Move - window moved Size - window sized restore - window restored maximise - window maximised iconize - window iconized |
ClarionApplication |
setMax()
Display button (on top right) that allows window to be maximised. |
ClarionApplication |
setResize()
Indicate that window is resizable |
ClarionApplication |
setStatus(int... bars)
Define status bars for the window on bottom of window |
ClarionApplication |
setSystem()
Allow rendering of window system menu. |
ClarionApplication |
setText(java.lang.String aString)
Set window text |
| Methods inherited from class org.jclarion.clarion.ClarionWindow |
|---|
canNotifyLocalChange, close, getAWTProperty, getLocalProperty, notifyLocalChange, open, open, setAlrt, setCenter, setCentered, setColor, setDouble, setFont, setGray, setHelp, setMask, setMaximize, setMDI, setModal, setNoFrame, setTiled, setTimer, setToolbox, setVScroll |
| Methods inherited from class org.jclarion.clarion.AbstractTarget |
|---|
getControl, getControl, getControls, getLastID, getParentPropertyObject, register, register, register, remove |
| Methods inherited from class org.jclarion.clarion.PropertyObject |
|---|
addListener, debugMetaData, getDebugMetaData, getDebugMetaData, getId, getInheritedProperty, getProperty, getProperty, getProperty, getPropertyOrDefault, getRawProperty, getRawProperty, getSetProperties, isProperty, reMap, removeAllListeners, removeListener, setClonedProperty, setClonedProperty, setClonedProperty, setClonedProperty, setClonedProperty, setId, setProperty, setProperty, setProperty, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClarionApplication()
| Method Detail |
|---|
public ClarionApplication setAt(java.lang.Integer x,
java.lang.Integer y,
java.lang.Integer width,
java.lang.Integer height)
setAt in class ClarionWindowx - w - width - height -
public ClarionApplication setResize()
setResize in class ClarionWindowpublic ClarionApplication setText(java.lang.String aString)
setText in class ClarionWindowaString -
public ClarionApplication setIcon(java.lang.String aString)
setIcon in class ClarionWindowaString -
public ClarionApplication setImmediate()
setImmediate in class ClarionWindowpublic ClarionApplication setSystem()
setSystem in class ClarionWindowpublic ClarionApplication setMax()
setMax in class ClarionWindowpublic ClarionApplication setHVScroll()
setHVScroll in class ClarionWindowpublic ClarionApplication setStatus(int... bars)
setStatus in class ClarionWindowbars - - size of the bars
public void clearMetaData()
clearMetaData in class AbstractWindowTargetpublic javax.swing.JDesktopPane getDesktopPane()
public void setDesktopPane(javax.swing.JDesktopPane desktopPane)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||