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