joeffice day 8: resize rows, jdbc rowset and actions

23
http://www.joeffice.org © Copyright 2013 - Japplis Joeffice Rows Day 8

Upload: anthony-goubard

Post on 03-Jul-2015

262 views

Category:

Technology


5 download

DESCRIPTION

Day 8 of writing an open source office in Java. Today, resize rows, database using rowset and actions

TRANSCRIPT

Page 1: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Joeffice

Rows

Day 8

Page 2: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Summary

● Improve row resize● Improve row selection● Change database to use row set● Open in system action

Page 3: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Resize rows

http://www.jroller.com/santhosh/entry/make_jtable_resiable_better_than

Page 4: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Resize rows

Page 5: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Resize rows

Page 6: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Resize rows

Page 7: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Resize rows

Page 8: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Row selection

Page 9: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Row selection

Page 10: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Row set for Database

● http://docs.oracle.com/javase/tutorial/jdbc/basics/rowset.html– Edit rows– Navigate rows– Caching

Page 11: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Row set for Database

Page 12: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Row set for Database

Page 13: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Row set for Database

Page 14: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Row set for Database

Page 15: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Actions

Page 16: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Actions

Page 17: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Actions

Page 18: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Actions

Page 19: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Actions

Page 20: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Actions

Page 21: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Actions

Page 22: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

One more thing

● One day of developing Joeffice in 5 minutes

Page 23: Joeffice Day 8: resize rows, jdbc rowset and actions

http://www.joeffice.org © Copyright 2013 - Japplis

Joeffice

● Java Office Suite● Open Source (Apache licence 2.0)● Offline & Online● Tabs and docking editors● Works on Windows, MacOS X, Linux