Package | Description |
---|---|
com.sun.javatest.tool |
The JT Harness Tool API provides the command-line and GUI
infrastructure for the main JT Harness test harness.
|
Modifier and Type | Method and Description |
---|---|
static void |
UIFactory.addColorChangeObserver(Preferences.Observer observer)
Add Preferences observer to color changes
|
void |
Preferences.addObserver(java.lang.String[] prefixes,
Preferences.Observer o)
Add an observer to be notified of changes to all preferences
whose name begins with any of a set of given prefixes.
|
void |
Preferences.addObserver(java.lang.String prefix,
Preferences.Observer o)
Add an observer to be notified of changes to all preferences
whose name begins with a given prefix.
|
void |
Preferences.removeObserver(java.lang.String[] prefixes,
Preferences.Observer o)
Remove an observer which was previously registered to be
notified of changes to all preferences whose name begins
with any of a set of prefixed.
|
void |
Preferences.removeObserver(java.lang.String prefix,
Preferences.Observer o)
Remove an observer which was previously registered to be
notified of changes to all preferences whose name begins
with a given prefix.
|
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.