Package | Description |
---|---|
de.esprit.appsuite.gui |
Contains GUI classes that maintain an ApplicationContext.
|
de.esprit.common.gui |
Contains reuseable GUI components as well helper classes for GUI construction.
|
de.esprit.common.gui.util |
Contains non visible GUI support classes like renderers etc.
|
de.esprit.common.type |
Contains a set of useful enum constants
|
de.esprit.netsuite.client.tool.user |
Contains classes that make up the user manager
|
Modifier and Type | Method and Description |
---|---|
protected WindowAlignment |
ToolFrame.getPreferredWindowAlignment() |
protected WindowAlignment |
ToolDialog.getPreferredWindowAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
ZFrame.setLocationRelativeTo(java.awt.Component comp,
WindowAlignment alignment) |
void |
ZDialog.setLocationRelativeTo(java.awt.Component comp,
WindowAlignment alignment) |
void |
ToolWindowAdapter.setLocationRelativeTo(java.awt.Component comp,
WindowAlignment alignment) |
Modifier and Type | Method and Description |
---|---|
static void |
GuiUtil.locateWindow(ToolWindow win,
java.awt.Component comp,
WindowAlignment alignment) |
Modifier and Type | Method and Description |
---|---|
static WindowAlignment |
WindowAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WindowAlignment[] |
WindowAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected WindowAlignment |
GroupAssignDialog.getPreferredWindowAlignment() |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.