public static final class PartPathTransitionProvider.CheckSiblingKey extends PartTransitionKey
| Constructor and Description |
|---|
CheckSiblingKey(java.lang.String name,
java.lang.String help,
boolean go_up) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allow(PartManager.Part target,
SessionService sess)
IS the operation allowed on the target;
|
public CheckSiblingKey(java.lang.String name,
java.lang.String help,
boolean go_up)
name - help - public boolean allow(PartManager.Part target, SessionService sess)
PartTransitionKeyallow in class PartTransitionKey