From ef406ae250aa650a52111a60369d9f0796714b00 Mon Sep 17 00:00:00 2001 From: Marko Gronroos Date: Fri, 18 Mar 2016 15:52:20 +0200 Subject: Fixed some missing images and broken xrefs, as well as problems in the getting-started chapter (#19639). Change-Id: Ie8e371c059f70600bafcf781938ef35878f41324 --- .../clientside/clientside-widget.asciidoc | 7 +- documentation/clientside/img/gwt-widgets-hi.png | Bin 0 -> 190196 bytes .../clientside/original-drawings/Makefile | 13 + .../clientside/original-drawings/gwt-widgets.svg | 1337 ++++++++++++++++++++ 4 files changed, 1351 insertions(+), 6 deletions(-) create mode 100644 documentation/clientside/img/gwt-widgets-hi.png create mode 100644 documentation/clientside/original-drawings/Makefile create mode 100644 documentation/clientside/original-drawings/gwt-widgets.svg (limited to 'documentation/clientside') diff --git a/documentation/clientside/clientside-widget.asciidoc b/documentation/clientside/clientside-widget.asciidoc index ed911a46b4..2fab75ed18 100644 --- a/documentation/clientside/clientside-widget.asciidoc +++ b/documentation/clientside/clientside-widget.asciidoc @@ -22,13 +22,12 @@ hierarchy is illustrated in <>. Please see the GWT API documentation for a complete description of the widget classes. [[figure.clientside.widgets]] -.GWT Widget Base Class Hierarchy +.GWT widget base class hierarchy image::img/gwt-widgets-hi.png[] For example, we could extend the [classname]#Label# widget to display some custom text. - ---- package com.example.myapp.client; @@ -70,7 +69,3 @@ public class MyEntryPoint implements EntryPoint { } } ---- - - - - diff --git a/documentation/clientside/img/gwt-widgets-hi.png b/documentation/clientside/img/gwt-widgets-hi.png new file mode 100644 index 0000000000..e09b60c422 Binary files /dev/null and b/documentation/clientside/img/gwt-widgets-hi.png differ diff --git a/documentation/clientside/original-drawings/Makefile b/documentation/clientside/original-drawings/Makefile new file mode 100644 index 0000000000..5479a473e9 --- /dev/null +++ b/documentation/clientside/original-drawings/Makefile @@ -0,0 +1,13 @@ +IMAGES = gwt-widgets + +SRCIMAGES := $(foreach file, $(IMAGES), $(file).svg) +TRGIMAGES_HI := $(foreach file, $(IMAGES), ../img/$(file)-hi.png) +TRGIMAGES_LO := $(foreach file, $(IMAGES), ../img/$(file)-lo.png) + +images: $(TRGIMAGES_HI) FORCE +# Just do low now $(TRGIMAGES_LO) + +$(TRGIMAGES_HI): ../img/%-hi.png: %.svg + inkscape --export-png $@ --export-dpi=150 --export-area-drawing $< + +FORCE: diff --git a/documentation/clientside/original-drawings/gwt-widgets.svg b/documentation/clientside/original-drawings/gwt-widgets.svg new file mode 100644 index 0000000000..258fa50172 --- /dev/null +++ b/documentation/clientside/original-drawings/gwt-widgets.svg @@ -0,0 +1,1337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + My Widget + Google Web Toolkit + + + Widget + + + + + UIObject + + + + + FocusWidget + + + + Composite + + + + + Panel + + + + + + + + ? + + + + ? + + + + ? + + + + ? + + + + + ComplexPanel + + + + SimplePanel + + + + HTMLTable + + + + + + FileUpload + Hidden + Image + Label + MenuBar + Hyperlink + TabBar + TabPanel + DisclosurePanel + SuggestBox + TextBoxBase + ButtonBase + ListBox + + + + -- cgit v1.2.3