Package com.nomagic.magicdraw.core
Interface GUILog.URLActionHandler
- All Known Implementing Classes:
 GUILog.DefaultURLActionHandler
- Enclosing class:
 - GUILog
 
@OpenApiAll
public static interface GUILog.URLActionHandler
An URL handler
- 
Field Summary
Fields - 
Method Summary
 
- 
Field Details
- 
ACTION_URL_PROTOCOL
Any action protocol- See Also:
 
 
 - 
 - 
Method Details
- 
openURL
Opens given url.- Parameters:
 url- urlevent- event- Returns:
 - true if url was handled, false if not
 
 
 -