net.sourceforge.atunes.gui.dockableView
Class DockableDialog

java.lang.Object
  extended by net.sourceforge.atunes.gui.dockableView.DockableWindow
      extended by net.sourceforge.atunes.gui.dockableView.DockableDialog
All Implemented Interfaces:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.util.EventListener

public class DockableDialog
extends DockableWindow

This class represents a dockable JDialog.

Author:
fleax

Field Summary
 
Fields inherited from class net.sourceforge.atunes.gui.dockableView.DockableWindow
container, DOCKABLE_BOUNDS, eastPanel, frame, height, hidden, listener, location, menu, nePanel, northPanel, nwPanel, panel, pressed, RESIZABLE_BORDER, sePanel, southPanel, swPanel, title, titlePanel, topBar, westPanel
 
Constructor Summary
DockableDialog(DockableFrame parent, int width, int heigth, java.awt.Dimension minSize, DockFramePositionListener listener)
          Constructor.
 
Method Summary
 void setDefaultCloseOperation(int op)
          Set Default Close Operation.
 void setIcon(java.awt.Image i)
          Sets image.
 void setLocationRelativeTo(java.awt.Component c)
          Set Location Relative.
 void setTitle(java.lang.String s)
          Sets title.
 
Methods inherited from class net.sourceforge.atunes.gui.dockableView.DockableWindow
addContent, addNorthResizableBorder, addResizableBorders, getBounds, getInsideBounds, getLocation, getOutsideBounds, isHidden, isVisible, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, setBackground, setHidden, setLocation, setMenu, setTitleBarBackground, setVisible, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DockableDialog

public DockableDialog(DockableFrame parent,
                      int width,
                      int heigth,
                      java.awt.Dimension minSize,
                      DockFramePositionListener listener)
Constructor.

Parameters:
parent - the parent
width - the width
heigth - the heigth
minSize - the min size
listener - the listener
Method Detail

setDefaultCloseOperation

public void setDefaultCloseOperation(int op)
Set Default Close Operation.

Specified by:
setDefaultCloseOperation in class DockableWindow
Parameters:
op - the op

setIcon

public void setIcon(java.awt.Image i)
Sets image.

Specified by:
setIcon in class DockableWindow
Parameters:
i - the i

setLocationRelativeTo

public void setLocationRelativeTo(java.awt.Component c)
Set Location Relative.

Specified by:
setLocationRelativeTo in class DockableWindow
Parameters:
c - the c

setTitle

public void setTitle(java.lang.String s)
Sets title.

Specified by:
setTitle in class DockableWindow
Parameters:
s - the s


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