|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.lf.components.actions.DragButtonInformation
public class DragButtonInformation
DragButtonInformation : Creation and management of draggable button information. This information is linked to the Draggable Button. It contains information put down by the user.
Constructor Summary | |
---|---|
DragButtonInformation()
creation of a draggable button information. |
Method Summary | |
---|---|
boolean |
addData(java.lang.Object data)
add the "data" object to the list of "data" block. |
java.util.ArrayList<java.lang.Object> |
getData()
return the "data" object. |
void |
setData(java.util.ArrayList<java.lang.Object> data)
fix the "data" object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DragButtonInformation()
creation of a draggable button information.
Method Detail |
---|
public java.util.ArrayList<java.lang.Object> getData()
return the "data" object.
public void setData(java.util.ArrayList<java.lang.Object> data)
fix the "data" object.
data
- data to storepublic boolean addData(java.lang.Object data)
add the "data" object to the list of "data" block.
data
- data to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |