public class SpecificClasses extends AbstractTraverser
| Modifier and Type | Field and Description |
|---|---|
protected Class[] |
m_Allowed
the classes allowed to be traversed.
|
m_Logger| Constructor and Description |
|---|
SpecificClasses() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTraverse(Class obj,
Class property)
Checks whether the property of the object can be traversed deeper.
|
Class[] |
getAllowed()
Returns the allowed classes.
|
protected void |
initialize()
Initializes the widgets.
|
void |
setAllowed(Class[] value)
Sets the allowed classes.
|
getLogger, getTraversersprotected Class[] m_Allowed
protected void initialize()
initialize in class AbstractTraverserpublic void setAllowed(Class[] value)
value - the classespublic Class[] getAllowed()
Copyright © 2017 University of Waikato, Hamilton, NZ. All Rights Reserved.