org.onemind.swingweb.mapinput.peerdelegate.javax.swing
Class JTreeInputDelegate

java.lang.Object
  extended byorg.onemind.swingweb.mapinput.peerdelegate.MapInputDelegate
      extended byorg.onemind.swingweb.mapinput.peerdelegate.DefaultMapInputDelegate
          extended byorg.onemind.swingweb.mapinput.peerdelegate.java.awt.ComponentInputDelegate
              extended byorg.onemind.swingweb.mapinput.peerdelegate.java.awt.ContainerInputDelegate
                  extended byorg.onemind.swingweb.mapinput.peerdelegate.javax.swing.JComponentInputDelegate
                      extended byorg.onemind.swingweb.mapinput.peerdelegate.javax.swing.JTreeInputDelegate
All Implemented Interfaces:
org.onemind.awtbridge.input.InputDelegate

public class JTreeInputDelegate
extends JComponentInputDelegate

The JTable input delegate

Author:
TiongHiang Lee (thlee@onemindsoft.org)

Nested Class Summary
protected static class JTreeInputDelegate.TreeEvent
           
 
Field Summary
static MapInputDelegate INSTANCE
          the instance
 
Constructor Summary
JTreeInputDelegate()
           
 
Method Summary
 void processInput(org.onemind.awtbridge.peer.BridgeComponentPeer peer, org.onemind.awtbridge.input.BridgeInputContext context, java.util.Map inputForm)
          Will process the child input delegate Process the input
 
Methods inherited from class org.onemind.swingweb.mapinput.peerdelegate.java.awt.ComponentInputDelegate
processInput
 
Methods inherited from class org.onemind.swingweb.mapinput.peerdelegate.DefaultMapInputDelegate
hasEvent, postEvent, postEvent
 
Methods inherited from class org.onemind.swingweb.mapinput.peerdelegate.MapInputDelegate
processInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static MapInputDelegate INSTANCE
the instance

Constructor Detail

JTreeInputDelegate

public JTreeInputDelegate()
Method Detail

processInput

public void processInput(org.onemind.awtbridge.peer.BridgeComponentPeer peer,
                         org.onemind.awtbridge.input.BridgeInputContext context,
                         java.util.Map inputForm)
                  throws org.onemind.awtbridge.input.InputException
Will process the child input delegate Process the input

Overrides:
processInput in class ContainerInputDelegate
Throws:
org.onemind.awtbridge.input.InputException


Copyright © 2004-2007 . All Rights Reserved.