Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
mbe-tools
TTool
Commits
e9e60326
Commit
e9e60326
authored
14 years ago
by
Ludovic Apvrille
Browse files
Options
Downloads
Patches
Plain Diff
update on simulator
parent
3b4390b0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ui/CheckableAccessibility.java
+6
-0
6 additions, 0 deletions
src/ui/CheckableAccessibility.java
with
6 additions
and
0 deletions
src/ui/CheckableAccessibility.java
+
6
−
0
View file @
e9e60326
...
@@ -48,6 +48,12 @@ knowledge of the CeCILL license and that you accept its terms.
...
@@ -48,6 +48,12 @@ knowledge of the CeCILL license and that you accept its terms.
package
ui
;
package
ui
;
public
interface
CheckableAccessibility
{
public
interface
CheckableAccessibility
{
public
static
final
int
UNKNOWN
;
public
static
final
int
NON_REACHABLE
;
public
void
setCheckableAccessibility
(
boolean
b
);
public
void
setCheckableAccessibility
(
boolean
b
);
public
boolean
getCheckableAccessibility
();
public
boolean
getCheckableAccessibility
();
public
void
setReachability
(
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment