org.kemet.lf.components.actions
Class DragButtonInformation

java.lang.Object
  extended by org.kemet.lf.components.actions.DragButtonInformation

public class DragButtonInformation
extends java.lang.Object

Since:
0.5
Author:
fabricemaupin

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

DragButtonInformation

public DragButtonInformation()

creation of a draggable button information.

Since:
0.5
Method Detail

getData

public java.util.ArrayList<java.lang.Object> getData()

return the "data" object.

Returns:
data
Since:
0.5

setData

public void setData(java.util.ArrayList<java.lang.Object> data)

fix the "data" object.

Parameters:
data - data to store
Since:
0.5

addData

public boolean addData(java.lang.Object data)

add the "data" object to the list of "data" block.

Parameters:
data - data to add
Since:
0.5


Copyright © 2008 F. MAUPIN. All Rights Reserved.