org.jsesoft.mmbi
Class MMBIFieldInspector
java.lang.Object
org.jsesoft.ri.FieldInspector
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MMBIFieldInspector
public MMBIFieldInspector()
- Creates new TextFiledInspector.
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 inspectthePassBack
- 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.