org.xnap.plugin.viewer.acrobatviewer
Class AcrobatViewerPlugin

java.lang.Object
  extended by org.xnap.plugin.AbstractPlugin
      extended by org.xnap.gui.viewer.AbstractViewer
          extended by org.xnap.plugin.viewer.acrobatviewer.AcrobatViewerPlugin
All Implemented Interfaces:
Viewer, Plugin

public class AcrobatViewerPlugin
extends AbstractViewer


Field Summary
 
Fields inherited from class org.xnap.gui.viewer.AbstractViewer
component, extensions
 
Constructor Summary
AcrobatViewerPlugin()
           
 
Method Summary
 javax.swing.JComponent createComponent()
           
 javax.swing.Icon getIcon()
          Returns a 16x16 icon.
 void open(java.io.File f)
          Implements the Viewer interface.
 
Methods inherited from class org.xnap.gui.viewer.AbstractViewer
close, getComponent, getExtensions, getName, start, startGUI, stop, stopGUI, toString
 
Methods inherited from class org.xnap.plugin.AbstractPlugin
getInfo, setInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcrobatViewerPlugin

public AcrobatViewerPlugin()
Method Detail

createComponent

public javax.swing.JComponent createComponent()
Specified by:
createComponent in class AbstractViewer

getIcon

public javax.swing.Icon getIcon()
Description copied from interface: Viewer
Returns a 16x16 icon.

Specified by:
getIcon in interface Viewer
Overrides:
getIcon in class AbstractViewer

open

public void open(java.io.File f)
Implements the Viewer interface.



Copyright © 2001-2005 XNap Team. All Rights Reserved.