|
||||||||||
| 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
public class ClarionWindow
Model clarion 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 | |
|---|---|
ClarionWindow()
|
|
| Method Summary | |
|---|---|
protected boolean |
canNotifyLocalChange(int indx)
|
void |
close()
Close window |
ClarionObject |
getAWTProperty(int index)
|
ClarionObject |
getLocalProperty(int index)
|
protected void |
notifyLocalChange(int indx,
ClarionObject value)
|
void |
open()
Open window |
void |
open(ClarionWindow parent)
Open window in context of another window |
ClarionWindow |
setAlrt(int value)
|
ClarionWindow |
setAt(java.lang.Integer x,
java.lang.Integer y,
java.lang.Integer width,
java.lang.Integer height)
Set window position |
ClarionWindow |
setCenter()
Locate window in center of realestate |
ClarionWindow |
setCentered()
Window wallpaper is centered |
ClarionWindow |
setColor(java.lang.Integer back,
java.lang.Integer selectFor,
java.lang.Integer selectBack)
Set default color |
ClarionWindow |
setDouble()
Set double window frame style |
ClarionWindow |
setFont(java.lang.String typeface,
java.lang.Integer size,
java.lang.Integer color,
java.lang.Integer style,
java.lang.Integer charset)
Set default window font |
ClarionWindow |
setGray()
Set window style/color - grey |
ClarionWindow |
setHelp(java.lang.String help)
Set help option when F1/help is selected |
ClarionWindow |
setHVScroll()
Window is scrollable - horiz and vert |
ClarionWindow |
setIcon(java.lang.String text)
Set window icon |
ClarionWindow |
setImmediate()
Generated events on resizing. |
ClarionWindow |
setMask()
|
ClarionWindow |
setMax()
Window has maximise button on top right |
ClarionWindow |
setMaximize()
Set window to be maximised |
ClarionWindow |
setMDI()
Indicate that window is a child in a MDI style application |
ClarionWindow |
setModal()
Window is application model |
ClarionWindow |
setNoFrame()
Window has no frame |
ClarionWindow |
setResize()
Indicate window is resizable |
ClarionWindow |
setStatus(int... status)
|
ClarionWindow |
setSystem()
Set system window top left on window |
ClarionWindow |
setText(java.lang.String text)
Set window header |
ClarionWindow |
setTiled()
Indicate window is to tile in realestate |
ClarionWindow |
setTimer(int timer)
Set window timer event. |
ClarionWindow |
setToolbox()
Window style is toolbox style |
ClarionWindow |
setVScroll()
Indicate window is scrollable - vertical only |
| 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 ClarionWindow()
| Method Detail |
|---|
public ClarionWindow setSystem()
public ClarionWindow setAlrt(int value)
public ClarionWindow setCentered()
public ClarionWindow setMaximize()
public ClarionWindow setToolbox()
public ClarionWindow setStatus(int... status)
public ClarionWindow setGray()
public ClarionWindow setHelp(java.lang.String help)
help -
public ClarionWindow setTiled()
public ClarionWindow setNoFrame()
public ClarionWindow setMDI()
public ClarionWindow setCenter()
public ClarionWindow setTimer(int timer)
timer -
public ClarionWindow setAt(java.lang.Integer x,
java.lang.Integer y,
java.lang.Integer width,
java.lang.Integer height)
x - w - width - height -
public ClarionWindow setFont(java.lang.String typeface,
java.lang.Integer size,
java.lang.Integer color,
java.lang.Integer style,
java.lang.Integer charset)
typeface - size - color - style - charset -
public ClarionWindow setColor(java.lang.Integer back,
java.lang.Integer selectFor,
java.lang.Integer selectBack)
back - selectFor - selectBack -
public ClarionWindow setDouble()
public ClarionWindow setVScroll()
public ClarionWindow setResize()
public ClarionWindow setImmediate()
public ClarionWindow setMask()
public ClarionWindow setHVScroll()
public ClarionWindow setMax()
public ClarionWindow setModal()
public ClarionWindow setText(java.lang.String text)
text -
public ClarionWindow setIcon(java.lang.String text)
text -
public void open()
public void open(ClarionWindow parent)
parent - public void close()
public ClarionObject getAWTProperty(int index)
getAWTProperty in interface AbstractAWTPropertyGetterpublic ClarionObject getLocalProperty(int index)
getLocalProperty in class PropertyObjectprotected boolean canNotifyLocalChange(int indx)
canNotifyLocalChange in class PropertyObject
protected void notifyLocalChange(int indx,
ClarionObject value)
notifyLocalChange in class AbstractWindowTarget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||