joeffice, day 11: actions

13
http://www.joeffice.org © Copyright 2013 - Japplis Joeffice Actions Day 11

Upload: anthony-goubard

Post on 03-Jul-2015

303 views

Category:

Technology


0 download

DESCRIPTION

Day 7 of writing an open source office suite in Java. Today the NetBeans application framework actions.

TRANSCRIPT

Page 1: Joeffice, Day 11: Actions

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

Joeffice

Actions

Day 11

Page 2: Joeffice, Day 11: Actions

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

Actions

● Annotation and actions● Layer.xml● Create menus from actions● Cut / copy / paste actions

Page 3: Joeffice, Day 11: Actions

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

Annotations

Page 4: Joeffice, Day 11: Actions

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

Shortcuts as annotations

Page 5: Joeffice, Day 11: Actions

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

Layer.xml

Page 6: Joeffice, Day 11: Actions

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

Layer.xml

➢ Tip of the day : If you remove the layer.xml, remove manually the reference to it in the Manifest.mf of the module.

Page 7: Joeffice, Day 11: Actions

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

Create menu

Page 8: Joeffice, Day 11: Actions

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

Context aware actions

Page 9: Joeffice, Day 11: Actions

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

Context aware action

Page 10: Joeffice, Day 11: Actions

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

Cut / copy / paste

Page 11: Joeffice, Day 11: Actions

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

What else ?

Page 12: Joeffice, Day 11: Actions

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

More ?

● Rename sheet

Page 13: Joeffice, Day 11: 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