Package | Description |
---|---|
net.sf.jguiraffe.gui.platform.swing.builder.window |
This package contains concrete implementations of Swing window classes.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalFrameAdapter
A window adapter implementation for Swing internal frames.
|
class |
WindowAdapter
Abstract base class for Swing
Window implementations that are
based on java.awt.Window . |
Modifier and Type | Method and Description |
---|---|
protected void |
SwingWindowManager.initSwingWindowProperties(SwingWindow window,
WindowData data,
Window parent)
Initializes the given Swing window implementation from the given data
object.
|
protected void |
SwingWindowManager.initWindowBounds(SwingWindow window,
WindowData data,
Window parent)
Initializes the bounds of a newly created window.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.