- IFButton - Class in interfascia
-
- IFButton(String, int, int) - Constructor for class interfascia.IFButton
-
- IFButton(String, int, int, int) - Constructor for class interfascia.IFButton
-
- IFButton(String, int, int, int, int) - Constructor for class interfascia.IFButton
-
- IFCheckBox - Class in interfascia
-
- IFCheckBox(String, int, int) - Constructor for class interfascia.IFCheckBox
-
- IFDelegation - Class in interfascia
-
- IFDelegation() - Constructor for class interfascia.IFDelegation
-
- IFLabel - Class in interfascia
-
- IFLabel(String, int, int) - Constructor for class interfascia.IFLabel
-
- IFLabel(String, int, int, int) - Constructor for class interfascia.IFLabel
-
- IFLookAndFeel - Class in interfascia
-
- IFLookAndFeel(char) - Constructor for class interfascia.IFLookAndFeel
-
- IFLookAndFeel(PApplet, char) - Constructor for class interfascia.IFLookAndFeel
-
- IFPasswordField - Class in interfascia
-
- IFPasswordField(String, int, int) - Constructor for class interfascia.IFPasswordField
-
- IFPasswordField(String, int, int, int) - Constructor for class interfascia.IFPasswordField
-
- IFPasswordField(String, int, int, int, String) - Constructor for class interfascia.IFPasswordField
-
- IFPasswordField(String, int, int, int, String, char) - Constructor for class interfascia.IFPasswordField
-
- IFPGraphicsState - Class in interfascia
-
- IFPGraphicsState() - Constructor for class interfascia.IFPGraphicsState
-
- IFPGraphicsState(PApplet) - Constructor for class interfascia.IFPGraphicsState
-
Convenience contstructor saves the applet's graphics state into
the newly created IFPGraphicsState object.
- IFProgressBar - Class in interfascia
-
- IFProgressBar(int, int, int) - Constructor for class interfascia.IFProgressBar
-
- IFRadioButton - Class in interfascia
-
- IFRadioButton(String, int, int, IFRadioController) - Constructor for class interfascia.IFRadioButton
-
- IFRadioController - Class in interfascia
-
- IFRadioController() - Constructor for class interfascia.IFRadioController
-
- IFRadioController(String) - Constructor for class interfascia.IFRadioController
-
- IFRadioController(String, Object) - Constructor for class interfascia.IFRadioController
-
- IFTextField - Class in interfascia
-
The IFTextField class is used for a simple one-line text field
- IFTextField(String, int, int) - Constructor for class interfascia.IFTextField
-
creates an empty IFTextField with the specified label, with specified position, and a default width of 100 pixels.
- IFTextField(String, int, int, int) - Constructor for class interfascia.IFTextField
-
creates an empty IFTextField with the specified label and with specified position and width.
- IFTextField(String, int, int, int, String) - Constructor for class interfascia.IFTextField
-
creates an IFTextField with the specified label, with specified position and width, and with specified contents.
- initWithParent() - Method in class interfascia.IFButton
-
- initWithParent() - Method in class interfascia.IFCheckBox
-
- initWithParent() - Method in class interfascia.IFRadioButton
-
- initWithParent() - Method in class interfascia.IFTextField
-
- interfascia - package interfascia
-
- isSelected() - Method in class interfascia.IFCheckBox
-
- isSelected() - Method in class interfascia.IFRadioButton
-