Cytoscape 2.8.0 API

cytoscape.dialogs
Class IntegerEntryField.PositiveIntegerListener

java.lang.Object
  extended by cytoscape.dialogs.IntegerEntryField.PositiveIntegerListener
All Implemented Interfaces:
FocusListener, EventListener
Enclosing class:
IntegerEntryField

public class IntegerEntryField.PositiveIntegerListener
extends Object
implements FocusListener


Constructor Summary
IntegerEntryField.PositiveIntegerListener(int defaultVal, int maxval)
           
 
Method Summary
 void focusGained(FocusEvent e)
           
 void focusLost(FocusEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerEntryField.PositiveIntegerListener

public IntegerEntryField.PositiveIntegerListener(int defaultVal,
                                                 int maxval)
Method Detail

focusGained

public void focusGained(FocusEvent e)
Specified by:
focusGained in interface FocusListener

focusLost

public void focusLost(FocusEvent e)
Specified by:
focusLost in interface FocusListener

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.