Class
ViewFactory
package:
net.jxta.myjxta
public
class
ViewFactory
Version
:
$Id: ViewFactory.java,v 1.2 2005/02/03 00:10:35 gonzo Exp $
Author
:
james todd [gonzo at jxta dot org]
paul trevithick
Field Summary
private
static
Viewer
viewer
private
static
Class
viewerClass
Method Summary
public
static
View
getView
(
MyJXTA
myjxta
)
private
static
Viewer
getViewer
(
)
public
static
void
setViewerClass
(
Class
v
)
Field Detail
viewer
private
static
Viewer
viewer
= null
viewerClass
private
static
Class
viewerClass
= MyJXTAViewer.class
Method Detail
getView
public
static
View
getView
(
MyJXTA
myjxta
)
getViewer
private
static
Viewer
getViewer
(
)
setViewerClass
public
static
void
setViewerClass
(
Class
v
)