|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.malai.interaction.Interaction
org.malai.interaction.library.TextChanged
public class TextChanged
This interaction is performed when the text of a text field is modified.
This file is part of Malai.
Copyright (c) 2009-2012 Arnaud BLOUIN
Malai is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later version.
Malai is distributed without any warranty; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
05/19/2010
Field Summary | |
---|---|
protected java.lang.String |
text
The new text of the field. |
protected javax.swing.text.JTextComponent |
textComp
The modified text field. |
Fields inherited from class org.malai.interaction.Interaction |
---|
activated, currentState, currentTimeout, handlers, initState, lastHIDUsed, states, stillProcessingEvents |
Constructor Summary | |
---|---|
TextChanged()
Creates the interaction. |
Method Summary | |
---|---|
java.lang.String |
getText()
|
javax.swing.text.JTextComponent |
getTextComp()
|
protected void |
initStateMachine()
Initialises the interaction: creates the states and the transitions. |
void |
reinit()
Reinits the state machine. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.swing.text.JTextComponent textComp
protected java.lang.String text
Constructor Detail |
---|
public TextChanged()
Method Detail |
---|
public void reinit()
IStateMachine
reinit
in interface IStateMachine
reinit
in class Interaction
protected void initStateMachine()
Interaction
initStateMachine
in class Interaction
public javax.swing.text.JTextComponent getTextComp()
public java.lang.String getText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |