public JaspiraEventHandlerCode getselectioncount(AskEvent ae)
{
if (modeler.getPluginComponent().isShowing())
{
WorkspaceDrawingView workspaceView = modeler.getDrawingView();
ae.setAnswer(new Integer(workspaceView.selectionCount()));
return EVENT_CONSUMED;
}
return EVENT_IGNORED;