|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClarionWindow | |
|---|---|
| org.jclarion.clarion | |
| Uses of ClarionWindow in org.jclarion.clarion |
|---|
| Subclasses of ClarionWindow in org.jclarion.clarion | |
|---|---|
class |
ClarionApplication
Model application window |
| Methods in org.jclarion.clarion that return ClarionWindow | |
|---|---|
ClarionWindow |
ClarionSystem.getTarget()
Get current abstract target (as window) |
ClarionWindow |
ClarionWindow.setAlrt(int value)
|
ClarionWindow |
ClarionWindow.setAt(java.lang.Integer x,
java.lang.Integer y,
java.lang.Integer width,
java.lang.Integer height)
Set window position |
ClarionWindow |
ClarionWindow.setCenter()
Locate window in center of realestate |
ClarionWindow |
ClarionWindow.setCentered()
Window wallpaper is centered |
ClarionWindow |
ClarionWindow.setColor(java.lang.Integer back,
java.lang.Integer selectFor,
java.lang.Integer selectBack)
Set default color |
ClarionWindow |
ClarionWindow.setDouble()
Set double window frame style |
ClarionWindow |
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 |
ClarionWindow.setGray()
Set window style/color - grey |
ClarionWindow |
ClarionWindow.setHelp(java.lang.String help)
Set help option when F1/help is selected |
ClarionWindow |
ClarionWindow.setHVScroll()
Window is scrollable - horiz and vert |
ClarionWindow |
ClarionWindow.setIcon(java.lang.String text)
Set window icon |
ClarionWindow |
ClarionWindow.setImmediate()
Generated events on resizing. |
ClarionWindow |
ClarionWindow.setMask()
|
ClarionWindow |
ClarionWindow.setMax()
Window has maximise button on top right |
ClarionWindow |
ClarionWindow.setMaximize()
Set window to be maximised |
ClarionWindow |
ClarionWindow.setMDI()
Indicate that window is a child in a MDI style application |
ClarionWindow |
ClarionWindow.setModal()
Window is application model |
ClarionWindow |
ClarionWindow.setNoFrame()
Window has no frame |
ClarionWindow |
ClarionWindow.setResize()
Indicate window is resizable |
ClarionWindow |
ClarionWindow.setStatus(int... status)
|
ClarionWindow |
ClarionWindow.setSystem()
Set system window top left on window |
ClarionWindow |
ClarionWindow.setText(java.lang.String text)
Set window header |
ClarionWindow |
ClarionWindow.setTiled()
Indicate window is to tile in realestate |
ClarionWindow |
ClarionWindow.setTimer(int timer)
Set window timer event. |
ClarionWindow |
ClarionWindow.setToolbox()
Window style is toolbox style |
ClarionWindow |
ClarionWindow.setVScroll()
Indicate window is scrollable - vertical only |
| Methods in org.jclarion.clarion with parameters of type ClarionWindow | |
|---|---|
void |
ClarionWindow.open(ClarionWindow parent)
Open window in context of another window |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||