Searched defs:supportedProtocols (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDropTargetRegistry.java96 private List<XDropTargetProtocol> supportedProtocols; field in class:XDropTargetRegistry.EmbeddedDropSiteEntry
101 List<XDropTargetProtocol> supportedProtocols) {
102 if (supportedProtocols == null) {
103 throw new NullPointerException("Null supportedProtocols");
107 this.supportedProtocols = supportedProtocols;
134 supportedProtocols = list;
137 return supportedProtocols;
264 List<XDropTargetProtocol> supportedProtocols) {
280 if (!supportedProtocols
100 EmbeddedDropSiteEntry(long root, long event_mask, List<XDropTargetProtocol> supportedProtocols) argument
263 registerProtocols(long embedder, boolean protocols, List<XDropTargetProtocol> supportedProtocols) argument
[all...]

Completed in 30 milliseconds