android :: Android_widget_CheckBox :: new
Java constructor: android.widget.CheckBoxandroid $ Android_widget_CheckBox :: SELF
Type of this instance, automatically specialized in every classandroid $ Android_widget_CheckBox :: new_global_ref
Returns a global reference to the Java object behind this referenceandroid $ Android_widget_CheckBox :: pop_from_local_frame_with_env
Java implementation ofpop_from_local_frame
			core :: Pointer :: address_is_null
Is the address behind this Object at NULL?core :: Object :: class_factory
Implementation used byget_class to create the specific class.
			core :: Pointer :: defaultinit
android :: NativeButton :: defaultinit
jvm :: JavaObject :: defaultinit
android :: NativeView :: defaultinit
android :: NativeTextView :: defaultinit
core :: Object :: defaultinit
android :: NativeView :: enabled
android :: NativeView :: enabled=
android :: Android_widget_Checkable :: is_checked
Java implementation: boolean android.widget.Checkable.isChecked()core :: Object :: is_same_instance
Return true ifself and other are the same instance (i.e. same identity).
			core :: Object :: is_same_serialized
Isself the same as other in a serialization context?
			core :: Object :: is_same_type
Return true ifself and other have the same dynamic type.
			android :: NativeView :: minimum_height=
android :: NativeView :: minimum_width=
android :: NativeTextView :: new
android :: Android_widget_CheckBox :: new
Java constructor: android.widget.CheckBoxjvm :: JavaObject :: new_global_ref
Returns a global reference to the Java object behind this referencecore :: Object :: output_class_name
Display class name on stdout (debug only).jvm :: JavaObject :: pop_from_local_frame
Pops the current local reference frame and return a valid reference to selfjvm :: JavaObject :: pop_from_local_frame_with_env
Java implementation ofpop_from_local_frame
			android :: Android_widget_Checkable :: set_checked
Java implementation: android.widget.Checkable.setChecked(boolean)android :: NativeTextView :: set_text_appearance
Java implementation: android.widget.TextView.setTextAppearance(android.content.Context, int)android :: NativeTextView :: text
android :: NativeTextView :: text=
android :: NativeTextView :: text_size
android :: NativeTextView :: text_size=
jvm :: JavaObject :: to_java_string
JavaString representation of self using Java's toString
			android :: Android_widget_Checkable :: toggle
Java implementation: android.widget.Checkable.toggle()android :: Android_widget_Checkable
Java class: android.widget.Checkableandroid :: Android_widget_CompoundButton
Java abstract class: android.widget.CompoundButton
# Java class: android.widget.CheckBox
extern class Android_widget_CheckBox in "Java" `{ android.widget.CheckBox `}
	super Android_widget_CompoundButton
	# Java constructor: android.widget.CheckBox
	new (a: NativeContext) in "Java" `{
		return new android.widget.CheckBox(a);
	`}
	redef fun new_global_ref import sys, Sys.jni_env `{
		Sys sys = Android_widget_CheckBox_sys(self);
		JNIEnv *env = Sys_jni_env(sys);
		return (*env)->NewGlobalRef(env, self);
	`}
	redef fun pop_from_local_frame_with_env(jni_env) `{
		return (*jni_env)->PopLocalFrame(jni_env, self);
	`}
end
					lib/android/ui/native_ui.nit:1059,1--1077,3