|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.gui.dockableView.DockableWindow
net.sourceforge.atunes.gui.dockableView.DockableDialog
public class DockableDialog
This class represents a dockable JDialog.
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 |
---|
public DockableDialog(DockableFrame parent, int width, int heigth, java.awt.Dimension minSize, DockFramePositionListener listener)
parent
- the parentwidth
- the widthheigth
- the heigthminSize
- the min sizelistener
- the listenerMethod Detail |
---|
public void setDefaultCloseOperation(int op)
setDefaultCloseOperation
in class DockableWindow
op
- the oppublic void setIcon(java.awt.Image i)
setIcon
in class DockableWindow
i
- the ipublic void setLocationRelativeTo(java.awt.Component c)
setLocationRelativeTo
in class DockableWindow
c
- the cpublic void setTitle(java.lang.String s)
setTitle
in class DockableWindow
s
- the s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |