| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--i3mclient.shapeboard.ShapeBoard
The logic of the shapeboard
ShapeBoardPanel| Constructor Summary | |
ShapeBoard(long setDiscussionID)
Constructor.  | 
|
| Method Summary | |
 void | 
addErrorListener(ErrorListener listener)
Add a listener for errors.  | 
 void | 
addShapeBoardListener(ShapeBoardListener listener)
Add a listener for shapeboard changes.  | 
 void | 
i3mServerException(I3MServerException exception)
Called if a server exception is thrown.  | 
 void | 
init()
Init rest.  | 
 void | 
messageReceived(MessageData message)
Called if Polling receives a new message from Server.  | 
 void | 
mouseDoubleClick(MouseEvent event)
 | 
 void | 
mouseDown(MouseEvent event)
 | 
 void | 
mouseMove(MouseEvent event)
 | 
 void | 
mouseUp(MouseEvent event)
 | 
 void | 
removeErrorListener(ErrorListener listener)
Remove a listener for errors.  | 
 void | 
removeShapeBoardListener(ShapeBoardListener listener)
Remove a listener for shapeboard changes.  | 
 void | 
sendMessageDone(MessageData message)
Called if sendMessage was successfull.  | 
 void | 
shellActivated(ShellEvent arg0)
 | 
 void | 
shellClosed(ShellEvent event)
 | 
 void | 
shellDeactivated(ShellEvent arg0)
 | 
 void | 
shellDeiconified(ShellEvent arg0)
 | 
 void | 
shellIconified(ShellEvent arg0)
 | 
 void | 
widgetDefaultSelected(SelectionEvent event)
 | 
 void | 
widgetDisposed(DisposeEvent event)
 | 
 void | 
widgetSelected(SelectionEvent event)
 | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ShapeBoard(long setDiscussionID)
setDiscussionID - The discussionID of the discussion which this shapeboard belongs to| Method Detail | 
public void init()
public void addShapeBoardListener(ShapeBoardListener listener)
listener - The listener which will be informed about shapeboard changespublic void removeShapeBoardListener(ShapeBoardListener listener)
listener - The listener which will be no longer informed about shapeboard changespublic void mouseDown(MouseEvent event)
mouseDown in interface MouseListenerpublic void mouseUp(MouseEvent event)
mouseUp in interface MouseListenerpublic void mouseDoubleClick(MouseEvent event)
mouseDoubleClick in interface MouseListenerpublic void mouseMove(MouseEvent event)
mouseMove in interface MouseMoveListenerpublic void widgetDisposed(DisposeEvent event)
widgetDisposed in interface DisposeListenerpublic void messageReceived(MessageData message)
MessageListener
messageReceived in interface MessageListenermessage - The new received messagepublic void shellClosed(ShellEvent event)
shellClosed in interface ShellListenerpublic void shellActivated(ShellEvent arg0)
shellActivated in interface ShellListenerpublic void shellDeactivated(ShellEvent arg0)
shellDeactivated in interface ShellListenerpublic void shellDeiconified(ShellEvent arg0)
shellDeiconified in interface ShellListenerpublic void shellIconified(ShellEvent arg0)
shellIconified in interface ShellListenerpublic void addErrorListener(ErrorListener listener)
listener - The listener which will be informed about errorspublic void removeErrorListener(ErrorListener listener)
listener - The listener which will be no longer informed about errorspublic void widgetSelected(SelectionEvent event)
widgetSelected in interface SelectionListenerpublic void widgetDefaultSelected(SelectionEvent event)
widgetDefaultSelected in interface SelectionListenerpublic void sendMessageDone(MessageData message)
SMSendMessageListener
sendMessageDone in interface SMSendMessageListenermessage - The message which was sentpublic void i3mServerException(I3MServerException exception)
ServerMethodListener
i3mServerException in interface ServerMethodListenerexception - The converted I3M-server exception
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||