org.kemet.lf.components.basic
Class CDropPanel

java.lang.Object
  extended by org.kemet.lf.components.basic.CDropPanel

Deprecated. 

CDropPanel : Creation and management of drop panel.

public class CDropPanel
extends java.lang.Object

Since:
0.3
Author:
fabricemaupin
See Also:
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

CDropPanel

public CDropPanel(java.lang.String title,
                  int width,
                  int height)
Deprecated. 

creation of drop panel.

Parameters:
title - title of panel
width - width of panel
height - height of panel
Since:
0.3
Method Detail

setLayout

public void setLayout(java.awt.LayoutManager layout)
Deprecated. 

set the layout of panel.

Parameters:
layout - layout to set
Since:
0.3

setDropType

public void setDropType(javax.swing.TransferHandler handler)
Deprecated. 

set the type of handler.

Parameters:
handler - type of handler
Since:
0.3

getPanel

public javax.swing.JPanel getPanel()
Deprecated. 

return the drop panel.

Returns:
drop panel
Since:
0.3

getWidth

public int getWidth()
Deprecated. 

return the width of the panel.

Returns:
width of the panel

getHeight

public int getHeight()
Deprecated. 

return the height of the panel.

Returns:
height of the panel


Copyright © 2008 F. MAUPIN. All Rights Reserved.