aboutsummaryrefslogtreecommitdiff
path: root/doc/uk/org/ury/show/ShowChannel.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/uk/org/ury/show/ShowChannel.html')
-rw-r--r--doc/uk/org/ury/show/ShowChannel.html28
1 files changed, 13 insertions, 15 deletions
diff --git a/doc/uk/org/ury/show/ShowChannel.html b/doc/uk/org/ury/show/ShowChannel.html
index d04bb5f..11a3a54 100644
--- a/doc/uk/org/ury/show/ShowChannel.html
+++ b/doc/uk/org/ury/show/ShowChannel.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:32 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 16:59:57 GMT 2011 -->
<TITLE>
ShowChannel
</TITLE>
-<META NAME="date" CONTENT="2011-03-20">
+<META NAME="date" CONTENT="2011-03-21">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
@@ -129,7 +129,7 @@ A channel of ShowItems in a show.
<TD><CODE><B><A HREF="../../../../uk/org/ury/show/ShowChannel.html#ShowChannel()">ShowChannel</A></B>()</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new, empty channel.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new, empty channel.</TD>
</TR>
</TABLE>
&nbsp;
@@ -148,7 +148,7 @@ A channel of ShowItems in a show.
<A HREF="../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A>&nbsp;item)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a new item to the channel.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a new item to the channel.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -156,7 +156,7 @@ A channel of ShowItems in a show.
<TD><CODE><B><A HREF="../../../../uk/org/ury/show/ShowChannel.html#add(uk.org.ury.show.item.ShowItem)">add</A></B>(<A HREF="../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A>&nbsp;item)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a new item to the end of the channel.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a new item to the end of the channel.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -164,7 +164,7 @@ A channel of ShowItems in a show.
<TD><CODE><B><A HREF="../../../../uk/org/ury/show/ShowChannel.html#get(int)">get</A></B>(int&nbsp;index)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieve an item from the channel.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves an item from the channel.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -219,7 +219,7 @@ ShowChannel</H3>
<PRE>
public <B>ShowChannel</B>()</PRE>
<DL>
-<DD>Construct a new, empty channel.
+<DD>Constructs a new, empty channel.
<P>
</DL>
@@ -239,14 +239,13 @@ add</H3>
public void <B>add</B>(int&nbsp;index,
<A HREF="../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A>&nbsp;item)</PRE>
<DL>
-<DD>Add a new item to the channel.
+<DD>Adds a new item to the channel.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>index</CODE> - The position at which to add the item.<DD><CODE>item</CODE> - The new item to add.
<DT><B>Throws:</B>
-<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the item is
- null, the index is negative or the index
- is out of bounds.</DL>
+<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the item is null, the index is negative or the index is
+ out of bounds.</DL>
</DD>
</DL>
<HR>
@@ -256,7 +255,7 @@ add</H3>
<PRE>
public void <B>add</B>(<A HREF="../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A>&nbsp;item)</PRE>
<DL>
-<DD>Add a new item to the end of the channel.
+<DD>Adds a new item to the end of the channel.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>item</CODE> - The new item to add.</DL>
@@ -269,14 +268,13 @@ get</H3>
<PRE>
public <A HREF="../../../../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A> <B>get</B>(int&nbsp;index)</PRE>
<DL>
-<DD>Retrieve an item from the channel.
+<DD>Retrieves an item from the channel.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>index</CODE> - The index of the item to retrieve from the channel.
<DT><B>Returns:</B><DD>the item at the given index in the list.
<DT><B>Throws:</B>
-<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the index is negative
- or overflowing.</DL>
+<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the index is negative or overflowing.</DL>
</DD>
</DL>
<HR>