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 Modifier and Type Field Description static java.lang.String
ACTION_URL_PROTOCOL
Any action protocol
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
openURL(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
-
-