VASSAL.configure
Class FormattedStringConfigurer
java.lang.Object
|
+--VASSAL.configure.Configurer
|
+--VASSAL.configure.StringConfigurer
|
+--VASSAL.configure.FormattedStringConfigurer
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.awt.event.FocusListener
- public class FormattedStringConfigurer
- extends StringConfigurer
- implements java.awt.event.ActionListener, java.awt.event.FocusListener
|
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent arg0)
|
void |
focusGained(java.awt.event.FocusEvent arg0)
|
void |
focusLost(java.awt.event.FocusEvent arg0)
|
java.awt.Component |
getControls()
GUI interface for setting the option in an editing window |
void |
setOptions(java.lang.String[] options)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormattedStringConfigurer
public FormattedStringConfigurer(java.lang.String key,
java.lang.String name)
FormattedStringConfigurer
public FormattedStringConfigurer(java.lang.String key,
java.lang.String name,
java.lang.String[] options)
setOptions
public void setOptions(java.lang.String[] options)
getControls
public java.awt.Component getControls()
- Description copied from class:
Configurer
- GUI interface for setting the option in an editing window
- Overrides:
getControls in class StringConfigurer
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent arg0)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
focusGained
public void focusGained(java.awt.event.FocusEvent arg0)
- Specified by:
focusGained in interface java.awt.event.FocusListener
focusLost
public void focusLost(java.awt.event.FocusEvent arg0)
- Specified by:
focusLost in interface java.awt.event.FocusListener