net.agmodel.resData
Class ResourceLocaleModel

java.lang.Object
  |
  +--javax.swing.table.AbstractTableModel
        |
        +--net.agmodel.resData.ResourceTableModel
              |
              +--net.agmodel.resData.ResourceLocaleModel
All Implemented Interfaces:
Serializable, TableModel

public class ResourceLocaleModel
extends ResourceTableModel

Title: Description: Copyright: Copyright (c) 2002 Company:

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.agmodel.resData.ResourceTableModel
colHeading, detailMap, editKey, editKeyTr, editLanguage, editValue, fileSetID, maxCol, maxRow, resItemDescription, resItemKey, sessionID, viewResItem
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
ResourceLocaleModel()
           
ResourceLocaleModel(String defaultLanguage, UserFileSet userFileSet)
           
 
Method Summary
 boolean getEdit()
           
 String getEditLanguage()
           
 void getLanguageDetails(Map detailMap, String languageName)
           
 Object getValueAt(int row, int col)
           
 boolean isCellEditable(int row, int col)
           
 void setValueAt(Object value, int row, int col)
           
 
Methods inherited from class net.agmodel.resData.ResourceTableModel
getColHeadingName, getColumnCount, getColumnName, getLanguageDetail, getRowCount, removeTableModelListener
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceLocaleModel

public ResourceLocaleModel()

ResourceLocaleModel

public ResourceLocaleModel(String defaultLanguage,
                           UserFileSet userFileSet)
Method Detail

getLanguageDetails

public void getLanguageDetails(Map detailMap,
                               String languageName)

getEdit

public boolean getEdit()
Specified by:
getEdit in class ResourceTableModel

getValueAt

public Object getValueAt(int row,
                         int col)
Specified by:
getValueAt in interface TableModel
Specified by:
getValueAt in class ResourceTableModel

isCellEditable

public boolean isCellEditable(int row,
                              int col)
Specified by:
isCellEditable in interface TableModel
Specified by:
isCellEditable in class ResourceTableModel

setValueAt

public void setValueAt(Object value,
                       int row,
                       int col)
Specified by:
setValueAt in interface TableModel
Specified by:
setValueAt in class ResourceTableModel

getEditLanguage

public String getEditLanguage()
Specified by:
getEditLanguage in class ResourceTableModel