source: other-projects/trunk/gs3-webservices-democlient/docs/GS3DemoClient/org/greenstone/gs3client/ColourCombo.ColourChangeable.html@ 15490

Last change on this file since 15490 was 15490, checked in by ak19, 16 years ago

Updated docs significantly

File size: 8.7 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.5.0_10) on Thu May 15 13:34:15 NZST 2008 -->
6<TITLE>
7ColourCombo.ColourChangeable
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.greenstone.gs3client.ColourCombo.ColourChangeable interface">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17 parent.document.title="ColourCombo.ColourChangeable";
18}
19</SCRIPT>
20<NOSCRIPT>
21</NOSCRIPT>
22
23</HEAD>
24
25<BODY BGCOLOR="white" onload="windowTitle();">
26
27
28<!-- ========= START OF TOP NAVBAR ======= -->
29<A NAME="navbar_top"><!-- --></A>
30<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
31<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
32<TR>
33<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
34<A NAME="navbar_top_firstrow"><!-- --></A>
35<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
36 <TR ALIGN="center" VALIGN="top">
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45</TABLE>
46</TD>
47<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48</EM>
49</TD>
50</TR>
51
52<TR>
53<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54&nbsp;<A HREF="../../../org/greenstone/gs3client/ColourCombo.html" title="class in org.greenstone.gs3client"><B>PREV CLASS</B></A>&nbsp;
55&nbsp;<A HREF="../../../org/greenstone/gs3client/Displays.html" title="class in org.greenstone.gs3client"><B>NEXT CLASS</B></A></FONT></TD>
56<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../index.html?org/greenstone/gs3client/ColourCombo.ColourChangeable.html" target="_top"><B>FRAMES</B></A> &nbsp;
58&nbsp;<A HREF="ColourCombo.ColourChangeable.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59&nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65</SCRIPT>
66<NOSCRIPT>
67 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
68</NOSCRIPT>
69
70
71</FONT></TD>
72</TR>
73<TR>
74<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78</TR>
79</TABLE>
80<A NAME="skip-navbar_top"></A>
81<!-- ========= END OF TOP NAVBAR ========= -->
82
83<HR>
84<!-- ======== START OF CLASS DATA ======== -->
85<H2>
86<FONT SIZE="-1">
87org.greenstone.gs3client</FONT>
88<BR>
89Interface ColourCombo.ColourChangeable</H2>
90<DL>
91<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../org/greenstone/gs3client/BrowseDisplay.html" title="class in org.greenstone.gs3client">BrowseDisplay</A>, <A HREF="../../../org/greenstone/gs3client/QueryForm.html" title="class in org.greenstone.gs3client">QueryForm</A>, <A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html" title="class in org.greenstone.gs3client">SearchResultsDisplay</A></DD>
92</DL>
93<DL>
94<DT><B>Enclosing class:</B><DD><A HREF="../../../org/greenstone/gs3client/ColourCombo.html" title="class in org.greenstone.gs3client">ColourCombo</A></DD>
95</DL>
96<HR>
97<DL>
98<DT><PRE>public static interface <B>ColourCombo.ColourChangeable</B></DL>
99</PRE>
100
101<P>
102Interface ColourChangeable defines one method, changeUIColour(),
103 which classes whose user-interface colours can change may
104 implement. They can then choose to call either of ColourCombo's
105 changeColor() methods or changeAncestorColor() if necessary.
106 Though it's not compulsory to implement this interface, it may
107 help in grouping the classes that are ColourChangeable.
108<P>
109
110<P>
111<HR>
112
113<P>
114
115<!-- ========== METHOD SUMMARY =========== -->
116
117<A NAME="method_summary"><!-- --></A>
118<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
119<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
120<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
121<B>Method Summary</B></FONT></TH>
122</TR>
123<TR BGCOLOR="white" CLASS="TableRowColor">
124<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
125<CODE>&nbsp;void</CODE></FONT></TD>
126<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/ColourCombo.ColourChangeable.html#changeUIColour()">changeUIColour</A></B>()</CODE>
127
128<BR>
129&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Subclasses define this method in order to change the
130 colour of the interface</TD>
131</TR>
132</TABLE>
133&nbsp;
134<P>
135
136<!-- ============ METHOD DETAIL ========== -->
137
138<A NAME="method_detail"><!-- --></A>
139<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
140<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
141<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
142<B>Method Detail</B></FONT></TH>
143</TR>
144</TABLE>
145
146<A NAME="changeUIColour()"><!-- --></A><H3>
147changeUIColour</H3>
148<PRE>
149void <B>changeUIColour</B>()</PRE>
150<DL>
151<DD>Subclasses define this method in order to change the
152 colour of the interface
153<P>
154<DD><DL>
155</DL>
156</DD>
157</DL>
158<!-- ========= END OF CLASS DATA ========= -->
159<HR>
160
161
162<!-- ======= START OF BOTTOM NAVBAR ====== -->
163<A NAME="navbar_bottom"><!-- --></A>
164<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
165<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
166<TR>
167<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
168<A NAME="navbar_bottom_firstrow"><!-- --></A>
169<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
170 <TR ALIGN="center" VALIGN="top">
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
173 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
174 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
175 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
176 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
177 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
178 </TR>
179</TABLE>
180</TD>
181<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
182</EM>
183</TD>
184</TR>
185
186<TR>
187<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
188&nbsp;<A HREF="../../../org/greenstone/gs3client/ColourCombo.html" title="class in org.greenstone.gs3client"><B>PREV CLASS</B></A>&nbsp;
189&nbsp;<A HREF="../../../org/greenstone/gs3client/Displays.html" title="class in org.greenstone.gs3client"><B>NEXT CLASS</B></A></FONT></TD>
190<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
191 <A HREF="../../../index.html?org/greenstone/gs3client/ColourCombo.ColourChangeable.html" target="_top"><B>FRAMES</B></A> &nbsp;
192&nbsp;<A HREF="ColourCombo.ColourChangeable.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
193&nbsp;<SCRIPT type="text/javascript">
194 <!--
195 if(window==top) {
196 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
197 }
198 //-->
199</SCRIPT>
200<NOSCRIPT>
201 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
202</NOSCRIPT>
203
204
205</FONT></TD>
206</TR>
207<TR>
208<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
209 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
210<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
211DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
212</TR>
213</TABLE>
214<A NAME="skip-navbar_bottom"></A>
215<!-- ======== END OF BOTTOM NAVBAR ======= -->
216
217<HR>
218
219</BODY>
220</HTML>
Note: See TracBrowser for help on using the repository browser.