Class FormattedExpressionConfigurer.ExpressionButton

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.AbstractButton
javax.swing.JButton
VASSAL.configure.FormattedExpressionConfigurer.ExpressionButton
All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, SwingConstants
Direct Known Subclasses:
PropertyExpressionConfigurer.PropertyExpressionButton, PropertyNameExpressionConfigurer.PropertyNameExpressionButton
Enclosing class:
FormattedExpressionConfigurer

public static class FormattedExpressionConfigurer.ExpressionButton extends JButton implements ActionListener
A small 'Calculator' button added after the text to indicate this Configurer accepts Expressions. Clicking on the button will open an ExpressionConfigurer.
See Also: