Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

A - Enum constant in enum class be.yildizgames.module.window.input.Key
 
A - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
add(int) - Method in class be.yildizgames.module.color.Color
Create a copy of this color with a value added to RGB values, alpha is not updated.
add(int, int, int) - Method in class be.yildizgames.module.color.Color
 
addEffect(ImageEffect) - Method in interface be.yildizgames.module.window.widget.WindowImage
 
addKeyListener(KeyboardListener) - Method in interface be.yildizgames.module.window.widget.WindowShell
 
addListener(KeyboardListener) - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
addMouseLeftClickListener(MouseLeftClickListener) - Method in interface be.yildizgames.module.window.widget.WindowButton
Add a listener to be invoked when the button is clicked on.
addMouseLeftClickListener(MouseLeftClickListener) - Method in interface be.yildizgames.module.window.widget.WindowModal
Add a listener to be invoked when the button is clicked on.
addOnMouseOverListener(MouseOverListener) - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
alignText(WindowTextLine.TextAlignment) - Method in interface be.yildizgames.module.window.widget.WindowTextLine
 
alphaValue - Variable in class be.yildizgames.module.color.Color
Alpha value, must be between MIN_VALUE and MAX_VALUE.
ALT - Enum constant in enum class be.yildizgames.module.window.input.Key
 
ALWAYS - Static variable in class be.yildizgames.module.window.util.image.ImageResizeCheckerFactory
 
AnimationBehavior - Class in be.yildizgames.module.window.widget.animation
 
AnimationBehavior() - Constructor for class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
APPLY - Enum constant in enum class be.yildizgames.module.window.widget.WindowAlert.AlertButtonType
 
AudioEffect - Interface in be.yildizgames.module.window.audio
 

B

B - Enum constant in enum class be.yildizgames.module.window.input.Key
 
B - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
BACK_QUOTE - Enum constant in enum class be.yildizgames.module.window.input.Key
 
BACK_SLASH - Enum constant in enum class be.yildizgames.module.window.input.Key
 
BACK_SPACE - Enum constant in enum class be.yildizgames.module.window.input.Key
 
BaseWindowEngine - Interface in be.yildizgames.module.window
Complete window engine, in addition of the window engine exposed API, provide some functionality to be used internally by associated engines..
be.yildizgames.module.color - package be.yildizgames.module.color
Contains the classes to manipulate colors.
be.yildizgames.module.coordinates - package be.yildizgames.module.coordinates
 
be.yildizgames.module.window - module be.yildizgames.module.window
 
be.yildizgames.module.window - package be.yildizgames.module.window
 
be.yildizgames.module.window.audio - package be.yildizgames.module.window.audio
 
be.yildizgames.module.window.input - package be.yildizgames.module.window.input
Contains the classes to manage the inputs.
be.yildizgames.module.window.screen - package be.yildizgames.module.window.screen
 
be.yildizgames.module.window.util.image - package be.yildizgames.module.window.util.image
 
be.yildizgames.module.window.widget - package be.yildizgames.module.window.widget
The widgets for the native window.
be.yildizgames.module.window.widget.animation - package be.yildizgames.module.window.widget.animation
 
be.yildizgames.module.window.widget.experimental - package be.yildizgames.module.window.widget.experimental
 
BLACK - Static variable in class be.yildizgames.module.color.Color
Black constant.
Block - Record Class in be.yildizgames.module.coordinates
 
Block(int, int, int, int) - Constructor for record class be.yildizgames.module.coordinates.Block
Creates an instance of a Block record class.
BlockRelativeCoordinate - Class in be.yildizgames.module.coordinates
 
BlockRelativeCoordinate(Coordinates) - Constructor for class be.yildizgames.module.coordinates.BlockRelativeCoordinate
 
BlockRelativeCoordinate(CoordinatesProvider) - Constructor for class be.yildizgames.module.coordinates.BlockRelativeCoordinate
 
BlockRelativeCoordinate(ScreenSize) - Constructor for class be.yildizgames.module.coordinates.BlockRelativeCoordinate
 
BlockSize - Record Class in be.yildizgames.module.coordinates
 
BlockSize(int, int, int, int) - Constructor for record class be.yildizgames.module.coordinates.BlockSize
Creates an instance of a BlockSize record class.
BLUE - Static variable in class be.yildizgames.module.color.Color
Blue constant.
blueValue - Variable in class be.yildizgames.module.color.Color
Blue value, must be between MIN_VALUE and MAX_VALUE.
BOTTOM - Enum constant in enum class be.yildizgames.module.coordinates.ParentRelativePosition
 
BOTTOM - Enum constant in enum class be.yildizgames.module.window.screen.ScreenPart
From bottom part to bottom part - border size.
BOTTOM_LEFT - Enum constant in enum class be.yildizgames.module.coordinates.ParentRelativePosition
 
BOTTOM_RIGHT - Enum constant in enum class be.yildizgames.module.coordinates.ParentRelativePosition
 
BREAK - Enum constant in enum class be.yildizgames.module.window.input.Key
 
BRIGHTNESS_DARK - Enum constant in enum class be.yildizgames.module.window.widget.ImageEffect
 
BRIGHTNESS_NORMAL - Enum constant in enum class be.yildizgames.module.window.widget.ImageEffect
 
build(WindowShellFactory) - Method in interface be.yildizgames.module.window.RegisteredView
 
buildShell(WindowShellOptions...) - Method in interface be.yildizgames.module.window.widget.WindowShellFactory
 

C

C - Enum constant in enum class be.yildizgames.module.window.input.Key
 
C - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
CANCEL - Enum constant in enum class be.yildizgames.module.window.widget.WindowAlert.AlertButtonType
 
capsLock(boolean) - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
CaptionAssociated<T> - Interface in be.yildizgames.module.window.widget
 
CENTER - Enum constant in enum class be.yildizgames.module.window.screen.ScreenPart
If in none of the other screen parts.
CENTER - Enum constant in enum class be.yildizgames.module.window.widget.WindowTextLine.TextAlignment
 
centerOnScreen() - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
changed(T) - Method in interface be.yildizgames.module.window.widget.WindowWidgetChangeListener
 
check() - Method in interface be.yildizgames.module.window.widget.WindowCheckBox
 
check() - Method in interface be.yildizgames.module.window.widget.WindowToggle
 
check(Path) - Method in interface be.yildizgames.module.window.util.image.ImageResizeChecker
 
checkForEvent() - Method in interface be.yildizgames.module.window.widget.WindowShell
Check for an event without sleeping.
clearListeners() - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
click() - Method in interface be.yildizgames.module.window.input.MouseLeftClickListener
Called when the left button of the mouse is pressed.
click(MousePosition) - Method in interface be.yildizgames.module.window.input.MouseDoubleLeftClickListener
Called when the left button of the mouse is pressed twice.
click(MousePosition) - Method in interface be.yildizgames.module.window.input.MouseRightClickListener
Called when the right button of the mouse is pressed.
clickAt(MousePosition) - Method in interface be.yildizgames.module.window.input.MouseLeftClickListener
Called when the left button of the mouse is pressed.
close() - Method in interface be.yildizgames.module.window.widget.WindowAlert
 
close() - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
close() - Method in interface be.yildizgames.module.window.widget.WindowShell
Close the window.
CLOSE - Enum constant in enum class be.yildizgames.module.window.widget.WindowAlert.AlertButtonType
 
CLOSE_BRACKET - Enum constant in enum class be.yildizgames.module.window.input.Key
 
code() - Method in record class be.yildizgames.module.window.widget.experimental.KeyboardLayoutKey
Returns the value of the code record component.
Color - Class in be.yildizgames.module.color
Class representing RGBA color.
COMMA - Enum constant in enum class be.yildizgames.module.window.input.Key
 
compute() - Method in interface be.yildizgames.module.window.util.image.ImageResizeChecker
 
compute(float, float) - Static method in enum class be.yildizgames.module.window.screen.ScreenRatio
 
compute(int, int, int, int) - Method in class be.yildizgames.module.coordinates.PercentRelativeCoordinate
 
compute(int, int, int, int) - Method in interface be.yildizgames.module.coordinates.RelativeCoordinate
 
compute(Coordinates) - Method in class be.yildizgames.module.coordinates.PercentRelativeCoordinate
 
compute(Coordinates) - Method in interface be.yildizgames.module.coordinates.RelativeCoordinate
 
compute(CoordinatesProvider) - Method in class be.yildizgames.module.coordinates.PercentRelativeCoordinate
 
compute(CoordinatesProvider) - Method in interface be.yildizgames.module.coordinates.RelativeCoordinate
 
compute(ScreenSize) - Static method in enum class be.yildizgames.module.window.screen.ScreenRatio
 
computePosition(int, int) - Method in class be.yildizgames.module.coordinates.PercentRelativeCoordinate
 
computePosition(int, int) - Method in interface be.yildizgames.module.coordinates.RelativeCoordinate
 
computeSizeWithRatio(int, int, ImageMetadata) - Method in class be.yildizgames.module.coordinates.PercentRelativeCoordinate
 
computeSizeWithRatio(int, int, ImageMetadata) - Method in interface be.yildizgames.module.coordinates.RelativeCoordinate
 
computeSizeWithRatio(int, ImageMetadata) - Method in class be.yildizgames.module.coordinates.PercentRelativeCoordinate
 
computeSizeWithRatio(int, ImageMetadata) - Method in interface be.yildizgames.module.coordinates.RelativeCoordinate
 
computeWithRatio(int, int, int, int, ImageMetadata) - Method in class be.yildizgames.module.coordinates.PercentRelativeCoordinate
 
computeWithRatio(int, int, int, int, ImageMetadata) - Method in interface be.yildizgames.module.coordinates.RelativeCoordinate
 
computeWithRatio(CoordinatesProvider, ImageMetadata) - Method in class be.yildizgames.module.coordinates.PercentRelativeCoordinate
 
computeWithRatio(CoordinatesProvider, ImageMetadata) - Method in interface be.yildizgames.module.coordinates.RelativeCoordinate
 
computeWithRatio(Coordinates, ImageMetadata) - Method in class be.yildizgames.module.coordinates.PercentRelativeCoordinate
 
computeWithRatio(Coordinates, ImageMetadata) - Method in interface be.yildizgames.module.coordinates.RelativeCoordinate
 
CONFIRM - Enum constant in enum class be.yildizgames.module.window.widget.WindowAlert.AlertType
 
contains(BaseCoordinate) - Method in class be.yildizgames.module.coordinates.FullCoordinates
Check if a coordinate is contained in another one.
convert(int, int, int, int) - Method in class be.yildizgames.module.coordinates.BlockRelativeCoordinate
 
convert(Block) - Method in class be.yildizgames.module.coordinates.BlockRelativeCoordinate
 
Coordinates - Interface in be.yildizgames.module.coordinates
 
CoordinatesProvider - Interface in be.yildizgames.module.coordinates
 
copy() - Method in class be.yildizgames.module.coordinates.FullCoordinates
 
create(String) - Method in class be.yildizgames.module.window.util.image.ImageResizeCheckerFactory
 
createAlert() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createAudioEffect(String) - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createButton() - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
createButton() - Method in interface be.yildizgames.module.window.widget.WindowShell
Create a new button widget.
createButton(String, String) - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createCanvas() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createCheckBox() - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
createCheckBox() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createChildWindow(WindowShellOptions...) - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createCursor(Cursor) - Method in interface be.yildizgames.module.window.WindowEngine
Create a new cursor.
createDirectoryChooser() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createDropdown() - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
createDropdown() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createFileChooser() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createFont(String, int) - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createImage(String) - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
createImage(String) - Method in interface be.yildizgames.module.window.widget.WindowShell
Create a new image widget.
createImageResizeChecker(int, int) - Method in interface be.yildizgames.module.window.WindowEngine
 
createInputBox() - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
createInputBox() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createMediaPlayer() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createMenuBar(WindowMenuBarElementDefinition...) - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createMessageBox() - Method in interface be.yildizgames.module.window.widget.WindowShell
Create a new message modal window.
createMessageButtonBox() - Method in interface be.yildizgames.module.window.widget.WindowShell
Create a new message modal window with a button for confirmation.
createNotification() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createNotificationPane() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createOpenFileBox() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createPopup() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createProgressBar() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createRectangle() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createTextArea() - Method in interface be.yildizgames.module.window.widget.WindowShell
Create a new text area widget.
createTextButton() - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
createTextButton() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createTextLine() - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
createTextLine() - Method in interface be.yildizgames.module.window.widget.WindowShell
Create a new text line widget.
createToggle() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createTreeRoot(int, int, WindowTreeElement...) - Method in interface be.yildizgames.module.window.widget.WindowShell
 
createVirtualKeyboard(KeyboardListener) - Method in interface be.yildizgames.module.window.widget.WindowShell
 
CTRL - Enum constant in enum class be.yildizgames.module.window.input.Key
Control.
Cursor - Class in be.yildizgames.module.window.screen
Cursor definition, contains the unique id, the image path, the x offset, if any, the y offset if any.
Cursor(String, String) - Constructor for class be.yildizgames.module.window.screen.Cursor
Build a new Cursor without any offset.
Cursor(String, String, int, int) - Constructor for class be.yildizgames.module.window.screen.Cursor
Build a new Cursor with offset.

D

D - Enum constant in enum class be.yildizgames.module.window.input.Key
 
D - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
delete() - Method in interface be.yildizgames.module.window.widget.WindowTreeRoot
Delete the tree.
DELETE - Enum constant in enum class be.yildizgames.module.window.input.Key
 
deleteLoadingResources() - Method in interface be.yildizgames.module.window.BaseWindowEngine
Delete the resources used when loading the engine.
DESATURATE - Enum constant in enum class be.yildizgames.module.window.widget.ImageEffect
 
DIGIT0 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
DIGIT1 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
DIGIT2 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
DIGIT3 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
DIGIT4 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
DIGIT5 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
DIGIT6 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
DIGIT7 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
DIGIT8 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
DIGIT9 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
DirectoryChooser - Interface in be.yildizgames.module.window.widget
 
DirectoryImageResizeManager - Class in be.yildizgames.module.window.util.image
 
DirectoryImageResizeManager(ImageResizeChecker) - Constructor for class be.yildizgames.module.window.util.image.DirectoryImageResizeManager
 
disable() - Method in interface be.yildizgames.module.window.widget.WindowMenuElement
 
DOWN - Enum constant in enum class be.yildizgames.module.window.input.Key
Arrow down.

E

E - Enum constant in enum class be.yildizgames.module.window.input.Key
 
E - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
EMPTY - Enum constant in enum class be.yildizgames.module.window.input.Key
None.
enable() - Method in interface be.yildizgames.module.window.widget.WindowMenuElement
 
END - Enum constant in enum class be.yildizgames.module.window.input.Key
 
enter() - Method in interface be.yildizgames.module.window.input.MouseOverListener
 
ENTER - Enum constant in enum class be.yildizgames.module.window.input.Key
Main enter.
equals(Object) - Method in class be.yildizgames.module.color.Color
Test equality between the RGBA values.
equals(Object) - Method in class be.yildizgames.module.coordinates.FullCoordinates
 
equals(Object) - Method in record class be.yildizgames.module.coordinates.Block
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class be.yildizgames.module.coordinates.BlockSize
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class be.yildizgames.module.window.input.MousePosition
 
equals(Object) - Method in class be.yildizgames.module.window.screen.Cursor
 
equals(Object) - Method in record class be.yildizgames.module.window.widget.experimental.KeyboardLayoutKey
Indicates whether some other object is "equal to" this one.
EQUALS - Enum constant in enum class be.yildizgames.module.window.input.Key
 
ERROR - Enum constant in enum class be.yildizgames.module.window.widget.WindowAlert.AlertType
 
ESC - Enum constant in enum class be.yildizgames.module.window.input.Key
Escape.
exit() - Method in interface be.yildizgames.module.window.widget.WindowShell
 

F

F - Enum constant in enum class be.yildizgames.module.window.input.Key
 
F - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
F1 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
F10 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
F11 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
F12 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
F2 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
F3 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
F4 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
F5 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
F6 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
F7 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
F8 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
F9 - Enum constant in enum class be.yildizgames.module.window.input.Key
 
FIFTH - Static variable in class be.yildizgames.module.coordinates.Relative
Constant for 1 / 5.
FINISH - Enum constant in enum class be.yildizgames.module.window.widget.WindowAlert.AlertButtonType
 
fireEvent(WidgetEvent) - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
full(int, int, int, int) - Static method in class be.yildizgames.module.coordinates.FullCoordinates
 
full(int, int, Position) - Static method in class be.yildizgames.module.coordinates.FullCoordinates
 
full(Position) - Static method in class be.yildizgames.module.coordinates.FullCoordinates
 
full(Size) - Static method in class be.yildizgames.module.coordinates.FullCoordinates
 
full(Size, int, int) - Static method in class be.yildizgames.module.coordinates.FullCoordinates
Full constructor.
full(Size, Position) - Static method in class be.yildizgames.module.coordinates.FullCoordinates
Full constructor.
FullCoordinates - Class in be.yildizgames.module.coordinates
2D coordinates values, contains the size(width, height) and the position(x and y).
FULLSCREEN - Enum constant in enum class be.yildizgames.module.window.widget.WindowShellOptions
 

G

G - Enum constant in enum class be.yildizgames.module.window.input.Key
 
G - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
GameWindowMouseListener - Class in be.yildizgames.module.window.input
Class for the mouse management.
GameWindowMouseListener(WindowInputListener) - Constructor for class be.yildizgames.module.window.input.GameWindowMouseListener
Full constructor.
getBottom() - Method in interface be.yildizgames.module.window.widget.WindowMediaPlayer
Widget bottom position.
getBottom() - Method in interface be.yildizgames.module.window.widget.WindowWidget
Widget bottom position.
getByX() - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
getByY() - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
getByZ() - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
getChildren() - Method in class be.yildizgames.module.window.widget.WindowMenuBarElementDefinition
 
getChildren() - Method in class be.yildizgames.module.window.widget.WindowTreeElement
 
getCoordinates() - Method in interface be.yildizgames.module.coordinates.CoordinatesProvider
 
getCoordinates() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
getCursor(ScreenPart) - Method in class be.yildizgames.module.window.screen.ScreenPartCursor
 
getDuration() - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
getEngine() - Static method in interface be.yildizgames.module.window.BaseWindowEngine
 
getEngine() - Method in interface be.yildizgames.module.window.WindowEngineProvider
 
getEngine(WindowImageProvider) - Static method in interface be.yildizgames.module.window.BaseWindowEngine
 
getEngine(WindowImageProvider) - Method in interface be.yildizgames.module.window.WindowEngineProvider
 
getFromPosition(ScreenSize, MousePosition) - Static method in enum class be.yildizgames.module.window.screen.ScreenPart
Retrieve the screen part containing the given position.
getFromX() - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
getFromY() - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
getFromZ() - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
getHeight() - Method in class be.yildizgames.module.coordinates.FullCoordinates
 
getHeight() - Method in interface be.yildizgames.module.coordinates.Size
 
getHeight() - Method in class be.yildizgames.module.window.widget.ImageMetadata
 
getHeight() - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
getId() - Method in class be.yildizgames.module.window.screen.Cursor
 
getId() - Method in interface be.yildizgames.module.window.widget.WindowFont
 
getImage(String) - Method in interface be.yildizgames.module.window.widget.WindowImageProvider
 
getImage(String) - Method in class be.yildizgames.module.window.widget.WindowImageProviderClassPath
Retrieve an image, the file is expected to be in same directory as sources, as well in file system than wrapped in a jar file.
getImage(String) - Method in class be.yildizgames.module.window.widget.WindowImageProviderFile
 
getItemById(int) - Method in interface be.yildizgames.module.window.widget.WindowMenuBar
 
getKey(int, int) - Method in interface be.yildizgames.module.window.widget.experimental.KeyboardLayout
 
getKey(int, int) - Method in class be.yildizgames.module.window.widget.experimental.QwertyKeyboardLayout
 
getKey(int, int) - Method in class be.yildizgames.module.window.widget.experimental.SimpleAzertyKeyboardLayout
 
getKey(int, int) - Method in class be.yildizgames.module.window.widget.experimental.SimpleQwertyKeyboardLayout
 
getKeys() - Method in interface be.yildizgames.module.window.widget.experimental.KeyboardLayout
 
getKeys() - Method in class be.yildizgames.module.window.widget.experimental.QwertyKeyboardLayout
 
getKeys() - Method in class be.yildizgames.module.window.widget.experimental.SimpleAzertyKeyboardLayout
 
getKeys() - Method in class be.yildizgames.module.window.widget.experimental.SimpleQwertyKeyboardLayout
 
getLayout() - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
getLeft() - Method in class be.yildizgames.module.coordinates.FullCoordinates
 
getLeft() - Method in interface be.yildizgames.module.coordinates.Position
 
getLeft() - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
getLeft() - Method in interface be.yildizgames.module.window.widget.WindowMediaPlayer
Widget left position.
getLeft() - Method in interface be.yildizgames.module.window.widget.WindowWidget
Widget left position.
getLoadedImageMetadata() - Method in interface be.yildizgames.module.window.widget.WindowImage
 
getMonitorSize() - Method in interface be.yildizgames.module.window.widget.WindowShell
Provide the monitor size.
getNumberOfKeyForRow(int) - Method in interface be.yildizgames.module.window.widget.experimental.KeyboardLayout
 
getNumberOfKeyForRow(int) - Method in class be.yildizgames.module.window.widget.experimental.QwertyKeyboardLayout
 
getNumberOfKeyForRow(int) - Method in class be.yildizgames.module.window.widget.experimental.SimpleAzertyKeyboardLayout
 
getNumberOfKeyForRow(int) - Method in class be.yildizgames.module.window.widget.experimental.SimpleQwertyKeyboardLayout
 
getNumberOfRows() - Method in interface be.yildizgames.module.window.widget.experimental.KeyboardLayout
 
getNumberOfRows() - Method in class be.yildizgames.module.window.widget.experimental.QwertyKeyboardLayout
 
getNumberOfRows() - Method in class be.yildizgames.module.window.widget.experimental.SimpleAzertyKeyboardLayout
 
getNumberOfRows() - Method in class be.yildizgames.module.window.widget.experimental.SimpleQwertyKeyboardLayout
 
getPath() - Method in class be.yildizgames.module.window.screen.Cursor
 
getRatio() - Method in class be.yildizgames.module.window.widget.ImageMetadata
 
getRight() - Method in interface be.yildizgames.module.window.widget.WindowMediaPlayer
Widget right position.
getRight() - Method in interface be.yildizgames.module.window.widget.WindowWidget
Widget right position.
getScreenSize() - Method in interface be.yildizgames.module.window.WindowEngine
 
getSelectionIndex() - Method in interface be.yildizgames.module.window.widget.WindowDropdown
Provide the index of the currently selected line.
getSize() - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
getSize() - Method in interface be.yildizgames.module.window.widget.WindowShell
Provide the window size.
getText() - Method in interface be.yildizgames.module.window.widget.WindowInputBox
 
getText() - Method in interface be.yildizgames.module.window.widget.WindowTextLine
 
getThreadManager() - Method in interface be.yildizgames.module.window.WindowEngine
Provide the manager to handle threads in window.
getTop() - Method in class be.yildizgames.module.coordinates.FullCoordinates
 
getTop() - Method in interface be.yildizgames.module.coordinates.Position
 
getTop() - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
getTop() - Method in interface be.yildizgames.module.window.widget.WindowMediaPlayer
Widget top position.
getTop() - Method in interface be.yildizgames.module.window.widget.WindowWidget
Widget top position.
getToX() - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
getToY() - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
getToZ() - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
getWidth() - Method in class be.yildizgames.module.coordinates.FullCoordinates
 
getWidth() - Method in interface be.yildizgames.module.coordinates.Size
 
getWidth() - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
getWidth() - Method in class be.yildizgames.module.window.widget.ImageMetadata
 
getWidth() - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
getX() - Method in class be.yildizgames.module.window.input.MousePosition
 
getX() - Method in class be.yildizgames.module.window.screen.Cursor
 
getY() - Method in class be.yildizgames.module.window.input.MousePosition
 
getY() - Method in class be.yildizgames.module.window.screen.Cursor
 
GRAY - Static variable in class be.yildizgames.module.color.Color
Gray constant.
GREEN - Static variable in class be.yildizgames.module.color.Color
Green constant.
greenValue - Variable in class be.yildizgames.module.color.Color
Green value, must be between MIN_VALUE and MAX_VALUE.

H

H - Enum constant in enum class be.yildizgames.module.window.input.Key
 
H - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
HALF - Static variable in class be.yildizgames.module.coordinates.Relative
Constant for 1 / 2.
hashCode() - Method in class be.yildizgames.module.color.Color
 
hashCode() - Method in class be.yildizgames.module.coordinates.FullCoordinates
 
hashCode() - Method in record class be.yildizgames.module.coordinates.Block
Returns a hash code value for this object.
hashCode() - Method in record class be.yildizgames.module.coordinates.BlockSize
Returns a hash code value for this object.
hashCode() - Method in class be.yildizgames.module.window.input.MousePosition
 
hashCode() - Method in class be.yildizgames.module.window.screen.Cursor
 
hashCode() - Method in record class be.yildizgames.module.window.widget.experimental.KeyboardLayoutKey
Returns a hash code value for this object.
height - Variable in class be.yildizgames.module.window.screen.ScreenSize
Screen height, in pixels.
height() - Method in record class be.yildizgames.module.coordinates.Block
Returns the value of the height record component.
height() - Method in record class be.yildizgames.module.coordinates.BlockSize
Returns the value of the height record component.
HEIGHTH - Static variable in class be.yildizgames.module.coordinates.Relative
Constant for 1 / 8.
hide() - Method in interface be.yildizgames.module.window.ViewableElement
 
hideAfter(Duration) - Method in interface be.yildizgames.module.window.widget.WindowNotification
Hide the notification after a given time.
hideCursor() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
hideCursor() - Method in interface be.yildizgames.module.window.WindowEngine
Hide the mouse.
HOME - Enum constant in enum class be.yildizgames.module.window.input.Key
 

I

I - Enum constant in enum class be.yildizgames.module.window.input.Key
 
I - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
id - Variable in class be.yildizgames.module.window.widget.WindowMenuElementDefinition
 
id - Variable in class be.yildizgames.module.window.widget.WindowTreeElement
Unique id.
ImageEffect - Enum Class in be.yildizgames.module.window.widget
 
ImageMetadata - Class in be.yildizgames.module.window.widget
 
ImageMetadata(double, double) - Constructor for class be.yildizgames.module.window.widget.ImageMetadata
 
ImageResizeChecker - Interface in be.yildizgames.module.window.util.image
 
ImageResizeCheckerFactory - Class in be.yildizgames.module.window.util.image
 
ImageResizeCheckerFactory(WindowEngine) - Constructor for class be.yildizgames.module.window.util.image.ImageResizeCheckerFactory
 
INFO - Enum constant in enum class be.yildizgames.module.window.widget.WindowAlert.AlertType
 
INSERT - Enum constant in enum class be.yildizgames.module.window.input.Key
 
isChecked() - Method in interface be.yildizgames.module.window.widget.WindowCheckBox
 
isChecked() - Method in interface be.yildizgames.module.window.widget.WindowToggle
 
isFocused() - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
isLetter() - Method in record class be.yildizgames.module.window.widget.experimental.KeyboardLayoutKey
 

J

J - Enum constant in enum class be.yildizgames.module.window.input.Key
 
J - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 

K

K - Enum constant in enum class be.yildizgames.module.window.input.Key
 
K - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
Key - Enum Class in be.yildizgames.module.window.input
Keyboard keys
keyboardKeyPressed(char) - Method in interface be.yildizgames.module.window.input.WindowInputListener
Dispatch key from the keyboard to all listeners in the current Widget.
keyboardKeyReleased(char) - Method in interface be.yildizgames.module.window.input.WindowInputListener
 
KeyboardLayout - Interface in be.yildizgames.module.window.widget.experimental
 
KeyboardLayoutKey - Record Class in be.yildizgames.module.window.widget.experimental
 
KeyboardLayoutKey(String, String, Key) - Constructor for record class be.yildizgames.module.window.widget.experimental.KeyboardLayoutKey
Creates an instance of a KeyboardLayoutKey record class.
KeyboardListener - Interface in be.yildizgames.module.window.input
Listener of the keyboard events.
keyPressed(char) - Method in interface be.yildizgames.module.window.input.KeyboardListener
Called when a char key is pressed.
keyReleased(char) - Method in interface be.yildizgames.module.window.input.KeyboardListener
Called when a key is released.

L

L - Enum constant in enum class be.yildizgames.module.window.input.Key
 
L - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
left() - Method in record class be.yildizgames.module.coordinates.Block
Returns the value of the left record component.
LEFT - Enum constant in enum class be.yildizgames.module.coordinates.ParentRelativePosition
 
LEFT - Enum constant in enum class be.yildizgames.module.window.input.Key
Arrow left.
LEFT - Enum constant in enum class be.yildizgames.module.window.screen.ScreenPart
From left part of screen to left part + border size.
LEFT - Enum constant in enum class be.yildizgames.module.window.widget.WindowTextLine.TextAlignment
 
LEFT_BOTTOM - Enum constant in enum class be.yildizgames.module.window.screen.ScreenPart
From bottom and left part.
LEFT_UP - Enum constant in enum class be.yildizgames.module.window.screen.ScreenPart
From top and left part.
listener - Variable in class be.yildizgames.module.window.widget.WindowMenuElementDefinition
 

M

M - Enum constant in enum class be.yildizgames.module.window.input.Key
 
M - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
maxColumns() - Method in class be.yildizgames.module.coordinates.BlockRelativeCoordinate
 
maximize() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
maxRows() - Method in class be.yildizgames.module.coordinates.BlockRelativeCoordinate
 
minimize(OnMinimize...) - Method in interface be.yildizgames.module.window.widget.WindowShell
 
minimized() - Method in interface be.yildizgames.module.window.widget.OnMinimize
 
MOUSE_LEFT_CLICK - Enum constant in enum class be.yildizgames.module.window.widget.WidgetEvent
 
mouseDoubleClick(MousePosition) - Method in interface be.yildizgames.module.window.input.WindowInputListener
Dispatch a left double click from the mouse to all listeners in the current Widget.
MouseDoubleLeftClickListener - Interface in be.yildizgames.module.window.input
Listener notified when a the left button of the mouse is pressed twice rapidly.
mouseDragLeft(MousePosition, MousePosition) - Method in interface be.yildizgames.module.window.input.MouseDragListener
Called when the mouse is dragged holding the left button.
mouseDragLeft(MousePosition, MousePosition) - Method in interface be.yildizgames.module.window.input.WindowInputListener
Dispatch a drag from the mouse with the left button to all listeners in the current Widget.
mouseDragLeftReleased(MousePosition) - Method in interface be.yildizgames.module.window.input.MouseDragListener
Called when the mouse left button is released.
MouseDragListener - Interface in be.yildizgames.module.window.input
Listener to notify when the mouse is dragged.
mouseDragRight(MousePosition, MousePosition) - Method in interface be.yildizgames.module.window.input.MouseDragListener
Called when the mouse is dragged holding the right button.
mouseDragRight(MousePosition, MousePosition) - Method in interface be.yildizgames.module.window.input.WindowInputListener
Dispatch a drag from the mouse with the right button to all listeners in the current Widget.
mouseDragRightReleased(MousePosition) - Method in interface be.yildizgames.module.window.input.MouseDragListener
Called when the mouse right button is released.
mouseDragWheel(MousePosition, MousePosition) - Method in interface be.yildizgames.module.window.input.MouseDragListener
Called when the mouse is dragged holding the wheel button.
mouseDragWheel(MousePosition, MousePosition) - Method in interface be.yildizgames.module.window.input.WindowInputListener
Dispatch a drag from the mouse with the middle button to all listeners in the current Widget.
mouseLeftClick(MousePosition) - Method in interface be.yildizgames.module.window.input.WindowInputListener
Dispatch a left click from the mouse to all listeners in the current Widget.
MouseLeftClickListener - Interface in be.yildizgames.module.window.input
Listener notified when a the left button of the mouse is pressed.
mouseLeftDouble() - Method in class be.yildizgames.module.window.input.GameWindowMouseListener
 
mouseLeftPressed() - Method in class be.yildizgames.module.window.input.GameWindowMouseListener
 
mouseLeftReleased() - Method in class be.yildizgames.module.window.input.GameWindowMouseListener
 
mouseLeftReleased(MousePosition) - Method in interface be.yildizgames.module.window.input.MouseReleaseListener
Called when a button of the mouse is released.
mouseLeftReleased(MousePosition) - Method in interface be.yildizgames.module.window.input.WindowInputListener
Dispatch a left button release from the mouse to all listeners in the current Widget.
mouseMove(int, int) - Method in class be.yildizgames.module.window.input.GameWindowMouseListener
 
mouseMove(MousePosition) - Method in interface be.yildizgames.module.window.input.WindowInputListener
Dispatch a move from the mouse to all listeners in the current Widget.
MouseMoveListener - Interface in be.yildizgames.module.window.input
Listen to mouse moves.
MouseOverListener - Interface in be.yildizgames.module.window.input
 
MousePosition - Class in be.yildizgames.module.window.input
 
MousePosition(int, int) - Constructor for class be.yildizgames.module.window.input.MousePosition
 
MouseReleaseListener - Interface in be.yildizgames.module.window.input
Listener for the mouse release click events.
mouseRightClick(MousePosition) - Method in interface be.yildizgames.module.window.input.WindowInputListener
Dispatch a right click from the mouse to all listeners in the current Widget.
MouseRightClickListener - Interface in be.yildizgames.module.window.input
Listener notified when a the right button of the mouse is pressed.
mouseRightPressed() - Method in class be.yildizgames.module.window.input.GameWindowMouseListener
 
mouseRightReleased() - Method in class be.yildizgames.module.window.input.GameWindowMouseListener
 
mouseRightReleased(MousePosition) - Method in interface be.yildizgames.module.window.input.MouseReleaseListener
Called when a button of the mouse is released.
mouseRightReleased(MousePosition) - Method in interface be.yildizgames.module.window.input.WindowInputListener
Dispatch a right button release from the mouse to all listeners in the current Widget.
mouseScrolled(int) - Method in class be.yildizgames.module.window.input.GameWindowMouseListener
 
mouseWheel(MousePosition, int) - Method in interface be.yildizgames.module.window.input.WindowInputListener
Dispatch a roll from the mouse wheel to all listeners in the current Widget.
MouseWheelListener - Interface in be.yildizgames.module.window.input
Listener called when the mouse wheel is used.
mouseWheelPressed() - Method in class be.yildizgames.module.window.input.GameWindowMouseListener
 
mouseWheelReleased() - Method in class be.yildizgames.module.window.input.GameWindowMouseListener
 
move(MousePosition) - Method in interface be.yildizgames.module.window.input.MouseMoveListener
Called when the mouse is moved.

N

N - Enum constant in enum class be.yildizgames.module.window.input.Key
 
N - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
NEXT - Enum constant in enum class be.yildizgames.module.window.widget.WindowAlert.AlertButtonType
 
NO - Enum constant in enum class be.yildizgames.module.window.widget.WindowAlert.AlertButtonType
 
NO_CLOSE - Enum constant in enum class be.yildizgames.module.window.widget.WindowShellOptions
 
NO_TITLE_BAR - Enum constant in enum class be.yildizgames.module.window.widget.WindowShellOptions
 
NONE - Enum constant in enum class be.yildizgames.module.window.widget.WindowAlert.AlertType
 
NORMAL_SATURATION - Enum constant in enum class be.yildizgames.module.window.widget.ImageEffect
 
normalizedAlphaValue - Variable in class be.yildizgames.module.color.Color
Alpha value, must be between 0 and 1.
normalizedBlueValue - Variable in class be.yildizgames.module.color.Color
Blue value, must be between 0 and 1.
normalizedGreenValue - Variable in class be.yildizgames.module.color.Color
Green value, must be between 0 and 1.
normalizedRedValue - Variable in class be.yildizgames.module.color.Color
Red value, must be between 0 and 1.
numberOfBlockInColumn() - Method in record class be.yildizgames.module.coordinates.BlockSize
Returns the value of the numberOfBlockInColumn record component.
numberOfBlockInRow() - Method in record class be.yildizgames.module.coordinates.BlockSize
Returns the value of the numberOfBlockInRow record component.

O

O - Enum constant in enum class be.yildizgames.module.window.input.Key
 
O - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
of(float) - Method in class be.yildizgames.module.coordinates.Relative
 
OK - Enum constant in enum class be.yildizgames.module.window.widget.WindowAlert.AlertButtonType
 
onChange() - Method in interface be.yildizgames.module.window.widget.WindowInputBoxChangeListener
 
onChange(WindowWidgetChangeListener<Boolean>) - Method in interface be.yildizgames.module.window.widget.WindowCheckBox
 
onChange(WindowWidgetChangeListener<Boolean>) - Method in interface be.yildizgames.module.window.widget.WindowToggle
 
onChange(WindowWidgetChangeListener<Integer>) - Method in interface be.yildizgames.module.window.widget.WindowDropdown
 
onChange(WindowWidgetChangeListener<String>) - Method in interface be.yildizgames.module.window.widget.WindowInputBox
 
onClick(WindowAlert.AlertButtonType) - Method in interface be.yildizgames.module.window.widget.WindowAlert.OnClickAlertButtonListener
 
OnMinimize - Interface in be.yildizgames.module.window.widget
 
onOpen(WindowModalFileOpenListener) - Method in interface be.yildizgames.module.window.widget.WindowModalFile
 
open() - Method in interface be.yildizgames.module.window.widget.DirectoryChooser
 
open() - Method in interface be.yildizgames.module.window.widget.WindowFileChooser
 
open() - Method in interface be.yildizgames.module.window.widget.WindowShell
Open the window.
open(WindowAlert.OnClickAlertButtonListener) - Method in interface be.yildizgames.module.window.widget.WindowAlert
 
open(Path) - Method in interface be.yildizgames.module.window.widget.WindowModalFileOpenListener
 
OPEN_BRACKET - Enum constant in enum class be.yildizgames.module.window.input.Key
 
ORANGE - Static variable in class be.yildizgames.module.color.Color
Orange constant.

P

P - Enum constant in enum class be.yildizgames.module.window.input.Key
 
P - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
PAGE_DOWN - Enum constant in enum class be.yildizgames.module.window.input.Key
 
PAGE_UP - Enum constant in enum class be.yildizgames.module.window.input.Key
 
ParentRelativePosition - Enum Class in be.yildizgames.module.coordinates
Position of a widget relative to its parent.
PAUSE - Enum constant in enum class be.yildizgames.module.window.input.Key
 
PercentRelativeCoordinate - Class in be.yildizgames.module.coordinates
 
PercentRelativeCoordinate(Coordinates) - Constructor for class be.yildizgames.module.coordinates.PercentRelativeCoordinate
 
PercentRelativeCoordinate(CoordinatesProvider) - Constructor for class be.yildizgames.module.coordinates.PercentRelativeCoordinate
 
PERIOD - Enum constant in enum class be.yildizgames.module.window.input.Key
 
play() - Method in interface be.yildizgames.module.window.audio.AudioEffect
 
play() - Method in interface be.yildizgames.module.window.widget.WindowMediaPlayer
 
playScaleAnimation() - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
playTranslationAnimation() - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
position(int) - Static method in class be.yildizgames.module.coordinates.FullCoordinates
 
position(int, int) - Static method in class be.yildizgames.module.coordinates.FullCoordinates
 
position(Coordinates) - Static method in class be.yildizgames.module.coordinates.FullCoordinates
 
position(Position) - Static method in class be.yildizgames.module.coordinates.FullCoordinates
 
Position - Interface in be.yildizgames.module.coordinates
 
preserveRatio() - Method in interface be.yildizgames.module.window.widget.WindowImage
 
press(Key) - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
PREVIOUS - Enum constant in enum class be.yildizgames.module.window.widget.WindowAlert.AlertButtonType
 
PRINT_SCREEN - Enum constant in enum class be.yildizgames.module.window.input.Key
 

Q

Q - Enum constant in enum class be.yildizgames.module.window.input.Key
 
Q - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
QUARTER - Static variable in class be.yildizgames.module.coordinates.Relative
Constant for 1 / 4.
quit() - Method in interface be.yildizgames.module.window.input.MouseOverListener
 
QUOTE - Enum constant in enum class be.yildizgames.module.window.input.Key
 
QwertyKeyboardLayout - Class in be.yildizgames.module.window.widget.experimental
 
QwertyKeyboardLayout() - Constructor for class be.yildizgames.module.window.widget.experimental.QwertyKeyboardLayout
 

R

R - Enum constant in enum class be.yildizgames.module.window.input.Key
 
R - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
random() - Static method in class be.yildizgames.module.color.Color
 
RATIO_16_9 - Enum constant in enum class be.yildizgames.module.window.screen.ScreenRatio
 
RATIO_21_9 - Enum constant in enum class be.yildizgames.module.window.screen.ScreenRatio
 
RATIO_4_3 - Enum constant in enum class be.yildizgames.module.window.screen.ScreenRatio
 
RED - Static variable in class be.yildizgames.module.color.Color
Red constant.
redValue - Variable in class be.yildizgames.module.color.Color
Red value, must be between MIN_VALUE and MAX_VALUE.
RegisteredView - Interface in be.yildizgames.module.window
 
registerInput(WindowInputListener) - Method in interface be.yildizgames.module.window.BaseWindowEngine
Add an input listener to retrieve input event from this window.
registerView(RegisteredView) - Method in interface be.yildizgames.module.window.WindowEngine
 
Relative - Class in be.yildizgames.module.coordinates
Wrapper class for a relative value.
RelativeCoordinate - Interface in be.yildizgames.module.coordinates
 
requestFocus() - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
resize(Path) - Method in class be.yildizgames.module.window.util.image.SimpleImageResizeManager
 
resize(List<Path>) - Method in class be.yildizgames.module.window.util.image.DirectoryImageResizeManager
 
rgb(int) - Static method in class be.yildizgames.module.color.Color
Create a color instance for RGB values, alpha is set at 255.
rgb(int, int, int) - Static method in class be.yildizgames.module.color.Color
Create a color instance for RGB values, alpha is set at 255.
rgba(int, int, int, int) - Static method in class be.yildizgames.module.color.Color
Create a color instance for RGBA values.
RIGHT - Enum constant in enum class be.yildizgames.module.coordinates.ParentRelativePosition
 
RIGHT - Enum constant in enum class be.yildizgames.module.window.input.Key
Arrow right.
RIGHT - Enum constant in enum class be.yildizgames.module.window.screen.ScreenPart
From right part of screen to right part - border size.
RIGHT - Enum constant in enum class be.yildizgames.module.window.widget.WindowTextLine.TextAlignment
 
RIGHT_BOTTOM - Enum constant in enum class be.yildizgames.module.window.screen.ScreenPart
From bottom and right part.
RIGHT_UP - Enum constant in enum class be.yildizgames.module.window.screen.ScreenPart
From top and right part.
runAsync(Runnable) - Method in interface be.yildizgames.module.window.WindowThreadManager
 
runLongTask(Runnable) - Method in interface be.yildizgames.module.window.WindowThreadManager
 

S

S - Enum constant in enum class be.yildizgames.module.window.input.Key
 
S - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
ScreenPart - Enum Class in be.yildizgames.module.window.screen
Different virtual part of the screen.
ScreenPartCursor - Class in be.yildizgames.module.window.screen
 
ScreenPartCursor() - Constructor for class be.yildizgames.module.window.screen.ScreenPartCursor
 
ScreenRatio - Enum Class in be.yildizgames.module.window.screen
 
ScreenSize - Class in be.yildizgames.module.window.screen
Screen size coordinates in pixels.
ScreenSize(int, int) - Constructor for class be.yildizgames.module.window.screen.ScreenSize
Create a new screen size instance.
scroll(MousePosition, int) - Method in interface be.yildizgames.module.window.input.MouseWheelListener
Method called when the wheel is scrolled.
select() - Method in interface be.yildizgames.module.window.widget.WindowMenuElementSelectListener
 
select(int) - Method in interface be.yildizgames.module.window.widget.WindowDropdown
Set an element of the dropdown selected.
SEMICOLON - Enum constant in enum class be.yildizgames.module.window.input.Key
 
setAllowedExtensions(String...) - Method in interface be.yildizgames.module.window.widget.WindowFileChooser
 
setBackground(Color) - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
setBackground(Color) - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
setBackground(Color) - Method in interface be.yildizgames.module.window.widget.WindowShell
Set the window background color.
setBackground(Color) - Method in interface be.yildizgames.module.window.widget.WindowTextArea
 
setBackground(String) - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
setBackground(String) - Method in interface be.yildizgames.module.window.widget.WindowButton
 
setBackground(String) - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
setBackground(String) - Method in interface be.yildizgames.module.window.widget.WindowShell
Set the window background image.
setBottom(Cursor) - Method in class be.yildizgames.module.window.screen.ScreenPartCursor
 
setBottomLeft(Cursor) - Method in class be.yildizgames.module.window.screen.ScreenPartCursor
 
setBottomRight(Cursor) - Method in class be.yildizgames.module.window.screen.ScreenPartCursor
 
setBy(double) - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
setByX(double) - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
setByY(double) - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
setByZ(double) - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
setCaption(String) - Method in interface be.yildizgames.module.window.widget.CaptionAssociated
 
setCaptionColor(Color) - Method in interface be.yildizgames.module.window.widget.CaptionAssociated
 
setCaptionFont(WindowFont) - Method in interface be.yildizgames.module.window.widget.CaptionAssociated
 
setCaptionUnderlined(boolean) - Method in interface be.yildizgames.module.window.widget.CaptionAssociated
 
setCenter(Cursor) - Method in class be.yildizgames.module.window.screen.ScreenPartCursor
 
setColor(Color) - Method in interface be.yildizgames.module.window.widget.WindowShape
 
setColor(Color) - Method in interface be.yildizgames.module.window.widget.WindowTextLine
 
setColor(Key, Color) - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
setContentText(String) - Method in interface be.yildizgames.module.window.widget.WindowAlert
 
setCoordinates(int, int, int, int) - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
setCoordinates(Coordinates) - Method in interface be.yildizgames.module.window.widget.WindowCanvas
 
setCoordinates(Coordinates) - Method in interface be.yildizgames.module.window.widget.WindowMediaPlayer
 
setCoordinates(Coordinates) - Method in interface be.yildizgames.module.window.widget.WindowWidget
Set the widget size and position.
setCursor(Cursor) - Method in interface be.yildizgames.module.window.WindowEngine
Set a new cursor in the game window.
setData(WindowNotificationData) - Method in interface be.yildizgames.module.window.widget.WindowNotification
 
setDuration(Duration) - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
setExtensions(String...) - Method in interface be.yildizgames.module.window.widget.WindowModalFile
 
setFont(WindowFont) - Method in interface be.yildizgames.module.window.widget.WindowTextArea
 
setFont(WindowFont) - Method in interface be.yildizgames.module.window.widget.WindowTextLine
 
setFont(String, int) - Method in interface be.yildizgames.module.window.widget.WindowTextLine
 
setForeground(Color) - Method in interface be.yildizgames.module.window.widget.WindowTextArea
 
setFrom(double) - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
setFromX(double) - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
setFromY(double) - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
setFromZ(double) - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
setFullScreen() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
setHeaderText(String) - Method in interface be.yildizgames.module.window.widget.WindowAlert
 
setIcon(String) - Method in interface be.yildizgames.module.window.widget.WindowShell
Set the window icon.
setImage(Key, String) - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
setImage(String) - Method in interface be.yildizgames.module.window.widget.WindowImage
 
setInitialDirectory(Path) - Method in interface be.yildizgames.module.window.widget.DirectoryChooser
 
setInitialDirectory(Path) - Method in interface be.yildizgames.module.window.widget.WindowFileChooser
 
setItems(Object...) - Method in interface be.yildizgames.module.window.widget.WindowDropdown
Set the dropdown elements.
setItems(String...) - Method in interface be.yildizgames.module.window.widget.WindowDropdown
 
setLeft(int) - Method in interface be.yildizgames.module.window.widget.WindowMediaPlayer
 
setLeft(int) - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
setLeft(Cursor) - Method in class be.yildizgames.module.window.screen.ScreenPartCursor
 
setLoadingImage(String) - Method in interface be.yildizgames.module.window.BaseWindowEngine
 
setMedia(String) - Method in interface be.yildizgames.module.window.widget.WindowMediaPlayer
 
setMedia(Path) - Method in interface be.yildizgames.module.window.widget.WindowMediaPlayer
 
setOpacity(float) - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
setPath(String) - Method in interface be.yildizgames.module.window.widget.WindowModalFile
 
setPosition(int) - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
setPosition(int, int) - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
setPosition(int, int) - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
setPosition(ParentRelativePosition) - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
setPosition(Position) - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
setPosition(Position) - Method in interface be.yildizgames.module.window.widget.WindowCanvas
 
setPosition(Position) - Method in interface be.yildizgames.module.window.widget.WindowMediaPlayer
 
setPosition(Position) - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
setProgress(int) - Method in interface be.yildizgames.module.window.widget.WindowProgressBar
Set the progress completion.
setRight(Cursor) - Method in class be.yildizgames.module.window.screen.ScreenPartCursor
 
setScaleAnimation(AnimationBehavior) - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
setSelected(boolean) - Method in interface be.yildizgames.module.window.widget.WindowCheckBox
 
setSelected(boolean) - Method in interface be.yildizgames.module.window.widget.WindowToggle
 
setSize(int) - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
setSize(int, int) - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
setSize(int, int) - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
setSize(Size) - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
setSize(Size) - Method in interface be.yildizgames.module.window.widget.WindowCanvas
 
setSize(Size) - Method in interface be.yildizgames.module.window.widget.WindowMediaPlayer
 
setSize(Size) - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
setSize(Key, int, int) - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
setText(String) - Method in interface be.yildizgames.module.window.widget.WindowButtonText
 
setText(String) - Method in interface be.yildizgames.module.window.widget.WindowInputBox
 
setText(String) - Method in interface be.yildizgames.module.window.widget.WindowModal
Set the modal window text.
setText(String) - Method in interface be.yildizgames.module.window.widget.WindowNotification
Set the notification text.
setText(String) - Method in interface be.yildizgames.module.window.widget.WindowTextArea
Set the text area content.
setText(String) - Method in interface be.yildizgames.module.window.widget.WindowTextLine
Update the text in the text line.
setTitle(String) - Method in interface be.yildizgames.module.window.widget.DirectoryChooser
 
setTitle(String) - Method in interface be.yildizgames.module.window.widget.WindowAlert
 
setTitle(String) - Method in interface be.yildizgames.module.window.widget.WindowFileChooser
 
setTitle(String) - Method in interface be.yildizgames.module.window.widget.WindowModal
Set the modal window title.
setTitle(String) - Method in interface be.yildizgames.module.window.widget.WindowModalFile
 
setTitle(String) - Method in interface be.yildizgames.module.window.widget.WindowNotification
Set the notification title.
setTitle(String) - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
setTitle(String) - Method in interface be.yildizgames.module.window.widget.WindowShell
The the window title.
setTo(double) - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
setToolTip(String) - Method in interface be.yildizgames.module.window.widget.WindowInputBox
 
setTop(int) - Method in interface be.yildizgames.module.window.widget.WindowMediaPlayer
 
setTop(int) - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
setToX(double) - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
setToY(double) - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
setToZ(double) - Method in class be.yildizgames.module.window.widget.animation.AnimationBehavior
 
setTranslationAnimation(AnimationBehavior) - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
setType(WindowAlert.AlertType) - Method in interface be.yildizgames.module.window.widget.WindowAlert
 
setUnderline(boolean) - Method in interface be.yildizgames.module.window.widget.WindowTextLine
 
setUp(Cursor) - Method in class be.yildizgames.module.window.screen.ScreenPartCursor
 
setUpLeft(Cursor) - Method in class be.yildizgames.module.window.screen.ScreenPartCursor
 
setUpRight(Cursor) - Method in class be.yildizgames.module.window.screen.ScreenPartCursor
 
setVisible(boolean) - Method in interface be.yildizgames.module.window.ViewableElement
 
setVisible(boolean) - Method in interface be.yildizgames.module.window.widget.WindowPopup
 
setVisible(boolean) - Method in interface be.yildizgames.module.window.widget.WindowWidget
Show or hide the widget.
setWindowIcon(String) - Method in interface be.yildizgames.module.window.WindowEngine
Set the window icon.
setWindowTitle(String) - Method in interface be.yildizgames.module.window.WindowEngine
Set the title for the main window.
shift(boolean) - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
SHIFT - Enum constant in enum class be.yildizgames.module.window.input.Key
Shift, left or right.
shifted() - Method in record class be.yildizgames.module.window.widget.experimental.KeyboardLayoutKey
Returns the value of the shifted record component.
show() - Method in interface be.yildizgames.module.window.ViewableElement
 
show() - Method in interface be.yildizgames.module.window.widget.WindowNotification
Display a standard notification.
showCursor() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
showCursor() - Method in interface be.yildizgames.module.window.WindowEngine
Display the mouse.
showError() - Method in interface be.yildizgames.module.window.widget.WindowNotification
Display an error notification.
showInfo() - Method in interface be.yildizgames.module.window.widget.WindowNotification
Display a informative notification.
showWarning() - Method in interface be.yildizgames.module.window.widget.WindowNotification
Display a warning notification.
SimpleAzertyKeyboardLayout - Class in be.yildizgames.module.window.widget.experimental
 
SimpleAzertyKeyboardLayout() - Constructor for class be.yildizgames.module.window.widget.experimental.SimpleAzertyKeyboardLayout
 
SimpleImageResizeManager - Class in be.yildizgames.module.window.util.image
 
SimpleImageResizeManager(ImageResizeChecker) - Constructor for class be.yildizgames.module.window.util.image.SimpleImageResizeManager
 
SimpleKeyboardLayout - Class in be.yildizgames.module.window.widget.experimental
 
SimpleKeyboardLayout() - Constructor for class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
SimpleQwertyKeyboardLayout - Class in be.yildizgames.module.window.widget.experimental
 
SimpleQwertyKeyboardLayout() - Constructor for class be.yildizgames.module.window.widget.experimental.SimpleQwertyKeyboardLayout
 
size(int) - Static method in class be.yildizgames.module.coordinates.FullCoordinates
 
size(int, int) - Static method in class be.yildizgames.module.coordinates.FullCoordinates
 
size(Coordinates) - Static method in class be.yildizgames.module.coordinates.FullCoordinates
 
size(Size) - Static method in class be.yildizgames.module.coordinates.FullCoordinates
 
Size - Interface in be.yildizgames.module.coordinates
 
SLASH - Enum constant in enum class be.yildizgames.module.window.input.Key
 
SPACE - Enum constant in enum class be.yildizgames.module.window.input.Key
 
SPACE - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
specialKeyPressed(Key) - Method in interface be.yildizgames.module.window.input.KeyboardListener
 
specialKeyPressed(Key) - Method in interface be.yildizgames.module.window.input.WindowInputListener
 
specialKeyReleased(Key) - Method in interface be.yildizgames.module.window.input.KeyboardListener
 
specialKeyReleased(Key) - Method in interface be.yildizgames.module.window.input.WindowInputListener
 
stop() - Method in interface be.yildizgames.module.window.audio.AudioEffect
 
stop() - Method in interface be.yildizgames.module.window.widget.WindowMediaPlayer
 
stopScaleAnimation() - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
stopTranslationAnimation() - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
SUBTRACT - Enum constant in enum class be.yildizgames.module.window.input.Key
 

T

T - Enum constant in enum class be.yildizgames.module.window.input.Key
 
T - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
TAB - Enum constant in enum class be.yildizgames.module.window.input.Key
Tabulation.
TENTH - Static variable in class be.yildizgames.module.coordinates.Relative
Constant for 1 / 10.
THIRD - Static variable in class be.yildizgames.module.coordinates.Relative
Constant for 1 / 3.
THUMBNAIL_256 - Static variable in class be.yildizgames.module.window.util.image.ImageResizeCheckerFactory
 
THUMBNAIL_512 - Static variable in class be.yildizgames.module.window.util.image.ImageResizeCheckerFactory
 
title - Variable in class be.yildizgames.module.window.widget.WindowMenuBarElementDefinition
 
title - Variable in class be.yildizgames.module.window.widget.WindowMenuElementDefinition
 
title - Variable in class be.yildizgames.module.window.widget.WindowTreeElement
 
toBack() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
toBack() - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
toFront() - Method in interface be.yildizgames.module.window.widget.experimental.VirtualKeyboard
 
toFront() - Method in interface be.yildizgames.module.window.widget.WindowShell
 
toFront() - Method in interface be.yildizgames.module.window.widget.WindowWidget
 
top() - Method in record class be.yildizgames.module.coordinates.Block
Returns the value of the top record component.
TOP - Enum constant in enum class be.yildizgames.module.coordinates.ParentRelativePosition
 
TOP_LEFT - Enum constant in enum class be.yildizgames.module.coordinates.ParentRelativePosition
 
TOP_RIGHT - Enum constant in enum class be.yildizgames.module.coordinates.ParentRelativePosition
 
toString() - Method in class be.yildizgames.module.color.Color
 
toString() - Method in class be.yildizgames.module.coordinates.FullCoordinates
 
toString() - Method in record class be.yildizgames.module.coordinates.Block
Returns a string representation of this record class.
toString() - Method in record class be.yildizgames.module.coordinates.BlockSize
Returns a string representation of this record class.
toString() - Method in class be.yildizgames.module.window.screen.ScreenSize
 
toString() - Method in record class be.yildizgames.module.window.widget.experimental.KeyboardLayoutKey
Returns a string representation of this record class.
TRANSPARENT - Enum constant in enum class be.yildizgames.module.window.widget.WindowShellOptions
 

U

U - Enum constant in enum class be.yildizgames.module.window.input.Key
 
U - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
uncheck() - Method in interface be.yildizgames.module.window.widget.WindowCheckBox
 
uncheck() - Method in interface be.yildizgames.module.window.widget.WindowToggle
 
unshifted() - Method in record class be.yildizgames.module.window.widget.experimental.KeyboardLayoutKey
Returns the value of the unshifted record component.
UP - Enum constant in enum class be.yildizgames.module.window.input.Key
Arrow up.
UP - Enum constant in enum class be.yildizgames.module.window.screen.ScreenPart
From top part to top part + border size.
update() - Method in interface be.yildizgames.module.window.BaseWindowEngine
Update the window wrapping the game viewports.
update() - Method in interface be.yildizgames.module.window.widget.WindowShell
Check for an event and sleep if none.

V

V - Enum constant in enum class be.yildizgames.module.window.input.Key
 
V - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
value - Variable in class be.yildizgames.module.coordinates.Relative
Relative value.
valueOf(float) - Static method in class be.yildizgames.module.coordinates.Relative
 
valueOf(String) - Static method in enum class be.yildizgames.module.coordinates.ParentRelativePosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class be.yildizgames.module.window.input.Key
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class be.yildizgames.module.window.screen.ScreenPart
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class be.yildizgames.module.window.screen.ScreenRatio
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class be.yildizgames.module.window.widget.ImageEffect
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class be.yildizgames.module.window.widget.WidgetEvent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class be.yildizgames.module.window.widget.WindowAlert.AlertButtonType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class be.yildizgames.module.window.widget.WindowAlert.AlertType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class be.yildizgames.module.window.widget.WindowShellOptions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class be.yildizgames.module.window.widget.WindowTextLine.TextAlignment
Returns the enum constant of this class with the specified name.
values() - Static method in enum class be.yildizgames.module.coordinates.ParentRelativePosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class be.yildizgames.module.window.input.Key
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class be.yildizgames.module.window.screen.ScreenPart
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class be.yildizgames.module.window.screen.ScreenRatio
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class be.yildizgames.module.window.widget.ImageEffect
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class be.yildizgames.module.window.widget.WidgetEvent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class be.yildizgames.module.window.widget.WindowAlert.AlertButtonType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class be.yildizgames.module.window.widget.WindowAlert.AlertType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class be.yildizgames.module.window.widget.WindowShellOptions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class be.yildizgames.module.window.widget.WindowTextLine.TextAlignment
Returns an array containing the constants of this enum class, in the order they are declared.
ViewableElement<T> - Interface in be.yildizgames.module.window
 
VirtualKeyboard - Interface in be.yildizgames.module.window.widget.experimental
 
volume(double) - Method in interface be.yildizgames.module.window.audio.AudioEffect
 

W

W - Enum constant in enum class be.yildizgames.module.window.input.Key
 
W - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
WARNING - Enum constant in enum class be.yildizgames.module.window.widget.WindowAlert.AlertType
 
WEIGHT - Static variable in class be.yildizgames.module.window.util.image.ImageResizeCheckerFactory
 
WHITE - Static variable in class be.yildizgames.module.color.Color
White constant.
WidgetEvent - Enum Class in be.yildizgames.module.window.widget
 
width - Variable in class be.yildizgames.module.window.screen.ScreenSize
Screen width, in pixels.
width() - Method in record class be.yildizgames.module.coordinates.Block
Returns the value of the width record component.
width() - Method in record class be.yildizgames.module.coordinates.BlockSize
Returns the value of the width record component.
WindowAlert - Interface in be.yildizgames.module.window.widget
 
WindowAlert.AlertButtonType - Enum Class in be.yildizgames.module.window.widget
 
WindowAlert.AlertType - Enum Class in be.yildizgames.module.window.widget
 
WindowAlert.OnClickAlertButtonListener - Interface in be.yildizgames.module.window.widget
 
WindowButton - Interface in be.yildizgames.module.window.widget
A native widget button.
WindowButtonText - Interface in be.yildizgames.module.window.widget
 
WindowCanvas - Interface in be.yildizgames.module.window.widget
 
WindowCheckBox - Interface in be.yildizgames.module.window.widget
A native widget checkbox.
WindowDropdown - Interface in be.yildizgames.module.window.widget
A native widget dropdown.
WindowEngine - Interface in be.yildizgames.module.window
Window engine API.
WindowEngineProvider - Interface in be.yildizgames.module.window
 
WindowFileChooser - Interface in be.yildizgames.module.window.widget
 
WindowFont - Interface in be.yildizgames.module.window.widget
 
WindowImage - Interface in be.yildizgames.module.window.widget
A native widget image.
WindowImageProvider - Interface in be.yildizgames.module.window.widget
 
WindowImageProviderClassPath - Class in be.yildizgames.module.window.widget
Image provider using the classpath to get the content.
WindowImageProviderClassPath() - Constructor for class be.yildizgames.module.window.widget.WindowImageProviderClassPath
 
WindowImageProviderFile - Class in be.yildizgames.module.window.widget
 
WindowImageProviderFile() - Constructor for class be.yildizgames.module.window.widget.WindowImageProviderFile
 
WindowInputBox - Interface in be.yildizgames.module.window.widget
 
WindowInputBoxChangeListener - Interface in be.yildizgames.module.window.widget
 
WindowInputListener - Interface in be.yildizgames.module.window.input
Implementation of this listener are meant to receive the events from the underlying window element.
WindowMediaPlayer - Interface in be.yildizgames.module.window.widget
 
WindowMenuBar - Interface in be.yildizgames.module.window.widget
 
WindowMenuBarElementDefinition - Class in be.yildizgames.module.window.widget
 
WindowMenuBarElementDefinition(String, WindowMenuElementDefinition...) - Constructor for class be.yildizgames.module.window.widget.WindowMenuBarElementDefinition
 
WindowMenuElement - Interface in be.yildizgames.module.window.widget
 
WindowMenuElementDefinition - Class in be.yildizgames.module.window.widget
 
WindowMenuElementDefinition(int, String, WindowMenuElementSelectListener) - Constructor for class be.yildizgames.module.window.widget.WindowMenuElementDefinition
 
WindowMenuElementSelectListener - Interface in be.yildizgames.module.window.widget
 
WindowModal - Interface in be.yildizgames.module.window.widget
A native widget modal window.
WindowModalFile - Interface in be.yildizgames.module.window.widget
 
WindowModalFileOpenListener - Interface in be.yildizgames.module.window.widget
 
WindowNotification - Interface in be.yildizgames.module.window.widget
A notification to display in the window, the visual will depend on the implementation.
WindowNotificationData - Class in be.yildizgames.module.window.widget
 
WindowNotificationData(String, String) - Constructor for class be.yildizgames.module.window.widget.WindowNotificationData
 
WindowNotificationPane - Interface in be.yildizgames.module.window.widget
 
WindowPopup - Interface in be.yildizgames.module.window.widget
 
WindowProgressBar - Interface in be.yildizgames.module.window.widget
A native widget progress bar.
WindowShape - Interface in be.yildizgames.module.window.widget
 
WindowShell - Interface in be.yildizgames.module.window.widget
Native window shell.
WindowShellFactory - Interface in be.yildizgames.module.window.widget
 
WindowShellOptions - Enum Class in be.yildizgames.module.window.widget
 
WindowTextArea - Interface in be.yildizgames.module.window.widget
A native widget text area.
WindowTextLine - Interface in be.yildizgames.module.window.widget
A native widget text line.
WindowTextLine.TextAlignment - Enum Class in be.yildizgames.module.window.widget
 
WindowThreadManager - Interface in be.yildizgames.module.window
 
WindowToggle - Interface in be.yildizgames.module.window.widget
 
WindowTreeElement - Class in be.yildizgames.module.window.widget
A native widget tree element.
WindowTreeElement(int, String, WindowTreeElement...) - Constructor for class be.yildizgames.module.window.widget.WindowTreeElement
 
WindowTreeRoot - Interface in be.yildizgames.module.window.widget
A native widget tree.
WindowWidget<T> - Interface in be.yildizgames.module.window.widget
Base element with common behavior for the different widgets.
WindowWidgetChangeListener<T> - Interface in be.yildizgames.module.window.widget
 
wrapText() - Method in interface be.yildizgames.module.window.widget.WindowTextLine
 

X

X - Enum constant in enum class be.yildizgames.module.window.input.Key
 
X - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 

Y

Y - Enum constant in enum class be.yildizgames.module.window.input.Key
 
Y - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
YELLOW - Static variable in class be.yildizgames.module.color.Color
Yellow constant.
YES - Enum constant in enum class be.yildizgames.module.window.widget.WindowAlert.AlertButtonType
 

Z

Z - Enum constant in enum class be.yildizgames.module.window.input.Key
 
Z - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
ZERO - Static variable in class be.yildizgames.module.coordinates.FullCoordinates
 
ZERO - Static variable in class be.yildizgames.module.window.input.MousePosition
 

_

_0 - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
_1 - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
_2 - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
_3 - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
_4 - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
_5 - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
_6 - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
_7 - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
_8 - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
_9 - Static variable in class be.yildizgames.module.window.widget.experimental.SimpleKeyboardLayout
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form