public class IFRadioController extends Object
Constructor and Description |
---|
IFRadioController() |
IFRadioController(String argLabel) |
IFRadioController(String argLabel,
Object l) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(GUIEvent e) |
void |
add(IFRadioButton button) |
void |
addActionListener(Object arglistener) |
boolean |
canReceiveFocus() |
void |
deselectAll() |
void |
draw() |
void |
fireEventNotification(interfascia.GUIComponent argComponent,
String argMessage) |
int |
getAbsoluteX() |
int |
getAbsoluteY() |
GUIController |
getController() |
int |
getHeight() |
int |
getIndex() |
String |
getLabel() |
IFLookAndFeel |
getLookAndFeel() |
IFRadioButton |
getSelected() |
int |
getSelectedIndex() |
boolean |
getSelectionStatusForButton(IFRadioButton button) |
int |
getWidth() |
int |
getX() |
int |
getY() |
void |
initWithParent() |
boolean |
isMouseOver(int mouseX,
int mouseY) |
void |
keyEvent(processing.event.KeyEvent e) |
void |
mouseEvent(processing.event.MouseEvent e) |
void |
remove(IFRadioButton button) |
void |
selectButton(IFRadioButton button) |
void |
setController(GUIController c) |
void |
setHeight(int newHeight) |
void |
setIndex(int i) |
void |
setLabel(String argLabel) |
void |
setLookAndFeel(IFLookAndFeel lf) |
void |
setPosition(int newX,
int newY) |
void |
setSize(int newWidth,
int newHeight) |
void |
setWidth(int newWidth) |
void |
setX(int newX) |
void |
setY(int newY) |
void |
update(int argX,
int argY) |
public IFRadioController()
public IFRadioController(String argLabel)
public void add(IFRadioButton button)
public void remove(IFRadioButton button)
public int getSelectedIndex()
public IFRadioButton getSelected()
public void selectButton(IFRadioButton button)
public boolean getSelectionStatusForButton(IFRadioButton button)
public void deselectAll()
public void addActionListener(Object arglistener)
public void setIndex(int i)
public int getIndex()
public void update(int argX, int argY)
public void draw()
public void setController(GUIController c)
public GUIController getController()
public void initWithParent()
public void setLookAndFeel(IFLookAndFeel lf)
public IFLookAndFeel getLookAndFeel()
public String getLabel()
public void setLabel(String argLabel)
public boolean canReceiveFocus()
public int getWidth()
public void setWidth(int newWidth)
public int getHeight()
public void setHeight(int newHeight)
public void setSize(int newWidth, int newHeight)
public void setPosition(int newX, int newY)
public void setX(int newX)
public int getX()
public int getAbsoluteX()
public void setY(int newY)
public int getY()
public int getAbsoluteY()
public void mouseEvent(processing.event.MouseEvent e)
public void keyEvent(processing.event.KeyEvent e)
public void actionPerformed(GUIEvent e)
public void fireEventNotification(interfascia.GUIComponent argComponent, String argMessage)
public boolean isMouseOver(int mouseX, int mouseY)
Processing Library interfascia by Brendan Berg. (c) 2015