edu.northwestern.at.utils.swing
Interface ClipboardHasPasteableData

All Known Implementing Classes:
LabeledSettingsValueCellRenderer, XTextArea, XTextPane, XTextPaneTableCellRenderer

public interface ClipboardHasPasteableData

Component can determine if the Clipboard has pasteable data.


Method Summary
 boolean clipboardHasPasteableData()
          Check if clipboard has pasteable data.
 

Method Detail

clipboardHasPasteableData

boolean clipboardHasPasteableData()
Check if clipboard has pasteable data.

Returns:
true if clipboard has pasteable data.