org.onemind.swingweb.mapinput.peerdelegate.java.awt
Class CheckboxMenuItemInputDelegate

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.MenuComponentInputDelegate
              extended byorg.onemind.swingweb.mapinput.peerdelegate.java.awt.MenuItemInputDelegate
                  extended byorg.onemind.swingweb.mapinput.peerdelegate.java.awt.CheckboxMenuItemInputDelegate
All Implemented Interfaces:
org.onemind.awtbridge.input.InputDelegate

public class CheckboxMenuItemInputDelegate
extends MenuItemInputDelegate

The checkbox menu item input delegate

Author:
TiongHiang Lee (thlee@onemindsoft.org)

Field Summary
static MapInputDelegate INSTANCE
          the instance
 
Constructor Summary
CheckboxMenuItemInputDelegate()
           
 
Method Summary
 void processInput(org.onemind.awtbridge.peer.BridgePeer peer, org.onemind.awtbridge.input.BridgeInputContext context, java.util.Map inputForm)
          Process the input of the peer from the input form
 
Methods inherited from class org.onemind.swingweb.mapinput.peerdelegate.java.awt.MenuItemInputDelegate
hasEvent
 
Methods inherited from class org.onemind.swingweb.mapinput.peerdelegate.DefaultMapInputDelegate
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

CheckboxMenuItemInputDelegate

public CheckboxMenuItemInputDelegate()
Method Detail

processInput

public void processInput(org.onemind.awtbridge.peer.BridgePeer peer,
                         org.onemind.awtbridge.input.BridgeInputContext context,
                         java.util.Map inputForm)
Process the input of the peer from the input form

Overrides:
processInput in class MenuItemInputDelegate
Parameters:
peer - the peer
context - the context
inputForm - the inputform


Copyright © 2004-2007 . All Rights Reserved.