Package com.basis.tools.guidev
Class AdvancedGBFWrapper.GuiEvent
java.lang.Object
com.basis.tools.guidev.AdvancedGBFWrapper.Event
com.basis.tools.guidev.AdvancedGBFWrapper.GuiEvent
- Direct Known Subclasses:
AdvancedGBFWrapper.PopupEvent
,AdvancedGBFWrapper.WinEvent
- Enclosing class:
- AdvancedGBFWrapper
The base GUIevent class, extended by WinEvent and PopupEvent
-
Field Summary
Fields inherited from class com.basis.tools.guidev.AdvancedGBFWrapper.Event
m_event
-
Method Summary
Methods inherited from class com.basis.tools.guidev.AdvancedGBFWrapper.Event
getCallbackLiteral, getCode, getLabel
-
Method Details
-
getControlFlip
protected abstract boolean getControlFlip() -
getControlID
public int getControlID()- Returns:
- controlID for event
-
toString
- Overrides:
toString
in classAdvancedGBFWrapper.Event
- Returns:
- The label that the callback should go to. This will be sanitized and safe to use as a programmatic label
-