Package | Description |
---|---|
org.sirius.client.win32.classes | |
org.sirius.client.win32.classes.controls | |
org.sirius.client.win32.classes.dialogs |
Modifier and Type | Class and Description |
---|---|
class |
Control |
class |
DialogBox |
class |
MainWindow |
class |
MovableWindow |
class |
TopLevelWindow |
Modifier and Type | Method and Description |
---|---|
static Window |
Aliases.get(String entry)
Returns window object by specified alias name.
|
Window |
Menu.getOwner() |
Window |
Window.getParent()
.
|
Modifier and Type | Method and Description |
---|---|
HashMap<String,Window> |
Aliases.getAliases() |
Modifier and Type | Method and Description |
---|---|
void |
Window.initializeElements(Window win) |
static void |
Aliases.set(Window win)
Fills in the internal table with the aliases defined in the window
passed as the parameter.
|
void |
Window.setParent(Window parentValue) |
Constructor and Description |
---|
Control(Window parent,
Win32Locator locator)
.
|
DialogBox(Win32Client client,
Window parent,
Win32Locator locator)
.
|
DialogBox(Window parent,
Win32Locator locator) |
Menu(Win32Client clientValue,
Window ownerValue)
.
|
Menu(Win32Client clientValue,
Window ownerValue,
long hmenuValue)
.
|
MenuItem(Win32Client clientValue,
Window ownerValue,
long hmenuValue,
int posValue)
.
|
MovableWindow(Win32Client clientValue,
Window parentValue,
Win32Locator locatorValue)
.
|
TopLevelWindow(Win32Client clientValue,
Window parentValue,
Win32Locator locatorValue)
.
|
Window(Win32Client clientValue,
Window parentValue,
Win32Locator locatorValue)
.
|
Window(Window parentValue,
Win32Locator locatorValue)
.
|
Modifier and Type | Class and Description |
---|---|
class |
Button |
class |
CheckBox |
class |
CheckListBox |
class |
ComboBox |
class |
Edit |
class |
List |
class |
ListBox |
class |
ListView |
class |
PageList |
class |
RadioButton |
class |
ToolBar |
class |
UpDown |
Constructor and Description |
---|
Button(Window parentValue,
Win32Locator locatorValue)
.
|
CheckBox(Window parentValue,
Win32Locator locatorValue)
.
|
CheckListBox(Window parentValue,
Win32Locator locatorValue)
.
|
ComboBox(Window parentValue,
Win32Locator locatorValue)
.
|
Edit(Window parentValue,
Win32Locator locatorValue)
.
|
List(Window parentValue,
Win32Locator locatorValue)
.
|
ListBox(Window parentValue,
Win32Locator locatorValue)
.
|
ListView(Window parentValue,
Win32Locator locatorValue)
.
|
PageList(Window parentValue,
Win32Locator locatorValue)
.
|
RadioButton(Window parentValue,
Win32Locator locatorValue)
.
|
ToolBar(Window parentValue,
Win32Locator locatorValue)
.
|
UpDown(Window parentValue,
Win32Locator locatorValue)
.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageBox |
class |
OpenSaveDialog |
Copyright © 2013. All rights reserved.