Modifier and Type | Class and Description |
---|---|
(package private) static class |
BzrGui.CallingArguments
The command-line-arguments may be stored in an extra class, which can arranged in any other class too.
|
private static class |
BzrGui.CmdLineAndGui
Organisation class for the GUI.
|
Modifier and Type | Field and Description |
---|---|
(package private) BzrGui.CallingArguments |
cargs |
(package private) GuiCommitPanel |
guiCommitPanel |
(package private) GuiFilesDiffPanel |
guiFilesDiffPanel |
(package private) GuiSelectPanel |
guiSelectPanel |
(package private) GuiStatusPanel |
guiStatusPanel
Panel-Management-interface for the panels.
|
(package private) BzrIdents |
idents |
(package private) MainData |
mainData |
(package private) PanelOutput |
panelOutput |
static int |
version
Version, able to read as hex yyyymmdd.
|
_gralMng, actionFile, console, gui, guiAccess, guiCfgData, guiW, mainCmd, mainTabPanel, panelBuildIfc, plugUser2Gui, user
Constructor and Description |
---|
BzrGui(BzrGui.CallingArguments cargs,
GralArea9MainCmd cmdgui)
ctor for the main class of the application.
|
Modifier and Type | Method and Description |
---|---|
protected void |
initGuiAreas(java.lang.String sMainArea)
Initializes the areas for the panels and configure the panels.
|
static void |
main(java.lang.String[] args)
The command-line-invocation (primary command-line-call.
|
protected void |
stepMain() |
appendTextInfoBox, execute, finishMain, get, getPluggedUser, initMain, initMenuGralDesigner, setTextInfoBox, showInfoBox, userInit
public static final int version
final BzrGui.CallingArguments cargs
final GuiStatusPanel guiStatusPanel
final GuiSelectPanel guiSelectPanel
final GuiCommitPanel guiCommitPanel
final PanelOutput panelOutput
final GuiFilesDiffPanel guiFilesDiffPanel
BzrGui(BzrGui.CallingArguments cargs, GralArea9MainCmd cmdgui)
MainCmdWin
.
cargs
- The given calling arguments.gui
- The GUI-organization.protected void initGuiAreas(java.lang.String sMainArea)
initGuiAreas
in class GuiCfg
public static void main(java.lang.String[] args)
args
- Some calling arguments are taken. This is the GUI-configuration especially.