|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.newdawn.glui.components.Component
org.newdawn.glui.components.Container
org.newdawn.glui.components.Panel
org.newdawn.asd.isoclient.ui.CharCreatePanel
A panel allowing creation of a player character
| Field Summary |
| Fields inherited from class org.newdawn.glui.components.Container |
screen |
| Fields inherited from class org.newdawn.glui.components.Component |
background, border, borderColor, hasKeyFocus, holdsFocus, mouseOver, mousePressed, nextFocus, parent, skin, skinTransparent, visible |
| Constructor Summary | |
CharCreatePanel(CharacterStableState state,
Screen screen)
Create a new panel |
|
| Method Summary | |
void |
componentActivated(Component source)
Notification that a particular component has been activated |
Component |
getFirstFocus()
Get the component that should be given focus when this panel gets focus |
void |
setTargetStats(Stats stats)
Set the statistics that should be displayed and updated in this panel |
| Methods inherited from class org.newdawn.glui.components.Container |
add, getDefaultFont, getScreen, remove, renderImpl, updateImpl |
| Methods inherited from class org.newdawn.glui.components.Component |
addListener, getActionName, getHeight, getWidth, hasKeyFocus, isVisible, keyPressed, keyReleased, mouseEntered, mouseExited, mousePressed, mouseReleased, notifyComponentActivated, removeListener, render, setActionName, setBackground, setBorder, setDimensions, setHasKeyFocus, setNextKeyFocus, setPadding, setParent, setSkin, setVisible, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CharCreatePanel(CharacterStableState state,
Screen screen)
state - The state we'll report actions toscreen - The screen on which this panel will be displayed| Method Detail |
public void setTargetStats(Stats stats)
stats - The statistics to display and updatepublic void componentActivated(Component source)
ComponentListener
componentActivated in interface ComponentListenersource - The component that was activatedComponentListener.componentActivated(org.newdawn.glui.components.Component)public Component getFirstFocus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||