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, shouldInspectPropertyAsEntitypublic SwingAppFrameworkInspector()
public SwingAppFrameworkInspector(SwingAppFrameworkInspectorConfig config)
protected Map<String,String> inspectAction(Action action) throws Exception
BaseObjectInspectorNote: 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 BaseObjectInspectoraction - the action to inspectExceptionCopyright © 2015. All Rights Reserved.