Crossfire JXClient, Trunk
Functions | Variables
build/windows-installer/unpacked/java-se-8u41-ri/sample/scripting/scriptpad/README.txt File Reference

Functions

Scriptpad Sample *Introduction Scriptpad is a notepad like editor to open edit save and run script (JavaScript) files. This sample demonstrates the use of javax.script(JSR-223) API and JavaScript engine that is bundled with JDK 6. Scriptpad sample demonstrates how to use Javascript to use Java classes and objects to perform various tasks such as to modify
 
in the editor and run the same with Tools Run menu You will see an alert box with the message world In addition to being a simple script editor scriptpad can be used to connect to a JMX MBean server ("Tools->JMX Connect" menu). User can specify JMX hostname and port. After connecting
 

Variables

in the editor and run the same with Tools Run menu You will see an alert box with the message hello
 
in the editor and run the same with Tools Run menu You will see an alert box with the message world In addition to being a simple script editor runner
 

Function Documentation

◆ script()

Scriptpad Sample* Introduction Scriptpad is a notepad like editor to open edit save and run script ( JavaScript  )

◆ server()

in the editor and run the same with Tools Run menu You will see an alert box with the message world In addition to being a simple script editor scriptpad can be used to connect to a JMX MBean server ( "Tools->JMX Connect"  menu)

Referenced by Server::createServer(), com.realtime.crossfire.jxclient.main.DefaultKeyHandler::DefaultKeyHandler(), com.realtime.crossfire.jxclient.item.ItemsManager::ItemsManager(), com.realtime.crossfire.jxclient.main.JXClient::JXClient(), com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader::load(), Server::main(), com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader::parseCommandList(), com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader::parseCommandListAdd(), com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader::parseEvent(), com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader::parseItem(), com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader::parseLabelFailure(), com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader::parseLabelMessage(), com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader::parseLabelNewchar(), com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader::parseLabelQuery(), com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader::parseList(), com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader::parseLogMessage(), com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader::parseMap(), com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader::parseQueryText(), com.sun.jmx.examples.scandir.ResultLogManager::preRegister(), com.sun.jmx.examples.scandir.ScanDirConfig::preRegister(), com.sun.jmx.examples.scandir.ScanManager::preRegister(), com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnectionTest::scriptCallback_drawextinfoMessage_includesSubtypeParameter(), com.realtime.crossfire.jxclient.sound.SoundStatsWatcher::SoundStatsWatcher(), com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnectionTest::test_mapUpdates_suppressInitialMapScroll(), com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnectionTest::test_statsMessage_callsPacketWatcherCallback(), com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnectionTest::testNegotiateNumLookObjects1(), and com.sun.jmx.examples.scandir.ScanManagerTest::testPreRegister().

Here is the caller graph for this function:

Variable Documentation

◆ hello

in the editor and run the same with Tools Run menu You will see an alert box with the message hello

Definition at line 30 of file README.txt.

◆ runner

in the editor and run the same with Tools Run menu You will see an alert box with the message world In addition to being a simple script editor runner