|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FrameLike | |
---|---|
dsto.dfc.swing.panels | Provides MDI-style window management support for managing a set of components. |
Uses of FrameLike in dsto.dfc.swing.panels |
---|
Classes in dsto.dfc.swing.panels that implement FrameLike | |
---|---|
class |
GhostFrame
LightWeight imposter class acting as a proxy for internal or external frames. |
class |
InsideFrame
Used by the ToolView class to display a tool component see also ToolView GhostFrame OutsideFrame
FrameLike |
class |
OutsideFrame
Used by the ToolView class to display a tool component see also ToolView GhostFrame InsideFrame
FrameLike |
Fields in dsto.dfc.swing.panels declared as FrameLike | |
---|---|
FrameLike |
ToolView.insideFrame
|
FrameLike |
ToolView.outsideFrame
|
FrameLike |
ToolView.stateFrame
|
Methods in dsto.dfc.swing.panels that return FrameLike | |
---|---|
protected FrameLike |
ToolView.createInsideFrameIfNeeded()
|
protected FrameLike |
ToolView.createOutsideFrameIfNeeded()
|
Methods in dsto.dfc.swing.panels with parameters of type FrameLike | |
---|---|
protected boolean |
ToolView.frameNotYetCreated(FrameLike frame)
|
protected void |
ToolView.resizeFrameToFitNewTool(FrameLike frame)
|
Constructors in dsto.dfc.swing.panels with parameters of type FrameLike | |
---|---|
InsideFrame(FrameLike template,
JFrame owner)
|
|
OutsideFrame(FrameLike template,
Frame owner)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |