All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----gjt.ImageButtonPanel
Handling of mouse events is delegated to an image button panel controller. By default, an image button panel is outfitted with an instance of RadioImageButtonPanelController which implements mutually exclusive selection behavior.
public ImageButtonPanel(Orientation orient)
public ImageButtonPanel(Orientation orient, int gap)
public ImageButtonPanel(Orientation orient, Orientation horient, Orientation vorient, int gap)
public void setController(ImageButtonPanelController c)
public Insets insets()
public ImageButton add(Image image, String name)
public ImageButton add(Image image)
public void add(ImageButton button)
public void add(ImageButton button, String name)
public ImageButton getButtonByName(String name)
public String getButtonName(ImageButton button)
public void addSpacer(int sizeInPixels)
public boolean mouseDown(Event event, int x, int y)
public boolean mouseDrag(Event event, int x, int y)
public boolean mouseUp(Event event, int x, int y)
All Packages Class Hierarchy This Package Previous Next Index