|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.jdesktop.application.AbstractBean
org.jdesktop.application.Application
org.jdesktop.application.SingleFrameApplication
org.jcurl.demo.smack.JCurlSmackClient
public class JCurlSmackClient
A very simple Jabber/Xmpp client. This a merely an experiment to gain experience.
The goal is to add collaborative editing to and instant messaging e.g.
JCurlShotPlanner. J. C. R. Licklider
suggested this 1968 in his paper The
Computer as a Communication Device. So much about the "fast-lived" IT
business.
| Nested Class Summary | |
|---|---|
(package private) static class |
JCurlSmackClient.GuiUtil
|
(package private) static class |
JCurlSmackClient.XmppAccount
|
| Nested classes/interfaces inherited from class org.jdesktop.application.Application |
|---|
Application.ExitListener |
| Constructor Summary | |
|---|---|
JCurlSmackClient()
|
|
| Method Summary | |
|---|---|
void |
closeAboutBox()
|
boolean |
isAlwaysFalse()
|
static void |
main(String[] args)
|
void |
showAboutBox()
Show the about box dialog. |
protected void |
startup()
|
void |
xmppAccount()
Xmpp Menu Action |
void |
xmppChat()
Xmpp Menu Action |
void |
xmppPreferences()
Xmpp Menu Action |
void |
xmppRoster()
Xmpp Menu Action |
void |
xmppSession()
Xmpp Menu Action |
| Methods inherited from class org.jdesktop.application.SingleFrameApplication |
|---|
configureWindow, getMainFrame, getMainView, setMainFrame, show, show, show, show, shutdown |
| Methods inherited from class org.jdesktop.application.Application |
|---|
addExitListener, end, exit, exit, getContext, getExitListeners, getInstance, getInstance, hide, initialize, launch, quit, ready, removeExitListener |
| Methods inherited from class org.jdesktop.application.AbstractBean |
|---|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JCurlSmackClient()
| Method Detail |
|---|
public static void main(String[] args)
@Action public void closeAboutBox()
public boolean isAlwaysFalse()
@Action(block=COMPONENT) public void showAboutBox()
protected void startup()
startup in class Application@Action public void xmppAccount()
@Action(enabledProperty="alwaysFalse") public void xmppChat()
@Action(enabledProperty="alwaysFalse") public void xmppPreferences()
@Action public void xmppRoster()
@Action public void xmppSession()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||