public void internal_dispose_GC(int hdc, GCData data){
this.text.internal_dispose_GC(hdc, data);
}
java类org.eclipse.swt.graphics.GCData的实例源码
AbstractBrowseText.java 文件源码
项目:elexis-3-base
阅读 33
收藏 0
点赞 0
评论 0
AbstractBrowseText.java 文件源码
项目:elexis-3-base
阅读 30
收藏 0
点赞 0
评论 0
public long internal_new_GC(GCData data){
return this.text.internal_new_GC(data);
}
TreeWrapper.java 文件源码
项目:convertigo-eclipse
阅读 26
收藏 0
点赞 0
评论 0
public void internal_dispose_GC(int hdc, GCData data) {
tree.internal_dispose_GC(hdc, data);
}
Printer.java 文件源码
项目:gef-gwt
阅读 28
收藏 0
点赞 0
评论 0
/**
* Invokes platform specific functionality to allocate a new GC handle.
* <p>
* <b>IMPORTANT:</b> This method is <em>not</em> part of the public API for
* <code>Printer</code>. It is marked public only so that it can be shared
* within the packages provided by SWT. It is not available on all
* platforms, and should never be called from application code.
* </p>
*
* @param data
* the platform specific GC data
* @return the platform specific GC handle
*
* @noreference This method is not intended to be referenced by clients.
*/
public long /* int */internal_new_GC(GCData data) {
return 0;
}
Printer.java 文件源码
项目:gef-gwt
阅读 27
收藏 0
点赞 0
评论 0
/**
* Invokes platform specific functionality to dispose a GC handle.
* <p>
* <b>IMPORTANT:</b> This method is <em>not</em> part of the public API for
* <code>Printer</code>. It is marked public only so that it can be shared
* within the packages provided by SWT. It is not available on all
* platforms, and should never be called from application code.
* </p>
*
* @param hDC
* the platform specific GC handle
* @param data
* the platform specific GC data
*
* @noreference This method is not intended to be referenced by clients.
*/
public void internal_dispose_GC(long /* int */gdkGC, GCData data) {
}
Display.java 文件源码
项目:gef-gwt
阅读 33
收藏 0
点赞 0
评论 0
/**
* Invokes platform specific functionality to dispose a GC handle.
* <p>
* <b>IMPORTANT:</b> This method is <em>not</em> part of the public API for
* <code>Display</code>. It is marked public only so that it can be shared
* within the packages provided by SWT. It is not available on all
* platforms, and should never be called from application code.
* </p>
*
* @param hDC
* the platform specific GC handle
* @param data
* the platform specific GC data
*
* @noreference This method is not intended to be referenced by clients.
*/
public void internal_dispose_GC(long /* int */gdkGC, GCData data) {
}
Display.java 文件源码
项目:gef-gwt
阅读 34
收藏 0
点赞 0
评论 0
/**
* Invokes platform specific functionality to allocate a new GC handle.
* <p>
* <b>IMPORTANT:</b> This method is <em>not</em> part of the public API for
* <code>Display</code>. It is marked public only so that it can be shared
* within the packages provided by SWT. It is not available on all
* platforms, and should never be called from application code.
* </p>
*
* @param data
* the platform specific GC data
* @return the platform specific GC handle
*
* @exception SWTException
* <ul>
* <li>ERROR_DEVICE_DISPOSED - if the receiver has been
* disposed</li>
* </ul>
* @exception SWTError
* <ul>
* <li>ERROR_NO_HANDLES if a handle could not be obtained for
* gc creation</li>
* </ul>
*
* @noreference This method is not intended to be referenced by clients.
*/
public long /* int */internal_new_GC(GCData data) {
return 0;
}
Control.java 文件源码
项目:gef-gwt
阅读 31
收藏 0
点赞 0
评论 0
/**
* Invokes platform specific functionality to allocate a new GC handle.
* <p>
* <b>IMPORTANT:</b> This method is <em>not</em> part of the public API for
* <code>Control</code>. It is marked public only so that it can be shared
* within the packages provided by SWT. It is not available on all
* platforms, and should never be called from application code.
* </p>
*
* @param data
* the platform specific GC data
* @return the platform specific GC handle
*
* @noreference This method is not intended to be referenced by clients.
*/
public long /* int */internal_new_GC(GCData data) {
return 0;
}
Control.java 文件源码
项目:gef-gwt
阅读 25
收藏 0
点赞 0
评论 0
/**
* Invokes platform specific functionality to dispose a GC handle.
* <p>
* <b>IMPORTANT:</b> This method is <em>not</em> part of the public API for
* <code>Control</code>. It is marked public only so that it can be shared
* within the packages provided by SWT. It is not available on all
* platforms, and should never be called from application code.
* </p>
*
* @param hDC
* the platform specific GC handle
* @param data
* the platform specific GC data
*
* @noreference This method is not intended to be referenced by clients.
*/
public void internal_dispose_GC(long /* int */gdkGC, GCData data) {
}