public class Controller extends StegMeister
Modifier and Type | Field | Description |
---|---|---|
private javafx.scene.control.TabPane |
about_pane |
|
private Ciph |
Ciph |
|
private javafx.scene.image.ImageView |
imga |
|
private javafx.scene.image.ImageView |
imgb |
|
private javafx.scene.layout.Pane |
key_pane |
|
private Model |
model |
|
private javafx.scene.control.TextArea |
test1 |
|
private javafx.scene.control.TextField |
test1input |
|
private javafx.scene.control.TextArea |
test2 |
|
private javafx.scene.control.TextField |
test2input |
|
private javafx.scene.control.TextArea |
test3 |
|
private javafx.scene.control.TextField |
test3input |
Constructor | Description |
---|---|
Controller() |
Modifier and Type | Method | Description |
---|---|---|
void |
injectUI(javafx.scene.image.ImageView original,
javafx.scene.image.ImageView modified,
javafx.scene.control.TextArea fieldMessage) |
|
void |
onDecode() |
|
void |
onEncode() |
|
void |
setAbout_pane() |
|
void |
setKey_pane() |
Set the key pane to be visible.
|
void |
test1btn() |
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPrimaryStage, main, start
private Ciph Ciph
private Model model
private javafx.scene.control.TextArea test1
private javafx.scene.control.TextArea test2
private javafx.scene.control.TextArea test3
private javafx.scene.control.TextField test1input
private javafx.scene.control.TextField test2input
private javafx.scene.control.TextField test3input
private javafx.scene.image.ImageView imgb
private javafx.scene.image.ImageView imga
private javafx.scene.layout.Pane key_pane
private javafx.scene.control.TabPane about_pane
public Controller() throws javax.crypto.NoSuchPaddingException, java.security.NoSuchAlgorithmException
javax.crypto.NoSuchPaddingException
java.security.NoSuchAlgorithmException
public void setKey_pane()
public void setAbout_pane()
public void test1btn() throws java.security.NoSuchAlgorithmException, java.sql.SQLException
java.security.NoSuchAlgorithmException
java.sql.SQLException
public void onEncode()
public void onDecode()
public void injectUI(javafx.scene.image.ImageView original, javafx.scene.image.ImageView modified, javafx.scene.control.TextArea fieldMessage)