net.sourceforge.atunes.gui.dockableView
Class DockableFrameController

java.lang.Object
  extended by net.sourceforge.atunes.gui.dockableView.DockableFrameController

public class DockableFrameController
extends java.lang.Object

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

NONE

public static final int NONE
The Constant NONE.

See Also:
Constant Field Values

NORTH

public static final int NORTH
The Constant NORTH.

See Also:
Constant Field Values

SOUTH

public static final int SOUTH
The Constant SOUTH.

See Also:
Constant Field Values

WEST

public static final int WEST
The Constant WEST.

See Also:
Constant Field Values

EAST

public static final int EAST
The Constant EAST.

See Also:
Constant Field Values
Constructor Detail

DockableFrameController

public DockableFrameController(CloseListener closeListener)
Instantiates a new dockable frame controller.

Parameters:
closeListener - the close listener
Method Detail

getNewDialog

public DockableDialog getNewDialog(DockableFrame parent,
                                   java.lang.String title,
                                   int width,
                                   int height,
                                   DockableWindow relative,
                                   int position,
                                   java.awt.Dimension minSize)
Gets the new dialog.

Parameters:
parent - the parent
title - the title
width - the width
height - the height
relative - the relative
position - the position
minSize - the min size
Returns:
the new dialog

getNewFrame

public DockableFrame getNewFrame(java.lang.String title,
                                 int width,
                                 int height,
                                 DockableWindow relative,
                                 int position,
                                 java.awt.Dimension minSize)
Gets the new frame.

Parameters:
title - the title
width - the width
height - the height
relative - the relative
position - the position
minSize - the min size
Returns:
the new frame


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.