public class ClientNativeWindowManager extends AbstractMDIManager implements ClientContainerI, java.awt.event.HierarchyBoundsListener, java.awt.event.WindowListener
VIEWTYPE_FORMULAR, VIEWTYPE_LESEZEICHEN, VIEWTYPE_REPORT, VIEWTYPE_SCHABLONE, VIEWTYPE_UNKNOWN, VIEWTYPE_WIZARD
Constructor and Description |
---|
ClientNativeWindowManager(ClientContextI ctx,
electric.xml.Element confroot) |
Modifier and Type | Method and Description |
---|---|
void |
_refresh() |
FormElementI |
activateViewForBO(BO _bo) |
FormElementI |
activateViewForBO(BO _bo,
boolean _alsoIfNew) |
void |
addMDIElement(de.ipcon.form.ClientNativeWindowManager.MDIElement mel) |
void |
addMiniComponent(javax.swing.JComponent _jc) |
void |
addVisualComponent(javax.swing.JComponent c,
java.lang.String position) |
void |
ancestorMoved(java.awt.event.HierarchyEvent he) |
void |
ancestorResized(java.awt.event.HierarchyEvent he) |
boolean |
canHandleMultipleViews() |
java.lang.String |
clientCloseVeto() |
void |
clientTitleChanged() |
void |
close() |
void |
closeView(FormContextI _ftx,
boolean noFocusChange) |
java.awt.Component |
getActiveFrameComponent() |
javax.swing.JComponent |
getContainerComponent() |
FormElementI |
getFormElement(BO _bo) |
FormElementI |
getFormElement(BO _bo,
boolean doFocus) |
FormElementI |
getFormElement(BO _bo,
boolean doFocus,
boolean _alsoIfNew) |
java.awt.Component |
getLastActiveFrameComponent() |
int |
getLeftBound() |
int |
getMaximumInitialWindowWidth() |
MDIElementI |
getMDIElement(BO _bo)
Get the
MDIElementI which is associated with (and thus displays)
the given BO . |
MDIElementI |
getMDIElement(BO _bo,
boolean _alsoIfNew) |
MDIElementI |
getMDIElement(FormContextI _ftx) |
int |
getTaskbarHeight() |
electric.xml.Element |
getToolbarPluginElement() |
void |
handleToolBarE(electric.xml.Element el) |
void |
openView(FormContextI _ftx,
java.lang.String _title,
Struktur _form,
int _viewType) |
void |
openView(FormContextI _ftx,
java.lang.String _title,
Struktur _form,
int _viewType,
FormElementI _owner) |
void |
openView(FormContextI _ftx,
java.lang.String _title,
Struktur _form,
int _viewType,
java.awt.Rectangle _forcedBounds) |
void |
openView(FormContextI _ftx,
java.lang.String _title,
Struktur _form,
int _viewType,
java.awt.Rectangle _forcedBounds,
boolean _maximize) |
void |
openView(FormContextI _ftx,
java.lang.String _title,
Struktur _form,
int _viewType,
java.awt.Rectangle _forcedBounds,
boolean _maximize,
boolean _centerOnForcedLocation) |
void |
refresh() |
void |
refreshView(FormContextI ftx) |
void |
removeMDIElement(de.ipcon.form.ClientNativeWindowManager.MDIElement mel) |
void |
removeMiniComponent(javax.swing.JComponent _jc) |
void |
setCenterPanel(javax.swing.JComponent comp) |
boolean |
usesOSWindowManagement() |
void |
windowActivated(java.awt.event.WindowEvent e)
Invoked when the Window is set to be the active Window.
|
void |
windowClosed(java.awt.event.WindowEvent e)
Invoked when a window has been closed as the result of calling dispose on the window.
|
void |
windowClosing(java.awt.event.WindowEvent e)
Invoked when the user attempts to close the window from the window's system menu.
|
void |
windowDeactivated(java.awt.event.WindowEvent e)
Invoked when a Window is no longer the active Window.
|
void |
windowDeiconified(java.awt.event.WindowEvent e)
Invoked when a window is changed from a minimized to a normal state.
|
void |
windowIconified(java.awt.event.WindowEvent e)
Invoked when a window is changed from a normal to a minimized state.
|
void |
windowOpened(java.awt.event.WindowEvent e)
Invoked the first time a window is made visible.
|
addMDIListener, closeView, getEastPanel, getFormContextForFrame, getJComponent, getJMenu, getKnownFtxs, getName, getNorthBound, getNorthPanel, getSouthBound, getSouthPanel, getStrukturForFtx, getWestPanel, handleClassA, managerActivated, managerDeactivated, openView, openView, openView, postConfigure, postInit, registerAsPlugin, removeMDIListener, removeStrukturForFtx, setEastPanel, setJMenu, setName, setNorthPanel, setSouthPanel, setWestPanel, storeStrukturForFtx
forcedClientDisconnectInitiated, forcedClientDisconnectStopped, localeChanged, refreshActions, refreshActions, reloadConfig, reregisterActions, serverConnectionEstablished, serverConnectionLost, serverConnectionRollingOver, serverIsShutdown, serverShutdownInitiated, serverShutdownStopped, updateServerHealth
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFormContextForComponent
forcedClientDisconnectInitiated, forcedClientDisconnectStopped, localeChanged, refreshActions, refreshActions, reloadConfig, reregisterActions, serverConnectionEstablished, serverConnectionLost, serverConnectionRollingOver, serverIsShutdown, serverShutdownInitiated, serverShutdownStopped, updateServerHealth
public ClientNativeWindowManager(ClientContextI ctx, electric.xml.Element confroot)
public boolean usesOSWindowManagement()
usesOSWindowManagement
in interface MDIManagerI
usesOSWindowManagement
in class AbstractMDIManager
public electric.xml.Element getToolbarPluginElement()
public void handleToolBarE(electric.xml.Element el)
public void addVisualComponent(javax.swing.JComponent c, java.lang.String position)
addVisualComponent
in interface ClientContainerI
public void ancestorMoved(java.awt.event.HierarchyEvent he)
ancestorMoved
in interface java.awt.event.HierarchyBoundsListener
public void ancestorResized(java.awt.event.HierarchyEvent he)
ancestorResized
in interface java.awt.event.HierarchyBoundsListener
public void setCenterPanel(javax.swing.JComponent comp)
public void clientTitleChanged()
clientTitleChanged
in interface MDIManagerI
clientTitleChanged
in class AbstractMDIManager
public boolean canHandleMultipleViews()
canHandleMultipleViews
in interface MDIManagerI
canHandleMultipleViews
in class AbstractMDIManager
public void openView(FormContextI _ftx, java.lang.String _title, Struktur _form, int _viewType)
openView
in interface MDIManagerI
openView
in class AbstractMDIManager
public void openView(FormContextI _ftx, java.lang.String _title, Struktur _form, int _viewType, java.awt.Rectangle _forcedBounds)
openView
in interface MDIManagerI
public void openView(FormContextI _ftx, java.lang.String _title, Struktur _form, int _viewType, java.awt.Rectangle _forcedBounds, boolean _maximize)
openView
in interface MDIManagerI
public void openView(FormContextI _ftx, java.lang.String _title, Struktur _form, int _viewType, java.awt.Rectangle _forcedBounds, boolean _maximize, boolean _centerOnForcedLocation)
public void openView(FormContextI _ftx, java.lang.String _title, Struktur _form, int _viewType, FormElementI _owner)
openView
in interface MDIManagerI
public void addMDIElement(de.ipcon.form.ClientNativeWindowManager.MDIElement mel)
public void removeMDIElement(de.ipcon.form.ClientNativeWindowManager.MDIElement mel)
public void refresh()
public void _refresh()
public java.awt.Component getLastActiveFrameComponent()
getLastActiveFrameComponent
in interface MDIManagerI
public java.awt.Component getActiveFrameComponent()
getActiveFrameComponent
in interface MDIManagerI
public void windowActivated(java.awt.event.WindowEvent e)
windowActivated
in interface java.awt.event.WindowListener
public void windowClosed(java.awt.event.WindowEvent e)
windowClosed
in interface java.awt.event.WindowListener
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing
in interface java.awt.event.WindowListener
public void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated
in interface java.awt.event.WindowListener
public void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified
in interface java.awt.event.WindowListener
public void windowIconified(java.awt.event.WindowEvent e)
windowIconified
in interface java.awt.event.WindowListener
public void windowOpened(java.awt.event.WindowEvent e)
windowOpened
in interface java.awt.event.WindowListener
public java.lang.String clientCloseVeto()
clientCloseVeto
in interface ClientPluginI
clientCloseVeto
in class AbstractClientPlugin
public void close()
close
in interface ClientPluginI
close
in interface MDIManagerI
close
in class AbstractClientPlugin
public void closeView(FormContextI _ftx, boolean noFocusChange)
closeView
in interface MDIManagerI
closeView
in class AbstractMDIManager
public void refreshView(FormContextI ftx)
refreshView
in interface MDIManagerI
refreshView
in class AbstractMDIManager
public FormElementI getFormElement(BO _bo)
getFormElement
in interface MDIManagerI
getFormElement
in class AbstractMDIManager
public FormElementI getFormElement(BO _bo, boolean doFocus)
public FormElementI getFormElement(BO _bo, boolean doFocus, boolean _alsoIfNew)
public FormElementI activateViewForBO(BO _bo)
activateViewForBO
in interface MDIManagerI
activateViewForBO
in class AbstractMDIManager
public FormElementI activateViewForBO(BO _bo, boolean _alsoIfNew)
activateViewForBO
in interface MDIManagerI
activateViewForBO
in class AbstractMDIManager
public MDIElementI getMDIElement(FormContextI _ftx)
getMDIElement
in interface MDIManagerI
getMDIElement
in class AbstractMDIManager
public MDIElementI getMDIElement(BO _bo)
MDIElementI
which is associated with (and thus displays)
the given BO
. The _alsoIfNew
can be used to configure how
new BO
s should be handled. By default the method will always
return null for new BO
s to avoid accidentally returning an
existing MDIElementI
which is associated with a BO
with
the same Id
and class as the given BO
but which is not
the requested BO
nonetheless (can happen if two BO
s of the
same class were created in two different Transaction
s and not yet
saved).getMDIElement
in interface MDIManagerI
getMDIElement
in class AbstractMDIManager
_bo
- the BO
for which the associated MDIElementI
is
wanted_alsoIfNew
- if false (the default) always return null for new
BO
s; otherwise returns (if one exists) the MDIElementI
associated with a BO
instance with the same Id
and
class as the given BO
public MDIElementI getMDIElement(BO _bo, boolean _alsoIfNew)
getMDIElement
in interface MDIManagerI
getMDIElement
in class AbstractMDIManager
public void addMiniComponent(javax.swing.JComponent _jc)
addMiniComponent
in interface MiniComponentContainerI
addMiniComponent
in class AbstractMDIManager
public void removeMiniComponent(javax.swing.JComponent _jc)
removeMiniComponent
in interface MiniComponentContainerI
removeMiniComponent
in class AbstractMDIManager
public javax.swing.JComponent getContainerComponent()
getContainerComponent
in interface MiniComponentContainerI
getContainerComponent
in class AbstractMDIManager
public int getTaskbarHeight()
getTaskbarHeight
in interface MDIManagerI
getTaskbarHeight
in class AbstractMDIManager
public int getLeftBound()
public int getMaximumInitialWindowWidth()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.