|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.jsdl.ui.widgets.DataStageOutTable
public class DataStageOutTable
Set of controls used to handle presentation of Data Staging Out (see
DataStagingType details to user. Information is presented in a table
with two columns (name of a file and a target URI). User can add new entry to
this table and edit or remove existing ones.
| Field Summary | |
|---|---|
static int |
BUTTONS_BOTTOM
This constant is used to inform the class' constructor that buttons (Add, Edit and Remove button) should be placed below the table. |
static int |
BUTTONS_RIGHT
This constant is used to inform the class' constructor that buttons (Add, Edit and Remove button) should be placed on the right side of the table. |
| Constructor Summary | |
|---|---|
DataStageOutTable(Composite parent,
int buttonsPosition)
|
|
DataStageOutTable(Composite parent,
java.util.List<DataStagingType> input,
int buttonsPosition)
Creates new instance of table, table viewer, buttons (add, edit and remove). |
|
| Method Summary | |
|---|---|
java.util.List<DataStagingType> |
getDataStagingType()
Returns data kept in table |
void |
setInput(java.util.List<DataStagingType> input)
|
void |
updateInput(java.util.List<DataStagingType> newInput)
Updates the table input |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int BUTTONS_RIGHT
public static final int BUTTONS_BOTTOM
| Constructor Detail |
|---|
public DataStageOutTable(Composite parent,
int buttonsPosition)
parent - buttonsPosition -
public DataStageOutTable(Composite parent,
java.util.List<DataStagingType> input,
int buttonsPosition)
parent - controls' parentinput - input for a tablebuttonsPosition - | Method Detail |
|---|
public java.util.List<DataStagingType> getDataStagingType()
DataStagingType objectspublic void setInput(java.util.List<DataStagingType> input)
input - public void updateInput(java.util.List<DataStagingType> newInput)
newInput - new object that will be used as an input
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||