Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.menu.spi
Class ActionsVisitor.CheckedHandler  view ActionsVisitor.CheckedHandler download ActionsVisitor.CheckedHandler.java

java.lang.Object
  extended byjavax.ide.extension.ElementVisitor
      extended byjavax.ide.extension.BooleanVisitor
          extended byjavax.ide.menu.spi.ActionsVisitor.CheckedHandler
Enclosing class:
ActionsVisitor

private class ActionsVisitor.CheckedHandler
extends javax.ide.extension.BooleanVisitor


Field Summary
 
Fields inherited from class javax.ide.extension.ElementVisitor
KEY_LOCATOR
 
Constructor Summary
private ActionsVisitor.CheckedHandler()
           
 
Method Summary
 void booleanValue(javax.ide.extension.ElementContext context, boolean value)
          Called when the visitor encounters a boolean value.
 
Methods inherited from class javax.ide.extension.BooleanVisitor
end, start
 
Methods inherited from class javax.ide.extension.ElementVisitor
log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionsVisitor.CheckedHandler

private ActionsVisitor.CheckedHandler()
Method Detail

booleanValue

public void booleanValue(javax.ide.extension.ElementContext context,
                         boolean value)
Description copied from class: javax.ide.extension.BooleanVisitor
Called when the visitor encounters a boolean value.