com.tssap.util.ui.menu
Class CheckActionAdapter

java.lang.Object
  |
  +--com.tssap.util.ui.ActionAdapter
        |
        +--com.tssap.util.ui.menu.CheckActionAdapter
All Implemented Interfaces:
IAction, ICheckAction

public class CheckActionAdapter
extends ActionAdapter
implements ICheckAction


Constructor Summary
CheckActionAdapter()
           
 
Method Summary
 void checked()
           
 void unchecked()
           
 
Methods inherited from class com.tssap.util.ui.ActionAdapter
process
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tssap.util.ui.IAction
process
 

Constructor Detail

CheckActionAdapter

public CheckActionAdapter()
Method Detail

checked

public void checked()
Specified by:
checked in interface ICheckAction
See Also:
com.tssap.util.ui.menu.ICheckAction#checked(IContext)

unchecked

public void unchecked()
Specified by:
unchecked in interface ICheckAction
See Also:
com.tssap.util.ui.menu.ICheckAction#unchecked(IContext)


Copyright © 2005 SAP AG. All Rights Reserved.