jaugment2.texteditor
Class TextEditorProxyIF.ActionsEntry

java.lang.Object
  |
  +--jaugment2.texteditor.TextEditorProxyIF.ActionsEntry
Enclosing class:
TextEditorProxyIF

public static class TextEditorProxyIF.ActionsEntry
extends java.lang.Object

Helper-class to store the proxy and actions for a service;


Field Summary
private  java.util.LinkedList actions
           
private  java.lang.Object proxy
           
 
Constructor Summary
TextEditorProxyIF.ActionsEntry(java.lang.Object proxy)
           
TextEditorProxyIF.ActionsEntry(net.jini.core.lookup.ServiceItem item)
           
 
Method Summary
 void addMimeDataHandlerEntry(MimeDataHandlerEntry e)
           
 MimeDataHandlerEntry[] getMimeDataHandlerEntries()
          get all MimeDataHandlerEntry that were atached to the service
 int getMimeDataHandlerEntryNumber()
          get the number of MimeDataHandlerEntry that were atached to the service
 java.lang.Object getProxy()
          return the proxy of the service these actions were atached to
 void reinit(net.jini.core.lookup.ServiceItem item)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

proxy

private java.lang.Object proxy

actions

private java.util.LinkedList actions
Constructor Detail

TextEditorProxyIF.ActionsEntry

public TextEditorProxyIF.ActionsEntry(java.lang.Object proxy)

TextEditorProxyIF.ActionsEntry

public TextEditorProxyIF.ActionsEntry(net.jini.core.lookup.ServiceItem item)
Method Detail

addMimeDataHandlerEntry

public void addMimeDataHandlerEntry(MimeDataHandlerEntry e)

getMimeDataHandlerEntryNumber

public int getMimeDataHandlerEntryNumber()
get the number of MimeDataHandlerEntry that were atached to the service

getMimeDataHandlerEntries

public MimeDataHandlerEntry[] getMimeDataHandlerEntries()
get all MimeDataHandlerEntry that were atached to the service

reinit

public void reinit(net.jini.core.lookup.ServiceItem item)

getProxy

public java.lang.Object getProxy()
return the proxy of the service these actions were atached to