org.jsesoft.mmbi
Class MMBIFieldInspector

java.lang.Object
  extended by org.jsesoft.ri.FieldInspector
      extended by org.jsesoft.mmbi.MMBIFieldInspector
All Implemented Interfaces:
Inspector<java.lang.reflect.Field>

public class MMBIFieldInspector
extends FieldInspector

Provides services for MMBI field inspectors.


Field Summary
static java.lang.String DESCRIPTION
           
static java.lang.String NAME
           
 
Constructor Summary
MMBIFieldInspector()
          Creates new TextFiledInspector.
 
Method Summary
 void inspectItem(java.lang.reflect.Field field, PassBack thePassBack)
          Inspects the item.
 void inspectItems(PassBack passBack)
          Inspects the a list of items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
See Also:
Constant Field Values
Constructor Detail

MMBIFieldInspector

public MMBIFieldInspector()
Creates new TextFiledInspector.

Method Detail

inspectItem

public void inspectItem(java.lang.reflect.Field field,
                        PassBack thePassBack)
                 throws java.lang.Exception
Inspects the item.

Specified by:
inspectItem in interface Inspector<java.lang.reflect.Field>
Overrides:
inspectItem in class FieldInspector
Parameters:
field - the sub-item to inspect
thePassBack - an object passed back by all inspect functions
Throws:
java.lang.Exception - on failure
See Also:
org.jsesoft.ri.FieldInspector#inspectItem(java.lang.Class)

inspectItems

public void inspectItems(PassBack passBack)
                  throws java.lang.Exception
Inspects the a list of items.

Specified by:
inspectItems in interface Inspector<java.lang.reflect.Field>
Overrides:
inspectItems in class FieldInspector
Parameters:
passBack - an object passed back by all inspect functions
Throws:
java.lang.Exception - on failure
See Also:
org.jsesoft.ri.FieldInspector#inspectItems()


Copyright © 2010 JSESoft. All Rights Reserved.