From cee53b021632c95f1b4882664a31ca639a9b0700 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sun, 20 Mar 2011 16:38:51 +0000 Subject: Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code. --- doc/uk/org/ury/show/ShowChannel.html | 26 +- doc/uk/org/ury/show/ShowUtils.html | 12 +- doc/uk/org/ury/show/class-use/ShowChannel.html | 4 +- doc/uk/org/ury/show/class-use/ShowUtils.html | 4 +- doc/uk/org/ury/show/item/ShowItem.html | 278 +++++++++++++++ doc/uk/org/ury/show/item/ShowItemProperty.html | 382 +++++++++++++++++++++ doc/uk/org/ury/show/item/class-use/ShowItem.html | 224 ++++++++++++ .../ury/show/item/class-use/ShowItemProperty.html | 203 +++++++++++ doc/uk/org/ury/show/item/package-frame.html | 43 +++ doc/uk/org/ury/show/item/package-summary.html | 171 +++++++++ doc/uk/org/ury/show/item/package-tree.html | 165 +++++++++ doc/uk/org/ury/show/item/package-use.html | 189 ++++++++++ doc/uk/org/ury/show/package-frame.html | 17 +- doc/uk/org/ury/show/package-summary.html | 30 +- doc/uk/org/ury/show/package-tree.html | 24 +- doc/uk/org/ury/show/package-use.html | 29 +- doc/uk/org/ury/show/viewer/ChannelPanel.html | 24 +- .../org/ury/show/viewer/LibraryControlPanel.html | 4 +- doc/uk/org/ury/show/viewer/ShowViewer.html | 170 +-------- doc/uk/org/ury/show/viewer/ShowViewerPanel.html | 27 +- doc/uk/org/ury/show/viewer/TrackBin.html | 22 +- .../ury/show/viewer/class-use/ChannelPanel.html | 4 +- .../show/viewer/class-use/LibraryControlPanel.html | 4 +- .../org/ury/show/viewer/class-use/ShowViewer.html | 4 +- .../ury/show/viewer/class-use/ShowViewerPanel.html | 4 +- doc/uk/org/ury/show/viewer/class-use/TrackBin.html | 4 +- doc/uk/org/ury/show/viewer/package-frame.html | 4 +- doc/uk/org/ury/show/viewer/package-summary.html | 12 +- doc/uk/org/ury/show/viewer/package-tree.html | 26 +- doc/uk/org/ury/show/viewer/package-use.html | 4 +- 30 files changed, 1787 insertions(+), 327 deletions(-) create mode 100644 doc/uk/org/ury/show/item/ShowItem.html create mode 100644 doc/uk/org/ury/show/item/ShowItemProperty.html create mode 100644 doc/uk/org/ury/show/item/class-use/ShowItem.html create mode 100644 doc/uk/org/ury/show/item/class-use/ShowItemProperty.html create mode 100644 doc/uk/org/ury/show/item/package-frame.html create mode 100644 doc/uk/org/ury/show/item/package-summary.html create mode 100644 doc/uk/org/ury/show/item/package-tree.html create mode 100644 doc/uk/org/ury/show/item/package-use.html (limited to 'doc/uk/org/ury/show') diff --git a/doc/uk/org/ury/show/ShowChannel.html b/doc/uk/org/ury/show/ShowChannel.html index 823b279..d04bb5f 100644 --- a/doc/uk/org/ury/show/ShowChannel.html +++ b/doc/uk/org/ury/show/ShowChannel.html @@ -2,12 +2,12 @@ - + ShowChannel - + @@ -56,7 +56,7 @@ function windowTitle()  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   @@ -144,8 +144,8 @@ A channel of ShowItems in a show.  void -add(int index, - ShowItem item) +add(int index, + ShowItem item)
          Add a new item to the channel. @@ -153,14 +153,14 @@ A channel of ShowItems in a show.  void -add(ShowItem item) +add(ShowItem item)
          Add a new item to the end of the channel. - ShowItem + ShowItem
get(int index)
@@ -233,11 +233,11 @@ public ShowChannel() -

+

add

 public void add(int index,
-                ShowItem item)
+ ShowItem item)
Add a new item to the channel.

@@ -251,10 +251,10 @@ public void add(int index,


-

+

add

-public void add(ShowItem item)
+public void add(ShowItem item)
Add a new item to the end of the channel.

@@ -267,7 +267,7 @@ public void add(

get

-public ShowItem get(int index)
+public ShowItem get(int index)
Retrieve an item from the channel.

@@ -337,7 +337,7 @@ public int getSize()  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   diff --git a/doc/uk/org/ury/show/ShowUtils.html b/doc/uk/org/ury/show/ShowUtils.html index 67b3d0f..c4bd122 100644 --- a/doc/uk/org/ury/show/ShowUtils.html +++ b/doc/uk/org/ury/show/ShowUtils.html @@ -2,12 +2,12 @@ - + ShowUtils - + @@ -55,7 +55,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -157,7 +157,7 @@ A set of common utility routines to facilitate the extraction of -static java.util.List<ShowItem> +static java.util.List<ShowItem> getChannelList(DatabaseDriver db, int showID, int channel) @@ -263,7 +263,7 @@ public static java.util.List<java.lang.String> getPublicFolders(

getChannelList

-public static java.util.List<ShowItem> getChannelList(DatabaseDriver db,
+public static java.util.List<ShowItem> getChannelList(DatabaseDriver db,
                                                       int showID,
                                                       int channel)
                                                throws QueryFailureException
@@ -315,7 +315,7 @@ public static java.util.List<PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   diff --git a/doc/uk/org/ury/show/class-use/ShowChannel.html b/doc/uk/org/ury/show/class-use/ShowChannel.html index 0a55ca7..bbf6194 100644 --- a/doc/uk/org/ury/show/class-use/ShowChannel.html +++ b/doc/uk/org/ury/show/class-use/ShowChannel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.show.ShowChannel - + diff --git a/doc/uk/org/ury/show/class-use/ShowUtils.html b/doc/uk/org/ury/show/class-use/ShowUtils.html index 729352d..8dc38f1 100644 --- a/doc/uk/org/ury/show/class-use/ShowUtils.html +++ b/doc/uk/org/ury/show/class-use/ShowUtils.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.show.ShowUtils - + diff --git a/doc/uk/org/ury/show/item/ShowItem.html b/doc/uk/org/ury/show/item/ShowItem.html new file mode 100644 index 0000000..5c48bf4 --- /dev/null +++ b/doc/uk/org/ury/show/item/ShowItem.html @@ -0,0 +1,278 @@ + + + + + + +ShowItem + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +uk.org.ury.show.item +
+Class ShowItem

+
+java.lang.Object
+  extended by uk.org.ury.database.DatabaseItem<ShowItemProperty,java.lang.String>
+      extended by uk.org.ury.show.item.ShowItem
+
+
+
+
public class ShowItem
extends DatabaseItem<ShowItemProperty,java.lang.String>
+ + +

+An item in the show database. +

+ +

+

+
Author:
+
Matt Windsor
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ShowItem(java.util.Map<ShowItemProperty,java.lang.String> properties) + +
+          Construct a new ShowItem.
+  + + + + + + + + + + + +
+Method Summary
+ java.lang.StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class uk.org.ury.database.DatabaseItem
asResponse, get, has
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ShowItem

+
+public ShowItem(java.util.Map<ShowItemProperty,java.lang.String> properties)
+
+
Construct a new ShowItem. +

+

+
Parameters:
properties - The map of properties to store in the show item.
+
+ + + + + + + + +
+Method Detail
+ +

+toString

+
+public java.lang.String toString()
+
+
+
Overrides:
toString in class java.lang.Object
+
+
+ +
Returns:
a string representation of the ShowItem.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/show/item/ShowItemProperty.html b/doc/uk/org/ury/show/item/ShowItemProperty.html new file mode 100644 index 0000000..35cb996 --- /dev/null +++ b/doc/uk/org/ury/show/item/ShowItemProperty.html @@ -0,0 +1,382 @@ + + + + + + +ShowItemProperty + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +uk.org.ury.show.item +
+Enum ShowItemProperty

+
+java.lang.Object
+  extended by java.lang.Enum<ShowItemProperty>
+      extended by uk.org.ury.show.item.ShowItemProperty
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ShowItemProperty>
+
+
+
+
public enum ShowItemProperty
extends java.lang.Enum<ShowItemProperty>
+ + +

+Enumeration of the parameters that are stored in a ShowItem. +

+ +

+

+
Author:
+
Matt Windsor
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
NAME1 + +
+           
NAME2 + +
+           
POSITION + +
+           
+ + + + + + + + + + +
+Field Summary
+ java.lang.Stringsql + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static ShowItemPropertyvalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static ShowItemProperty[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+NAME1

+
+public static final ShowItemProperty NAME1
+
+
+
+
+
+ +

+NAME2

+
+public static final ShowItemProperty NAME2
+
+
+
+
+
+ +

+POSITION

+
+public static final ShowItemProperty POSITION
+
+
+
+
+ + + + + + + + +
+Field Detail
+ +

+sql

+
+public final java.lang.String sql
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static ShowItemProperty[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (ShowItemProperty c : ShowItemProperty.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static ShowItemProperty valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/show/item/class-use/ShowItem.html b/doc/uk/org/ury/show/item/class-use/ShowItem.html new file mode 100644 index 0000000..35b6def --- /dev/null +++ b/doc/uk/org/ury/show/item/class-use/ShowItem.html @@ -0,0 +1,224 @@ + + + + + + +Uses of Class uk.org.ury.show.item.ShowItem + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.show.item.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/item/class-use/ShowItemProperty.html b/doc/uk/org/ury/show/item/class-use/ShowItemProperty.html new file mode 100644 index 0000000..66a0d20 --- /dev/null +++ b/doc/uk/org/ury/show/item/class-use/ShowItemProperty.html @@ -0,0 +1,203 @@ + + + + + + +Uses of Class uk.org.ury.show.item.ShowItemProperty + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

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

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

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

+ + + + + + + + + + + + + +
Methods in uk.org.ury.show.item 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.item 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/item/package-frame.html b/doc/uk/org/ury/show/item/package-frame.html new file mode 100644 index 0000000..9fe2752 --- /dev/null +++ b/doc/uk/org/ury/show/item/package-frame.html @@ -0,0 +1,43 @@ + + + + + + +uk.org.ury.show.item + + + + + + + + + + + +uk.org.ury.show.item + + + + +
+Classes  + +
+ShowItem
+ + + + + + +
+Enums  + +
+ShowItemProperty
+ + + + diff --git a/doc/uk/org/ury/show/item/package-summary.html b/doc/uk/org/ury/show/item/package-summary.html new file mode 100644 index 0000000..3207cb5 --- /dev/null +++ b/doc/uk/org/ury/show/item/package-summary.html @@ -0,0 +1,171 @@ + + + + + + +uk.org.ury.show.item + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package uk.org.ury.show.item +

+ + + + + + + + + +
+Class Summary
ShowItemAn item in the show database.
+  + +

+ + + + + + + + + +
+Enum Summary
ShowItemPropertyEnumeration of the parameters that are stored in a ShowItem.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/show/item/package-tree.html b/doc/uk/org/ury/show/item/package-tree.html new file mode 100644 index 0000000..16d5326 --- /dev/null +++ b/doc/uk/org/ury/show/item/package-tree.html @@ -0,0 +1,165 @@ + + + + + + +uk.org.ury.show.item Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package uk.org.ury.show.item +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Enum Hierarchy +

+
    +
  • java.lang.Object
      +
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) + +
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/show/item/package-use.html b/doc/uk/org/ury/show/item/package-use.html new file mode 100644 index 0000000..adf545c --- /dev/null +++ b/doc/uk/org/ury/show/item/package-use.html @@ -0,0 +1,189 @@ + + + + + + +Uses of Package uk.org.ury.show.item + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
uk.org.ury.show.item

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

+ + + + + + + + +
+Classes in uk.org.ury.show.item used by uk.org.ury.show
ShowItem + +
+          An item in the show database.
+  +

+ + + + + + + + +
+Classes in uk.org.ury.show.item used by uk.org.ury.show.item
ShowItemProperty + +
+          Enumeration of the parameters that are stored in a ShowItem.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/show/package-frame.html b/doc/uk/org/ury/show/package-frame.html index 94c7b4d..716012e 100644 --- a/doc/uk/org/ury/show/package-frame.html +++ b/doc/uk/org/ury/show/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.show - + @@ -25,23 +25,10 @@ Classes
 
ShowChannel
-ShowItem -
ShowUtils
- - - - -
-Enums  - -
-ShowItemProperty
- - diff --git a/doc/uk/org/ury/show/package-summary.html b/doc/uk/org/ury/show/package-summary.html index 4a77c20..239f944 100644 --- a/doc/uk/org/ury/show/package-summary.html +++ b/doc/uk/org/ury/show/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.show - + @@ -55,8 +55,8 @@ function windowTitle() PREV PACKAGE  - NEXT PACKAGEPREV PACKAGE  + NEXT PACKAGE FRAMES    NO FRAMES   @@ -93,10 +93,6 @@ Package uk.org.ury.show A channel of ShowItems in a show. -ShowItem -An item in the show database. - - ShowUtils A set of common utility routines to facilitate the extraction of show items from the show storage areas of the URY database. @@ -104,20 +100,6 @@ Package uk.org.ury.show   -

- - - - - - - - - -
-Enum Summary
ShowItemPropertyEnumeration of the parameters that are stored in a ShowItem.
-  -

@@ -151,8 +133,8 @@ Package uk.org.ury.show PREV PACKAGE  - NEXT PACKAGEPREV PACKAGE  + NEXT PACKAGE
FRAMES    NO FRAMES   diff --git a/doc/uk/org/ury/show/package-tree.html b/doc/uk/org/ury/show/package-tree.html index b222998..7b1eafb 100644 --- a/doc/uk/org/ury/show/package-tree.html +++ b/doc/uk/org/ury/show/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.show Class Hierarchy - + @@ -55,8 +55,8 @@ function windowTitle() PREV  - NEXTPREV  + NEXT FRAMES    NO FRAMES   @@ -95,20 +95,8 @@ Class Hierarchy
  • javax.swing.AbstractListModel (implements javax.swing.ListModel, java.io.Serializable) -
  • uk.org.ury.database.DatabaseItem<E,T>
  • uk.org.ury.show.ShowUtils -

    -Enum Hierarchy -

    -
      -
    • java.lang.Object
        -
      • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) - -
      -

    @@ -139,8 +127,8 @@ Enum Hierarchy PREV  - NEXTPREV  + NEXT
    FRAMES    NO FRAMES   diff --git a/doc/uk/org/ury/show/package-use.html b/doc/uk/org/ury/show/package-use.html index adf8717..e6d9e71 100644 --- a/doc/uk/org/ury/show/package-use.html +++ b/doc/uk/org/ury/show/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.show - + @@ -90,37 +90,12 @@ function windowTitle() Packages that use uk.org.ury.show -uk.org.ury.show -   - - uk.org.ury.show.viewer     

    - - - - - - - - - - - -
    -Classes in uk.org.ury.show used by uk.org.ury.show
    ShowItem - -
    -          An item in the show database.
    ShowItemProperty - -
    -          Enumeration of the parameters that are stored in a ShowItem.
    -  -

    diff --git a/doc/uk/org/ury/show/viewer/ChannelPanel.html b/doc/uk/org/ury/show/viewer/ChannelPanel.html index 1ca879b..47a2da3 100644 --- a/doc/uk/org/ury/show/viewer/ChannelPanel.html +++ b/doc/uk/org/ury/show/viewer/ChannelPanel.html @@ -2,12 +2,12 @@ - + ChannelPanel - + @@ -76,7 +76,7 @@ function windowTitle() + SUMMARY: NESTED | FIELD | CONSTR | METHOD @@ -97,18 +97,19 @@ java.lang.Object extended by java.awt.Container extended by javax.swing.JComponent extended by javax.swing.JPanel - extended by uk.org.ury.show.viewer.ChannelPanel + extended by uk.org.ury.frontend.FrontendPanel + extended by uk.org.ury.show.viewer.ChannelPanel
    All Implemented Interfaces:
    java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible

    -
    public class ChannelPanel
    extends javax.swing.JPanel
    +
    public class ChannelPanel
    extends FrontendPanel

    -A panel displaying channel informstion. +A panel displaying channel information.

    @@ -211,6 +212,15 @@ A panel displaying channel informstion. Method Summary

    + + + + + + + +
    Methods inherited from class uk.org.ury.frontend.FrontendPanel
    setMaster
      @@ -339,7 +349,7 @@ public ChannelPanel(int number, + SUMMARY: NESTED | FIELD | CONSTR | METHOD diff --git a/doc/uk/org/ury/show/viewer/LibraryControlPanel.html b/doc/uk/org/ury/show/viewer/LibraryControlPanel.html index ac29d4e..2bcd13e 100644 --- a/doc/uk/org/ury/show/viewer/LibraryControlPanel.html +++ b/doc/uk/org/ury/show/viewer/LibraryControlPanel.html @@ -2,12 +2,12 @@ - + LibraryControlPanel - + diff --git a/doc/uk/org/ury/show/viewer/ShowViewer.html b/doc/uk/org/ury/show/viewer/ShowViewer.html index 88e4fd6..23c2d4b 100644 --- a/doc/uk/org/ury/show/viewer/ShowViewer.html +++ b/doc/uk/org/ury/show/viewer/ShowViewer.html @@ -2,12 +2,12 @@ - + ShowViewer - + @@ -76,7 +76,7 @@ function windowTitle() + SUMMARY: NESTED | FIELD | CONSTR | METHOD @@ -93,16 +93,11 @@ uk.org.ury.show.viewer Class ShowViewer
     java.lang.Object
    -  extended by java.awt.Component
    -      extended by java.awt.Container
    -          extended by java.awt.Panel
    -              extended by java.applet.Applet
    -                  extended by javax.swing.JApplet
    -                      extended by uk.org.ury.frontend.AbstractFrontendModule
    -                          extended by uk.org.ury.show.viewer.ShowViewer
    +  extended by uk.org.ury.frontend.AbstractFrontendModule
    +      extended by uk.org.ury.show.viewer.ShowViewer
     
    -
    All Implemented Interfaces:
    java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, FrontendModule
    +
    All Implemented Interfaces:
    FrontendModule

    @@ -112,66 +107,19 @@ java.lang.Object

    Frontend module for viewing show details. - This serves as the base for the show playout and editor classes, - but can be used stand-alone as an (admittedly rather pointless) - module. + This serves as the base for the show playout and editor classes, but can be + used stand-alone as an (admittedly rather pointless) module.

    Author:
    Matt Windsor
    -
    See Also:
    Serialized Form
    +

    - - - -

    - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from class java.awt.Component
    java.awt.Component.BaselineResizeBehavior
    -  - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class java.awt.Component
    BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
    - - - - - - - -
    Fields inherited from interface java.awt.image.ImageObserver
    ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
    @@ -214,73 +162,12 @@ Frontend module for viewing show details. - void -init() - -
    -          Initialise the library viewer frontend as an applet. - - -  FrontendModulePanel runFrontend(FrontendMaster master)
              Run the library viewer frontend. - - - void -start() - -
    -          Run the library viewer frontend as an applet. - - -  - - - - - - - -
    Methods inherited from class javax.swing.JApplet
    getAccessibleContext, getContentPane, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, remove, repaint, setContentPane, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setTransferHandler, update
    - - - - - - - -
    Methods inherited from class java.applet.Applet
    destroy, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, stop
    - - - - - - - -
    Methods inherited from class java.awt.Panel
    addNotify
    - - - - - - - -
    Methods inherited from class java.awt.Container
    add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate
    - - - - - - -
    Methods inherited from class java.awt.Component
    action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, dispatchEvent, enable, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocusInWindow, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
      @@ -288,7 +175,7 @@ Frontend module for viewing show details. - +
    Methods inherited from class java.lang.Object
    equals, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      @@ -323,38 +210,6 @@ public ShowViewer() -

    -init

    -
    -public void init()
    -
    -
    Initialise the library viewer frontend as an applet. -

    -

    -
    Specified by:
    init in class AbstractFrontendModule
    -
    -
    -
    -
    -
    -
    - -

    -start

    -
    -public void start()
    -
    -
    Run the library viewer frontend as an applet. -

    -

    -
    Overrides:
    start in class java.applet.Applet
    -
    -
    -
    -
    -
    -
    -

    runFrontend

    @@ -392,8 +247,7 @@ public java.util.List<java.lang.String> getBins()
     
     
    Returns:
    the list of bin names.
    Throws: -
    QueryFailureException - if the underlying database query - fails.
  • +
    QueryFailureException - if the underlying database query fails.
    @@ -448,7 +302,7 @@ public java.util.List<java.lang.String> getBins() - SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD diff --git a/doc/uk/org/ury/show/viewer/ShowViewerPanel.html b/doc/uk/org/ury/show/viewer/ShowViewerPanel.html index 93481b1..d94a1b2 100644 --- a/doc/uk/org/ury/show/viewer/ShowViewerPanel.html +++ b/doc/uk/org/ury/show/viewer/ShowViewerPanel.html @@ -2,12 +2,12 @@ - + ShowViewerPanel - + @@ -110,7 +110,10 @@ java.lang.Object

    -Frontend panel providing access to an underlying lshow viewer. +Frontend panel providing access to an underlying show viewer. + + The various show user interfaces (show editor, playout etc.) + are derived from this.

    @@ -215,7 +218,7 @@ Frontend panel providing access to an underlying lshow viewer.  java.lang.String -getName() +getModuleName()
                @@ -281,7 +284,7 @@ Frontend panel providing access to an underlying lshow viewer. Methods inherited from class java.awt.Component -action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle +action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle   @@ -314,6 +317,10 @@ public ShowViewerPanel(UICreationFailureException

    Construct a new ShowViewerPanel. + + The panel will interface with the given show viewer and is + expected to be placed as a sub-component in the given + FrontendMaster.

    Parameters:
    viewer - The ShowViewer controlling this LibraryViewerPanel.
    master - The FrontendMaster driving the frontend. @@ -331,17 +338,17 @@ public ShowViewerPanel(

    -getName

    +

    +getModuleName

    -public java.lang.String getName()
    +public java.lang.String getModuleName()
    -
    Specified by:
    getName in class FrontendModulePanel
    +
    Specified by:
    getModuleName in class FrontendModulePanel
    -
    Returns:
    the name of the panel.
    See Also:
    FrontendModulePanel.getName()
    +
    Returns:
    the name of the panel.
    See Also:
    FrontendModulePanel.getModuleName()

    diff --git a/doc/uk/org/ury/show/viewer/TrackBin.html b/doc/uk/org/ury/show/viewer/TrackBin.html index f641b35..9ff644d 100644 --- a/doc/uk/org/ury/show/viewer/TrackBin.html +++ b/doc/uk/org/ury/show/viewer/TrackBin.html @@ -2,12 +2,12 @@ - + TrackBin - + @@ -76,7 +76,7 @@ function windowTitle() - SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD @@ -97,14 +97,15 @@ java.lang.Object extended by java.awt.Container extended by javax.swing.JComponent extended by javax.swing.JPanel - extended by uk.org.ury.show.viewer.TrackBin + extended by uk.org.ury.frontend.FrontendPanel + extended by uk.org.ury.show.viewer.TrackBin
    All Implemented Interfaces:
    java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible

    -
    public class TrackBin
    extends javax.swing.JPanel
    +
    public class TrackBin
    extends FrontendPanel

    @@ -210,6 +211,15 @@ A panel displaying track bin contents. Method Summary + + + + + + + +
    Methods inherited from class uk.org.ury.frontend.FrontendPanel
    setMaster
      @@ -339,7 +349,7 @@ public TrackBin(java.lang.String name) + SUMMARY: NESTED | FIELD | CONSTR | METHOD diff --git a/doc/uk/org/ury/show/viewer/class-use/ChannelPanel.html b/doc/uk/org/ury/show/viewer/class-use/ChannelPanel.html index d12b03c..b787161 100644 --- a/doc/uk/org/ury/show/viewer/class-use/ChannelPanel.html +++ b/doc/uk/org/ury/show/viewer/class-use/ChannelPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.show.viewer.ChannelPanel - + diff --git a/doc/uk/org/ury/show/viewer/class-use/LibraryControlPanel.html b/doc/uk/org/ury/show/viewer/class-use/LibraryControlPanel.html index f81e62b..4336617 100644 --- a/doc/uk/org/ury/show/viewer/class-use/LibraryControlPanel.html +++ b/doc/uk/org/ury/show/viewer/class-use/LibraryControlPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.show.viewer.LibraryControlPanel - + diff --git a/doc/uk/org/ury/show/viewer/class-use/ShowViewer.html b/doc/uk/org/ury/show/viewer/class-use/ShowViewer.html index 9942645..8c5bab3 100644 --- a/doc/uk/org/ury/show/viewer/class-use/ShowViewer.html +++ b/doc/uk/org/ury/show/viewer/class-use/ShowViewer.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.show.viewer.ShowViewer - + diff --git a/doc/uk/org/ury/show/viewer/class-use/ShowViewerPanel.html b/doc/uk/org/ury/show/viewer/class-use/ShowViewerPanel.html index 04b160f..faed83f 100644 --- a/doc/uk/org/ury/show/viewer/class-use/ShowViewerPanel.html +++ b/doc/uk/org/ury/show/viewer/class-use/ShowViewerPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.show.viewer.ShowViewerPanel - + diff --git a/doc/uk/org/ury/show/viewer/class-use/TrackBin.html b/doc/uk/org/ury/show/viewer/class-use/TrackBin.html index 983106d..679dd80 100644 --- a/doc/uk/org/ury/show/viewer/class-use/TrackBin.html +++ b/doc/uk/org/ury/show/viewer/class-use/TrackBin.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.show.viewer.TrackBin - + diff --git a/doc/uk/org/ury/show/viewer/package-frame.html b/doc/uk/org/ury/show/viewer/package-frame.html index f643d0c..456b466 100644 --- a/doc/uk/org/ury/show/viewer/package-frame.html +++ b/doc/uk/org/ury/show/viewer/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.show.viewer - + diff --git a/doc/uk/org/ury/show/viewer/package-summary.html b/doc/uk/org/ury/show/viewer/package-summary.html index 883975b..692da14 100644 --- a/doc/uk/org/ury/show/viewer/package-summary.html +++ b/doc/uk/org/ury/show/viewer/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.show.viewer - + @@ -55,7 +55,7 @@ function windowTitle() - + @@ -102,7 +102,7 @@ Package uk.org.ury.show.viewer - + @@ -144,7 +144,7 @@ Package uk.org.ury.show.viewer
    ChannelPanelA panel displaying channel informstion.A panel displaying channel information.
    LibraryControlPanel
    ShowViewerPanelFrontend panel providing access to an underlying lshow viewer.Frontend panel providing access to an underlying show viewer.
    TrackBin