Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Input data directly in Tableview

  1. #1
    Member
    Join Date
    Nov 2013
    Posts
    34
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Input data directly in Tableview

    Hello everybody,

    Is it possible to create a tableview where I can type the data into the tableview and loop through the rows ?

    I can only find topics where dat data is inserted into the tableview via textfields.

    Thanks a bunch in advance!

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Input data directly in Tableview

    There is a section in the API doc about editing. Take a look at that.
    https://docs.oracle.com/javase/8/jav...TableView.html
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Member
    Join Date
    Nov 2013
    Posts
    34
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Input data directly in Tableview

    Quote Originally Posted by Norm View Post
    There is a section in the API doc about editing. Take a look at that.
    https://docs.oracle.com/javase/8/jav...TableView.html
    Thank you very much.
    I will dive into that and report back if I have anymore questions....

Similar Threads

  1. Replies: 0
    Last Post: June 17th, 2021, 02:40 PM
  2. Copy from TableView list
    By almir97 in forum JavaFX
    Replies: 3
    Last Post: March 3rd, 2021, 01:06 PM
  3. Tableview custom button not responding
    By okimait in forum Computer Support
    Replies: 1
    Last Post: October 7th, 2020, 08:16 AM
  4. Cant end input of data on my program...please help
    By brobertson300 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: April 25th, 2014, 10:58 AM
  5. Problems with input data
    By Kakashi in forum Java ME (Mobile Edition)
    Replies: 0
    Last Post: April 22nd, 2010, 09:24 AM