The tablemodel tag has no wiki summary.
7
votes
4answers
16k views
JTable How to refresh table model after insert delete or update the data
This is my jTable
private JTable getJTable() {
String[] colName = { "Name", "Email", "Contact No. 1", "Contact No. 2",
"Group", "" };
if (jTable == null) {
jTable = new ...
6
votes
3answers
521 views
How to implement dynamic GUI in swing
First of all, apologies for posting something perhaps a bit excessively specific, but I'm not very experienced with Swing, and can't seem to find good examples that fit my needs.
So I'm trying to ...
5
votes
4answers
5k views
ArrayList of arrays vs. array of ArrayLists vs. something similar
I'm creating a TableModel which will have a fixed number of columns, but the number of rows will be changing (mostly, increasing as function of time). Which would be better approach to store the data,
...
4
votes
3answers
347 views
Removing Column from TableModel in Java
In Java I'm using the DefaultTableModel to dynamically add a column to a JTable.
//create DefaultTableModel with columns and no rows
DefaultTableModel tableModel = new DefaultTableModel(columnNames, ...
3
votes
4answers
656 views
Why Java DefaultTableModel use Vector?
I know we have to use AWT thread for all table model update operations. Under the single AWT thread, any table model will be thread-safe. Why DefaultTableModel picks thread-safe Vector as its data ...
3
votes
4answers
146 views
Visualizing a Set<T> with JTable in Java Swing
I would like to visualize a Set of Threads, something like: Set<ThreadInfo>. I choose Set, as every Thread in the JVM is unique. With the choice of displaying it with the component JTable in ...
3
votes
3answers
3k views
create TableModel and populate jTable dynamically
I want to store the results of reading lucene index into jTable, so that I can make it sortable by different columns. From index I am reading terms with different measures of their frequencies.
Table ...
2
votes
1answer
52 views
How to clear data from a JTable?
I am programming at Netbeans, and I have a jTable in a frame.
In which I load data that occupies a lot of rows, but then i load another table that has a lot less rows.
And when i am running it, and ...
2
votes
2answers
61 views
Cell won't update after an action is called in the cell editor
I'm using a table with a cell renderer which allows me to place a button "x" in each cell with a value so that i can delete the value of the cell by pressing the button. The cell editor assigns the ...
2
votes
2answers
81 views
Same dataset, two different JTables
I have some data I have to show through two JTables; the data is the same, but each table will have to show it a little differently.
Also, I receive the data from an external connection (JMS in this ...
2
votes
1answer
90 views
Java: Observer pattern and garbage collector
i have implemented a TableModel whose registers launch PropertyChangeEvents. My TableModel listen those events to fire TableModelEvents in order to refresh the underliying JTable.
If the TableModel ...
2
votes
2answers
323 views
AbstractTableModel setValueAt not firing upon Jbutton Click
I have a custom TableModel that extends the AbstractTableModel.
public class IndicatorPropertyTableModel extends AbstractTableModel
The setValueAt function I wrote fires appropriately in cases when ...
2
votes
2answers
648 views
JTable, TableModel and TableColumnModel - Weird thing going on
I am developing a costum JTable for a client of mine.
I had just finished the column model when I started on the table model. Most of the functions that are related to columns in the table model are ...
2
votes
3answers
1k views
Java Swing: implement TableModel or extend AbstractTableModel?
When should I rather implement TableModel and when should I extend AbstractTableModel?
1
vote
3answers
93 views
Remove AbstractAction from jtable
Ok. I have a large project where a particular jtable is created at startup and never gets rebuilt. The table model is refreshed and the table redrawn based on various user actions.
I've added a ...
1
vote
1answer
34 views
JTable - why doesn't it keep the TableColumns after adding a row?
I'm using a JTable :
public class MyPanel extends JPanel {
public MyPanel () {
init()
}
init () {
DataModel model = new DataModel();
JTable table = new JTable (model);
TableColumnModel tcm = ...
1
vote
1answer
131 views
Making JTable cells uneditable
I am trying to make all the cells of a JTable uneditable when double clicked by the user. I have read a lot of forum posts and the general consensus is to create a new table model class, extend ...
1
vote
2answers
132 views
JTable how to hide column in view but keep it in model for use it in background
I have a JTable and am passing a data array into the TableModel. I wish to retain all columns in the data model as I need them all for background data processing, but I wish to show only some of the ...
1
vote
2answers
181 views
Multiple instances of model components in Java Swing?
Until now I had different model classes for the appropriate Java Swing component, for instance I have several TableModel for several JTable. Every JTable has its own TableModel. The TableModel is ...
1
vote
1answer
71 views
Java: serverside Persistent storage solution for TableModel and TreeModel?
Scenario: client would logon, create their own TableModel and TreeModels and be able to access it at a later time.
TableModel and TreeModel which comprises of Java class objects as well as strings.
...
1
vote
1answer
144 views
Java: Possible to replace TableModel in an existing JTable?
Is it possible to replace the entire TableModel in an existing JTable or do I have to recreate the JTable?
1
vote
2answers
320 views
How to set icon in a column of JTable?
I am able to set the column's header but not able to set icon in all the rows of first column of JTable.
public class iconRenderer extends DefaultTableCellRenderer{
public Component ...
1
vote
1answer
384 views
getDataVector gives various data types from TJable
I have a JTable and when I use jTable1.getModel()).getDataVector() objects from different columns have different types (they should be all Strings for my case)
My table has five columns:
number ...
1
vote
3answers
160 views
Remake a JTable by clicking on a JButton
I have a JTable which is 9 by 3 (27 cells), but if the user clicks on a button I want the table to change, being filled with not only new data, but possibly a different number of cells. I am not sure ...
1
vote
3answers
1k views
JTable's and DefaultTableModel's row indexes lose their synchronization after I sort JTable
JAVA
NETBEANS
// resultsTable, myModel
JTable resultsTable;
DefaultTableModel myModel; //javax.swing.table.DefaultTableModel
myModel = (DefaultTableModel) resultsTable.getModel();
// event of ...
1
vote
1answer
165 views
Table model in empty table
I am creating a Java Swing application which displays a window with a table where the user can insert or delete selected elements stored in an array. For this table I have created a table model class ...
1
vote
1answer
390 views
Java Swing: Recalculating values in a JTable, to use the TableModel or write a custom editor?
I use a JTable to display data sourced from a streaming data feed.
Each data point is represented as an object of type X, which has one field of interest, lets call it valueField. My ...
1
vote
1answer
499 views
Inserting radio buttons in a DefaultTableModel
I have a 2D array of objects which needs to be displayed in a table through a table model class which extends a DefaultTableModel. In addition to the columns needed to accommodate the data included in ...
1
vote
1answer
895 views
Java: JTable reordering rows and refresh
I have a JTable (extended) and an implementation of TableModel, in which I have the methods ...
moveEntryUp(int rowIdx)
moveEntryDown(int rowIdx)
... within the table model implementation. I have ...
1
vote
1answer
3k views
JDBC TableModel for a JTable in Java?
I want to display a database table as a JTable. I have never used JTable before so I googled JTable and TableModel.
With that googling, I am able to write my own custom TableModel which show data ...
1
vote
4answers
620 views
Display Table Titles with a Table Model in Java Swing
I would like to create a table with the constructor method JTable(TableModel). What exact methods in the TableModel do I need to display the titles of each column?
0
votes
1answer
35 views
Trying to extract data from Jtable in a method, but finding nothing
The problem I am having is when I am trying to find data from the table by making a method and calling that method. It seems that the table doesn't exist, as I am getting an ...
0
votes
2answers
41 views
Swing component for entering a sequence of pairs
I have a Java application, and I need an user-friendly component for entering a lot of pairs easily, I think the most friendly way to do it is make a table, somewhat like a spreadsheet and let them ...
0
votes
1answer
48 views
How to refresh the JTable in gui from database?
Here i connect my database:
package org.connect;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.Statement;
public class dbconnect {
public static Connection ...
0
votes
3answers
84 views
Is there a generic TableModel we can use in JTables?
I'm now looking into JTables and have a bunch of business objects that I retrieve from the DB with Hibernate + Spring Data JPA.
I love that Spring Data JPA handles all the cumbersome implementation ...
0
votes
1answer
104 views
Java TableModelListener and Live Feed Listener?
I am relatively new to Java and I am trying to write a simple program that displays a read-only JFrame, containing a JTable and displaying live stock prices that are in constant change.
To try and ...
0
votes
1answer
113 views
Get Selected Value from JXTreeTable
I am building a treetable using JXTreeTabble and I want to disable/able menu items depending on the selected value. So, I tried to put this code in my table model:
public Object getValueAt(int index) ...
0
votes
2answers
80 views
How to add table model values by editing JTable rows?
I have empty TableModel. When I set this model to JTable it hasn't rows. I want to create one empty row, where user can select value in combo box editor. If user selects not-null value, then second ...
0
votes
0answers
43 views
how to transferring information from one Jtable to another?
I am trying to make a UI with two tables. One of the tables is a 2D table with names and tickboxes. The other is a 1D tables that is (supposed to be) empty until the user clicks on one of the ...
0
votes
0answers
39 views
Blackberry TableModel with EditField
I have created a TableModel in Blackberry and I inserted some fields on it. The problem is that some of the fields are EditFields and it looks like they appear in the screen but I can“t type text in ...
0
votes
2answers
131 views
inserting data to table from database
there's my code, it doesn't work because shows emty table without any rows ir columns
can someone tel where is problem
public class test extends JFrame {
private final JButton pridetiNaujaButton ...
0
votes
0answers
241 views
Java+ResultSetTableModel, Jtable not refreshing , working fine for the first time but does not work the next time
Hi I am stuck in a problem.
i am actually populating a jtable dynamically using the ResultTableModel. The table gets populated correctly for the first time but next time when i try to run it then ...
0
votes
2answers
109 views
Getting JTable from its TableModel
I have a function which triggers with:
public void tableChanged(TableModelEvent e){...}
I got the TableModel from the TableModelEvent with:
TableModel model = (TableModel)e.getSource();
But I ...
0
votes
2answers
201 views
Java: serialize TreeModel, TableModel to JSON, and vice versa?
On the client side, a user specified input creates a unique TreeModel and TableModel.
This needs to be serialized to JSON for storage on MongoDB (stores JSON document directly).
The JSON needs to be ...
0
votes
0answers
194 views
Blackberry tableview autoadjust row height
I am using TableModel class in OS 6 of Blackberry. Everything else works fine but I am not able to allow the table to auto adjust the height of the row. As per the api documentation there is a method ...
0
votes
2answers
305 views
How to store multiple values in a JTable row as a JCombobox
Hashmap contains key and value(result of parsing an XML). Hashmap contains things in the way that key is a string and value is a vector. A key may have single value in the vector or mutiple values in ...
0
votes
1answer
109 views
Creating a new JTable from current JTable view
I am working on a project that involves JTable and performing sorting and filtering operations on it. I am done with the sorting and filtering part and now I want to be able to create a new table from ...
0
votes
1answer
538 views
JTable row color change based on a column value- on pop up click
My jtable is loaded with data and this is where I call my Pop up functionality on jTable.
jTable.addMouseListener(new TablePopupListener(jTable));
displayTable();
So basically, if I right click a ...
0
votes
1answer
140 views
Can you get a column of (MySQL) data into a vector in Qt without iterating?
I have data in a MySQL database which I want to put into a vector in order to do some math on it. It may be that this issue is not specific to QSqlTableModels but rather any QAbstractTableModel, but ...
0
votes
2answers
229 views
How to refresh JTable with vectors
I have been stumped with this for quite some time now. I understand you use the table model to refresh the actual table with the new values however I cannot seem to get this to work. I have added a ...