|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Properties | |
---|---|
de.cau.cs.kieler.kex.ui.actions | Contains action classes. |
java.util | Utilities |
lejos.nxt | Access to NXT sensors, motors, etc. |
lejos.pc.comm | Communication from the PC to the NXT |
Uses of Properties in de.cau.cs.kieler.kex.ui.actions |
---|
Methods in de.cau.cs.kieler.kex.ui.actions with parameters of type Properties | |
---|---|
void |
ImportWizardAction.run(IIntroSite site,
Properties params)
closes the Introscreen and starts the ExampleImportWizard. |
void |
QuickStartAction.run(IIntroSite site,
Properties params)
executes a quick start. |
Uses of Properties in java.util |
---|
Fields in java.util declared as Properties | |
---|---|
protected Properties |
Properties.defaults
A property list that contains default values for any keys not found in this property list. |
Constructors in java.util with parameters of type Properties | |
---|---|
Properties(Properties defaults)
|
Uses of Properties in lejos.nxt |
---|
Methods in lejos.nxt that return Properties | |
---|---|
static Properties |
Settings.getProperties()
Get leJOS NXJ persistent settings as Java Properties. |
Uses of Properties in lejos.pc.comm |
---|
Methods in lejos.pc.comm that return Properties | |
---|---|
static Properties |
NXTCommFactory.getNXJCache()
Load the Bluetooth name cache as properties |
static Properties |
NXTCommFactory.getNXJProperties()
Load the leJOS NXJ properties |
Methods in lejos.pc.comm with parameters of type Properties | |
---|---|
static void |
NXTCommFactory.saveNXJCache(Properties props,
String comment)
Save the leJOS NXJ Properties |
static void |
NXTCommFactory.saveNXJProperties(Properties props,
String comment)
Save the leJOS NXJ Properties |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |