|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationFrame | |
---|---|
ch.elca.el4j.services.gui.swing | |
ch.elca.el4j.services.gui.swing.frames | |
ch.elca.el4j.services.gui.swing.wrapper |
Uses of ApplicationFrame in ch.elca.el4j.services.gui.swing |
---|
Methods in ch.elca.el4j.services.gui.swing with parameters of type ApplicationFrame | |
---|---|
void |
AbstractMDIApplication.show(ApplicationFrame frame)
Show a frame. |
void |
DockingApplication.show(ApplicationFrame frame)
Show a frame. |
void |
GUIApplication.show(ApplicationFrame frame)
Show a frame. |
Uses of ApplicationFrame in ch.elca.el4j.services.gui.swing.frames |
---|
Classes in ch.elca.el4j.services.gui.swing.frames that implement ApplicationFrame | |
---|---|
class |
ContentApplicationFrame
This class represents a frame in a docking environment. |
class |
ExternalApplicationFrame
This class represents a frame in a SDI environment. |
class |
InternalApplicationFrame
This class represents a frame in a MDI environment. |
class |
ToolWindowTabApplicationFrame
This class represents a tool window tab in a docking environment. |
Methods in ch.elca.el4j.services.gui.swing.frames with parameters of type ApplicationFrame | |
---|---|
void |
ApplicationFrameAware.setApplicationFrame(ApplicationFrame applicationFrame)
|
Uses of ApplicationFrame in ch.elca.el4j.services.gui.swing.wrapper |
---|
Classes in ch.elca.el4j.services.gui.swing.wrapper with type parameters of type ApplicationFrame | |
---|---|
class |
AbstractWrapperFactory<T extends ApplicationFrame>
This abstract class helps wrapping components into a container like JInternalFrame or JFrame . |
Fields in ch.elca.el4j.services.gui.swing.wrapper with type parameters of type ApplicationFrame | |
---|---|
protected static Map<JComponent,WeakReference<ApplicationFrame>> |
AbstractWrapperFactory.s_componentToWrapper
A mapping between wrapped component and wrapper. |
Methods in ch.elca.el4j.services.gui.swing.wrapper that return ApplicationFrame | |
---|---|
static ApplicationFrame |
AbstractWrapperFactory.getFrame(JComponent component)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |