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/viewer/ChannelPanel.html | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'doc/uk/org/ury/show/viewer/ChannelPanel.html') 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 + SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: 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 -- cgit v1.2.3