| org.netbeans.test.umllib.DiagramElementChooser
DiagramElementChooser | public interface DiagramElementChooser (Code) | | Common interface for the digram elemnt choosers
|
checkElement | public boolean checkElement(IETGraphObject obj)(Code) | | Check graph object and return true if this object is suitable
Parameters: obj - object to check true if this object is suitable and false otherwise |
getDescription | public String getDescription()(Code) | | Returns description for this chooser
description |
|
|