public class UIConsole extends Console implements InitLookAndFeel
| Modifier and Type | Field and Description |
|---|---|
protected JFrame |
frame |
consoleEventQueue, consoleListeners, initServices, installedServicesWeak, resolver, services, servicesSync, startArgs| Constructor and Description |
|---|
UIConsole() |
UIConsole(ConsoleService... services) |
UIConsole(Iterable<ConsoleService> services) |
| Modifier and Type | Method and Description |
|---|---|
protected JFrame |
createFrame()
Создает главное окно консоли
|
JFrame |
getFrame()
Возвращает/создает главное окно консоли
|
List<Image> |
getMainFrameIcons() |
protected void |
init(JFrame frame)
Инициализация окна
|
protected void |
initDefaultCloseOperation(JFrame frame) |
protected void |
initLayout(JFrame frame) |
void |
initLookAndFeel() |
protected void |
initTitle(JFrame frame) |
addConsoleEvent, addConsoleListener, addConsoleListener, fireConsoleEvent, fireConsoleEvents, getBuildDate, getConsoleListeners, getResolver, getServices, getStartArgs, getVersion, hasConsoleListener, initLogging, initServices, removeConsoleListener, resolveprotected volatile JFrame frame
public UIConsole()
public UIConsole(ConsoleService... services)
public UIConsole(Iterable<ConsoleService> services)
public JFrame getFrame()
createFrame(),
init(javax.swing.JFrame)protected JFrame createFrame()
protected void init(JFrame frame)
frame - окноinitLayout(javax.swing.JFrame),
initTitle(javax.swing.JFrame),
initDefaultCloseOperation(javax.swing.JFrame)protected void initLayout(JFrame frame)
protected void initTitle(JFrame frame)
protected void initDefaultCloseOperation(JFrame frame)
public void initLookAndFeel()
initLookAndFeel in interface InitLookAndFeelCopyright © 2018. All rights reserved.