|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.lf.components.CScrollableDropArea
public class CScrollableDropArea
CScrollableDropArea : Creation and management of scrollable drop area.
Constructor Summary | |
---|---|
CScrollableDropArea(int width,
int height,
MethodInfo info)
creation of scrollable drop area. |
Method Summary | |
---|---|
int |
getHeight()
return the height of the panel. |
static int |
getHGap()
return the horizontal gap. |
javax.swing.JScrollPane |
getJs()
return the scroll pane. |
javax.swing.JPanel |
getPanel()
return the drop panel. |
static int |
getPosX()
return the (X) coordinate. |
static int |
getPosY()
return the (Y) coordinate. |
static int |
getVGap()
return the vertical gap. |
int |
getWidth()
return the width of the panel. |
static void |
setHGap(int gap)
fix the horizontal gap. |
void |
setJs(javax.swing.JScrollPane js)
fix the jscroll pane. |
static void |
setPosX(int posX)
fix the (X) coordinate. |
static void |
setPosY(int posY)
fix the (Y) coordinate. |
static void |
setVGap(int gap)
fix the vertical gap. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CScrollableDropArea(int width, int height, MethodInfo info) throws ExceptionManager
creation of scrollable drop area.
width
- width of drop areaheight
- height of drop areainfo
- information about method to execute when there is a drop
component
ExceptionManager
Method Detail |
---|
public javax.swing.JScrollPane getJs()
return the scroll pane.
public void setJs(javax.swing.JScrollPane js)
fix the jscroll pane.
js
- jscroll panepublic 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.
public static int getPosX()
return the (X) coordinate.
public static void setPosX(int posX)
fix the (X) coordinate.
posX
- (X) coordinatepublic static int getPosY()
return the (Y) coordinate.
public static void setPosY(int posY)
fix the (Y) coordinate.
posY
- (Y) coordinatepublic static int getVGap()
return the vertical gap.
public static void setVGap(int gap)
fix the vertical gap.
gap
- vertical gappublic static int getHGap()
return the horizontal gap.
public static void setHGap(int gap)
fix the horizontal gap.
gap
- horizontal gap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |