Package cammons.providers
Class UnsuportedPreviewProvider
java.lang.Object
cammons.providers.UnsuportedPreviewProvider
- All Implemented Interfaces:
PreviewProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canAccept
(java.io.File file) java.awt.image.BufferedImage
getImage()
getInstance
(java.io.File f) javax.swing.JComponent
placeYourself
(java.awt.Container c) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UnsuportedPreviewProvider
public UnsuportedPreviewProvider()
-
-
Method Details
-
getInstance
- Specified by:
getInstance
in interfacePreviewProvider
-
getImage
public java.awt.image.BufferedImage getImage()- Specified by:
getImage
in interfacePreviewProvider
-
placeYourself
public javax.swing.JComponent placeYourself(java.awt.Container c) - Specified by:
placeYourself
in interfacePreviewProvider
-
canAccept
public boolean canAccept(java.io.File file) - Specified by:
canAccept
in interfacePreviewProvider
-