|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.guiclient.objectvalidators.ValidatorBase
org.openbp.guiclient.objectvalidators.DescriptionObjectValidator
org.openbp.guiclient.objectvalidators.DisplayObjectValidator
org.openbp.guiclient.objectvalidators.ModelObjectValidator
org.openbp.guiclient.objectvalidators.NodeSocketValidator
public class NodeSocketValidator
Object validator for the NodeSocket class.
If the 'default socket' flag has been set for the given node socket, the validator will
clear the flag from the other sockets of the node the socket belongs to that have the
same type (entry/exit) as the given socket.
This ensures that there is always only one default entry or exit socket.
| Constructor Summary | |
|---|---|
NodeSocketValidator()
|
|
| Method Summary | |
|---|---|
boolean |
validateObject(java.lang.Object editedObject,
PropertyBrowser pb)
Validates the entire object before it will be saved. |
| Methods inherited from class org.openbp.guiclient.objectvalidators.ModelObjectValidator |
|---|
checkNameUniqueness |
| Methods inherited from class org.openbp.guiclient.objectvalidators.DisplayObjectValidator |
|---|
validateProperty |
| Methods inherited from class org.openbp.guiclient.objectvalidators.ValidatorBase |
|---|
displayErrorMsg, displayMsgContainer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeSocketValidator()
| Method Detail |
|---|
public boolean validateObject(java.lang.Object editedObject,
PropertyBrowser pb)
validateObject in interface ObjectValidatorvalidateObject in class ModelObjectValidatoreditedObject - Edited object that contains the propertypb - Property browser that edits the object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||