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
|
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
proxy
private java.lang.Object proxy
actions
private java.util.LinkedList actions
TextEditorProxyIF.ActionsEntry
public TextEditorProxyIF.ActionsEntry(java.lang.Object proxy)
TextEditorProxyIF.ActionsEntry
public TextEditorProxyIF.ActionsEntry(net.jini.core.lookup.ServiceItem item)
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