You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
462 B
Java
19 lines
462 B
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
import org.kde.qt.Qt;
|
|
|
|
public class QFocusData implements QtSupport {
|
|
private long _qt;
|
|
private boolean _allocatedInJavaWorld = true;
|
|
protected QFocusData(Class dummy){}
|
|
|
|
public native QWidget focusWidget();
|
|
public native QWidget home();
|
|
public native QWidget next();
|
|
public native QWidget prev();
|
|
public native QWidget first();
|
|
public native QWidget last();
|
|
public native int count();
|
|
}
|