Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
Enigma
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlfaTrainingKurse
Java
Enigma
Wiki
Schnittstelle_GUI
Changes
Page history
New page
Templates
Clone repository
Create Schnittstelle_GUI
authored
5 years ago
by
Dennis Eisold
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Schnittstelle_GUI.md
+14
-0
14 additions, 0 deletions
Schnittstelle_GUI.md
with
14 additions
and
0 deletions
Schnittstelle_GUI.md
0 → 100644
View page @
945797ba
#### Funktionen und Methoden
```
java
// Sete die Walze (walze) auf der Position ein
public
void
setzeWalze
(
int
walze
,
int
position
)
// Setzt den Notch (position) der Walze (walze)
public
void
setzeRing
(
int
walze
,
int
position
)
// Setzt die Anzeige (buchstabe) der Walze (walze)
public
void
setzePosition
(
int
walze
,
char
buchstabe
)
// Setzt das Label auf die, heute gültigen, Tageswerte
public
void
setzeTagesSchluessel
(
String
tagesSchluessel
)
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.