U - subclasse de IWindowUi tratada pelo controlador.public abstract class SwingWindowController<U extends IWindowUi> extends SwingController<U>
| Modifier | Constructor and Description |
|---|---|
protected |
SwingWindowController()
Construtor padrão.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterBuildComponent(U ui)
Método executado após a construção do componente.
|
protected void |
afterFree() |
protected void |
beforeFree() |
protected abstract void |
beforeStart(U ui)
Método chamado antes do lançamento inicial da janela.
|
void |
start()
Provoca a abertura da janela associada.
|
buildUi, buildUiForUiLibrary, createChild, createOrFindSingletonChild, equals, free, getAscendent, getChildren, getControllerId, getControllerStatus, getDepth, getDescendant, getDescendants, getDescription, getLogger, getParent, getUi, getUiLibrary, hashCode, isComponentInstancied, setDescription, toStringprotected void beforeFree()
beforeFree in class Controller<U extends IWindowUi>protected void afterFree()
afterFree in class Controller<U extends IWindowUi>protected void afterBuildComponent(U ui)
ControllerafterBuildComponent in class Controller<U extends IWindowUi>ui - componente recém instanciado.public final void start()
protected abstract void beforeStart(U ui)
ui - componenteCopyright © 2018 Tecgraf/PUC-Rio. All rights reserved.