org.tbee.swing
Class FocusInterpreter.FocusInterpreterEvent

java.lang.Object
  extended by org.tbee.swing.FocusInterpreter.FocusInterpreterEvent
Enclosing class:
FocusInterpreter

public static class FocusInterpreter.FocusInterpreterEvent
extends Object


Constructor Summary
FocusInterpreter.FocusInterpreterEvent(int state, Component oldComponent, Component newComponent)
           
 
Method Summary
 Component getNewComponent()
           
 Component getOldComponent()
           
 int getState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FocusInterpreter.FocusInterpreterEvent

public FocusInterpreter.FocusInterpreterEvent(int state,
                                              Component oldComponent,
                                              Component newComponent)
Method Detail

getState

public int getState()

getOldComponent

public Component getOldComponent()

getNewComponent

public Component getNewComponent()


Copyright © 2012 KnowledgePlaza. All Rights Reserved.