|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.lf.components.basic.CDropPanel
CDropPanel : Creation and management of drop panel.
public class CDropPanel
CScrollableDropArea
Constructor Summary | |
---|---|
CDropPanel(java.lang.String title,
int width,
int height)
Deprecated. creation of drop panel. |
Method Summary | |
---|---|
int |
getHeight()
Deprecated. return the height of the panel. |
javax.swing.JPanel |
getPanel()
Deprecated. return the drop panel. |
int |
getWidth()
Deprecated. return the width of the panel. |
void |
setDropType(javax.swing.TransferHandler handler)
Deprecated. set the type of handler. |
void |
setLayout(java.awt.LayoutManager layout)
Deprecated. set the layout of panel. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CDropPanel(java.lang.String title, int width, int height)
creation of drop panel.
title
- title of panelwidth
- width of panelheight
- height of panelMethod Detail |
---|
public void setLayout(java.awt.LayoutManager layout)
set the layout of panel.
layout
- layout to setpublic void setDropType(javax.swing.TransferHandler handler)
set the type of handler.
handler
- type of handlerpublic javax.swing.JPanel getPanel()
return the drop panel.
public int getWidth()
return the width of the panel.
public int getHeight()
return the height of the panel.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |