|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.MenuComponent java.awt.MenuItem java.awt.Menu java.awt.PopupMenu soc.client.SOCFaceButton.FaceButtonPopupMenu
protected static class SOCFaceButton.FaceButtonPopupMenu
Menu for right-click on face icon to choose a new face (Player's hand only).
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.PopupMenu |
---|
java.awt.PopupMenu.AccessibleAWTPopupMenu |
Nested classes/interfaces inherited from class java.awt.Menu |
---|
java.awt.Menu.AccessibleAWTMenu |
Nested classes/interfaces inherited from class java.awt.MenuItem |
---|
java.awt.MenuItem.AccessibleAWTMenuItem |
Nested classes/interfaces inherited from class java.awt.MenuComponent |
---|
java.awt.MenuComponent.AccessibleAWTMenuComponent |
Field Summary | |
---|---|
(package private) java.awt.MenuItem |
changeFaceItem
|
(package private) SOCFaceButton |
fb
|
(package private) FaceChooserFrame |
fsf
|
Constructor Summary | |
---|---|
SOCFaceButton.FaceButtonPopupMenu(SOCFaceButton fbutton)
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Handling the menu item |
void |
clearPreviousChooser()
The previous face-chooser window has been disposed. |
void |
show(int x,
int y)
Show menu at this position. |
private void |
showFaceChooserFrame()
Create or show a face-chooser frame, from handpanel right-click or triple-click. |
Methods inherited from class java.awt.PopupMenu |
---|
addNotify, getAccessibleContext, getParent, show |
Methods inherited from class java.awt.Menu |
---|
add, add, addSeparator, countItems, getItem, getItemCount, insert, insert, insertSeparator, isTearOff, paramString, remove, remove, removeAll, removeNotify |
Methods inherited from class java.awt.MenuItem |
---|
addActionListener, deleteShortcut, disable, disableEvents, enable, enable, enableEvents, getActionCommand, getActionListeners, getLabel, getListeners, getShortcut, isEnabled, processActionEvent, processEvent, removeActionListener, setActionCommand, setEnabled, setLabel, setShortcut |
Methods inherited from class java.awt.MenuComponent |
---|
dispatchEvent, getFont, getName, getPeer, getTreeLock, postEvent, setFont, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.MenuContainer |
---|
getFont, postEvent |
Field Detail |
---|
SOCFaceButton fb
java.awt.MenuItem changeFaceItem
FaceChooserFrame fsf
Constructor Detail |
---|
public SOCFaceButton.FaceButtonPopupMenu(SOCFaceButton fbutton)
Method Detail |
---|
public void show(int x, int y)
x
- Mouse x-position relative to facebuttony
- Mouse y-position relative to facebuttonpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
private void showFaceChooserFrame()
public void clearPreviousChooser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |