|
Class MyJXTA
|
| Field Summary | |
|---|---|
private AdministrationListener |
|
private final static String |
|
private final static URL |
|
private final static String |
|
private final static int |
|
private static boolean |
|
final static Logger |
|
private PluginContainer |
|
public final static String |
|
private String |
|
private PreferenceManager |
The PreferenceManager object to use |
private Preferences |
|
private final static ResourceBundle |
|
private Timer |
A Timer that allows to schedule certain tasks |
public final static String |
|
private View |
The UI to use to display the data |
| Constructor Summary | |
|---|---|
public |
MyJXTA() Create a new instance of MyJxta and initializes it. |
| Method Summary | |
|---|---|
public void |
Add a dialog that should be displayed in the UI |
public void |
addInboundFilter(DialogFilter filter) |
public void |
addJxtaNode(JxtaNode node) Add a new JxtaNode object to the displayed tree. |
public void |
addJxtaNode(JxtaNode node, boolean select) |
public void |
addListener(DialogListener listener) |
public void |
addOutboundFilter(DialogFilter filter) |
public boolean |
administration(String message) |
public void |
destroy() |
private void |
|
public String |
Return the name of the peer |
public PluginContainer |
|
public PreferenceManager |
|
public Preferences |
|
public ShareManager |
Return the ShareManager instance used for file sharing |
public View |
getView() |
public void |
groupEvent(Group group, String status) |
private void |
Initializes the MyJxta instance |
private void |
initializeGroup(Group parent) |
private void |
initializeGroup(Group parent, String queryPrefix, String queryPostfix) |
private boolean |
isValid() |
public void |
|
public void |
|
public void |
Part of group Lifecycle. |
public void |
removeDialog(Dialog dialog) |
public void |
removeInboundFilter(Class dialogFilterClass) |
public void |
removeListener(DialogListener listener) |
public void |
removeOutboundFilter(Class dialogFilterClass) |
public void |
resignGroup(GroupNode groupNode) Part of group Lifecycle. |
private void |
Restore settings from previous invocation |
private void |
|
public void |
setStatus(String status) Changes the status information that is displayed in the ui. |
public void |
startTimer(TimerTask task, int period) Starts a new timer task |
private void |
writePipeAdv(PipeAdvertisement pipeAdv, String fileName) Writes the given Pipe Advertisement to a file
with the specified name. |
| Field Detail |
| Constructor Detail |
| Method Detail |