public abstract class AbstractMDIManager extends AbstractClientPlugin implements MDIManagerI, ClientPluginI
| Modifier and Type | Field and Description |
|---|---|
static ConfigureInfo |
CONFIG |
VIEWTYPE_FORMULAR, VIEWTYPE_LESEZEICHEN, VIEWTYPE_REPORT, VIEWTYPE_SCHABLONE, VIEWTYPE_UNKNOWN, VIEWTYPE_WIZARD| Constructor and Description |
|---|
AbstractMDIManager(ClientContextI _ctx,
electric.xml.Element _confroot) |
| Modifier and Type | Method and Description |
|---|---|
abstract FormElementI |
activateViewForBO(BO _bo) |
abstract FormElementI |
activateViewForBO(BO _bo,
boolean _alsoIfNew) |
void |
addMDIListener(MDIListenerI _listener) |
abstract void |
addMiniComponent(javax.swing.JComponent _jc) |
boolean |
canHandleMultipleViews() |
abstract void |
clientTitleChanged() |
void |
closeView(FormContextI _ftx) |
abstract void |
closeView(FormContextI _ftx,
boolean noFocusChange) |
javax.swing.JComponent |
getContainerComponent() |
javax.swing.JComponent |
getEastPanel() |
FormContextI |
getFormContextForFrame(de.ipcon.swing.FrameI frame) |
abstract FormElementI |
getFormElement(BO _bo) |
javax.swing.JComponent |
getJComponent() |
javax.swing.JMenu |
getJMenu() |
FormContextI[] |
getKnownFtxs() |
abstract MDIElementI |
getMDIElement(BO _bo) |
abstract MDIElementI |
getMDIElement(BO _bo,
boolean _alsoIfNew) |
abstract MDIElementI |
getMDIElement(FormContextI _ftx) |
java.lang.String |
getName() |
int |
getNorthBound() |
javax.swing.JComponent |
getNorthPanel() |
int |
getSouthBound() |
javax.swing.JComponent |
getSouthPanel() |
Struktur |
getStrukturForFtx(FormContextI _ftx) |
abstract int |
getTaskbarHeight() |
javax.swing.JComponent |
getWestPanel() |
void |
handleClassA(java.lang.String s) |
void |
managerActivated() |
void |
managerDeactivated() |
void |
openView(FormContextI _ftx) |
void |
openView(FormContextI _ftx,
java.lang.String _title) |
void |
openView(FormContextI _ftx,
java.lang.String _title,
Struktur _form) |
abstract void |
openView(FormContextI _ftx,
java.lang.String _title,
Struktur _form,
int _viewType) |
void |
postConfigure() |
void |
postInit() |
abstract void |
refreshView(FormContextI _ftx) |
void |
registerAsPlugin() |
void |
removeMDIListener(MDIListenerI _listener) |
abstract void |
removeMiniComponent(javax.swing.JComponent _jc) |
void |
removeStrukturForFtx(FormContextI _ftx) |
void |
setEastPanel(javax.swing.JComponent c) |
void |
setJMenu(javax.swing.JMenu $7) |
void |
setName(java.lang.String $8) |
void |
setNorthPanel(javax.swing.JComponent c) |
void |
setSouthPanel(javax.swing.JComponent c) |
void |
setWestPanel(javax.swing.JComponent c) |
void |
storeStrukturForFtx(FormContextI _ftx,
Struktur _form) |
boolean |
usesOSWindowManagement() |
clientCloseVeto, close, forcedClientDisconnectInitiated, forcedClientDisconnectStopped, localeChanged, refreshActions, refreshActions, reloadConfig, reregisterActions, serverConnectionEstablished, serverConnectionLost, serverConnectionRollingOver, serverIsShutdown, serverShutdownInitiated, serverShutdownStopped, updateServerHealthequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getActiveFrameComponent, getFormContextForComponent, getLastActiveFrameComponent, openView, openView, openViewclientCloseVeto, close, forcedClientDisconnectInitiated, forcedClientDisconnectStopped, localeChanged, refreshActions, refreshActions, reloadConfig, reregisterActions, serverConnectionEstablished, serverConnectionLost, serverConnectionRollingOver, serverIsShutdown, serverShutdownInitiated, serverShutdownStopped, updateServerHealthpublic static final ConfigureInfo CONFIG
public AbstractMDIManager(ClientContextI _ctx, electric.xml.Element _confroot)
public boolean usesOSWindowManagement()
usesOSWindowManagement in interface MDIManagerIpublic void handleClassA(java.lang.String s)
public abstract void openView(FormContextI _ftx, java.lang.String _title, Struktur _form, int _viewType)
openView in interface MDIManagerIpublic abstract void closeView(FormContextI _ftx, boolean noFocusChange)
closeView in interface MDIManagerIpublic abstract void refreshView(FormContextI _ftx)
refreshView in interface MDIManagerIpublic abstract FormElementI getFormElement(BO _bo)
getFormElement in interface MDIManagerIpublic abstract FormElementI activateViewForBO(BO _bo)
activateViewForBO in interface MDIManagerIpublic abstract FormElementI activateViewForBO(BO _bo, boolean _alsoIfNew)
activateViewForBO in interface MDIManagerIpublic abstract MDIElementI getMDIElement(BO _bo)
getMDIElement in interface MDIManagerIpublic abstract MDIElementI getMDIElement(BO _bo, boolean _alsoIfNew)
getMDIElement in interface MDIManagerIpublic abstract MDIElementI getMDIElement(FormContextI _ftx)
getMDIElement in interface MDIManagerIpublic abstract void addMiniComponent(javax.swing.JComponent _jc)
addMiniComponent in interface MiniComponentContainerIpublic abstract void removeMiniComponent(javax.swing.JComponent _jc)
removeMiniComponent in interface MiniComponentContainerIpublic javax.swing.JComponent getContainerComponent()
getContainerComponent in interface MiniComponentContainerIpublic FormContextI getFormContextForFrame(de.ipcon.swing.FrameI frame)
getFormContextForFrame in interface MDIManagerIpublic void storeStrukturForFtx(FormContextI _ftx, Struktur _form)
storeStrukturForFtx in interface MDIManagerIpublic Struktur getStrukturForFtx(FormContextI _ftx)
getStrukturForFtx in interface MDIManagerIpublic void removeStrukturForFtx(FormContextI _ftx)
removeStrukturForFtx in interface MDIManagerIpublic FormContextI[] getKnownFtxs()
getKnownFtxs in interface MDIManagerIpublic abstract void clientTitleChanged()
clientTitleChanged in interface MDIManagerIpublic void openView(FormContextI _ftx)
openView in interface MDIManagerIpublic void openView(FormContextI _ftx, java.lang.String _title)
openView in interface MDIManagerIpublic void openView(FormContextI _ftx, java.lang.String _title, Struktur _form)
openView in interface MDIManagerIpublic void closeView(FormContextI _ftx)
closeView in interface MDIManagerIpublic javax.swing.JComponent getJComponent()
getJComponent in interface MDIManagerIpublic void addMDIListener(MDIListenerI _listener)
addMDIListener in interface MDIManagerIpublic void removeMDIListener(MDIListenerI _listener)
removeMDIListener in interface MDIManagerIpublic void managerActivated()
managerActivated in interface MDIManagerIpublic void managerDeactivated()
managerDeactivated in interface MDIManagerIpublic void setSouthPanel(javax.swing.JComponent c)
setSouthPanel in interface MDIManagerIpublic void setNorthPanel(javax.swing.JComponent c)
setNorthPanel in interface MDIManagerIpublic void setWestPanel(javax.swing.JComponent c)
setWestPanel in interface MDIManagerIpublic void setEastPanel(javax.swing.JComponent c)
setEastPanel in interface MDIManagerIpublic int getNorthBound()
public int getSouthBound()
public abstract int getTaskbarHeight()
getTaskbarHeight in interface MDIManagerIpublic boolean canHandleMultipleViews()
canHandleMultipleViews in interface MDIManagerIpublic void postConfigure()
public void registerAsPlugin()
public void postInit()
postInit in interface ClientPluginIpostInit in class AbstractClientPluginpublic javax.swing.JMenu getJMenu()
public void setJMenu(javax.swing.JMenu $7)
setJMenu in interface MDIManagerIpublic javax.swing.JComponent getSouthPanel()
getSouthPanel in interface MDIManagerIpublic javax.swing.JComponent getNorthPanel()
getNorthPanel in interface MDIManagerIpublic javax.swing.JComponent getWestPanel()
getWestPanel in interface MDIManagerIpublic javax.swing.JComponent getEastPanel()
getEastPanel in interface MDIManagerIpublic java.lang.String getName()
getName in interface ClientPluginIgetName in class AbstractClientPluginpublic void setName(java.lang.String $8)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.