org.openpermis.editor.policy.gui.dock
Class ViewFocusTransmitter

java.lang.Object
  extended by org.openpermis.editor.policy.gui.dock.ViewFocusTransmitter
All Implemented Interfaces:
FocusListener, EventListener

public class ViewFocusTransmitter
extends Object
implements FocusListener

Focus listener that passes the focus to another component.

Since:
0.9.0

Constructor Summary
ViewFocusTransmitter(View view)
          Creates a view focus transmitter for the specified view.
 
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

ViewFocusTransmitter

public ViewFocusTransmitter(View view)
Creates a view focus transmitter for the specified view.

Parameters:
view - the view the transmitter should operate on.
Since:
0.9.0
Method Detail

focusGained

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

focusLost

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


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:17:21
Copyright (c) 2002-2007 Ergon Informatik AG