Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addOrModifyVariable(String, String) - Static method in class io.github.javaezlib.javaez.backend.BackendVariableContext
-
Deprecated.Not meant for use by the user.
- ask(String) - Static method in class io.github.javaezlib.javaez.extensions.Core
-
Asks for input from the user.
B
- BackendVariableContext - Class in io.github.javaezlib.javaez.backend
-
The context in which variables made using the Core extension are stored.
- BackendVariableContext() - Constructor for class io.github.javaezlib.javaez.backend.BackendVariableContext
C
- closeFile() - Static method in class io.github.javaezlib.javaez.extensions.Files
-
Closes any open files.
- Core - Class in io.github.javaezlib.javaez.extensions
-
The core functions of JavaEZ, usually implemented in every JavaEZ project.
- Core() - Constructor for class io.github.javaezlib.javaez.extensions.Core
D
- doIf(boolean, Runnable) - Static method in class io.github.javaezlib.javaez.extensions.Core
-
Checks if something is true and does something if it is.
- doIf(boolean, Runnable, Runnable) - Static method in class io.github.javaezlib.javaez.extensions.Core
-
Checks if something is true and does something if it is.
E
- ErrorSystem - Class in io.github.javaezlib.javaez.backend
-
The backend JavaEZ error system, used for handling internal Java errors.
- ErrorSystem() - Constructor for class io.github.javaezlib.javaez.backend.ErrorSystem
F
- Files - Class in io.github.javaezlib.javaez.extensions
-
The Files extension for handling I/O with files.
- Files() - Constructor for class io.github.javaezlib.javaez.extensions.Files
- forever(Runnable) - Static method in class io.github.javaezlib.javaez.extensions.Core
-
Runs code forever
G
- get(String) - Static method in class io.github.javaezlib.javaez.extensions.Core
-
Gets a variable
- getLatestVersion() - Static method in class io.github.javaezlib.javaez.JavaEZ
-
Gets the latest version
- getVariable(String) - Static method in class io.github.javaezlib.javaez.backend.BackendVariableContext
-
Deprecated.Not meant for use by the user.
- getVersions() - Static method in class io.github.javaezlib.javaez.JavaEZ
-
Returns a list of all known versions on the Internet
H
- handleError(String) - Static method in class io.github.javaezlib.javaez.backend.ErrorSystem
-
Deprecated.This is an internal method, not needing to be used by the user.
I
- info() - Static method in class io.github.javaezlib.javaez.JavaEZ
-
Prints info about your version of JavaEZ
- io.github.javaezlib.javaez - package io.github.javaezlib.javaez
-
JavaEZ main package, everything to do with the library is in here.
- io.github.javaezlib.javaez.backend - package io.github.javaezlib.javaez.backend
-
Backend for JavaEZ, usually not meant to be used.
- io.github.javaezlib.javaez.extensions - package io.github.javaezlib.javaez.extensions
-
Extensions package, containing all extensions.
J
- JavaEZ - Class in io.github.javaezlib.javaez
-
Main class for JavaEZ
- JavaEZ() - Constructor for class io.github.javaezlib.javaez.JavaEZ
- join(String, String) - Static method in class io.github.javaezlib.javaez.extensions.Core
-
Joins text together
L
- lockMyPC() - Static method in class io.github.javaezlib.javaez.extensions.System
-
Places the user on the sign-in screen without closing any apps.
- lockText(String, String) - Static method in class io.github.javaezlib.javaez.extensions.Security
-
Locks a piece of text with a password.
M
- makeFile(String) - Static method in class io.github.javaezlib.javaez.extensions.Files
-
Makes a file
- makeFolder(String) - Static method in class io.github.javaezlib.javaez.extensions.Files
-
Makes a folder
O
- openAPath(String) - Static method in class io.github.javaezlib.javaez.extensions.System
-
Opens a path in Explorer/Finder/whatever file viewer
- openFileForReading(String) - Static method in class io.github.javaezlib.javaez.extensions.Files
-
Opens a file in READ mode.
- openFileForWriting(String, boolean) - Static method in class io.github.javaezlib.javaez.extensions.Files
-
Opens a file in WRITE mode.
P
- printAFile(String) - Static method in class io.github.javaezlib.javaez.extensions.System
-
Prints a file using whatever print system your OS uses
R
- readLine() - Static method in class io.github.javaezlib.javaez.extensions.Files
-
Reads a line of a READ-MODE file.
- remove(String) - Static method in class io.github.javaezlib.javaez.extensions.Core
-
Deletes a variable
- removeVariable(String) - Static method in class io.github.javaezlib.javaez.backend.BackendVariableContext
-
Deprecated.Not meant for use by the user.
- runParallel(Runnable) - Static method in class io.github.javaezlib.javaez.extensions.Threads
-
Allows you to run code parallel to your other code.
S
- say(String) - Static method in class io.github.javaezlib.javaez.extensions.Core
-
Says something in the console.
- Security - Class in io.github.javaezlib.javaez.extensions
-
The JavaEZ Security extension.
- Security() - Constructor for class io.github.javaezlib.javaez.extensions.Security
- set(String, String) - Static method in class io.github.javaezlib.javaez.extensions.Core
-
Sets/adds a variable
- System - Class in io.github.javaezlib.javaez.extensions
-
The system extension, allowing the user to check system info
- System() - Constructor for class io.github.javaezlib.javaez.extensions.System
T
- Threads - Class in io.github.javaezlib.javaez.extensions
-
Threads extension for JavaEZ, allowing you to run something parallel to your other code
- Threads() - Constructor for class io.github.javaezlib.javaez.extensions.Threads
- trashFile(String) - Static method in class io.github.javaezlib.javaez.extensions.Files
-
Trashes a file or folder.
U
- unlockText(String, String) - Static method in class io.github.javaezlib.javaez.extensions.Security
-
Unlocks some text that was locked using
Security.lockText(String, String).
V
W
- waitFor(int) - Static method in class io.github.javaezlib.javaez.extensions.Core
-
Waits for a number of seconds
- whatsMyOS() - Static method in class io.github.javaezlib.javaez.extensions.System
-
Gets the OS name of the one who runs the program.
- whatsMySimplifiedOS() - Static method in class io.github.javaezlib.javaez.extensions.System
-
Gets the OS name of the one who runs the program.
- whoIsUsingThePC() - Static method in class io.github.javaezlib.javaez.extensions.System
-
Returns the username of the one who is using the PC
- writeLine(String) - Static method in class io.github.javaezlib.javaez.extensions.Files
-
Writes a line to a WRITE-MODE file.
All Classes and Interfaces|All Packages|Constant Field Values