Author: kono
Date: 2011-06-10 10:58:42 -0700 (Fri, 10 Jun 2011)
New Revision: 25711
Modified:
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/editor/EditorManagerImpl.java
Log:
validate() method had been renamed to inRange()
Modified:
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/editor/EditorManagerImpl.java
===================================================================
---
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/editor/EditorManagerImpl.java
2011-06-10 17:42:13 UTC (rev 25710)
+++
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/editor/EditorManagerImpl.java
2011-06-10 17:58:42 UTC (rev 25711)
@@ -196,7 +196,7 @@
while (true) {
final V newValue = editor.showEditor(parentComponent,
initialValue);
- if (type.getRange().validate(newValue))
+ if (type.getRange().inRange(newValue))
return newValue;
else {
String message = "Please evter valid value";
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.