Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
G
I
R
S
I
info.codesaway.util
- package info.codesaway.util
isDataFlavorAvailable(DataFlavor)
- Static method in class info.codesaway.util.
SystemClipboard
Returns whether or not the current contents of the system clipboard can be provided in the specified
DataFlavor
.
isEmpty()
- Static method in class info.codesaway.util.
SystemClipboard
Returns
true
if, and only if,
getAvailableDataFlavors()
.length
is 0.
isFiles()
- Static method in class info.codesaway.util.
SystemClipboard
Returns whether the clipboard's contents can be represented as a
List
of
File
s.
isImage()
- Static method in class info.codesaway.util.
SystemClipboard
Returns whether the clipboard's contents can be represented as an
Image
.
isString()
- Static method in class info.codesaway.util.
SystemClipboard
Returns whether the clipboard's contents can be represented as a
String
.
isText()
- Static method in class info.codesaway.util.
SystemClipboard
Returns whether the clipboard's contents can be represented as text.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
G
I
R
S