public class Bookmarks extends AbstractTableModel
listenerList| Constructor and Description |
|---|
Bookmarks() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TitledURLEntry e) |
void |
delete(int row) |
int |
getColumnCount() |
String |
getColumnName(int index) |
TitledURLEntry |
getEntry(int index) |
int |
getRowCount() |
int |
getSize() |
String |
getTitle(int index) |
String |
getURL(int index) |
Object |
getValueAt(int row,
int col) |
boolean |
isCellEditable(int row,
int col) |
List<TitledURLEntry> |
load() |
void |
movedown(int row) |
void |
moveup(int row) |
void |
save() |
void |
setValueAt(Object value,
int row,
int col) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListenerpublic void add(TitledURLEntry e)
e - public int getSize()
public String getTitle(int index)
index - public String getURL(int index)
index - public TitledURLEntry getEntry(int index)
index - public void delete(int row)
row - public void moveup(int row)
row - public void movedown(int row)
public int getColumnCount()
public int getRowCount()
public Object getValueAt(int row, int col)
public boolean isCellEditable(int row,
int col)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void setValueAt(Object value, int row, int col)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic String getColumnName(int index)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic List<TitledURLEntry> load()
public void save()
Copyright © 2020. All rights reserved.