Copyright 2012-02-25 Werner Randelshofer

Package ch.randelshofer.view

Provides media viewers Beans for the JavaBeans Activation Framework (JAF).

See:
          Description

Interface Summary
AbstractStructView.StructNode  
View Interface for viewers.
 

Class Summary
AbstractStructView AbstractStructView.
AbstractVideoView This class provides the layout and common menu items for video media content.
AbstractVideoView.VideoPanel  
AbstractVideoViewAWT This class provides the layout and common menu items for video media content.
AbstractView This abstract viewre class implements the methods needed to handle property models.
AbstractViewAWT This abstract viewre class implements the methods needed to handle property models.
ANIMVideoView This viewer displays videos of type IFF ANIM, IFF ANIM+SLA and IFF ANIM+ANFI.
AudioView Audio viewer for files of type audio/basic (as supported by the Java VM).
BinaryView Hex viewer for all types of files.
EightSVXView  
EXIFView Viewer for EXIF 2.2 and MPF metadata.
FindPanel A panel for input of a search string and search options.
HTMLView View for HTML documents.
IFFStructView Displays the structure of an IFF file and parses well known chunks.
IFFStructView.IFFChunkNode  
IFFStructView.IFFModel  
ILBMView This viewer displays images of type IFF ILBM.
ImageIOView View for Image files supported by the javax.imageio API of Java 1.4 and higher.
ImageView View for Image files supported by the standard Java API (GIF and JPG for all JDK's up to 1.2).
ImageView.ImageCellRenderer Image list cell renderer
ImageView.ImageListItem Items of the image list.
JAIView This viewer uses the JAI (Java Advanced Imaging API) to decode images.
JFIFStructView Displays the structure of a JPEG File Interchange Format (JFIF) or a JPEG Exchangeable Image File Format (EXIF) file, and parses well known chunks.
JFIFStructView.ImageSegment  
JFIFStructView.JFIFModel  
JFIFStructView.JFIFSegment  
JMFVideoView This viewer displays videos decoded by JMF (Java Media Framework).
JPDFView View for Adobe Acrobat files (.PDF).
LPFStructView Displays the structure of a Large Page Format "LPF" animations made with Deluxe Paint PC.
LPFStructView.LPFModel  
LPFStructView.LPFNode  
MP3StructView Displays the structure of an MP3 elementary stream.
MP3StructView.MP3Model  
MP3StructView.MP3Node  
MPEG4StructView Displays the structure of a QuickTime file and parses well known atoms.
MPEG4StructView.MPEG4Box  
MPEG4StructView.MPEG4Model  
NeoChromeStructView Displays the structure of a NeoChrome image file and parses well known chunks.
NeoChromeStructView.NeoModel  
NeoChromeStructView.NeoNode  
PBMView This viewer displays images of type IFF PBM.
PictStructView Displays the structure of a PICT file and parses well known chunks.
PictStructView.PictModel  
PictStructView.PictNode  
PNGStructView Displays the structure of a PNG file and parses well known chunks.
PNGStructView.PNGChunk  
PNGStructView.PNGModel  
QuickTimeStructView Displays the structure of a QuickTime file and parses well known atoms.
QuickTimeStructView.QTAtom  
QuickTimeStructView.QTModel  
RIFFStructView Displays the structure of an RIFF file and parses well known chunks.
RIFFStructView.RIFFChunkNode  
RIFFStructView.RIFFModel  
RTFView View for RTF documents.
SEQStructView Displays the structure of a CyberPaintSeq anim file and parses well known chunks.
SEQStructView.SeqModel  
SEQStructView.SeqNode  
SEQVideoView This viewer displays videos of type Cypberpaint Sequence (SEQ).
TextView View for plain text.
TIFFStructView TIFFStructView.
ZipEntryDataSource The FileDataSource class implements a simple DataSource object that encapsulates a zip entry.
ZipTreeModel  
ZipTreeModel.ZipNode  
ZipView View for ZIP files.
 

Package ch.randelshofer.view Description

Provides media viewers Beans for the JavaBeans Activation Framework (JAF).


Copyright 2012-02-25 Werner Randelshofer