| com.blogofbug.swing.components.DockPanel com.blogofbug.swing.components.LayeredDockPanel
LayeredDockPanel | public class LayeredDockPanel extends DockPanel implements ComponentListener(Code) | | A dock that is designed to go into a Frame's layered pane so that elements like combobox menus can appear over the top
author: nigel |
DOCK_LAYER | final public static Integer DOCK_LAYER(Code) | | The layer (in the layered panel) that the dock should be drawn into
|
LayeredDockPanel | public LayeredDockPanel(JFrame frame)(Code) | | Creates a new instance of GlassDock
Parameters: frame - The frame the dock will be drawn into |
componentHidden | public void componentHidden(ComponentEvent componentEvent)(Code) | | Ignored
Parameters: componentEvent - The event |
componentMoved | public void componentMoved(ComponentEvent componentEvent)(Code) | | Ignored
Parameters: componentEvent - The event |
componentResized | public void componentResized(ComponentEvent componentEvent)(Code) | | Called when the containing frame has been resized so the dock can resize
Parameters: componentEvent - The event |
componentShown | public void componentShown(ComponentEvent componentEvent)(Code) | | Ignored
Parameters: componentEvent - The event |
|
|