Class sub_arctic.lib.checkbox
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sub_arctic.lib.checkbox

java.lang.Object
   |
   +----sub_arctic.lib.min_interactor
           |
           +----sub_arctic.lib.base_interactor
                   |
                   +----sub_arctic.lib.multi_button
                           |
                           +----sub_arctic.lib.toggle
                                   |
                                   +----sub_arctic.lib.checkbox

public class checkbox
extends toggle
This is a version of a toggle which implements the look of a checkbox via the style system.
Author:
Ian Smith

Constructor Index

 o checkbox(callback_object)
Make a checkbox in the current style with some defaults.
 o checkbox(int, int, callback_object)
Make a checkbox in the current style.

Method Index

 o style_changed()
The style has changed, regenerate.

Constructors

 o checkbox
  public checkbox(int x,
                  int y,
                  callback_object co)
Make a checkbox in the current style.
Parameters:
int - x the x position of this interactor
int - y the y position of this interactor
callback_object - co the object to send the callbacks to.
 o checkbox
  public checkbox(callback_object co)
Make a checkbox in the current style with some defaults. We assume you are going to use constraints or direct setting to position this object.
Parameters:
callback_object - co the object to send the callbacks to.

Methods

 o style_changed
  public void style_changed()
The style has changed, regenerate.

All Packages  Class Hierarchy  This Package  Previous  Next  Index