content
The content of this popup
Globals
, org.rusherhack.core.bind.IBindable
, org.rusherhack.core.feature.IFeature
, org.rusherhack.core.feature.IFeatureConfigurable
, org.rusherhack.core.interfaces.IClickable
, org.rusherhack.core.interfaces.IDraggable
, org.rusherhack.core.interfaces.IHideable
, org.rusherhack.core.interfaces.IHoverable
, org.rusherhack.core.interfaces.INamed
, org.rusherhack.core.interfaces.IScrollable
, org.rusherhack.core.interfaces.ITickable
, org.rusherhack.core.interfaces.ITypeable
, org.rusherhack.core.serialize.ISerializable<com.google.gson.JsonElement>
, org.rusherhack.core.serialize.JsonSerializable
protected final List<WindowContent>
protected final SimpleView
PopupWindow(String title,
Window parent,
double width,
double height)
void
addContent(WindowContent content)
void
onClose()
boolean
shouldSerialize(boolean autosave)
charTyped, deserialize, getBindReference, getDescription, getFontRenderer, getHeight, getIcon, getName, getRenderer, getSettings, getWidth, isDragging, isFocused, isHidden, isHovered, keyTyped, mouseClicked, mouseMoved, mouseReleased, mouseScrolled, onKeybindEvent, renderIcon, reset, serialize, setDescription, setDragging, setFocused, setHidden, setIcon, tick
getX, getY, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSetting, registerSettings
getAliases, getDisplayName
shouldAutoSave
title
- the title of the popup windowparent
- the parent window of the popup windowwidth
- the width of the popup windowheight
- the height of the popup windowcontent
- the WindowContent to be addedWindow
getRootView
in class Window