Crossfire JXClient, Trunk
Public Member Functions | List of all members
com.realtime.crossfire.jxclient.gui.button.GUISelectable Interface Reference
Inheritance diagram for com.realtime.crossfire.jxclient.gui.button.GUISelectable:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.gui.button.GUISelectable:
Collaboration graph

Public Member Functions

void select (boolean selected)
 

Detailed Description

A GUIElement that can be selected.

Author
Andreas Kirschbaum

Definition at line 31 of file GUISelectable.java.

Member Function Documentation

◆ select()

void com.realtime.crossfire.jxclient.gui.button.GUISelectable.select ( boolean  selected)

Selects or deselects the element.

Parameters
selectedwhether the element should be selected

Implemented in com.realtime.crossfire.jxclient.gui.button.GUITextButton, and com.realtime.crossfire.jxclient.gui.button.GUISelectableButton.

Referenced by com.realtime.crossfire.jxclient.gui.commands.SelectCommand.execute().

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: