From d547f87da5f68c12dede7c9d45618cae11ff5699 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Fri, 18 Mar 2011 08:28:09 +0000 Subject: Mega-commit to the rescue! Added Javadoc snapshot (admittedly old); show UI now fixed-layout; UI uses system selection colours for accents; now uses bapsserver password and can thus talk to show database relations; removed member relation dependencies until further notice; attempted to get application and applet launchers working but having issues with the latter; started working on a server communicating via a minimal implementation of HTTP 1.1 (standardisation required eventually). --- doc/uk/org/ury/show/class-use/ShowChannel.html | 195 ++++++++++++++++++ doc/uk/org/ury/show/class-use/ShowItem.html | 224 +++++++++++++++++++++ .../org/ury/show/class-use/ShowItemProperty.html | 203 +++++++++++++++++++ doc/uk/org/ury/show/class-use/ShowUtils.html | 144 +++++++++++++ 4 files changed, 766 insertions(+) create mode 100644 doc/uk/org/ury/show/class-use/ShowChannel.html create mode 100644 doc/uk/org/ury/show/class-use/ShowItem.html create mode 100644 doc/uk/org/ury/show/class-use/ShowItemProperty.html create mode 100644 doc/uk/org/ury/show/class-use/ShowUtils.html (limited to 'doc/uk/org/ury/show/class-use') diff --git a/doc/uk/org/ury/show/class-use/ShowChannel.html b/doc/uk/org/ury/show/class-use/ShowChannel.html new file mode 100644 index 0000000..0a55ca7 --- /dev/null +++ b/doc/uk/org/ury/show/class-use/ShowChannel.html @@ -0,0 +1,195 @@ + + + + + + +Uses of Class uk.org.ury.show.ShowChannel + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.show.ShowChannel

+
+ + + + + + + + + +
+Packages that use ShowChannel
uk.org.ury.show.viewer  
+  +

+ + + + + +
+Uses of ShowChannel in uk.org.ury.show.viewer
+  +

+ + + + + + + + + +
Methods in uk.org.ury.show.viewer that return ShowChannel
+ ShowChannel[]ShowViewer.getChannels() + +
+           
+  +

+ + + + + + + + +
Constructors in uk.org.ury.show.viewer with parameters of type ShowChannel
ChannelPanel(int number, + ShowChannel channel) + +
+          Construct a new ChannelPanel.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/show/class-use/ShowItem.html b/doc/uk/org/ury/show/class-use/ShowItem.html new file mode 100644 index 0000000..7038f69 --- /dev/null +++ b/doc/uk/org/ury/show/class-use/ShowItem.html @@ -0,0 +1,224 @@ + + + + + + +Uses of Class uk.org.ury.show.ShowItem + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.show.ShowItem

+
+ + + + + + + + + +
+Packages that use ShowItem
uk.org.ury.show  
+  +

+ + + + + +
+Uses of ShowItem in uk.org.ury.show
+  +

+ + + + + + + + + +
Methods in uk.org.ury.show that return ShowItem
+ ShowItemShowChannel.get(int index) + +
+          Retrieve an item from the channel.
+  +

+ + + + + + + + + +
Methods in uk.org.ury.show that return types with arguments of type ShowItem
+static java.util.List<ShowItem>ShowUtils.getChannelList(DatabaseDriver db, + int showID, + int channel) + +
+          Given a show and a channel, retrieve a list of all show items + bound to that channel for the show.
+  +

+ + + + + + + + + + + + + +
Methods in uk.org.ury.show with parameters of type ShowItem
+ voidShowChannel.add(int index, + ShowItem item) + +
+          Add a new item to the channel.
+ voidShowChannel.add(ShowItem item) + +
+          Add a new item to the end of the channel.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/show/class-use/ShowItemProperty.html b/doc/uk/org/ury/show/class-use/ShowItemProperty.html new file mode 100644 index 0000000..0f671ae --- /dev/null +++ b/doc/uk/org/ury/show/class-use/ShowItemProperty.html @@ -0,0 +1,203 @@ + + + + + + +Uses of Class uk.org.ury.show.ShowItemProperty + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.show.ShowItemProperty

+
+ + + + + + + + + +
+Packages that use ShowItemProperty
uk.org.ury.show  
+  +

+ + + + + +
+Uses of ShowItemProperty in uk.org.ury.show
+  +

+ + + + + + + + + + + + + +
Methods in uk.org.ury.show that return ShowItemProperty
+static ShowItemPropertyShowItemProperty.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static ShowItemProperty[]ShowItemProperty.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + +
Constructor parameters in uk.org.ury.show with type arguments of type ShowItemProperty
ShowItem(java.util.Map<ShowItemProperty,java.lang.String> properties) + +
+          Construct a new ShowItem.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/show/class-use/ShowUtils.html b/doc/uk/org/ury/show/class-use/ShowUtils.html new file mode 100644 index 0000000..729352d --- /dev/null +++ b/doc/uk/org/ury/show/class-use/ShowUtils.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class uk.org.ury.show.ShowUtils + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.show.ShowUtils

+
+No usage of uk.org.ury.show.ShowUtils +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3