astex
Class MoleculeEvent
java.lang.Object
astex.MoleculeEvent
public class MoleculeEvent
- extends java.lang.Object
Molecule Object Model Event.
This represents some kind of action on a molecule
or component thereof.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoleculeAdded
public static final int MoleculeAdded
- See Also:
- Constant Field Values
MoleculeRemoved
public static final int MoleculeRemoved
- See Also:
- Constant Field Values
MoleculeChanged
public static final int MoleculeChanged
- See Also:
- Constant Field Values
AtomAdded
public static final int AtomAdded
- See Also:
- Constant Field Values
AtomRemoved
public static final int AtomRemoved
- See Also:
- Constant Field Values
AtomChanged
public static final int AtomChanged
- See Also:
- Constant Field Values
AtomSelected
public static final int AtomSelected
- See Also:
- Constant Field Values
MoleculeEventMask
public static final int MoleculeEventMask
- See Also:
- Constant Field Values
AtomEventMask
public static final int AtomEventMask
- See Also:
- Constant Field Values
MoleculeEvent
public MoleculeEvent()