|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.filechooser.FileFilter
net.java.sip.communicator.util.swing.SipCommFileFilter
net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardFileFilter
public class WhiteboardFileFilter
A simple file filter manager
| Constructor Summary | |
|---|---|
WhiteboardFileFilter(String ext,
String description)
WhiteboardFileFilter constructor |
|
| Method Summary | |
|---|---|
boolean |
accept(File f)
Tests the specified file, returning true if the file is accepted, false otherwise. |
String |
getDescription()
The description of this filter. |
String |
getExtension()
The description of this filter. |
String |
getExtension(File f)
The extension of the file" |
| Methods inherited from class net.java.sip.communicator.util.swing.SipCommFileFilter |
|---|
accept |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WhiteboardFileFilter(String ext,
String description)
ext - extensiondescription - description| Method Detail |
|---|
public boolean accept(File f)
accept in class FileFilterf - file
public String getDescription()
getDescription in class FileFilterpublic String getExtension()
public String getExtension(File f)
f - File
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||