public abstract class AbstractClientDesktopElement extends java.lang.Object implements java.awt.event.ActionListener, MDIElementI, java.awt.event.ComponentListener
| Constructor and Description |
|---|
AbstractClientDesktopElement(FormContextI _ftx) |
AbstractClientDesktopElement(FormContextI _ftx,
java.lang.String _title) |
AbstractClientDesktopElement(FormContextI _ftx,
java.lang.String _title,
Struktur _form) |
AbstractClientDesktopElement(FormContextI _ftx,
java.lang.String _title,
Struktur _form,
int _viewType) |
AbstractClientDesktopElement(FormContextI _ftx,
java.lang.String _title,
Struktur _form,
int _viewType,
boolean _prefixTitle) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent a) |
void |
addAction(javax.swing.Action a) |
void |
addVisualComponent(javax.swing.JComponent c,
java.lang.String position) |
abstract void |
close() |
void |
componentHidden(java.awt.event.ComponentEvent ce) |
void |
componentMoved(java.awt.event.ComponentEvent ce) |
void |
componentResized(java.awt.event.ComponentEvent ce) |
void |
componentShown(java.awt.event.ComponentEvent ce) |
void |
deiconify() |
void |
dispose() |
void |
dumpContainerStructure(java.awt.Component c,
int indent) |
void |
focus() |
java.util.LinkedHashMap |
getActions() |
java.awt.Rectangle |
getBounds() |
abstract int |
getCDEAdditionsHeight() |
abstract int |
getCDEAdditionsWidth() |
abstract java.awt.Insets |
getDefaultInsets() |
java.awt.Dimension |
getForcedDimension() |
Struktur |
getForm() |
FormElementI |
getFormElement() |
FormContextI |
getFtx() |
javax.swing.Icon |
getIcon() |
java.lang.String |
getIconKey() |
javax.swing.JComponent |
getJComponent() |
java.lang.String |
getListTitle() |
abstract java.awt.Rectangle |
getMaxDimension(java.awt.Point location)
Calculates the maximum possible Dimension at the given coordinates.
|
java.lang.String |
getRawTitle() |
java.lang.String |
getRawTitle(boolean skipEntity) |
RootFormElementI |
getRfe() |
javax.swing.JRootPane |
getRootPane() |
java.lang.String |
getTitle() |
int |
getViewType() |
de.ipcon.swing.FrameI |
getWin() |
java.awt.Component |
getWinAsComponent() |
boolean |
hasFocus() |
void |
iconify() |
boolean |
isActivated() |
boolean |
isIconified() |
boolean |
isMaximum() |
void |
onActivated() |
void |
onDeactivated() |
void |
refreshIcon() |
void |
refreshIcon(boolean activate) |
void |
refreshTitle() |
void |
refreshViewType() |
void |
rememberCurrentShape() |
void |
removeAction(javax.swing.Action a) |
void |
repaint() |
void |
reshapeView() |
void |
reshapeView(WindowPlacementStrategyI strategy) |
void |
setActions(java.util.LinkedHashMap $14) |
void |
setForm(Struktur $13) |
void |
setFormElement(FormElementI $9) |
void |
setFtx(FormContextI $12) |
void |
setIcon(javax.swing.Icon $16) |
void |
setIconified(boolean $15) |
void |
setJComponent(javax.swing.JComponent $11) |
void |
setRfe(RootFormElementI $10) |
void |
setTitle(java.lang.String t) |
void |
setViewType(int _viewType) |
void |
setWin(de.ipcon.swing.FrameI $8) |
void |
show() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMyManagerpublic AbstractClientDesktopElement(FormContextI _ftx)
public AbstractClientDesktopElement(FormContextI _ftx, java.lang.String _title)
public AbstractClientDesktopElement(FormContextI _ftx, java.lang.String _title, Struktur _form)
public AbstractClientDesktopElement(FormContextI _ftx, java.lang.String _title, Struktur _form, int _viewType)
public AbstractClientDesktopElement(FormContextI _ftx, java.lang.String _title, Struktur _form, int _viewType, boolean _prefixTitle)
public void dumpContainerStructure(java.awt.Component c,
int indent)
public void addAction(javax.swing.Action a)
addAction in interface MDIElementIpublic void removeAction(javax.swing.Action a)
removeAction in interface MDIElementIpublic java.awt.Component getWinAsComponent()
getWinAsComponent in interface MDIElementIpublic abstract java.awt.Rectangle getMaxDimension(java.awt.Point location)
location - a nonnull point in screen space to determine the available dimension.
With (0,0) representing the origin point.
Please note that the origin point might not actually be located on a display device (depends on OS specific behaviour).public abstract int getCDEAdditionsWidth()
public abstract int getCDEAdditionsHeight()
public abstract java.awt.Insets getDefaultInsets()
public void reshapeView(WindowPlacementStrategyI strategy)
public void rememberCurrentShape()
public void reshapeView()
reshapeView in interface MDIElementIpublic void addVisualComponent(javax.swing.JComponent c,
java.lang.String position)
public void onActivated()
public void onDeactivated()
public void componentHidden(java.awt.event.ComponentEvent ce)
componentHidden in interface java.awt.event.ComponentListenerpublic void componentShown(java.awt.event.ComponentEvent ce)
componentShown in interface java.awt.event.ComponentListenerpublic void componentMoved(java.awt.event.ComponentEvent ce)
componentMoved in interface java.awt.event.ComponentListenerpublic void componentResized(java.awt.event.ComponentEvent ce)
componentResized in interface java.awt.event.ComponentListenerpublic void show()
public void setTitle(java.lang.String t)
setTitle in interface MDIElementIpublic void refreshTitle()
refreshTitle in interface MDIElementIpublic void refreshViewType()
public void setViewType(int _viewType)
public void refreshIcon()
public void refreshIcon(boolean activate)
public java.lang.String getIconKey()
getIconKey in interface MDIElementIpublic java.lang.String getRawTitle()
getRawTitle in interface MDIElementIpublic java.lang.String getRawTitle(boolean skipEntity)
public java.lang.String getTitle()
getTitle in interface MDIElementIpublic java.lang.String getListTitle()
getListTitle in interface MDIElementIpublic void actionPerformed(java.awt.event.ActionEvent a)
actionPerformed in interface java.awt.event.ActionListenerpublic boolean hasFocus()
hasFocus in interface MDIElementIpublic void repaint()
repaint in interface MDIElementIpublic void focus()
focus in interface MDIElementIpublic abstract void close()
close in interface MDIElementIpublic boolean isActivated()
isActivated in interface MDIElementIpublic void dispose()
public javax.swing.JRootPane getRootPane()
getRootPane in interface MDIElementIpublic java.awt.Rectangle getBounds()
getBounds in interface MDIElementIpublic boolean isMaximum()
isMaximum in interface MDIElementIpublic void iconify()
iconify in interface MDIElementIpublic void deiconify()
deiconify in interface MDIElementIpublic java.awt.Dimension getForcedDimension()
public de.ipcon.swing.FrameI getWin()
getWin in interface MDIElementIpublic void setWin(de.ipcon.swing.FrameI $8)
public FormElementI getFormElement()
public void setFormElement(FormElementI $9)
public RootFormElementI getRfe()
public void setRfe(RootFormElementI $10)
public javax.swing.JComponent getJComponent()
public void setJComponent(javax.swing.JComponent $11)
public FormContextI getFtx()
getFtx in interface MDIElementIpublic void setFtx(FormContextI $12)
public Struktur getForm()
getForm in interface MDIElementIpublic void setForm(Struktur $13)
public java.util.LinkedHashMap getActions()
public void setActions(java.util.LinkedHashMap $14)
public boolean isIconified()
isIconified in interface MDIElementIpublic void setIconified(boolean $15)
public javax.swing.Icon getIcon()
getIcon in interface MDIElementIpublic void setIcon(javax.swing.Icon $16)
public int getViewType()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.