|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.atunes.gui.dockableView.DockableFrameController
public class DockableFrameController
The Class DockableFrameController.
| Field Summary | |
|---|---|
static int |
EAST
The Constant EAST. |
static int |
NONE
The Constant NONE. |
static int |
NORTH
The Constant NORTH. |
static int |
SOUTH
The Constant SOUTH. |
static int |
WEST
The Constant WEST. |
| Constructor Summary | |
|---|---|
DockableFrameController(CloseListener closeListener)
Instantiates a new dockable frame controller. |
|
| Method Summary | |
|---|---|
DockableDialog |
getNewDialog(DockableFrame parent,
java.lang.String title,
int width,
int height,
DockableWindow relative,
int position,
java.awt.Dimension minSize)
Gets the new dialog. |
DockableFrame |
getNewFrame(java.lang.String title,
int width,
int height,
DockableWindow relative,
int position,
java.awt.Dimension minSize)
Gets the new frame. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NONE
public static final int NORTH
public static final int SOUTH
public static final int WEST
public static final int EAST
| Constructor Detail |
|---|
public DockableFrameController(CloseListener closeListener)
closeListener - the close listener| Method Detail |
|---|
public DockableDialog getNewDialog(DockableFrame parent,
java.lang.String title,
int width,
int height,
DockableWindow relative,
int position,
java.awt.Dimension minSize)
parent - the parenttitle - the titlewidth - the widthheight - the heightrelative - the relativeposition - the positionminSize - the min size
public DockableFrame getNewFrame(java.lang.String title,
int width,
int height,
DockableWindow relative,
int position,
java.awt.Dimension minSize)
title - the titlewidth - the widthheight - the heightrelative - the relativeposition - the positionminSize - the min size
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||