Package com.nomagic.magicdraw.core
Interface GUILog.URLActionHandler
- 
- All Known Implementing Classes:
 GUILog.DefaultURLActionHandler
- Enclosing class:
 - GUILog
 
@OpenApiAll public static interface GUILog.URLActionHandlerAn URL handler 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringACTION_URL_PROTOCOLAny action protocol 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanopenURL(java.lang.String url, java.awt.event.InputEvent event)Opens given url. 
 - 
 
- 
- 
Field Detail
- 
ACTION_URL_PROTOCOL
static final java.lang.String ACTION_URL_PROTOCOL
Any action protocol- See Also:
 - Constant Field Values
 
 
 - 
 
 -