diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-20 16:38:51 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-20 16:38:51 +0000 |
commit | cee53b021632c95f1b4882664a31ca639a9b0700 (patch) | |
tree | 436215d8d67a659f20ca6d911bc4e9b7a23a4675 /doc/uk/org/ury/show/viewer/ChannelPanel.html | |
parent | 0a4133a08038b1d867a78be20dd6afafbd0b09d1 (diff) |
Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code.
Diffstat (limited to 'doc/uk/org/ury/show/viewer/ChannelPanel.html')
-rw-r--r-- | doc/uk/org/ury/show/viewer/ChannelPanel.html | 24 |
1 files changed, 17 insertions, 7 deletions
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 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:44 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:32 GMT 2011 --> <TITLE> ChannelPanel </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -76,7 +76,7 @@ function windowTitle() </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JComponent">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JComponent">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_javax.swing.JPanel">METHOD</A></FONT></TD> + SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JComponent">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JComponent">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_uk.org.ury.frontend.FrontendPanel">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> </TR> @@ -97,18 +97,19 @@ java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.awt.Container <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">javax.swing.JComponent <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">javax.swing.JPanel - <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.show.viewer.ChannelPanel</B> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">uk.org.ury.frontend.FrontendPanel</A> + <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.show.viewer.ChannelPanel</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible</DD> </DL> <HR> <DL> -<DT><PRE>public class <B>ChannelPanel</B><DT>extends javax.swing.JPanel</DL> +<DT><PRE>public class <B>ChannelPanel</B><DT>extends <A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">FrontendPanel</A></DL> </PRE> <P> -A panel displaying channel informstion. +A panel displaying channel information. <P> <P> @@ -211,6 +212,15 @@ A panel displaying channel informstion. <B>Method Summary</B></FONT></TH> </TR> </TABLE> + <A NAME="methods_inherited_from_class_uk.org.ury.frontend.FrontendPanel"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class uk.org.ury.frontend.<A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">FrontendPanel</A></B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../uk/org/ury/frontend/FrontendPanel.html#setMaster(uk.org.ury.frontend.FrontendMaster)">setMaster</A></CODE></TD> +</TR> +</TABLE> <A NAME="methods_inherited_from_class_javax.swing.JPanel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> @@ -339,7 +349,7 @@ public <B>ChannelPanel</B>(int number, </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JComponent">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JComponent">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_javax.swing.JPanel">METHOD</A></FONT></TD> + SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JComponent">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JComponent">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_uk.org.ury.frontend.FrontendPanel">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> </TR> |