Uses of Interface
org.drools.workbench.screens.guided.dtable.client.editor.clipboard.Clipboard.ClipboardData
-
Packages that use Clipboard.ClipboardData Package Description org.drools.workbench.screens.guided.dtable.client.editor.clipboard org.drools.workbench.screens.guided.dtable.client.editor.clipboard.impl -
-
Uses of Clipboard.ClipboardData in org.drools.workbench.screens.guided.dtable.client.editor.clipboard
Methods in org.drools.workbench.screens.guided.dtable.client.editor.clipboard that return types with arguments of type Clipboard.ClipboardData Modifier and Type Method Description Set<Clipboard.ClipboardData>Clipboard. getData()Get the data on the clipboard.Method parameters in org.drools.workbench.screens.guided.dtable.client.editor.clipboard with type arguments of type Clipboard.ClipboardData Modifier and Type Method Description voidClipboard. setData(Set<Clipboard.ClipboardData> data)Set data on clipboard -
Uses of Clipboard.ClipboardData in org.drools.workbench.screens.guided.dtable.client.editor.clipboard.impl
Classes in org.drools.workbench.screens.guided.dtable.client.editor.clipboard.impl that implement Clipboard.ClipboardData Modifier and Type Class Description static classDefaultClipboard.ClipboardDataImplMethods in org.drools.workbench.screens.guided.dtable.client.editor.clipboard.impl that return types with arguments of type Clipboard.ClipboardData Modifier and Type Method Description Set<Clipboard.ClipboardData>DefaultClipboard. getData()Method parameters in org.drools.workbench.screens.guided.dtable.client.editor.clipboard.impl with type arguments of type Clipboard.ClipboardData Modifier and Type Method Description voidDefaultClipboard. setData(Set<Clipboard.ClipboardData> data)
-