public class SwingAppFrameworkInspector extends BaseObjectInspector
mLog
Constructor and Description |
---|
SwingAppFrameworkInspector() |
SwingAppFrameworkInspector(SwingAppFrameworkInspectorConfig config) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
inspectAction(Action action)
Inspect the given action and return a Map of attributes.
|
getActions, getProperties, inspect, inspectAsDom, inspectEntity, inspectParent, inspectProperty, inspectTrait, inspectTraits, shouldInspectPropertyAsEntity
public SwingAppFrameworkInspector()
public SwingAppFrameworkInspector(SwingAppFrameworkInspectorConfig config)
protected Map<String,String> inspectAction(Action action) throws Exception
BaseObjectInspector
Note: for convenience, this method does not expect subclasses to deal with DOMs and Elements. Those subclasses wanting more control over these features should override methods higher in the call stack instead.
Does nothing by default.
inspectAction
in class BaseObjectInspector
action
- the action to inspectException
Copyright © 2015. All Rights Reserved.