|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.fopps.ui.TableListController
|
+--org.fopps.ui.config.ConfigurationTableListController
ConfigurationTableListController is a specialized controller for the configuration view.
| Field Summary | |
static java.lang.String |
EXPORT_CFG
|
static java.lang.String |
IMPORT_CFG
|
static java.lang.String |
REFRESH
|
| Constructor Summary | |
ConfigurationTableListController(EnhancedTable pTable,
EnhancedList pList)
Creates a new ConfigurationTableListController |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
javax.swing.JPanel |
getContentPane()
Returns the panel |
protected void |
initLayout()
|
void |
itemDeselected(java.lang.Object pSelectedObject)
Called if an item in the list was deselected. |
void |
itemSelected(java.lang.Object pSelectedObject,
int pIndex)
Called if an item in the list was selected. |
void |
modelChanged(ModelEvent ev)
Invoked on model changes. |
void |
setContainer(ProjectContainer pContainer)
Sets the container |
| Methods inherited from class org.fopps.ui.TableListController |
addItemListener, getList, getSelectedObject, getSelectedObjects, getTable, getViews, notifyListeners, removeAllItemListener, removeItemListener, tableChanged, valueChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String REFRESH
public static final java.lang.String EXPORT_CFG
public static final java.lang.String IMPORT_CFG
| Constructor Detail |
public ConfigurationTableListController(EnhancedTable pTable,
EnhancedList pList)
TableListController.TableListController(EnhancedTable,EnhancedList)| Method Detail |
public void itemDeselected(java.lang.Object pSelectedObject)
itemDeselected in class TableListControllerpSelectedObject - Deselected item in list
public void itemSelected(java.lang.Object pSelectedObject,
int pIndex)
itemSelected in class TableListControllerpSelectedObject - Selected item in listpIndex - Index of item.public void setContainer(ProjectContainer pContainer)
ContainerSelectable
setContainer in interface ContainerSelectablesetContainer in class TableListControllerContainerSelectable.setContainer(ProjectContainer)protected void initLayout()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerActionListener.actionPerformed(ActionEvent)public void modelChanged(ModelEvent ev)
modelChanged in interface ModelListenerev - Model eventModelEventpublic javax.swing.JPanel getContentPane()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||