📄 index-all.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Tue Mar 27 11:31:05 GMT-03:00 2001 -->
<TITLE>
: Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="JavaChat.html#AchaCanal(java.lang.String)"><B>AchaCanal(String)</B></A> -
Method in class <A HREF="JavaChat.html">JavaChat</A>
<DD>
<DT><A HREF="JavaChat.html#AchaPvt(java.lang.String)"><B>AchaPvt(String)</B></A> -
Method in class <A HREF="JavaChat.html">JavaChat</A>
<DD>
<DT><A HREF="JChat/MessageConstants.html#ADD_USER"><B>ADD_USER</B></A> -
Static variable in interface JChat.<A HREF="JChat/MessageConstants.html">MessageConstants</A>
<DD>sinaliza que o usu醨io user foi adicionado ao canal / signs that user was added to channel Use: server side Formato do pacote / Package format: (ADD_USER, canal, user, blank)
<DT><A HREF="JChat/JChatChannel.html#addUser(java.lang.String)"><B>addUser(String)</B></A> -
Method in class JChat.<A HREF="JChat/JChatChannel.html">JChatChannel</A>
<DD>adiciona um nick ao canal / adds a user to the channel
<DT><A HREF="JavaChat.html#AdicionaCanal(JavaChat.Canal)"><B>AdicionaCanal(JavaChat.Canal)</B></A> -
Method in class <A HREF="JavaChat.html">JavaChat</A>
<DD>
<DT><A HREF="JavaChat.html#AdicionaPvt(JavaChat.Pvt)"><B>AdicionaPvt(JavaChat.Pvt)</B></A> -
Method in class <A HREF="JavaChat.html">JavaChat</A>
<DD>
<DT><A HREF="JChat/JClient.html#ArmazenaMensagem(JChat.Message)"><B>ArmazenaMensagem(Message)</B></A> -
Method in class JChat.<A HREF="JChat/JClient.html">JClient</A>
<DD>Adiciona a mensagem num vetor de mensagens / stores message into a messages vector
<DT><A HREF="JavaChat.html#AtivaCanal(java.lang.String)"><B>AtivaCanal(String)</B></A> -
Method in class <A HREF="JavaChat.html">JavaChat</A>
<DD>
<DT><A HREF="JavaChat.html#AtivaPvt(java.lang.String)"><B>AtivaPvt(String)</B></A> -
Method in class <A HREF="JavaChat.html">JavaChat</A>
<DD>
<DT><A HREF="JChat/JChatServer.html#atualizaCanal(java.lang.String, java.lang.String, boolean)"><B>atualizaCanal(String, String, boolean)</B></A> -
Method in class JChat.<A HREF="JChat/JChatServer.html">JChatServer</A>
<DD>adiciona ou tira um usuario de um canal / adds or removes a user from a channel
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="JChat/MessageConstants.html#CH_SYS_MSG"><B>CH_SYS_MSG</B></A> -
Static variable in interface JChat.<A HREF="JChat/MessageConstants.html">MessageConstants</A>
<DD>O servidor manda uma mensagem de sistema ao canal / server sends a system message to channel Use: server side Formato do pacote / Package format: (CH_SYS_MSG, canal, blank, mensagem)
<DT><A HREF="JChat/MessageConstants.html#CH_USER"><B>CH_USER</B></A> -
Static variable in interface JChat.<A HREF="JChat/MessageConstants.html">MessageConstants</A>
<DD>o servidor sinaliza que o usu醨io 'old' agora chama-se 'new' / server signs that 'old' user now is 'new' Use: server side Formato do pacote / Package format: (CH_USER, old nick, new nick, blank)
<DT><A HREF="JChat/MessageConstants.html#CHAN_INFO"><B>CHAN_INFO</B></A> -
Static variable in interface JChat.<A HREF="JChat/MessageConstants.html">MessageConstants</A>
<DD>O servidor est
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -