Interface UIElementInterface
- All Known Implementing Classes:
ActionProgressBar,AtomUI,AtomUIMap,AtomUIText,AtomUITextEntry,AtomUITexture,Clock,DialogButton,FPSGraph,GenericButton,HUDButton,LoadingQueueUI,ModalDialog,MoodlesUI,NewHealthPanel,NewWindow,ObjectTooltip,RadarPanel,RadialMenu,RadialProgressBar,ScrollBar,SpeedControls,SpeedControls.SCButton,TextBox,UI_BodyPart,UI3DModel,UI3DScene,UIDebugConsole,UIDialoguePanel,UIElement,UINineGrid,UIServerToolbox,UITextBox2,UIWorldMap,VehicleGauge
public interface UIElementInterface
-
Method Summary
Modifier and TypeMethodDescriptionintgetWidth()getX()getY()booleanbooleanbooleanbooleanbooleanisOverElement(double arg0, double arg1) isPointOver(double arg0, double arg1) booleanbooleanonConsumeKeyPress(int arg0) booleanonConsumeKeyRelease(int arg0) booleanonConsumeKeyRepeat(int arg0) booleanonConsumeMouseButtonDown(int arg0, double arg1, double arg2) booleanonConsumeMouseButtonUp(int arg0, double arg1, double arg2) onConsumeMouseMove(double arg0, double arg1, double arg2, double arg3) onConsumeMouseWheel(double arg0, double arg1, double arg2) voidonExtendMouseMoveOutside(double arg0, double arg1, double arg2, double arg3) voidonMouseButtonDownOutside(int arg0, double arg1, double arg2) voidonMouseButtonUpOutside(int arg0, double arg1, double arg2) voidrender()voidupdate()
-
Method Details
-
isIgnoreLossControl
Boolean isIgnoreLossControl() -
isFollowGameWorld
Boolean isFollowGameWorld() -
isDefaultDraw
Boolean isDefaultDraw() -
render
void render() -
isVisible
Boolean isVisible() -
isCapture
Boolean isCapture() -
isModalVisible
boolean isModalVisible() -
getMaxDrawHeight
Double getMaxDrawHeight() -
getX
Double getX() -
getY
Double getY() -
getWidth
Double getWidth() -
getHeight
Double getHeight() -
isOverElement
boolean isOverElement(double arg0, double arg1) -
getParent
UIElementInterface getParent() -
onConsumeMouseButtonDown
boolean onConsumeMouseButtonDown(int arg0, double arg1, double arg2) -
onConsumeMouseButtonUp
boolean onConsumeMouseButtonUp(int arg0, double arg1, double arg2) -
onMouseButtonDownOutside
void onMouseButtonDownOutside(int arg0, double arg1, double arg2) -
onMouseButtonUpOutside
void onMouseButtonUpOutside(int arg0, double arg1, double arg2) -
onConsumeMouseWheel
-
isPointOver
-
onConsumeMouseMove
-
onExtendMouseMoveOutside
void onExtendMouseMoveOutside(double arg0, double arg1, double arg2, double arg3) -
update
void update() -
isMouseOver
Boolean isMouseOver() -
isWantKeyEvents
boolean isWantKeyEvents() -
onConsumeKeyPress
boolean onConsumeKeyPress(int arg0) -
onConsumeKeyRepeat
boolean onConsumeKeyRepeat(int arg0) -
onConsumeKeyRelease
boolean onConsumeKeyRelease(int arg0) -
isForceCursorVisible
boolean isForceCursorVisible() -
getRenderThisPlayerOnly
int getRenderThisPlayerOnly() -
isAlwaysOnTop
boolean isAlwaysOnTop() -
isBackMost
boolean isBackMost()
-