All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- ABORTED.
Static variable in class Acme.MediaTracker
- Flag indicating the download of some media was aborted.
- absoluteUrlStr(String, URL).
Static method in class Acme.Utils
-
- add(boolean).
Method in class Acme.Crypto.Hash
- Add a boolean to the hash.
- add(byte).
Method in class Acme.Crypto.Crc16Hash
- Add a byte to the hash.
- add(byte).
Method in class Acme.Crypto.Crc32Hash
- Add a byte to the hash.
- add(byte).
Method in class Acme.Crypto.Hash
- Add a byte to the hash.
- add(byte).
Method in class Acme.Crypto.ShaHash
- Add a byte to the hash.
- add(byte[]).
Method in class Acme.Crypto.Hash
- Add a byte array to the hash.
- add(byte[], int, int).
Method in class Acme.Crypto.Crc16Hash
- Add some bytes to the hash.
- add(byte[], int, int).
Method in class Acme.Crypto.Crc32Hash
- Add some bytes to the hash.
- add(byte[], int, int).
Method in class Acme.Crypto.Hash
- Add some bytes to the hash.
- add(byte[], int, int).
Method in class Acme.Crypto.ShaHash
- Add some bytes to the hash.
- add(char).
Method in class Acme.Crypto.Hash
- Add a char to the hash.
- add(Component).
Method in class Acme.Widgets.BorderPanel
-
- add(Component, int).
Method in class Acme.Widgets.BorderPanel
-
- add(double).
Method in class Acme.Crypto.Hash
- Add a double to the hash.
- add(float).
Method in class Acme.Crypto.Hash
- Add a float to the hash.
- add(int).
Method in class Acme.Crypto.Hash
- Add an int to the hash.
- add(long).
Method in class Acme.Crypto.Hash
- Add a long to the hash.
- add(Matrix, Matrix).
Static method in class Acme.Matrix
- Add two matricies.
- add(Object).
Method in class Acme.Crypto.Hash
- Add any Object to the hash.
- add(short).
Method in class Acme.Crypto.Hash
- Add a short to the hash.
- add(String).
Method in class Acme.Crypto.Hash
- Add a String to the hash.
- add(String, Component).
Method in class Acme.Widgets.BorderPanel
-
- add(String, NewsDb).
Method in class Acme.Nnrpd.MultiplexNewsDb
- Add a sub-database for a given pattern of groups.
- addArticle(NewsDbArticle, NewsDbGroup, int).
Method in class Acme.Nnrpd.ArticleCache
- Add an article by group and number.
- addArticle(NewsDbArticle, String).
Method in class Acme.Nnrpd.ArticleCache
- Add an article by message-id.
- addASCII(String).
Method in class Acme.Crypto.Hash
- Add a String to the hash, ignoring the high bytes of each char.
- addBack(Object).
Method in class Acme.Queue
- Adds an item to the back of the queue.
- addConference(Conference).
Method in class Acme.Conf.Conflist
- Add a conference to the list.
- addConference(Conference).
Method in class Acme.Conf.Client.ConflistClient
- Add a conference to the list.
- addConference(Conference).
Method in class Acme.Conf.Server.ConflistServer
- Add a conference to the list.
- addConference(Session, String, String, User).
Method in class Acme.Conf.Confgroup
- Add a new conference to the group.
- addConference(Session, String, String, User).
Method in class Acme.Conf.Client.ConfgroupClient
- Add a new conference to the group.
- addConference(Session, String, String, User).
Method in class Acme.Conf.Server.ConfgroupServer
- Add a new conference to the group.
- addConferenceUser(Session, User).
Method in class Acme.Conf.Conference
- Add a user to the conference's ulist.
- addConferenceUser(Session, User).
Method in class Acme.Conf.Client.ConferenceClient
- Add a user to the conference's ulist.
- addConferenceUser(Session, User).
Method in class Acme.Conf.Server.ConferenceServer
- Add a user to the conference's ulist.
- addConfgroup(Session, String, User).
Method in class Acme.Conf.Confsys
- Add a new conference group to the system.
- addConfgroup(Session, String, User).
Method in class Acme.Conf.Client.ConfsysClient
- Add a new conference group to the system.
- addConfgroup(Session, String, User).
Method in class Acme.Conf.Server.ConfsysServer
- Add a new conference group to the system.
- addConsumer(ImageConsumer).
Method in class Acme.JPM.Decoders.ImageDecoder
- This method is used to register an ImageConsumer with the
ImageProducer for access to the image data during a later
reconstruction of the Image.
- addCookie(Cookie).
Method in interface Acme.Serve.servlet.http.HttpServletResponse
- Adds the specified cookie to the response.
- addDefaultServlets(boolean).
Method in class Acme.Serve.Serve
- Register a standard set of Servlets.
- addDefaultServlets(boolean, String).
Method in class Acme.Serve.Serve
- Register a standard set of Servlets, with throttles.
- addElement(Object).
Method in class Acme.FlexVector
- Adds the specified object as the last element of the vector.
- addEntry(String[], NewsDbGroup, int).
Method in class Acme.Nnrpd.OverviewCache
- Add an overview entry by group and number.
- addFront(Object).
Method in class Acme.DQueue
- Adds an item to the front of the queue.
- addHost(Session, User).
Method in class Acme.Conf.Conference
- Add a host to the conference.
- addHost(Session, User).
Method in class Acme.Conf.Client.ConferenceClient
- Add a host to the conference.
- addHost(Session, User).
Method in class Acme.Conf.Server.ConferenceServer
- Add a host to the conference.
- addImage(Image, int).
Method in class Acme.MediaTracker
- Adds an image to the list of images being tracked.
- addImage(Image, int, int, int).
Method in class Acme.MediaTracker
- Adds a scaled image to the list of images being tracked.
- addObserver(HtmlEditObserver).
Method in class Acme.HtmlEditScanner
- Add an extra observer to this editor.
- addObserver(HtmlEditObserver, Object).
Method in class Acme.HtmlEditScanner
- Add an extra observer to this editor.
- addObserver(HtmlObserver).
Method in class Acme.HtmlScanner
- Add an extra observer to this scanner.
- addObserver(HtmlObserver).
Method in class Acme.Spider
- Add an extra observer to the scanners we make.
- addObserver(HtmlObserver, Object).
Method in class Acme.HtmlScanner
- Add an extra observer to this scanner.
- addResponse(Session, String, String).
Method in class Acme.Conf.Topic
- Add a new response to the topic.
- addResponse(Session, String, String).
Method in class Acme.Conf.Client.TopicClient
- Add a new response to the topic.
- addResponse(Session, String, String).
Method in class Acme.Conf.Server.TopicServer
- Add a new response to the topic.
- addServlet(String, Servlet).
Method in class Acme.Serve.Serve
- Register a Servlet.
- addServlet(String, String).
Method in class Acme.Serve.Serve
- Register a Servlet by class name.
- addTopic(Session, String, String, String).
Method in class Acme.Conf.Conference
- Add a new topic, including response zero.
- addTopic(Session, String, String, String).
Method in class Acme.Conf.Client.ConferenceClient
- Add a new topic, including response zero.
- addTopic(Session, String, String, String).
Method in class Acme.Conf.Server.ConferenceServer
- Add a new topic, including response zero.
- addUrl(String).
Method in class Acme.Spider
- Add a URL to the to-do list.
- addUser(Session, String, String).
Method in class Acme.Conf.Confsys
- Add a new user to the system.
- addUser(Session, String, String).
Method in class Acme.Conf.Client.ConfsysClient
- Add a new user to the system.
- addUser(Session, String, String).
Method in class Acme.Conf.Server.ConfsysServer
- Add a new user to the system.
- AesCipher(byte[]).
Constructor for class Acme.Crypto.AesCipher
-
- AesCipher(String).
Constructor for class Acme.Crypto.AesCipher
-
- appletResize(int, int).
Method in class Acme.MainFrame
-
- Application().
Constructor for class Acme.Application
-
- ApplicationApplet().
Constructor for class Acme.ApplicationApplet
-
- APrintStream(OutputStream).
Constructor for class Acme.APrintStream
-
- APrintStream(OutputStream, boolean).
Constructor for class Acme.APrintStream
-
- arc(double, double, double, double, double).
Method in class Acme.Psg
- Append counterclockwise arc.
- arcn(double, double, double, double, double).
Method in class Acme.Psg
- Append clockwise arc.
- arraycontains(Object[], Object).
Static method in class Acme.Utils
- Check if an array contains a given element.
- ArrayEnumerator(Object[]).
Constructor for class Acme.ArrayEnumerator
-
- ArrayEnumerator(Object[], boolean).
Constructor for class Acme.ArrayEnumerator
-
- arrayToString(Object).
Static method in class Acme.Utils
- An array-to-String routine.
- ArticleCache(int, int).
Constructor for class Acme.Nnrpd.ArticleCache
- Constructor.
- authorize(String, String).
Method in class Acme.Nnrpd.LocalNewsDb
- Attempt authorization.
- authorize(String, String).
Method in class Acme.Nnrpd.MultiplexNewsDb
- Attempt authorization.
- authorize(String, String).
Method in class Acme.Nnrpd.NewsDb
- Attempt authorization.
- authorize(String, String).
Method in class Acme.Nnrpd.ProxyNewsDb
- Attempt authorization.
- available().
Method in class Acme.NullInputStream
- Returns the number of bytes that can be read without blocking.
- available().
Method in class Acme.TextcompInputStream
-
- base64Encode(byte[]).
Static method in class Acme.Utils
- A base-64 encoder, necessary for doing the client side of Basic
Authentication.
- base64Encode(String).
Static method in class Acme.Utils
- A base-64 encoder that takes a String, for convenience.
- baseUrlStr(String).
Static method in class Acme.Utils
- Figure out the base URL for a given URL.
- beep().
Method in class Acme.Comnd.ComndContext
- Emit a beep.
- beep().
Method in class Acme.JPM.StubToolkit
-
- black.
Static variable in class Acme.Leggo.LeggoColor
-
- BLOCK_SIZE.
Static variable in class Acme.Crypto.AesCipher
-
- BlockCipher(int, int).
Constructor for class Acme.Crypto.BlockCipher
- Constructor.
- blockSize.
Variable in class Acme.Crypto.BlockCipher
- How big a block is.
- blockSize().
Method in class Acme.Crypto.BlockCipher
- Return how big a block is.
- BlowfishCipher(byte[]).
Constructor for class Acme.Crypto.BlowfishCipher
-
- BlowfishCipher(String).
Constructor for class Acme.Crypto.BlowfishCipher
-
- blue.
Static variable in class Acme.Leggo.LeggoColor
-
- BorderPanel(int).
Constructor for class Acme.Widgets.BorderPanel
- Constructor, default thickness for this type.
- BorderPanel(int, int).
Constructor for class Acme.Widgets.BorderPanel
- Constructor.
- Brick(View, int, int, int, int, int, int, boolean, LeggoColor).
Constructor for class Acme.Leggo.Brick
-
- brokenIcon(Component).
Static method in class Acme.GuiUtils
-
- brokenLink(String, String, String).
Method in class Acme.Spider
- This method can be overridden by a subclass if you want to change
the broken link policy.
- BusyBox(Frame, String).
Constructor for class Acme.Widgets.BusyBox
- Constructor, default title.
- BusyBox(Frame, String, String).
Constructor for class Acme.Widgets.BusyBox
- Constructor, specified title.
- busyColor.
Static variable in class Acme.GuiUtils
- Pale turquoise.
- busyIcon(Component).
Static method in class Acme.GuiUtils
-
- ButtonDialog(Frame, String, String, int).
Constructor for class Acme.Widgets.ButtonDialog
- Constructor, no title, one button.
- ButtonDialog(Frame, String, String, int, String, int).
Constructor for class Acme.Widgets.ButtonDialog
- Constructor, no title, two buttons.
- ButtonDialog(Frame, String, String, int, String, int, String, int).
Constructor for class Acme.Widgets.ButtonDialog
- Constructor, no title, three buttons.
- ButtonDialog(Frame, String, String, int, String, int, String, int, String, int).
Constructor for class Acme.Widgets.ButtonDialog
- Constructor, no title, four buttons.
- ButtonDialog(Frame, String, String, String, int).
Constructor for class Acme.Widgets.ButtonDialog
- Constructor, specified title, one button.
- ButtonDialog(Frame, String, String, String, int, String, int).
Constructor for class Acme.Widgets.ButtonDialog
- Constructor, specified title, two buttons.
- ButtonDialog(Frame, String, String, String, int, String, int, String, int).
Constructor for class Acme.Widgets.ButtonDialog
- Constructor, specified title, three buttons.
- ButtonDialog(Frame, String, String, String, int, String, int, String, int, String, int).
Constructor for class Acme.Widgets.ButtonDialog
- Constructor, specified title, four buttons.
- CANCEL.
Static variable in class Acme.Widgets.OkCancelBox
-
- CANCEL.
Static variable in class Acme.Widgets.WidgetUtils
-
- CANCEL.
Static variable in class Acme.Widgets.YesNoCancelBox
-
- capacity().
Method in class Acme.FlexVector
- Returns the current capacity of the vector.
- capacityIncrement.
Variable in class Acme.FlexVector
- The size of the increment.
- CbcBlockCipher(BlockCipher).
Constructor for class Acme.Crypto.CbcBlockCipher
- Constructor.
- CgiServlet().
Constructor for class Acme.Serve.CgiServlet
-
- CharBug().
Constructor for class Bugs.CharBug
-
- CharClassComnd(String).
Constructor for class Acme.Comnd.CharClassComnd
-
- charCount(String, char).
Static method in class Acme.Utils
- Returns the number of times the given character appears in the string.
- checkAll().
Method in class Acme.MediaTracker
- Checks to see if all images have finished loading but does not start
loading the images if they are not already loading.
- checkAll(boolean).
Method in class Acme.MediaTracker
- Checks to see if all images have finished loading.
- checkID(int).
Method in class Acme.MediaTracker
- Checks to see if all images tagged with the indicated ID have
finished loading, but does not start loading the images if they
are not already loading.
- checkID(int, boolean).
Method in class Acme.MediaTracker
- Checks to see if all images tagged with the indicated ID have
finished loading.
- checkImage(Image, int, int, ImageObserver).
Method in class Acme.JPM.StubToolkit
-
- ChunkedInputStream(InputStream).
Constructor for class Acme.Serve.servlet.http.ChunkedInputStream
- Make a ChunkedInputStream.
- ChunkedOutputStream(OutputStream).
Constructor for class Acme.Serve.servlet.http.ChunkedOutputStream
- Make a ChunkedOutputStream with a default buffer size.
- ChunkedOutputStream(OutputStream, int).
Constructor for class Acme.Serve.servlet.http.ChunkedOutputStream
- Make a ChunkedOutputStream with a specified buffer size.
- Cipher(int).
Constructor for class Acme.Crypto.Cipher
- Constructor.
- clear().
Method in class Acme.IntHashtable
- Clears the hash table so that it has no more elements in it.
- clear().
Method in class Acme.LruHashtable
- Clears the hash table so that it has no more elements in it.
- clientData.
Variable in class Acme.Comnd.Comnd
-
- clippath().
Method in class Acme.Psg
- Set the current path to the clipping path.
- clone().
Method in class Acme.Serve.servlet.http.Cookie
- Copies the cookie.
- clone().
Method in class Acme.FlexVector
- Clones this vector.
- clone().
Method in class Acme.GenericCloneable
-
- clone().
Method in class Acme.IntHashtable
- Creates a clone of the hashtable.
- clone().
Method in class Acme.LruHashtable
- Creates a clone of the hashtable.
- close().
Method in class Acme.Serve.servlet.http.ChunkedOutputStream
- Make sure that calling close() terminates the chunked stream.
- close().
Method in class Acme.HtmlScanner
- Override close() with one that makes sure the entire file gets
read, so that all its URLs get extracted, even if the caller isn't
interested in the data.
- close().
Method in class Acme.Nnrpd.LocalNewsDb
- Shut down the news database.
- close().
Method in class Acme.Nnrpd.MultiplexNewsDb
- Shut down the news database.
- close().
Method in class Acme.Nnrpd.NewsDb
- Shut down the news database.
- close().
Method in class Acme.PostURLConnection
-
- close().
Method in class Acme.Nnrpd.ProxyNewsDb
- Shut down the news database.
- closepath().
Method in class Acme.Psg
- Connect current path back to its starting point.
- CMD_ARTICLE.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_AUTHINFO.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_BODY.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_DATE.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_GROUP.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_HEAD.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_HELP.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_IHAVE.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_LAST.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_LIST.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_LISTGROUP.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_MODE.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_NEWGROUPS.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_NEWNEWS.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_NEXT.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_POST.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_QUIT.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_SLAVE.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_STAT.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_XGTITLE.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_XHDR.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_XMODE.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_XOVER.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_XREPLIC.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- CMD_XTHREAD.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- Comnd().
Constructor for class Acme.Comnd.Comnd
-
- ComndContext().
Constructor for class Acme.Comnd.ComndContext
- Let the I/O streams default to System.in and System.err.
- ComndContext(InputStream, PrintStream).
Constructor for class Acme.Comnd.ComndContext
- If you are running in a CLI context, use the regular I/O streams.
- ComndContext(InputStream, PrintStream, Toolkit).
Constructor for class Acme.Comnd.ComndContext
- If you are running in a GUI context, pass in the Toolkit.
- ComndTest().
Constructor for class Acme.Comnd.ComndTest
-
- compat(String[]).
Method in class Acme.Application
- Compatibility gateway between old-style static main() and new-style
non-static.
- compat(String[], InputStream, PrintStream, PrintStream).
Method in class Acme.Application
- Compatibility gateway for contexts other than old-style main().
- COMPLETE.
Static variable in class Acme.MediaTracker
- Flag indicating the download of media completed successfully.
- complete(ComndContext).
Method in class Acme.Comnd.Comnd
- Each type of Comnd implements this to auto-complete partial input.
- complete(ComndContext).
Method in class Acme.Comnd.FilenameComnd
- Each type of Comnd implements this to auto-complete partial input.
- complete(ComndContext).
Method in class Acme.Comnd.IntegerComnd
- Each type of Comnd implements this to auto-complete partial input.
- complete(ComndContext).
Method in class Acme.Comnd.LiteralComnd
- Each type of Comnd implements this to auto-complete partial input.
- complete(ComndContext).
Method in class Acme.Comnd.OptionalComnd
- Each type of Comnd implements this to auto-complete partial input.
- complete(ComndContext).
Method in class Acme.Comnd.OrListComnd
- Each type of Comnd implements this to auto-complete partial input.
- complete(ComndContext).
Method in class Acme.Comnd.SeqListComnd
- Each type of Comnd implements this to auto-complete partial input.
- complete(ComndContext).
Method in class Acme.Comnd.StringComnd
- Each type of Comnd implements this to auto-complete partial input.
- complete(ComndContext).
Method in class Acme.Comnd.ZeroOrMoreComnd
- Each type of Comnd implements this to auto-complete partial input.
- CompositeFilter(ImageProducer, ImageFilterPlus, ImageFilterPlus).
Constructor for class Acme.JPM.Filters.CompositeFilter
- Constructor.
- Conference().
Constructor for class Acme.Conf.Conference
-
- ConferenceClient().
Constructor for class Acme.Conf.Client.ConferenceClient
-
- ConferenceServer(Session, String, String, User).
Constructor for class Acme.Conf.Server.ConferenceServer
- Make a new conference.
- Confgroup().
Constructor for class Acme.Conf.Confgroup
-
- ConfgroupClient().
Constructor for class Acme.Conf.Client.ConfgroupClient
-
- ConfgroupServer(Session, String, User).
Constructor for class Acme.Conf.Server.ConfgroupServer
- Make a new confgroup.
- Conflist().
Constructor for class Acme.Conf.Conflist
-
- ConflistClient().
Constructor for class Acme.Conf.Client.ConflistClient
-
- ConflistServer().
Constructor for class Acme.Conf.Server.ConflistServer
- Make a new conflist.
- ConfServlet().
Constructor for class Acme.Conf.Server.ConfServlet
-
- Confsys().
Constructor for class Acme.Conf.Confsys
-
- ConfsysClient().
Constructor for class Acme.Conf.Client.ConfsysClient
-
- ConfsysServer(Session, User).
Constructor for class Acme.Conf.Server.ConfsysServer
- Make a new confsys.
- connect().
Method in class Acme.PostURLConnection
-
- contains(Object).
Method in class Acme.FlexVector
- Returns true if the specified object is a value of the collection.
- contains(Object).
Method in class Acme.IntHashtable
- Returns true if the specified object is an element of the hashtable.
- contains(Object).
Method in class Acme.LruHashtable
- Returns true if the specified object is an element of the hashtable.
- containsHeader(String).
Method in interface Acme.Serve.servlet.http.HttpServletResponse
- Checks whether the response message header has a field with the
specified name.
- containsKey(int).
Method in class Acme.IntHashtable
- Returns true if the collection contains an element for the key.
- containsKey(Object).
Method in class Acme.LruHashtable
- Returns true if the collection contains an element for the key.
- Cookie(String, String).
Constructor for class Acme.Serve.servlet.http.Cookie
- Defines a cookie with an initial name and value.
- copyBlock(byte[], byte[]).
Static method in class Acme.Crypto.CryptoUtils
- Utility routine to copy one block to another.
- copyBlock(byte[], int, byte[], int, int).
Static method in class Acme.Crypto.CryptoUtils
- Utility routine to copy one block to another.
- copyInto(Object[]).
Method in class Acme.FlexVector
- Copies the elements of this vector into the specified array.
- copyStream(InputStream, OutputStream).
Method in class Acme.Serve.FileServlet
- Copy a file from in to out.
- copyStream(InputStream, OutputStream).
Static method in class Acme.Utils
- Copy the input to the output until EOF.
- copyStream(InputStream, Writer).
Static method in class Acme.Utils
- Copy the input to the output until EOF.
- copyStream(Reader, OutputStream).
Static method in class Acme.Utils
- Copy the input to the output until EOF.
- copyStream(Reader, Writer).
Static method in class Acme.Utils
- Copy the input to the output until EOF.
- countComponents().
Method in class Acme.Widgets.BorderPanel
-
- countOnes(byte).
Static method in class Acme.Utils
- Count the number of 1-bits in a byte.
- countOnes(int).
Static method in class Acme.Utils
- Count the number of 1-bits in an int.
- countOnes(long).
Static method in class Acme.Utils
- Count the number of 1-bits in a long.
- Crc16Hash().
Constructor for class Acme.Crypto.Crc16Hash
- Constructor.
- Crc32Hash().
Constructor for class Acme.Crypto.Crc32Hash
- Constructor.
- createButton(Button).
Method in class Acme.JPM.StubToolkit
-
- createCanvas(Canvas).
Method in class Acme.JPM.StubToolkit
-
- createCheckbox(Checkbox).
Method in class Acme.JPM.StubToolkit
-
- createCheckboxMenuItem(CheckboxMenuItem).
Method in class Acme.JPM.StubToolkit
-
- createChoice(Choice).
Method in class Acme.JPM.StubToolkit
-
- createDialog(Dialog).
Method in class Acme.JPM.StubToolkit
-
- createDragSourceContextPeer(DragSource, Component).
Method in class Acme.JPM.StubToolkit
-
- createFileDialog(FileDialog).
Method in class Acme.JPM.StubToolkit
-
- createFrame(Frame).
Method in class Acme.JPM.StubToolkit
-
- createImage(byte[], int, int).
Method in class Acme.JPM.StubToolkit
-
- createImage(ImageProducer).
Method in class Acme.JPM.StubToolkit
-
- createLabel(Label).
Method in class Acme.JPM.StubToolkit
-
- createList(List).
Method in class Acme.JPM.StubToolkit
-
- createMenu(Menu).
Method in class Acme.JPM.StubToolkit
-
- createMenuBar(MenuBar).
Method in class Acme.JPM.StubToolkit
-
- createMenuItem(MenuItem).
Method in class Acme.JPM.StubToolkit
-
- createPanel(Panel).
Method in class Acme.JPM.StubToolkit
-
- createPopupMenu(PopupMenu).
Method in class Acme.JPM.StubToolkit
-
- createScrollbar(Scrollbar).
Method in class Acme.JPM.StubToolkit
-
- createScrollPane(ScrollPane).
Method in class Acme.JPM.StubToolkit
-
- createTextArea(TextArea).
Method in class Acme.JPM.StubToolkit
-
- createTextField(TextField).
Method in class Acme.JPM.StubToolkit
-
- createWindow(Window).
Method in class Acme.JPM.StubToolkit
-
- CrLfOutputStream(OutputStream).
Constructor for class Acme.Nnrpd.CrLfOutputStream
- Constructor.
- CryptoUtils().
Constructor for class Acme.Crypto.CryptoUtils
-
- curveto(double, double, double, double, double, double).
Method in class Acme.Psg
- Append a Bezier cubic section.
- dbmclose().
Method in class Acme.Dbz
- Close a database.
- Dbz(File).
Constructor for class Acme.Dbz
- Constructor.
- dbzcancel().
Method in class Acme.Dbz
- Cancel writing of in-core data.
- dbzincore(boolean).
Method in class Acme.Dbz
- Control attempts to keep .pag file in core.
- dbzsize(int).
Method in class Acme.Dbz
- What's a good table size to hold this many entries?
- dbzsync().
Method in class Acme.Dbz
- Push all in-core data out to disk.
- decrypt(byte).
Method in class Acme.Crypto.Rc4Cipher
- Decrypt a byte.
- decrypt(byte).
Method in class Acme.Crypto.Rot13Cipher
- Decrypt a byte.
- decrypt(byte).
Method in class Acme.Crypto.StreamCipher
- Decrypt a byte.
- decrypt(byte[], byte[]).
Method in class Acme.Crypto.BlockCipher
- Decrypt a block of bytes.
- decrypt(byte[], byte[]).
Method in class Acme.Crypto.StreamCipher
- Decrypt an array of bytes.
- decrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.AesCipher
- Decrypt a block.
- decrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.BlockCipher
- Decrypt a block of bytes.
- decrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.BlowfishCipher
- Decrypt a block of eight bytes.
- decrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.CbcBlockCipher
- Decrypt a block of bytes.
- decrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.Des3Cipher
- Decrypt a block of eight bytes.
- decrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.DesCipher
- Decrypt a block of eight bytes.
- decrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.IdeaCipher
- Decrypt a block of eight bytes.
- decrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.NullCipher
- "Decrypt" a block of eight bytes.
- decrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.Rc6Cipher
- Decrypt a block.
- decrypt(byte[], int, byte[], int, int).
Method in class Acme.Crypto.Rc4Cipher
- Decrypt some bytes.
- decrypt(byte[], int, byte[], int, int).
Method in class Acme.Crypto.Rot13Cipher
- Decrypt some bytes.
- decrypt(byte[], int, byte[], int, int).
Method in class Acme.Crypto.StreamCipher
- Decrypt some bytes.
- decrypt(int[]).
Method in class Acme.Crypto.BlowfishCipher
- Decrypt a block of two ints.
- DEFAULT_ACACHESIZE.
Static variable in class Acme.Nnrpd.NnrpdUtils
- The default size of the article cache, in bytes.
- DEFAULT_MAXARTSIZE.
Static variable in class Acme.Nnrpd.NnrpdUtils
- The default maximum-size article to cache, in bytes.
- DEFAULT_OCACHESIZE.
Static variable in class Acme.Nnrpd.NnrpdUtils
- The default size of the overview cache, in entries.
- DEFAULT_PORT.
Static variable in class Acme.Nnrpd.NnrpdUtils
- The default port to listen on and connect to.
- Des3Cipher(byte[]).
Constructor for class Acme.Crypto.Des3Cipher
- Constructor, byte-array key.
- Des3Cipher(String).
Constructor for class Acme.Crypto.Des3Cipher
- Constructor, string key.
- deschedule().
Method in class Acme.Task
- Stops a Task from running in the future.
- DesCipher(byte[]).
Constructor for class Acme.Crypto.DesCipher
-
- DesCipher(String).
Constructor for class Acme.Crypto.DesCipher
-
- deserialize(DataInputStream).
Method in interface Acme.Serializable
- Read a serial representation of the object from the stream.
- deserializeArrayByte(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize an array of bytes.
- deserializeArrayChar(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize an array of chars.
- deserializeArrayDouble(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize an array of doubles.
- deserializeArrayFloat(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize an array of floats.
- deserializeArrayInt(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize an array of ints.
- deserializeArrayLong(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize an array of longs.
- deserializeArrayObject(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize an array of objects.
- deserializeArrayShort(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize an array of shorts.
- deserializeBoolean(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize a boolean.
- deserializeByte(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize a byte.
- deserializeChar(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize a char.
- deserializeDouble(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize a double.
- deserializeFloat(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize a float.
- deserializeHeader(Class, DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to read a serialization header.
- deserializeInt(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize a int.
- deserializeLong(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize a long.
- deserializeObject(Class, DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize a sub-object.
- deserializeShort(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize a short.
- deserializeString(DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to deserialize a String.
- deserializeTrailer(Class, DataInputStream).
Static method in class Acme.SerialUtils
- Utility routine to read a serialization trailer.
- destroy().
Method in class Acme.Serve.servlet.GenericServlet
- Destroys the servlet and cleans up whatever resources are being held.
- destroy().
Method in interface Acme.Serve.servlet.Servlet
- Destroys the servlet and cleans up whatever resources are being held.
- destroyAllServlets().
Method in class Acme.Serve.Serve
- Destroys all currently-loaded servlets.
- done.
Variable in class Acme.Spider
-
- done().
Method in class Acme.Widgets.BusyBox
- Task is done, get rid of the busy-box.
- done().
Method in class Acme.Serve.servlet.http.ChunkedOutputStream
- Indicate the end of the chunked data by sending a zero-length chunk,
possible including footers.
- done().
Method in class Acme.TimeKiller
- Call this when the target thread has finished.
- doThisUrl(String, int, String).
Method in class Acme.Spider
- This method can be overridden by a subclass if you want to change
the search policy.
- DoublePoint().
Constructor for class Acme.DoublePoint
-
- DoublePoint(double, double).
Constructor for class Acme.DoublePoint
-
- doubleToString(double).
Static method in class Acme.Fmt
- Improved version of Double.toString(), returns more decimal places.
- DQueue().
Constructor for class Acme.DQueue
-
- draw().
Method in class Acme.Leggo.Brick
-
- draw().
Method in class Acme.Leggo.Part
-
- drawImage(Graphics, Component, Image).
Static method in class Acme.GuiUtils
- Draw a centered image.
- drawSpline(Graphics, int, int, int, int, int, int).
Static method in class Acme.GuiUtils
- Draw a three-point spline.
- drawThickLine(Graphics, int, int, int, int, int).
Static method in class Acme.GuiUtils
- Draw a thick line.
- dtransform_x(double, double).
Method in class Acme.Psg
- Transform (dx, dy) into a device-space x-distance.
- dtransform_y(double, double).
Method in class Acme.Psg
- Transform (dx, dy) into a device-space y-distance.
- dumpStack().
Static method in class Acme.Utils
- Dump out the current call stack onto System.err.
- dumpStack(PrintStream).
Static method in class Acme.Utils
- Dump out the current call stack.
- EdgeDetect(ImageProducer).
Constructor for class Acme.JPM.Filters.EdgeDetect
-
- editAHREF(String, URL, Object).
Method in interface Acme.HtmlEditObserver
- This gets called when the scanner finds an <A HREF=""> URL.
- editAREAHREF(String, URL, Object).
Method in interface Acme.HtmlEditObserver
- This gets called when the scanner finds a <AREA HREF=""> URL.
- editBASEHREF(String, URL, Object).
Method in interface Acme.HtmlEditObserver
- This gets called when the scanner finds a <BASE HREF=""> URL.
- editBODYBACKGROUND(String, URL, Object).
Method in interface Acme.HtmlEditObserver
- This gets called when the scanner finds a <BODY BACKGROUND=""> URL.
- editFRAMESRC(String, URL, Object).
Method in interface Acme.HtmlEditObserver
- This gets called when the scanner finds an <FRAME SRC=""> URL.
- editIMGSRC(String, URL, Object).
Method in interface Acme.HtmlEditObserver
- This gets called when the scanner finds an <IMG SRC=""> URL.
- editLINKHREF(String, URL, Object).
Method in interface Acme.HtmlEditObserver
- This gets called when the scanner finds a <LINK HREF=""> URL.
- elementAt(int).
Method in class Acme.FlexVector
- Returns the element at the specified index.
- elementCount.
Variable in class Acme.FlexVector
- The number of elements in the buffer.
- elementData.
Variable in class Acme.FlexVector
- The buffer where elements are stored.
- elementOffset.
Variable in class Acme.FlexVector
- The offset for the first element.
- elements().
Method in class Acme.Dbz
- Returns an enumeration of the elements.
- elements().
Method in class Acme.FlexVector
- Returns an enumeration of the elements.
- elements().
Method in class Acme.IntHashtable
- Returns an enumeration of the elements.
- elements().
Method in class Acme.LruHashtable
- Returns an enumeration of the elements.
- elements().
Method in class Acme.WildcardDictionary
- Returns an enumeration of the elements.
- encode().
Method in class Acme.JPM.Encoders.ImageEncoder
- Call this after initialization to get things going.
- encodeRedirectUrl(String).
Method in interface Acme.Serve.servlet.http.HttpServletResponse
- Encodes the specified URL for use in the sendRedirect method or, if
encoding is not needed, returns the URL unchanged.
- encodeUrl(String).
Method in interface Acme.Serve.servlet.http.HttpServletResponse
- Encodes the specified URL by including the session ID in it, or, if
encoding is not needed, returns the URL unchanged.
- encrypt(byte).
Method in class Acme.Crypto.Rc4Cipher
- Encrypt a byte.
- encrypt(byte).
Method in class Acme.Crypto.Rot13Cipher
- Encrypt a byte.
- encrypt(byte).
Method in class Acme.Crypto.StreamCipher
- Encrypt a byte.
- encrypt(byte[], byte[]).
Method in class Acme.Crypto.BlockCipher
- Encrypt a block of bytes.
- encrypt(byte[], byte[]).
Method in class Acme.Crypto.StreamCipher
- Encrypt an array of bytes.
- encrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.AesCipher
- Encrypt a block.
- encrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.BlockCipher
- Encrypt a block of bytes.
- encrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.BlowfishCipher
- Encrypt a block of eight bytes.
- encrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.CbcBlockCipher
- Encrypt a block of bytes.
- encrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.Des3Cipher
- Encrypt a block of eight bytes.
- encrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.DesCipher
- Encrypt a block of eight bytes.
- encrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.IdeaCipher
- Encrypt a block of eight bytes.
- encrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.NullCipher
- "Encrypt" a block of eight bytes.
- encrypt(byte[], int, byte[], int).
Method in class Acme.Crypto.Rc6Cipher
- Encrypt a block.
- encrypt(byte[], int, byte[], int, int).
Method in class Acme.Crypto.Rc4Cipher
- Encrypt some bytes.
- encrypt(byte[], int, byte[], int, int).
Method in class Acme.Crypto.Rot13Cipher
- Encrypt some bytes.
- encrypt(byte[], int, byte[], int, int).
Method in class Acme.Crypto.StreamCipher
- Encrypt some bytes.
- EncryptedInputStream(BlockCipher, InputStream).
Constructor for class Acme.Crypto.EncryptedInputStream
- Constructor for block ciphers.
- EncryptedInputStream(StreamCipher, InputStream).
Constructor for class Acme.Crypto.EncryptedInputStream
- Constructor for stream ciphers.
- EncryptedOutputStream(BlockCipher, OutputStream).
Constructor for class Acme.Crypto.EncryptedOutputStream
- Constructor for block ciphers.
- EncryptedOutputStream(StreamCipher, OutputStream).
Constructor for class Acme.Crypto.EncryptedOutputStream
- Constructor for stream ciphers.
- Enlarge(ImageProducer, int).
Constructor for class Acme.JPM.Filters.Enlarge
- Constructor.
- ensureCapacity(int).
Method in class Acme.FlexVector
- Ensures that the vector has at least the specified capacity.
- enumToString(int).
Static method in class Acme.Widgets.WidgetUtils
-
- equals(Hash).
Method in class Acme.Crypto.Hash
- Check if two hashes are equal.
- equals(Object).
Method in class Acme.DoublePoint
-
- equals(Object).
Method in class Acme.Matrix
- Equality test.
- equals(Object).
Method in class Acme.Pair
- Equality test.
- equals(Object).
Method in class Acme.Conf.User
-
- equals(Object).
Method in class Acme.Conf.Client.UserClient
-
- equals(Object).
Method in class Acme.Conf.Server.UserServer
-
- equalsBlock(byte[], byte[]).
Static method in class Acme.Crypto.CryptoUtils
- Utility routine to check two blocks for equality.
- equalsBlock(byte[], int, byte[], int, int).
Static method in class Acme.Crypto.CryptoUtils
- Utility routine to check two blocks for equality.
- equalsStrings(String[], String[]).
Static method in class Acme.Utils
- Compares two arrays of Strings for equality.
- erasepage().
Method in class Acme.Psg
- Paint the whole graphics area with the background color.
- err.
Variable in class Acme.Application
-
- err.
Variable in class Acme.Spider
-
- ErrorBox(Frame, String).
Constructor for class Acme.Widgets.ErrorBox
- Constructor, default title.
- ErrorBox(Frame, String, String).
Constructor for class Acme.Widgets.ErrorBox
- Constructor, specified title.
- errorColor.
Static variable in class Acme.GuiUtils
- Medium red.
- ERRORED.
Static variable in class Acme.MediaTracker
- Flag indicating the download of some media encountered an error.
- errorIcon(Component).
Static method in class Acme.GuiUtils
-
- even(long).
Static method in class Acme.Utils
- Test is a number is even.
- ExecBug().
Constructor for class Bugs.ExecBug
-
- fetch(Object).
Method in class Acme.Dbz
- Like get(), but assumes the key has already been case-mapped.
- FilenameComnd().
Constructor for class Acme.Comnd.FilenameComnd
-
- FileServlet().
Constructor for class Acme.Serve.FileServlet
- Constructor.
- FileServlet(String).
Constructor for class Acme.Serve.FileServlet
- Constructor with throttling.
- fill().
Method in class Acme.Psg
- Fill current path with current color.
- fillBlock(byte[], byte).
Static method in class Acme.Crypto.CryptoUtils
- Utility routine fill a block with a given byte.
- fillBlock(byte[], int, byte, int).
Static method in class Acme.Crypto.CryptoUtils
- Utility routine fill a block with a given byte.
- filterImage(Component, ImageFilterPlus).
Static method in class Acme.JPM.JPMUtils
- Filter one image into another.
- filterRGBAll(int, int, int[][]).
Method in class Acme.JPM.Filters.EdgeDetect
- This is the routine that subclasses must implement.
- filterRGBAll(int, int, int[][]).
Method in class Acme.JPM.Filters.Oil
- This is the routine that subclasses must implement.
- filterRGBAll(int, int, int[][]).
Method in class Acme.JPM.Filters.RGBAllFilter
- This is the routine that subclasses must implement.
- filterRGBAll(int, int, int[][]).
Method in class Acme.JPM.Filters.Shear
- This is the routine that subclasses must implement.
- filterRGBAll(int, int, int[][]).
Method in class Acme.JPM.Filters.Shrink
- This is the routine that subclasses must implement.
- filterRGBAll(int, int, int[][]).
Method in class Acme.JPM.Filters.Smooth
- This is the routine that subclasses must implement.
- filterRGBBlock(int, int, int, int, int[][]).
Method in class Acme.JPM.Filters.Gamma
- This is the routine that subclasses must implement.
- filterRGBBlock(int, int, int, int, int[][]).
Method in class Acme.JPM.Filters.Invert
- This is the routine that subclasses must implement.
- filterRGBBlock(int, int, int, int, int[][]).
Method in class Acme.JPM.Filters.RGBBlockFilter
- This is the routine that subclasses must implement.
- filterStream(InputStream, OutputStream, ImageFilterPlus).
Static method in class Acme.JPM.Filters.ImageFilterPlus
- Filter a PPM InputStream to a PPM OutputStream.
- finalize().
Method in class Acme.HtmlScanner
- Add a finalize method to try and make sure that our
jiggered close() gets called.
- findUser(String).
Method in class Acme.Conf.Confsys
- Find a user by userid.
- findUser(String).
Method in class Acme.Conf.Client.ConfsysClient
- Find a user by userid.
- findUser(String).
Method in class Acme.Conf.Server.ConfsysServer
- Find a user by userid.
- firstElement().
Method in class Acme.FlexVector
- Returns the first element of the sequence.
- fixDirUrlStr(String).
Static method in class Acme.Utils
- Makes sure if a URL is a directory, it ends with a slash.
- flattenpath().
Method in class Acme.Psg
- Convert curves in the path to sequences of straight lines.
- flattenStrarr(String[]).
Static method in class Acme.Utils
- Turns an array of Strings into a single String, with the components
separated by spaces.
- FlexVector().
Constructor for class Acme.FlexVector
- Constructs an empty vector.
- FlexVector(int).
Constructor for class Acme.FlexVector
- Constructs an empty vector with the specified storage capacity.
- FlexVector(int, int).
Constructor for class Acme.FlexVector
- Constructs an empty vector with the specified storage
capacity and the specified capacityIncrement.
- Flip(ImageProducer, int).
Constructor for class Acme.JPM.Filters.Flip
- Constructor.
- FLIP_CCW.
Static variable in class Acme.JPM.Filters.Flip
- Rotate counter-clockwise 90 degrees.
- FLIP_CW.
Static variable in class Acme.JPM.Filters.Flip
- Rotate clockwise 90 degrees.
- FLIP_LR.
Static variable in class Acme.JPM.Filters.Flip
- Flip left to right.
- FLIP_NULL.
Static variable in class Acme.JPM.Filters.Flip
- The null transformation.
- FLIP_R180.
Static variable in class Acme.JPM.Filters.Flip
- Rotate 180 degrees.
- FLIP_TB.
Static variable in class Acme.JPM.Filters.Flip
- Flip top to bottom.
- FLIP_XY.
Static variable in class Acme.JPM.Filters.Flip
- Transpose X and Y - reflection along a diagonal.
- flush().
Method in class Acme.Serve.servlet.http.ChunkedOutputStream
- Flush the stream.
- flush().
Method in class Acme.Crypto.EncryptedOutputStream
- Flush the stream.
- Fmt().
Constructor for class Acme.Fmt
-
- fmt(byte).
Static method in class Acme.Fmt
-
- fmt(byte, int).
Static method in class Acme.Fmt
-
- fmt(byte, int, int).
Static method in class Acme.Fmt
-
- fmt(char).
Static method in class Acme.Fmt
-
- fmt(char, int).
Static method in class Acme.Fmt
-
- fmt(char, int, int).
Static method in class Acme.Fmt
-
- fmt(double).
Static method in class Acme.Fmt
-
- fmt(double, int).
Static method in class Acme.Fmt
-
- fmt(double, int, int).
Static method in class Acme.Fmt
-
- fmt(double, int, int, int).
Static method in class Acme.Fmt
-
- fmt(float).
Static method in class Acme.Fmt
-
- fmt(float, int).
Static method in class Acme.Fmt
-
- fmt(float, int, int).
Static method in class Acme.Fmt
-
- fmt(float, int, int, int).
Static method in class Acme.Fmt
-
- fmt(int).
Static method in class Acme.Fmt
-
- fmt(int, int).
Static method in class Acme.Fmt
-
- fmt(int, int, int).
Static method in class Acme.Fmt
-
- fmt(long).
Static method in class Acme.Fmt
-
- fmt(long, int).
Static method in class Acme.Fmt
-
- fmt(long, int, int).
Static method in class Acme.Fmt
-
- fmt(Object).
Static method in class Acme.Fmt
-
- fmt(Object, int).
Static method in class Acme.Fmt
-
- fmt(Object, int, int).
Static method in class Acme.Fmt
-
- fmt(short).
Static method in class Acme.Fmt
-
- fmt(short, int).
Static method in class Acme.Fmt
-
- fmt(short, int, int).
Static method in class Acme.Fmt
-
- fmt(String).
Static method in class Acme.Fmt
-
- fmt(String, int).
Static method in class Acme.Fmt
-
- fmt(String, int, int).
Static method in class Acme.Fmt
-
- foo().
Method in class Bugs.IntOpBug
-
- forget(Session).
Method in class Acme.Conf.Seen
- Forget the topic.
- forget(Session).
Method in class Acme.Conf.Client.SeenClient
- Forget the topic.
- forget(Session).
Method in class Acme.Conf.Server.SeenServer
- Forget the topic.
- freeze(Session).
Method in class Acme.Conf.Topic
- Freeze this topic.
- freeze(Session).
Method in class Acme.Conf.Client.TopicClient
- Freeze this topic.
- freeze(Session).
Method in class Acme.Conf.Server.TopicServer
- Freeze this topic.
- Gamma(ImageProducer, double).
Constructor for class Acme.JPM.Filters.Gamma
- Constructor, single exponent.
- Gamma(ImageProducer, double, double, double).
Constructor for class Acme.JPM.Filters.Gamma
- Constructor, different exponents for R G and B.
- GenericCloneable().
Constructor for class Acme.GenericCloneable
-
- GenericServlet().
Constructor for class Acme.Serve.servlet.GenericServlet
-
- get().
Method in class Acme.Crypto.Hash
- Get the current hash.
- get(int).
Method in class Acme.IntHashtable
- Gets the object associated with the specified key in the
hashtable.
- get(int, int).
Method in class Acme.Matrix
- Get an element.
- get(Object).
Method in class Acme.Dbz
- Gets the object associated with the specified key in the dbz file.
- get(Object).
Method in class Acme.IntHashtable
- A get method that takes an Object, for compatibility with
java.util.Dictionary.
- get(Object).
Method in class Acme.LruHashtable
- Gets the object associated with the specified key in the
hashtable.
- get(Object).
Method in class Acme.WildcardDictionary
- Gets the object associated with the specified key in the dictionary.
- getAnswer().
Method in class Acme.Widgets.ButtonDialog
- Get the answer.
- getApplet(String).
Method in class Acme.MainFrame
-
- getAppletContext().
Method in class Acme.MainFrame
-
- getAppletInfo().
Method in class Acme.ApplicationApplet
- Applet info.
- getApplets().
Method in class Acme.MainFrame
-
- getArgs().
Method in class Acme.ApplicationApplet
- Get the ARGS parameter and parse it into an array of Strings.
- getArticle(NewsDbGroup, int).
Method in class Acme.Nnrpd.ArticleCache
- Get an article by group and number.
- getArticle(NewsDbGroup, int).
Method in class Acme.Nnrpd.LocalNewsDb
- Get an article by group and number.
- getArticle(NewsDbGroup, int).
Method in class Acme.Nnrpd.MultiplexNewsDb
- Get an article by group and number.
- getArticle(NewsDbGroup, int).
Method in class Acme.Nnrpd.NewsDb
- Get an article by group and number.
- getArticle(NewsDbGroup, int).
Method in class Acme.Nnrpd.ProxyNewsDb
- Get an article by group and number.
- getArticle(String).
Method in class Acme.Nnrpd.ArticleCache
- Get an article by message-id.
- getArticle(String).
Method in class Acme.Nnrpd.LocalNewsDb
- Get an article by message-id.
- getArticle(String).
Method in class Acme.Nnrpd.MultiplexNewsDb
- Get an article by message-id.
- getArticle(String).
Method in class Acme.Nnrpd.NewsDb
- Get an article by message-id.
- getArticle(String).
Method in class Acme.Nnrpd.ProxyNewsDb
- Get an article by message-id.
- getAttribute(String).
Method in class Acme.Serve.Serve
- Returns the value of the named attribute of the network service, or
null if the attribute does not exist.
- getAttribute(String).
Method in interface Acme.Serve.servlet.ServletContext
- Returns the value of the named attribute of the network service, or
null if the attribute does not exist.
- getAttribute(String).
Method in interface Acme.Serve.servlet.ServletRequest
- Returns the value of the named attribute of the request, or null if
the attribute does not exist.
- getAudioClip(URL).
Method in class Acme.MainFrame
-
- getAuthor().
Method in class Acme.Conf.Response
- The author of the response.
- getAuthor().
Method in class Acme.Conf.Client.ResponseClient
- The author of the response.
- getAuthor().
Method in class Acme.Conf.Server.ResponseServer
- The author of the response.
- getAuthType().
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Returns the authentication scheme of the request, or null if none.
- getBack().
Method in class Acme.DQueue
- Gets an item off the back of the queue.
- getBio().
Method in class Acme.Conf.User
- The user's biographical information / .plan file.
- getBio().
Method in class Acme.Conf.Client.UserClient
- The user's biographical information / .plan file.
- getBio().
Method in class Acme.Conf.Server.UserServer
- The user's biographical information / .plan file.
- getBodyStart().
Method in class Acme.Nnrpd.NewsDbArticle
- Get the start position of the article body.
- getChar().
Method in class Acme.Comnd.ComndContext
-
- getCharacterEncoding().
Method in interface Acme.Serve.servlet.ServletResponse
- Returns the character set encoding used for this MIME body.
- getClientData().
Method in class Acme.Comnd.Comnd
- An arbitrary object that can be associated with a Comnd.
- getCodeBase().
Method in class Acme.MainFrame
-
- getColorModel().
Method in class Acme.JPM.StubToolkit
-
- getCols().
Method in class Acme.Matrix
- Get the column count.
- getComment().
Method in class Acme.Serve.servlet.http.Cookie
- Returns the comment describing the purpose of this cookie, or null if
no such comment has been defined.
- getComponent(int).
Method in class Acme.Widgets.BorderPanel
-
- getConference().
Method in class Acme.Conf.Session
- The current conference.
- getConference().
Method in class Acme.Conf.Client.SessionClient
- The current conference.
- getConference().
Method in class Acme.Conf.Server.SessionServer
- The current conference.
- getConferenceEnumerator().
Method in class Acme.Conf.Session
- The conference enumerator.
- getConferenceEnumerator().
Method in class Acme.Conf.Client.SessionClient
- The conference enumerator.
- getConferenceEnumerator().
Method in class Acme.Conf.Server.SessionServer
- The conference enumerator.
- getConferences().
Method in class Acme.Conf.Confgroup
- An Enumeration of the Conferences in this group.
- getConferences().
Method in class Acme.Conf.Client.ConfgroupClient
- An Enumeration of the Conferences in this group.
- getConferences().
Method in class Acme.Conf.Server.ConfgroupServer
- An Enumeration of the Conferences in this group.
- getConferences().
Method in class Acme.Conf.Conflist
- An Enumeration of the Conferences in this list.
- getConferences().
Method in class Acme.Conf.Client.ConflistClient
- An Enumeration of the Conferences in this list.
- getConferences().
Method in class Acme.Conf.Server.ConflistServer
- An Enumeration of the Conferences in this list.
- getConfgroup().
Method in class Acme.Conf.Session
- The current conference group.
- getConfgroup().
Method in class Acme.Conf.Client.SessionClient
- The current conference group.
- getConfgroup().
Method in class Acme.Conf.Server.SessionServer
- The current conference group.
- getConfgroups().
Method in class Acme.Conf.Confsys
- An Enumeration of the Confgroups.
- getConfgroups().
Method in class Acme.Conf.Client.ConfsysClient
- An Enumeration of the Confgroups.
- getConfgroups().
Method in class Acme.Conf.Server.ConfsysServer
- An Enumeration of the Confgroups.
- getConflist().
Method in class Acme.Conf.User
- The user's conferences list.
- getConflist().
Method in class Acme.Conf.Client.UserClient
- The user's conferences list.
- getConflist().
Method in class Acme.Conf.Server.UserServer
- The user's conferences list.
- getConfsys().
Method in class Acme.Conf.Session
- The conferencing system.
- getConfsys().
Method in class Acme.Conf.Client.SessionClient
- The conferencing system.
- getConfsys().
Method in class Acme.Conf.Server.SessionServer
- The conferencing system.
- getContentLength().
Method in class Acme.Serve.servlet.http.ChunkedInputStream
- Returns the size of the request entity data, or -1 if not known.
- getContentLength().
Method in class Acme.PostURLConnection
-
- getContentLength().
Method in interface Acme.Serve.servlet.ServletRequest
- Returns the size of the request entity data, or -1 if not known.
- getContentType().
Method in class Acme.PostURLConnection
- Gets the content type.
- getContentType().
Method in interface Acme.Serve.servlet.ServletRequest
- Returns the MIME type of the request entity data, or null if
not known.
- getCookie(HttpServletRequest, String).
Static method in class Acme.Serve.ServeUtils
- Get a cookie of a given name.
- getCookies().
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Gets the array of cookies found in this request.
- getCreationTime().
Method in interface Acme.Serve.servlet.http.HttpSession
- Returns the time at which this session representation was created.
- getCreator().
Method in class Acme.Conf.Topic
- The user who created this topic
- getCreator().
Method in class Acme.Conf.Client.TopicClient
- The user who created this topic
- getCreator().
Method in class Acme.Conf.Server.TopicServer
- The user who created this topic
- getDate().
Method in class Acme.Conf.Response
- The date the response was entered.
- getDate().
Method in class Acme.Conf.Client.ResponseClient
- The date the response was entered.
- getDate().
Method in class Acme.Conf.Server.ResponseServer
- The date the response was entered.
- getDate().
Method in class Acme.Conf.Topic
- The date this topic was created.
- getDate().
Method in class Acme.Conf.Client.TopicClient
- The date this topic was created.
- getDate().
Method in class Acme.Conf.Server.TopicServer
- The date this topic was created.
- getDateHeader(String, long).
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Returns the value of a date header field.
- getDbStamp().
Method in class Acme.Nnrpd.NewsDb
- Get the database stamp.
- getDbStamp().
Method in class Acme.Nnrpd.NewsDbArticle
- Get the database stamp.
- getDbStamp().
Method in class Acme.Nnrpd.NewsDbGroup
- Get the database stamp.
- getDefaultToolkit().
Static method in class Acme.JPM.StubToolkit
-
- getDescription().
Method in class Acme.Nnrpd.NewsDbGroup
- The group's description.
- getDocumentBase().
Method in class Acme.MainFrame
-
- getDoInput().
Method in class Acme.PostURLConnection
-
- getDomain().
Method in class Acme.Serve.servlet.http.Cookie
- Returns the domain of the cookie.
- getDoOutput().
Method in class Acme.PostURLConnection
-
- getEmail().
Method in class Acme.Conf.User
- The user's email address.
- getEmail().
Method in class Acme.Conf.Client.UserClient
- The user's email address.
- getEmail().
Method in class Acme.Conf.Server.UserServer
- The user's email address.
- getEncPasswd().
Method in class Acme.UnixUser
-
- getEntry(NewsDbGroup, int).
Method in class Acme.Nnrpd.OverviewCache
- Get an overview entry by group and number.
- getErrorsAny().
Method in class Acme.MediaTracker
- Returns a list of all media that have encountered an error.
- getErrorsID(int).
Method in class Acme.MediaTracker
- Returns a list of media with the specified ID that have encountered
an error.
- getFilterInstance(ImageConsumer).
Method in class Acme.JPM.Filters.CompositeFilter
-
- getFirstArtNum().
Method in class Acme.Nnrpd.NewsDbGroup
- Get the number of the first article in the group.
- getFirstTopicNumber().
Method in class Acme.Conf.Conference
- The first topic number.
- getFirstTopicNumber().
Method in class Acme.Conf.Client.ConferenceClient
- The first topic number.
- getFirstTopicNumber().
Method in class Acme.Conf.Server.ConferenceServer
- The first topic number.
- getFlag().
Method in class Acme.Nnrpd.NewsDbGroup
- The group type - 'y', 'm', etc.
- getFontList().
Method in class Acme.JPM.StubToolkit
-
- getFontMetrics(Font).
Method in class Acme.JPM.StubToolkit
-
- getFontPeer(String, int).
Method in class Acme.JPM.StubToolkit
-
- getFooter(String).
Method in class Acme.Serve.servlet.http.ChunkedInputStream
- Returns the value of a footer field, or null if not known.
- getFooters().
Method in class Acme.Serve.servlet.http.ChunkedInputStream
- Returns an Enumeration of the footer names.
- getFront().
Method in class Acme.Queue
- Gets an item off the front of the queue.
- getGroup(String).
Method in class Acme.Nnrpd.LocalNewsDb
- Get a group by name.
- getGroup(String).
Method in class Acme.Nnrpd.MultiplexNewsDb
- Get a group by name.
- getGroup(String).
Method in class Acme.Nnrpd.NewsDb
- Get a group by name.
- getGroup(String).
Method in class Acme.Nnrpd.ProxyNewsDb
- Get a group by name.
- getGroupid().
Method in class Acme.UnixUser
-
- getGroups().
Method in class Acme.Nnrpd.LocalNewsDb
- Get an enumeration of all the groups.
- getGroups().
Method in class Acme.Nnrpd.MultiplexNewsDb
- Get an enumeration of all the groups.
- getGroups().
Method in class Acme.Nnrpd.NewsDb
- Get an enumeration of all the groups.
- getGroups().
Method in class Acme.Nnrpd.ProxyNewsDb
- Get an enumeration of all the groups.
- getGroups(long).
Method in class Acme.Nnrpd.LocalNewsDb
- Get an enumeration of all groups created after a given time.
- getGroups(long).
Method in class Acme.Nnrpd.MultiplexNewsDb
- Get an enumeration of all groups created after a given time.
- getGroups(long).
Method in class Acme.Nnrpd.NewsDb
- Get an enumeration of all groups created after a given time.
- getGroups(long).
Method in class Acme.Nnrpd.ProxyNewsDb
- Get an enumeration of all groups created after a given time.
- getGroups(long, String).
Method in class Acme.Nnrpd.LocalNewsDb
- Get an enumeration of all groups created after a given time that match
a given distributions pattern.
- getGroups(long, String).
Method in class Acme.Nnrpd.MultiplexNewsDb
- Get an enumeration of all groups created after a given time that match
a given distributions pattern.
- getGroups(long, String).
Method in class Acme.Nnrpd.NewsDb
- Get an enumeration of all groups created after a given time that match
the given distributions pattern.
- getGroups(long, String).
Method in class Acme.Nnrpd.ProxyNewsDb
- Get an enumeration of all groups created after a given time that match
a given distributions pattern.
- getHeader(String).
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Returns the value of a header field, or null if not known.
- getHeader(String).
Method in class Acme.Nnrpd.NewsDbArticle
- Get a header field.
- getHeader(String, NewsDbGroup, int).
Method in class Acme.Nnrpd.NewsDb
- Get a specified header from an article by group and number.
- getHeader(String, String).
Static method in class Acme.Nnrpd.NewsDbArticle
- Extract the named header from the text of a netnews article.
- getHeaderField(String).
Method in class Acme.PostURLConnection
- Gets a header field by name.
- getHeaderFieldDate(String, long).
Method in class Acme.PostURLConnection
- Gets a header field by name.
- getHeaderFieldInt(String, int).
Method in class Acme.PostURLConnection
- Gets a header field by name.
- getHeaderNames().
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Returns an Enumeration of the header names.
- getHeaders(String[], NewsDbGroup, int, int).
Method in class Acme.Nnrpd.LocalNewsDb
- Get specified headers from a range of articles by group and number.
- getHeaders(String[], NewsDbGroup, int, int).
Method in class Acme.Nnrpd.MultiplexNewsDb
- Get specified headers from a range of articles by group and number.
- getHeaders(String[], NewsDbGroup, int, int).
Method in class Acme.Nnrpd.NewsDb
- Get specified headers from a range of articles by group and number.
- getHeaders(String[], NewsDbGroup, int, int).
Method in class Acme.Nnrpd.ProxyNewsDb
- Get specified headers from a range of articles by group and number.
- getHeadLen().
Method in class Acme.Nnrpd.NewsDbArticle
- Get the length of the article header.
- getHomeDir().
Method in class Acme.UnixUser
-
- getId().
Method in interface Acme.Serve.servlet.http.HttpSession
- Returns the identifier assigned to this session.
- getIds().
Method in interface Acme.Serve.servlet.http.HttpSessionContext
- Returns an enumeration of all of the session IDs in this context.
- getImage(String).
Method in class Acme.JPM.StubToolkit
-
- getImage(URL).
Method in class Acme.MainFrame
-
- getImage(URL).
Method in class Acme.JPM.StubToolkit
-
- getInitParameter(String).
Method in class Acme.Serve.servlet.GenericServlet
- Gets an initialization parameter of the servlet.
- getInitParameter(String).
Method in interface Acme.Serve.servlet.ServletConfig
- Gets an initialization parameter of the servlet.
- getInitParameterNames().
Method in class Acme.Serve.servlet.GenericServlet
- Gets a hash table of the initialization parameters of the servlet.
- getInitParameterNames().
Method in interface Acme.Serve.servlet.ServletConfig
- Gets the names of the initialization parameters of the servlet.
- getInputStream().
Method in class Acme.PostURLConnection
- Call this routine to get an InputStream that reads from the object.
- getInputStream().
Method in interface Acme.Serve.servlet.ServletRequest
- Returns an input stream for reading request data.
- getIntHeader(String, int).
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Returns the value of an integer header field.
- getLastAccessedTime().
Method in interface Acme.Serve.servlet.http.HttpSession
- Returns the last time the client sent a request carrying the identifier
assigned to the session.
- getLastArtNum().
Method in class Acme.Nnrpd.NewsDbGroup
- Get the number of the last article in the group.
- getLastResponseNumber().
Method in class Acme.Conf.Topic
- The last response number.
- getLastResponseNumber().
Method in class Acme.Conf.Client.TopicClient
- The last response number.
- getLastResponseNumber().
Method in class Acme.Conf.Server.TopicServer
- The last response number.
- getLastResponseNumberSeen().
Method in class Acme.Conf.Seen
- The last response number the user has read.
- getLastResponseNumberSeen().
Method in class Acme.Conf.Client.SeenClient
- The last response number the user has read.
- getLastResponseNumberSeen().
Method in class Acme.Conf.Server.SeenServer
- The last response number the user has read.
- getLastTime(NewsDbGroup).
Method in class Acme.Nnrpd.OverviewCache
- Get the last time we cached entries for this group.
- getLastTopicNumber().
Method in class Acme.Conf.Conference
- The last topic number.
- getLastTopicNumber().
Method in class Acme.Conf.Client.ConferenceClient
- The last topic number.
- getLastTopicNumber().
Method in class Acme.Conf.Server.ConferenceServer
- The last topic number.
- getLayout().
Method in class Acme.Widgets.BorderPanel
-
- getLogin().
Method in class Acme.Conf.Conference
- The login message.
- getLogin().
Method in class Acme.Conf.Client.ConferenceClient
- The login message.
- getLogin().
Method in class Acme.Conf.Server.ConferenceServer
- The login message.
- getLoginShell().
Method in class Acme.UnixUser
-
- getLongDesc().
Method in class Acme.Conf.Conference
- A paragraph about the conference.
- getLongDesc().
Method in class Acme.Conf.Client.ConferenceClient
- A paragraph about the conference.
- getLongDesc().
Method in class Acme.Conf.Server.ConferenceServer
- A paragraph about the conference.
- getLongHeader(String, long).
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Returns the value of a long header field.
- getMaxAge().
Method in class Acme.Serve.servlet.http.Cookie
- Returns the maximum specified age of the cookie.
- getMaxBps().
Method in class Acme.Serve.ThrottleItem
-
- getMessageIds(String, long).
Method in class Acme.Nnrpd.LocalNewsDb
- Get an enumeration of all message-ids received after a given time
in groups matching the given pattern.
- getMessageIds(String, long).
Method in class Acme.Nnrpd.MultiplexNewsDb
- Get an enumeration of all message-ids received after a given time
in groups matching the given pattern.
- getMessageIds(String, long).
Method in class Acme.Nnrpd.NewsDb
- Get an enumeration of all message-ids received after a given time
in groups matching the given pattern.
- getMessageIds(String, long).
Method in class Acme.Nnrpd.ProxyNewsDb
- Get an enumeration of all message-ids received after a given time
in groups matching the given pattern.
- getMessageIds(String, long, String).
Method in class Acme.Nnrpd.LocalNewsDb
- Get an enumeration of all message-ids received after a given time
in groups matching the given pattern, that also match the
given distributions pattern.
- getMessageIds(String, long, String).
Method in class Acme.Nnrpd.MultiplexNewsDb
- Get an enumeration of all message-ids received after a given time
in groups matching the given pattern, that also match the
given distributions pattern.
- getMessageIds(String, long, String).
Method in class Acme.Nnrpd.NewsDb
- Get an enumeration of all message-ids received after a given time
in groups matching the given pattern, that also match the
This is similar to the NNTP "NEWNEWS" command.
- getMessageIds(String, long, String).
Method in class Acme.Nnrpd.ProxyNewsDb
- Get an enumeration of all message-ids received after a given time
in groups matching the given pattern, that also match the
given distributions pattern.
- getMethod().
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Returns the method with which the request was made.
- getMimeType(String).
Method in class Acme.Serve.Serve
- Returns the MIME type of the specified file.
- getMimeType(String).
Method in interface Acme.Serve.servlet.ServletContext
- Returns the MIME type of the specified file.
- getName().
Method in class Acme.Conf.Confgroup
- The name of this group of conferences.
- getName().
Method in class Acme.Conf.Client.ConfgroupClient
- The name of this group of conferences.
- getName().
Method in class Acme.Conf.Server.ConfgroupServer
- The name of this group of conferences.
- getName().
Method in class Acme.Serve.servlet.http.Cookie
- Returns the name of the cookie.
- getName().
Method in class Acme.Nnrpd.NewsDbGroup
- Get the group name.
- getNumArts().
Method in class Acme.Nnrpd.NewsDbGroup
- Get the estimated number of articles in the group.
- getNumber().
Method in class Acme.Conf.Response
- The number of this response.
- getNumber().
Method in class Acme.Conf.Client.ResponseClient
- The number of this response.
- getNumber().
Method in class Acme.Conf.Server.ResponseServer
- The number of this response.
- getNumTopics().
Method in class Acme.Conf.Conference
- The number of topics in the conference.
- getNumTopics().
Method in class Acme.Conf.Client.ConferenceClient
- The number of topics in the conference.
- getNumTopics().
Method in class Acme.Conf.Server.ConferenceServer
- The number of topics in the conference.
- getOutputStream().
Method in class Acme.PostURLConnection
- Call this routine to get an OutputStream that writes to the object.
- getOutputStream().
Method in interface Acme.Serve.servlet.ServletResponse
- Returns an output stream for writing response data.
- getParameter(String).
Method in class Acme.MainFrame
-
- getParameter(String).
Method in interface Acme.Serve.servlet.ServletRequest
- Returns a string containing the value of the specified parameter,
or null if the parameter does not exist.
- getParameterInfo().
Method in class Acme.ApplicationApplet
- Parameter info.
- getParameterNames().
Method in interface Acme.Serve.servlet.ServletRequest
- Returns the parameter names for this request.
- getParameterValues(String).
Method in interface Acme.Serve.servlet.ServletRequest
- Returns the values of the specified parameter for the request as an
array of strings, or null if the named parameter does not exist.
- getPath().
Method in class Acme.Serve.servlet.http.Cookie
- Returns the prefix of all URLs for which this cookie is targetted.
- getPathInfo().
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Returns optional extra path information following the servlet path, but
immediately preceding the query string.
- getPathTranslated().
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Returns extra path information translated to a real path.
- getPostingOk().
Method in class Acme.Nnrpd.LocalNewsDb
- Whether posting is allowed.
- getPostingOk().
Method in class Acme.Nnrpd.MultiplexNewsDb
- Whether posting is allowed.
- getPostingOk().
Method in class Acme.Nnrpd.NewsDb
- Whether posting is allowed.
- getPostingOk().
Method in class Acme.Nnrpd.ProxyNewsDb
- Whether posting is allowed.
- getPrintJob(Frame, String, Properties).
Method in class Acme.JPM.StubToolkit
-
- getProtocol().
Method in interface Acme.Serve.servlet.ServletRequest
- Returns the protocol and version of the request as a string of
the form /..
- getPseud().
Method in class Acme.Conf.Response
- The author's pseudonym for this response - often the same as
the real name, but not always.
- getPseud().
Method in class Acme.Conf.Client.ResponseClient
- The author's pseudonym for this response - often the same as
the real name, but not always.
- getPseud().
Method in class Acme.Conf.Server.ResponseServer
- The author's pseudonym for this response - often the same as
the real name, but not always.
- getQueryString().
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Returns the query string part of the servlet URI, or null if none.
- getReader().
Method in interface Acme.Serve.servlet.ServletRequest
- Returns a buffered reader for reading request data.
- getRealName().
Method in class Acme.UnixUser
-
- getRealName().
Method in class Acme.Conf.User
- The user's real name.
- getRealName().
Method in class Acme.Conf.Client.UserClient
- The user's real name.
- getRealName().
Method in class Acme.Conf.Server.UserServer
- The user's real name.
- getRealPath(String).
Method in class Acme.Serve.Serve
- Applies alias rules to the specified virtual path and returns the
corresponding real path.
- getRealPath(String).
Method in interface Acme.Serve.servlet.ServletContext
- Applies alias rules to the specified virtual path and returns the
corresponding real path.
- getRealPath(String).
Method in interface Acme.Serve.servlet.ServletRequest
- Applies alias rules to the specified virtual path and returns the
corresponding real path, or null if the translation can not be
performed for any reason.
- getRemoteAddr().
Method in interface Acme.Serve.servlet.ServletRequest
- Returns the IP address of the agent that sent the request.
- getRemoteHost().
Method in interface Acme.Serve.servlet.ServletRequest
- Returns the fully qualified host name of the agent that sent the
request.
- getRemoteUser().
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Returns the name of the user making this request, or null if not known.
- getRequestedSessionId().
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Gets the session id specified with this request.
- getRequestProperty(String).
Method in class Acme.PostURLConnection
-
- getRequestURI().
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Returns the full request URI.
- getResponse(int).
Method in class Acme.Conf.Topic
- Get a response by number.
- getResponse(int).
Method in class Acme.Conf.Client.TopicClient
- Get a response by number.
- getResponse(int).
Method in class Acme.Conf.Server.TopicServer
- Get a response by number.
- getRounds(int, int).
Static method in class Acme.Crypto.AesCipher
- Return the number of rounds for a given Rijndael's key and block sizes.
- getRows().
Method in class Acme.Matrix
- Get the row count.
- getScheme().
Method in interface Acme.Serve.servlet.ServletRequest
- Returns the scheme of the URL used in this request, for example
"http", "https", or "ftp".
- getScreenResolution().
Method in class Acme.JPM.StubToolkit
-
- getScreenSize().
Method in class Acme.JPM.StubToolkit
-
- getScribbleDate().
Method in class Acme.Conf.Response
- The time of the scribble.
- getScribbleDate().
Method in class Acme.Conf.Client.ResponseClient
- The time of the scribble.
- getScribbleDate().
Method in class Acme.Conf.Server.ResponseServer
- The time of the scribble.
- getScribbler().
Method in class Acme.Conf.Response
- The user who did the scribbling.
- getScribbler().
Method in class Acme.Conf.Client.ResponseClient
- The user who did the scribbling.
- getScribbler().
Method in class Acme.Conf.Server.ResponseServer
- The user who did the scribbling.
- getSecure().
Method in class Acme.Serve.servlet.http.Cookie
- Returns the value of the 'secure' flag.
- getSeen(Topic).
Method in class Acme.Conf.Seentab
- Get this user's Seen object for a given topic.
- getSeen(Topic).
Method in class Acme.Conf.Client.SeentabClient
- Get this user's Seen object for a given topic.
- getSeen(Topic).
Method in class Acme.Conf.Server.SeentabServer
- Get this user's Seen object for a given topic.
- getSeentab().
Method in class Acme.Conf.User
- The user's seen-table.
- getSeentab().
Method in class Acme.Conf.Client.UserClient
- The user's seen-table.
- getSeentab().
Method in class Acme.Conf.Server.UserServer
- The user's seen-table.
- getServerInfo().
Method in class Acme.Serve.Serve
- Returns the name and version of the web server under which the servlet
is running.
- getServerInfo().
Method in interface Acme.Serve.servlet.ServletContext
- Returns the name and version of the web server under which the servlet
is running.
- getServerName().
Method in interface Acme.Serve.servlet.ServletRequest
- Returns the host name of the server as used in the part of
the request URI.
- getServerPort().
Method in interface Acme.Serve.servlet.ServletRequest
- Returns the port number on which this request was received as used in
the part of the request URI.
- getServlet().
Method in class Acme.Serve.servlet.UnavailableException
- Returns the servlet that is reporting its unavailability.
- getServlet(String).
Method in class Acme.Serve.Serve
- Gets a servlet by name.
- getServlet(String).
Method in interface Acme.Serve.servlet.ServletContext
- Gets a servlet by name.
- getServletConfig().
Method in class Acme.Serve.servlet.GenericServlet
- Returns a servlet config object, which contains any initialization
parameters and startup configuration for this servlet.
- getServletConfig().
Method in interface Acme.Serve.servlet.Servlet
- Returns a servlet config object, which contains any initialization
parameters and startup configuration for this servlet.
- getServletContext().
Method in class Acme.Serve.servlet.GenericServlet
- Returns the servlet context.
- getServletContext().
Method in interface Acme.Serve.servlet.ServletConfig
- Returns the context for the servlet.
- getServletInfo().
Method in class Acme.Serve.CgiServlet
- Returns a string containing information about the author, version, and
copyright of the servlet.
- getServletInfo().
Method in class Acme.Conf.Server.ConfServlet
- Returns a string containing information about the author, version, and
copyright of the servlet.
- getServletInfo().
Method in class Acme.Serve.FileServlet
- Returns a string containing information about the author, version, and
copyright of the servlet.
- getServletInfo().
Method in class Acme.Serve.servlet.GenericServlet
- Returns a string containing information about the author, version, and
copyright of the servlet.
- getServletInfo().
Method in class Acme.Serve.SampleServlet
- Returns a string containing information about the author, version, and
copyright of the servlet.
- getServletInfo().
Method in interface Acme.Serve.servlet.Servlet
- Returns a string containing information about the author, version, and
copyright of the servlet.
- getServletInfo().
Method in class Acme.Serve.TestServlet
- Returns a string containing information about the author, version, and
copyright of the servlet.
- getServletNames().
Method in class Acme.Serve.Serve
- Enumerates the names of the servlets in this context (server).
- getServletNames().
Method in interface Acme.Serve.servlet.ServletContext
- Enumerates the names of the servlets in this context (server).
- getServletPath().
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Returns the part of the request URI that referred to the servlet being
invoked.
- getServlets().
Method in class Acme.Serve.Serve
- Enumerates the servlets in this context (server).
- getServlets().
Method in interface Acme.Serve.servlet.ServletContext
- Enumerates the servlets in this context (server).
- getSession(boolean).
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Gets the current valid session associated with this request, if
create is false or, if necessary, creates a new session for the
request, if create is true.
- getSession(String).
Method in interface Acme.Serve.servlet.http.HttpSessionContext
- Returns the session bound to the specified session ID.
- getSessionContext().
Method in interface Acme.Serve.servlet.http.HttpSession
- Returns the context in which this session is bound.
- getShortDesc().
Method in class Acme.Conf.Conference
- A one-line description of the conference.
- getShortDesc().
Method in class Acme.Conf.Client.ConferenceClient
- A one-line description of the conference.
- getShortDesc().
Method in class Acme.Conf.Server.ConferenceServer
- A one-line description of the conference.
- getSource().
Method in class Acme.JPM.Filters.ImageFilterPlus
- Return the ImageProducer for this filter.
- getSystemClipboard().
Method in class Acme.JPM.StubToolkit
-
- getSystemEventQueueImpl().
Method in class Acme.JPM.StubToolkit
-
- getText().
Method in class Acme.Nnrpd.NewsDbArticle
- Get the article text.
- getText().
Method in class Acme.Conf.Response
- The text of the response.
- getText().
Method in class Acme.Conf.Client.ResponseClient
- The text of the response.
- getText().
Method in class Acme.Conf.Server.ResponseServer
- The text of the response.
- gettingUrl.
Variable in class Acme.HtmlScanner
- Whether the interpreter is currently accumulating a URL.
- getTitle().
Method in class Acme.Conf.Topic
- The topic's title.
- getTitle().
Method in class Acme.Conf.Client.TopicClient
- The topic's title.
- getTitle().
Method in class Acme.Conf.Server.TopicServer
- The topic's title.
- getTopic(int).
Method in class Acme.Conf.Conference
- Get a topic by its topic number in this conference.
- getTopic(int).
Method in class Acme.Conf.Client.ConferenceClient
- Get a topic by its topic number in this conference.
- getTopic(int).
Method in class Acme.Conf.Server.ConferenceServer
- Get a topic by its topic number in this conference.
- getTopicNumber().
Method in class Acme.Conf.Session
- The current topic number.
- getTopicNumber().
Method in class Acme.Conf.Client.SessionClient
- The current topic number.
- getTopicNumber().
Method in class Acme.Conf.Server.SessionServer
- The current topic number.
- getTopParent(Component).
Static method in class Acme.GuiUtils
- Returns the top available parent of a component.
- getUnavailableSeconds().
Method in class Acme.Serve.servlet.UnavailableException
- Returns the amount of time the servlet expects to be temporarily
unavailable.
- getUrl().
Method in class Acme.Conf.Conference
- The conference's url.
- getUrl().
Method in class Acme.Conf.Client.ConferenceClient
- The conference's url.
- getUrl().
Method in class Acme.Conf.Server.ConferenceServer
- The conference's url.
- getURL().
Method in class Acme.PostURLConnection
- Gets the URL for this connection.
- getUrl().
Method in class Acme.Conf.User
- The user's URL.
- getUrl().
Method in class Acme.Conf.Client.UserClient
- The user's URL.
- getUrl().
Method in class Acme.Conf.Server.UserServer
- The user's URL.
- getUseCaches().
Method in class Acme.PostURLConnection
-
- getUser().
Method in class Acme.Conf.Session
- The user.
- getUser().
Method in class Acme.Conf.Client.SessionClient
- The user.
- getUser().
Method in class Acme.Conf.Server.SessionServer
- The user.
- getUserId().
Method in class Acme.UnixUser
-
- getUserid().
Method in class Acme.Conf.User
- The user's userid.
- getUserid().
Method in class Acme.Conf.Client.UserClient
- The user's userid.
- getUserid().
Method in class Acme.Conf.Server.UserServer
- The user's userid.
- getUserName().
Method in class Acme.UnixUser
-
- getUsers().
Method in class Acme.Conf.Confsys
- An Enumeration of the Users.
- getUsers().
Method in class Acme.Conf.Client.ConfsysClient
- An Enumeration of the Users.
- getUsers().
Method in class Acme.Conf.Server.ConfsysServer
- An Enumeration of the Users.
- getValue().
Method in class Acme.Serve.servlet.http.Cookie
- Returns the value of the cookie.
- getValue().
Method in class Acme.Widgets.Slider
- Returns the current value for the slider.
- getValue(String).
Method in interface Acme.Serve.servlet.http.HttpSession
- Returns the object bound to the given name in the session's application
layer data.
- getVersion().
Method in class Acme.Serve.servlet.http.Cookie
- Returns the version of the cookie.
- getVersion().
Method in interface Acme.Versioned
- Return the version of this class.
- getWriter().
Method in interface Acme.Serve.servlet.ServletResponse
- Returns a print writer for writing response data.
- GifEncoder(Image, OutputStream).
Constructor for class Acme.JPM.Encoders.GifEncoder
- Constructor from Image.
- GifEncoder(Image, OutputStream, boolean).
Constructor for class Acme.JPM.Encoders.GifEncoder
- Constructor from Image with interlace setting.
- GifEncoder(ImageProducer, OutputStream).
Constructor for class Acme.JPM.Encoders.GifEncoder
- Constructor from ImageProducer.
- GifEncoder(ImageProducer, OutputStream, boolean).
Constructor for class Acme.JPM.Encoders.GifEncoder
- Constructor from ImageProducer with interlace setting.
- gotAHREF(String, URL, Object).
Method in class Acme.HtmlEditScanner
- Callback from HtmlScanner.
- gotAHREF(String, URL, Object).
Method in interface Acme.HtmlObserver
- This gets called when the scanner finds an <A HREF=""> URL.
- gotAHREF(String, URL, Object).
Method in class Acme.Spider
- Acme.HtmlObserver callback.
- gotAREAHREF(String, URL, Object).
Method in class Acme.HtmlEditScanner
- Callback from HtmlScanner.
- gotAREAHREF(String, URL, Object).
Method in interface Acme.HtmlObserver
- This gets called when the scanner finds a <AREA HREF=""> URL.
- gotAREAHREF(String, URL, Object).
Method in class Acme.Spider
- Acme.HtmlObserver callback.
- gotBASEHREF(String, URL, Object).
Method in class Acme.HtmlEditScanner
- Callback from HtmlScanner.
- gotBASEHREF(String, URL, Object).
Method in interface Acme.HtmlObserver
- This gets called when the scanner finds a <BASE HREF=""> URL.
- gotBASEHREF(String, URL, Object).
Method in class Acme.Spider
- Acme.HtmlObserver callback.
- gotBODYBACKGROUND(String, URL, Object).
Method in class Acme.HtmlEditScanner
- Callback from HtmlScanner.
- gotBODYBACKGROUND(String, URL, Object).
Method in interface Acme.HtmlObserver
- This gets called when the scanner finds a <BODY BACKGROUND=""> URL.
- gotBODYBACKGROUND(String, URL, Object).
Method in class Acme.Spider
- Acme.HtmlObserver callback.
- gotFRAMESRC(String, URL, Object).
Method in class Acme.HtmlEditScanner
- Callback from HtmlScanner.
- gotFRAMESRC(String, URL, Object).
Method in interface Acme.HtmlObserver
- This gets called when the scanner finds an <FRAME SRC=""> URL.
- gotFRAMESRC(String, URL, Object).
Method in class Acme.Spider
- Acme.HtmlObserver callback.
- gotIMGSRC(String, URL, Object).
Method in class Acme.HtmlEditScanner
- Callback from HtmlScanner.
- gotIMGSRC(String, URL, Object).
Method in interface Acme.HtmlObserver
- This gets called when the scanner finds an <IMG SRC=""> URL.
- gotIMGSRC(String, URL, Object).
Method in class Acme.Spider
- Acme.HtmlObserver callback.
- gotLINKHREF(String, URL, Object).
Method in class Acme.HtmlEditScanner
- Callback from HtmlScanner.
- gotLINKHREF(String, URL, Object).
Method in interface Acme.HtmlObserver
- This gets called when the scanner finds a <LINK HREF=""> URL.
- gotLINKHREF(String, URL, Object).
Method in class Acme.Spider
- Acme.HtmlObserver callback.
- gray.
Static variable in class Acme.Leggo.LeggoColor
-
- green.
Static variable in class Acme.Leggo.LeggoColor
-
- grestore().
Method in class Acme.Psg
- Restore the last Save()ed graphics state.
- grestoreall().
Method in class Acme.Psg
- Pop to bottom-most graphics state.
- gsave().
Method in class Acme.Psg
- Save the current graphics state onto a stack.
- GuideComnd(String).
Constructor for class Acme.Comnd.GuideComnd
-
- GuiUtils().
Constructor for class Acme.GuiUtils
-
- handleBgcolor(Applet).
Static method in class Acme.GuiUtils
- Handle the standard BGCOLOR parameter.
- handleEvent(Event).
Method in class Acme.Widgets.ButtonDialog
- Event handler.
- handleEvent(Event).
Method in class Acme.JPM.JPMTest
- Event handler.
- handleEvent(Event).
Method in class Acme.MainFrame
- Event handler for the menu bar.
- handleEvent(Event).
Method in class Acme.Widgets.OkDialog
- Event handler.
- handleEvent(Event).
Method in class Acme.Widgets.WidgetTest
- Event handler.
- HardLoop1().
Constructor for class Bugs.HardLoop1
-
- HardLoop2().
Constructor for class Bugs.HardLoop2
-
- HardLoop3().
Constructor for class Bugs.HardLoop3
-
- HardLoop4().
Constructor for class Bugs.HardLoop4
-
- HardLoop5().
Constructor for class Bugs.HardLoop5
-
- HardLoop6().
Constructor for class Bugs.HardLoop6
-
- HardLoop7().
Constructor for class Bugs.HardLoop7
-
- Hash(int).
Constructor for class Acme.Crypto.Hash
- Constructor.
- hashBytes.
Variable in class Acme.Crypto.Hash
- The hash bytes.
- hashCode().
Method in class Acme.DoublePoint
-
- hashCode().
Method in class Acme.Crypto.Hash
- Compute a Java int hash code, for use with java.util.Hashtable.
- hashCode().
Method in class Acme.Matrix
- Compute a hash code for the matrix.
- hashCode().
Method in class Acme.Pair
- Compute a hash code for the pair.
- hashCode().
Method in class Acme.Conf.User
-
- hashCode().
Method in class Acme.Conf.Client.UserClient
-
- hashCode().
Method in class Acme.Conf.Server.UserServer
-
- hashSize.
Variable in class Acme.Crypto.Hash
- How big a hash is.
- hashSize().
Method in class Acme.Crypto.Hash
- Return how big a hash is.
- hashStr(String, Hash).
Static method in class Acme.Crypto.Hash
- Static utility routine for hashing a String in one step.
- hasMoreElements().
Method in class Acme.ArrayEnumerator
-
- hasMoreElements().
Method in class Acme.Primes
-
- hasMoreElements().
Method in class Acme.Spider
- Standard Enumeration method.
- help(ComndContext).
Method in class Acme.Comnd.CharClassComnd
- Each type of Comnd implements this to display a help message.
- help(ComndContext).
Method in class Acme.Comnd.Comnd
- Each type of Comnd implements this to display a help message.
- help(ComndContext).
Method in class Acme.Comnd.FilenameComnd
- Each type of Comnd implements this to display a help message.
- help(ComndContext).
Method in class Acme.Comnd.IntegerComnd
- Each type of Comnd implements this to display a help message.
- help(ComndContext).
Method in class Acme.Comnd.KeywordsComnd
- Each type of Comnd implements this to display a help message.
- help(ComndContext).
Method in class Acme.Comnd.LiteralComnd
- Each type of Comnd implements this to display a help message.
- help(ComndContext).
Method in class Acme.Comnd.NewlineComnd
- Each type of Comnd implements this to display a help message.
- help(ComndContext).
Method in class Acme.Comnd.OneOrMoreComnd
- Each type of Comnd implements this to display a help message.
- help(ComndContext).
Method in class Acme.Comnd.OptionalComnd
- Each type of Comnd implements this to display a help message.
- help(ComndContext).
Method in class Acme.Comnd.OrListComnd
- Each type of Comnd implements this to display a help message.
- help(ComndContext).
Method in class Acme.Comnd.SeqListComnd
- Each type of Comnd implements this to display a help message.
- help(ComndContext).
Method in class Acme.Comnd.StringComnd
- Each type of Comnd implements this to display a help message.
- help(ComndContext).
Method in class Acme.Comnd.WhitespaceComnd
- Each type of Comnd implements this to display a help message.
- help(ComndContext).
Method in class Acme.Comnd.ZeroOrMoreComnd
- Each type of Comnd implements this to display a help message.
- hide(Session).
Method in class Acme.Conf.Response
- Hide this response.
- hide(Session).
Method in class Acme.Conf.Client.ResponseClient
- Hide this response.
- hide(Session).
Method in class Acme.Conf.Server.ResponseServer
- Hide this response.
- HtmlEditScanner(HtmlScanner, HtmlEditObserver).
Constructor for class Acme.HtmlEditScanner
- Constructor with a pre-made HtmlScanner.
- HtmlEditScanner(HtmlScanner, HtmlEditObserver, Object).
Constructor for class Acme.HtmlEditScanner
- Constructor with a pre-made HtmlScanner, with clientData.
- HtmlEditScanner(InputStream, URL, HtmlEditObserver).
Constructor for class Acme.HtmlEditScanner
- Constructor.
- HtmlEditScanner(InputStream, URL, HtmlEditObserver, Object).
Constructor for class Acme.HtmlEditScanner
- Constructor with clientData.
- HtmlScanner(InputStream, URL, HtmlObserver).
Constructor for class Acme.HtmlScanner
- Constructor.
- HtmlScanner(InputStream, URL, HtmlObserver, Object).
Constructor for class Acme.HtmlScanner
- Constructor with clientData.
- HttpServlet().
Constructor for class Acme.Serve.servlet.http.HttpServlet
-
- HX.
Static variable in class Acme.Fmt
- Hexadecimal.
- IdeaCipher(byte[]).
Constructor for class Acme.Crypto.IdeaCipher
-
- IdeaCipher(String).
Constructor for class Acme.Crypto.IdeaCipher
-
- idtransform_x(int, int).
Method in class Acme.Psg
- Inverse transform (dx, dy) into a user-space x-distance.
- idtransform_y(int, int).
Method in class Acme.Psg
- Inverse transform (dx, dy) into a user-space y-distance.
- imageComplete(int).
Method in class Acme.JPM.Filters.CompositeFilter
- This routine fixes a bug in java.awt.image.ImageFilter.
- imageComplete(int).
Method in class Acme.JPM.Encoders.ImageEncoder
-
- imageComplete(int).
Method in class Acme.JPM.Filters.ImageFilterPlus
- This routine fixes a bug in java.awt.image.ImageFilter.
- imageComplete(int).
Method in class Acme.JPM.Filters.RGBAllFilter
- This routine fixes a bug in java.awt.image.ImageFilter.
- ImageDecoder(InputStream).
Constructor for class Acme.JPM.Decoders.ImageDecoder
- Constructor.
- ImageEncoder(Image, OutputStream).
Constructor for class Acme.JPM.Encoders.ImageEncoder
- Constructor.
- ImageEncoder(ImageProducer, OutputStream).
Constructor for class Acme.JPM.Encoders.ImageEncoder
- Constructor.
- ImageFilterPlus(ImageProducer).
Constructor for class Acme.JPM.Filters.ImageFilterPlus
- Constructor.
- ImageFilterPlus(ImageProducer, boolean).
Constructor for class Acme.JPM.Filters.ImageFilterPlus
- Constructor, with pixel order change.
- ImageLabel(Image).
Constructor for class Acme.Widgets.ImageLabel
- Constructor.
- imageUpdate(Image, int, int, int, int, int).
Method in class Acme.Widgets.ImageLabel
-
- in.
Variable in class Acme.Application
-
- IN.
Static variable in class Acme.Widgets.BorderPanel
-
- in.
Variable in class Acme.Comnd.ComndContext
-
- indexOf(Object).
Method in class Acme.FlexVector
- Searches for the specified object, starting from the first position
and returns an index to it.
- indexOf(Object, int).
Method in class Acme.FlexVector
- Searches for the specified object, starting at the specified
position and returns an index to it.
- indexOfString(String[], String).
Static method in class Acme.Utils
- Locates a String in an array of Strings.
- indexOfStringIgnoreCase(String[], String).
Static method in class Acme.Utils
- Locates a String in an array of Strings, ignoring case.
- init().
Method in class Acme.ApplicationApplet
- Called when the applet is first created.
- init().
Method in class Acme.Serve.servlet.GenericServlet
- Initializes the servlet.
- init(ServletConfig).
Method in class Acme.Serve.servlet.GenericServlet
- Initializes the servlet.
- init(ServletConfig).
Method in interface Acme.Serve.servlet.Servlet
- Initializes the servlet.
- initgraphics().
Method in class Acme.Psg
- Reset graphics state.
- insertElementAt(Object, int).
Method in class Acme.FlexVector
- Inserts the specified object as an element at the specified index.
- insets(int).
Method in class Acme.Widgets.BorderPanel
-
- instanceOf(Object, Class).
Static method in class Acme.Utils
- Check if an object extends a given class or one of its superclasses.
- INT_CHECKGROUPDESCS.
Static variable in class Acme.Nnrpd.NnrpdUtils
- How often to check the list of newsgroup descriptions.
- INT_CHECKGROUPS.
Static variable in class Acme.Nnrpd.NnrpdUtils
- How often to check the list of newsgroups.
- INT_CHECKOVERVIEW.
Static variable in class Acme.Nnrpd.NnrpdUtils
- How often to check a group's overview data.
- INT_DAY.
Static variable in class Acme.Utils
-
- INT_DECADE.
Static variable in class Acme.Utils
-
- INT_HOUR.
Static variable in class Acme.Utils
-
- INT_IDLETIMEOUT.
Static variable in class Acme.Nnrpd.NnrpdUtils
- Idle timeout, in milliseconds.
- INT_MINUTE.
Static variable in class Acme.Utils
-
- INT_MONTH.
Static variable in class Acme.Utils
-
- INT_SECOND.
Static variable in class Acme.Utils
-
- INT_WEEK.
Static variable in class Acme.Utils
-
- INT_YEAR.
Static variable in class Acme.Utils
-
- IntegerComnd().
Constructor for class Acme.Comnd.IntegerComnd
-
- intervalStr(long).
Static method in class Acme.Utils
- Returns a string approximately describing a given time interval.
- IntGlide(int, int, int).
Constructor for class Acme.IntGlide
- Constructor, unspecified initial value.
- IntGlide(int, int, int, int).
Constructor for class Acme.IntGlide
- Constructor.
- IntHashtable().
Constructor for class Acme.IntHashtable
- Constructs a new, empty hashtable.
- IntHashtable(int).
Constructor for class Acme.IntHashtable
- Constructs a new, empty hashtable with the specified initial
capacity.
- IntHashtable(int, float).
Constructor for class Acme.IntHashtable
- Constructs a new, empty hashtable with the specified initial
capacity and the specified load factor.
- IntOpBug().
Constructor for class Bugs.IntOpBug
-
- invalidate().
Method in interface Acme.Serve.servlet.http.HttpSession
- Causes this representation of the session to be invalidated and removed
from its context.
- Invert(ImageProducer).
Constructor for class Acme.JPM.Filters.Invert
- Constructor.
- invisible.
Variable in class Acme.Comnd.Comnd
-
- isActive().
Method in class Acme.MainFrame
-
- isAdmin(User).
Method in class Acme.Conf.Confsys
- Check whether a user is an administrator.
- isAdmin(User).
Method in class Acme.Conf.Client.ConfsysClient
- Check whether a user is an administrator.
- isAdmin(User).
Method in class Acme.Conf.Server.ConfsysServer
- Check whether a user is an administrator.
- isConsumer(ImageConsumer).
Method in class Acme.JPM.Decoders.ImageDecoder
- This method determines if a given ImageConsumer object
is currently registered with this ImageProducer as one
of its consumers.
- isDone().
Method in class Acme.Serve.servlet.http.ChunkedInputStream
- Tells whether the stream has gotten to its end yet.
- isEmpty().
Method in class Acme.Dbz
- Returns true if the dbz file contains no elements.
- isEmpty().
Method in class Acme.FlexVector
- Returns true if the collection contains no values.
- isEmpty().
Method in class Acme.IntHashtable
- Returns true if the hashtable contains no elements.
- isEmpty().
Method in class Acme.LruHashtable
- Returns true if the hashtable contains no elements.
- isEmpty().
Method in class Acme.WildcardDictionary
- Returns true if the dictionary contains no elements.
- isErrorAny().
Method in class Acme.MediaTracker
- Checks the error status of all of the images.
- isErrorID(int).
Method in class Acme.MediaTracker
- Checks the error status of all of the images with the specified ID.
- isForgotten().
Method in class Acme.Conf.Seen
- Whether the topic is forgotten.
- isForgotten().
Method in class Acme.Conf.Client.SeenClient
- Whether the topic is forgotten.
- isForgotten().
Method in class Acme.Conf.Server.SeenServer
- Whether the topic is forgotten.
- isFrozen().
Method in class Acme.Conf.Topic
- Whether the topic is frozen.
- isFrozen().
Method in class Acme.Conf.Client.TopicClient
- Whether the topic is frozen.
- isFrozen().
Method in class Acme.Conf.Server.TopicServer
- Whether the topic is frozen.
- isHidden().
Method in class Acme.Conf.Response
- Whether the response is hidden.
- isHidden().
Method in class Acme.Conf.Client.ResponseClient
- Whether the response is hidden.
- isHidden().
Method in class Acme.Conf.Server.ResponseServer
- Whether the response is hidden.
- isHost(User).
Method in class Acme.Conf.Conference
- Check whether a user is a host of this conference.
- isHost(User).
Method in class Acme.Conf.Client.ConferenceClient
- Check whether a user is a host of this conference.
- isHost(User).
Method in class Acme.Conf.Server.ConferenceServer
- Check whether a user is a host of this conference.
- isManager(User).
Method in class Acme.Conf.Confgroup
- Check whether a user is a manager of this conference group.
- isManager(User).
Method in class Acme.Conf.Client.ConfgroupClient
- Check whether a user is a manager of this conference group.
- isManager(User).
Method in class Acme.Conf.Server.ConfgroupServer
- Check whether a user is a manager of this conference group.
- isMember(User).
Method in class Acme.Conf.Conference
- Check whether a user is a member of this conference.
- isMember(User).
Method in class Acme.Conf.Client.ConferenceClient
- Check whether a user is a member of this conference.
- isMember(User).
Method in class Acme.Conf.Server.ConferenceServer
- Check whether a user is a member of this conference.
- isNew().
Method in interface Acme.Serve.servlet.http.HttpSession
- A session is considered to be "new" if it has been created by the
server, but the client has not yet acknowledged joining the session.
- isPermanent().
Method in class Acme.Serve.servlet.UnavailableException
- Returns true if the servlet is "permanently" unavailable, indicating
that the service administrator must take some corrective action to
make the servlet be usable.
- isPrime(long).
Method in class Acme.Primes
-
- isRequestedSessionIdFromCookie().
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Checks whether the session id specified by this request came in as
a cookie.
- isRequestedSessionIdFromUrl().
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Checks whether the session id specified by this request came in as
part of the URL.
- isRequestedSessionIdValid().
Method in interface Acme.Serve.servlet.http.HttpServletRequest
- Checks whether this request is associated with a session that is
valid in the current session context.
- isRetired().
Method in class Acme.Conf.Topic
- Whether the topic is retired.
- isRetired().
Method in class Acme.Conf.Client.TopicClient
- Whether the topic is retired.
- isRetired().
Method in class Acme.Conf.Server.TopicServer
- Whether the topic is retired.
- isScribbled().
Method in class Acme.Conf.Response
- Whether the response is scribbled.
- isScribbled().
Method in class Acme.Conf.Client.ResponseClient
- Whether the response is scribbled.
- isScribbled().
Method in class Acme.Conf.Server.ResponseServer
- Whether the response is scribbled.
- itransform_x(int, int).
Method in class Acme.Psg
- Inverse transform (x, y) into a user-space x-coordinate.
- itransform_y(int, int).
Method in class Acme.Psg
- Inverse transform (x, y) into a user-space y-coordinate.
- JpegEncoder(Image, OutputStream).
Constructor for class Acme.JPM.Encoders.JpegEncoder
- Constructor.
- JpegEncoder(ImageProducer, OutputStream).
Constructor for class Acme.JPM.Encoders.JpegEncoder
- Constructor.
- JPMTest(String).
Constructor for class Acme.JPM.JPMTest
- Constructor.
- JPMUtils().
Constructor for class Acme.JPM.JPMUtils
-
- Jsh(InputStream, PrintStream, PrintStream).
Constructor for class Acme.Jsh
-
- jtime(Date).
Static method in class Acme.Phase
- Convert internal date and time to astronomical Julian
time (i.e.
- KEY_SIZE.
Static variable in class Acme.Crypto.AesCipher
-
- keys().
Method in class Acme.Dbz
- Returns an enumeration of the dbz file's keys.
- keys().
Method in class Acme.IntHashtable
- Returns an enumeration of the hashtable's keys.
- keys().
Method in class Acme.LruHashtable
- Returns an enumeration of the hashtable's keys.
- keys().
Method in class Acme.WildcardDictionary
- Returns an enumeration of the dictionary's keys.
- keySize.
Variable in class Acme.Crypto.Cipher
- How big a key is.
- keySize().
Method in class Acme.Crypto.Cipher
- Return how big a key is.
- KeywordsComnd(String).
Constructor for class Acme.Comnd.KeywordsComnd
-
- KeywordsComnd(String, String).
Constructor for class Acme.Comnd.KeywordsComnd
-
- KeywordsComnd(String, String, String).
Constructor for class Acme.Comnd.KeywordsComnd
-
- KeywordsComnd(String, String, String, String).
Constructor for class Acme.Comnd.KeywordsComnd
-
- KeywordsComnd(String, String, String, String, String).
Constructor for class Acme.Comnd.KeywordsComnd
-
- KeywordsComnd(String, String, String, String, String, String).
Constructor for class Acme.Comnd.KeywordsComnd
-
- KeywordsComnd(String, String, String, String, String, String, String).
Constructor for class Acme.Comnd.KeywordsComnd
-
- KeywordsComnd(String[]).
Constructor for class Acme.Comnd.KeywordsComnd
-
- lastElement().
Method in class Acme.FlexVector
- Returns the last element of the sequence.
- lastIndexOf(Object).
Method in class Acme.FlexVector
- Searches backwards for the specified object, starting from the last
position and returns an index to it.
- lastIndexOf(Object, int).
Method in class Acme.FlexVector
- Searches backwards for the specified object, starting from the specified
position and returns an index to it.
- left().
Method in class Acme.Pair
- Fetch the left object.
- LeggoColor(Color, Color).
Constructor for class Acme.Leggo.LeggoColor
-
- LeggoPanel().
Constructor for class Acme.Leggo.LeggoPanel
-
- LeggoUtils().
Constructor for class Acme.Leggo.LeggoUtils
-
- lineto(double, double).
Method in class Acme.Psg
- Add a line to the path.
- linkConference(Session, Conference).
Method in class Acme.Conf.Confgroup
- Link an existing conference to the group.
- linkConference(Session, Conference).
Method in class Acme.Conf.Client.ConfgroupClient
- Link an existing conference to the group.
- linkConference(Session, Conference).
Method in class Acme.Conf.Server.ConfgroupServer
- Link an existing conference to the group.
- linkTopic(Session, Topic).
Method in class Acme.Conf.Conference
- Link in an existing topic.
- linkTopic(Session, Topic).
Method in class Acme.Conf.Client.ConferenceClient
- Link in an existing topic.
- linkTopic(Session, Topic).
Method in class Acme.Conf.Server.ConferenceServer
- Link in an existing topic.
- LiteralComnd(String).
Constructor for class Acme.Comnd.LiteralComnd
-
- LJ.
Static variable in class Acme.Fmt
- Left justify.
- LOADING.
Static variable in class Acme.MediaTracker
- Flag indicating some media is currently being loaded.
- LocalNewsDb(int).
Constructor for class Acme.Nnrpd.LocalNewsDb
- Constructor.
- log(Exception, String).
Method in class Acme.Serve.Serve
- Write a stack trace to the servlet log.
- log(Exception, String).
Method in interface Acme.Serve.servlet.ServletContext
- Write a stack trace to the servlet log.
- log(String).
Method in class Acme.Serve.servlet.GenericServlet
- Write information to the servlet log.
- log(String).
Method in class Acme.Serve.Serve
- Write information to the servlet log.
- log(String).
Method in interface Acme.Serve.servlet.ServletContext
- Write information to the servlet log.
- LOG_ALERT.
Static variable in class Acme.Syslog
-
- LOG_AUTH.
Static variable in class Acme.Syslog
-
- LOG_CONS.
Static variable in class Acme.Syslog
-
- LOG_CRIT.
Static variable in class Acme.Syslog
-
- LOG_CRON.
Static variable in class Acme.Syslog
-
- LOG_DAEMON.
Static variable in class Acme.Syslog
-
- LOG_DEBUG.
Static variable in class Acme.Syslog
-
- LOG_EMERG.
Static variable in class Acme.Syslog
-
- LOG_ERR.
Static variable in class Acme.Syslog
-
- LOG_FACMASK.
Static variable in class Acme.Syslog
-
- LOG_INFO.
Static variable in class Acme.Syslog
-
- LOG_KERN.
Static variable in class Acme.Syslog
-
- LOG_LOCAL0.
Static variable in class Acme.Syslog
-
- LOG_LOCAL1.
Static variable in class Acme.Syslog
-
- LOG_LOCAL2.
Static variable in class Acme.Syslog
-
- LOG_LOCAL3.
Static variable in class Acme.Syslog
-
- LOG_LOCAL4.
Static variable in class Acme.Syslog
-
- LOG_LOCAL5.
Static variable in class Acme.Syslog
-
- LOG_LOCAL6.
Static variable in class Acme.Syslog
-
- LOG_LOCAL7.
Static variable in class Acme.Syslog
-
- LOG_LPR.
Static variable in class Acme.Syslog
-
- LOG_MAIL.
Static variable in class Acme.Syslog
-
- LOG_NDELAY.
Static variable in class Acme.Syslog
-
- LOG_NEWS.
Static variable in class Acme.Syslog
-
- LOG_NOTICE.
Static variable in class Acme.Syslog
-
- LOG_NOWAIT.
Static variable in class Acme.Syslog
-
- LOG_PID.
Static variable in class Acme.Syslog
-
- LOG_PRIMASK.
Static variable in class Acme.Syslog
-
- LOG_SYSLOG.
Static variable in class Acme.Syslog
-
- LOG_USER.
Static variable in class Acme.Syslog
-
- LOG_UUCP.
Static variable in class Acme.Syslog
-
- LOG_WARNING.
Static variable in class Acme.Syslog
-
- loop().
Method in class Acme.SynthAudioClip
-
- LOWERED.
Static variable in class Acme.Widgets.BorderPanel
-
- LruHashtable(int).
Constructor for class Acme.LruHashtable
- Constructs a new, empty hashtable with the specified initial
capacity.
- LruHashtable(int, float).
Constructor for class Acme.LruHashtable
- Constructs a new, empty hashtable with the specified initial
capacity and the specified load factor.
- lsDateStr(Date).
Static method in class Acme.Utils
- Returns a date string formatted in Unix ls style - if it's within
six months of now, Mmm dd hh:ss, else Mmm dd yyyy.
- main(String[]).
Static method in class Acme.Crypto.AesCipher
- Test routine.
- main(String[]).
Static method in class Acme.ApplicationApplet
- Main program, so we can run as an application too.
- main(String[]).
Static method in class Acme.Crypto.BlowfishCipher
- Test routine.
- main(String[]).
Static method in class Acme.Comnd.ComndTest
-
- main(String[]).
Static method in class Acme.Conf.Server.ConfServlet
- Main routine, if you want to run this directly as an application.
- main(String[]).
Static method in class Acme.Dbz
- Main program - for testing etc.
- main(String[]).
Static method in class Acme.JPM.Filters.EdgeDetect
-
- main(String[]).
Static method in class Acme.JPM.Filters.Enlarge
-
- main(String[]).
Static method in class Bugs.ExecBug
-
- main(String[]).
Static method in class Acme.JPM.Filters.Flip
-
- main(String[]).
Static method in class Acme.JPM.Filters.Gamma
-
- main(String[]).
Static method in class Acme.Crypto.IdeaCipher
- Test routine.
- main(String[]).
Static method in class Acme.JPM.Filters.Invert
-
- main(String[]).
Static method in class Acme.JPM.JPMTest
-
- main(String[]).
Static method in class Acme.Jsh
-
- main(String[]).
Static method in class Acme.JPM.Filters.Margin
-
- main(String[]).
Static method in class Acme.Nnrpd.Nnrpd
- Main routine, if you want to run this directly as an application.
- main(String[]).
Static method in class Acme.JPM.Filters.Oil
-
- main(String[]).
Static method in class Acme.Psg
- Test program.
- main(String[]).
Static method in class Acme.Crypto.Rc6Cipher
- Test routine.
- main(String[]).
Static method in class Acme.JPM.Filters.Rotate
-
- main(String[]).
Static method in class Acme.JPM.Filters.ScaleCopy
-
- main(String[]).
Static method in class Acme.SerialUtils
- Test routine.
- main(String[]).
Static method in class Acme.Serve.Serve
- Main routine, if you want to run this directly as an application.
- main(String[]).
Static method in class Acme.Crypto.ShaHash
-
- main(String[]).
Static method in class Acme.JPM.Filters.Shear
-
- main(String[]).
Static method in class Acme.JPM.Filters.Shrink
-
- main(String[]).
Static method in class Acme.JPM.Filters.Smooth
-
- main(String[]).
Static method in class Acme.Spider
- Test program.
- main(String[]).
Static method in class Acme.JPM.Filters.Tile
-
- main(String[]).
Static method in class Acme.Widgets.WidgetTest
-
- MainFrame(Applet, int, int).
Constructor for class Acme.MainFrame
- Constructor with no arg parsing.
- MainFrame(Applet, String[]).
Constructor for class Acme.MainFrame
- Constructor with no default width/height.
- MainFrame(Applet, String[], int, int).
Constructor for class Acme.MainFrame
- Constructor with everything specified.
- makeKey(String).
Method in class Acme.Crypto.Cipher
- Utility routine to turn a string into a key of the right length.
- Margin(ImageProducer, Color, int).
Constructor for class Acme.JPM.Filters.Margin
- Constructor.
- markSupported().
Method in class Acme.HtmlScanner
- Disallow mark()/reset().
- match(String, String).
Static method in class Acme.Utils
- Checks whether a string matches a given wildcard pattern.
- Matrix(int).
Constructor for class Acme.Matrix
- Constructor - create an identity matrix.
- Matrix(int, int).
Constructor for class Acme.Matrix
-
- Matrix(int, int, double).
Constructor for class Acme.Matrix
-
- Matrix(Matrix).
Constructor for class Acme.Matrix
- Constructor - copy a matrix.
- max().
Method in class Acme.Matrix
- Find the largest element.
- mayAddConference(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may add a new conference to the group.
- mayAddConferenceUser(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may add a user to the conference's ulist.
- mayAddConfgroup(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may add a new conference group to the system.
- mayAddHost(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may add a host to the conference.
- mayAddTopic(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may add a new topic.
- mayAddUser(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may add a new user to the system.
- mayFreeze(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may freeze the topic.
- mayHide(Session, int).
Static method in class Acme.Conf.Server.Security
- Whether the user may hide a response.
- mayLinkConference(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may link an existing conference to the group.
- mayLinkTopic(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may link in an existing topic.
- mayRetire(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may retire the topic.
- mayRmConference(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may remove a conference from the group.
- mayRmConferenceUser(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may remove a user from the conference's ulist.
- mayRmConfgroup(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may remove a conference group from the system.
- mayRmHost(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may remove a host from the conference.
- mayRmTopic(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may remove a topic from the conference.
- mayRmUser(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may remove a user from the system.
- mayScribble(Session, int).
Static method in class Acme.Conf.Server.Security
- Whether the user may scribble a response.
- maySetBio(Session, User).
Static method in class Acme.Conf.Server.Security
- Whether the user may set the given user's biographical
information / .plan file.
- maySetConferenceUrl(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may set the conference's URL.
- maySetEmail(Session, User).
Static method in class Acme.Conf.Server.Security
- Whether the user may set the given user's email address.
- maySetLogin(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may set the conference's login message.
- maySetLongDesc(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may set the paragraph about the conference.
- maySetPublic(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may set the public/private status of a conference.
- maySetRealName(Session, User).
Static method in class Acme.Conf.Server.Security
- Whether the user may set the given user's real name.
- maySetShortDesc(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may set the one-line description of the conference.
- maySetUserUrl(Session, User).
Static method in class Acme.Conf.Server.Security
- Whether the user may set the given user's URL.
- mayUnfreeze(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may unfreeze the topic.
- mayUnhide(Session, int).
Static method in class Acme.Conf.Server.Security
- Whether the user may unhide a response.
- mayUnretire(Session).
Static method in class Acme.Conf.Server.Security
- Whether the user may unretire the topic.
- mean().
Method in class Acme.Matrix
- Compute the mean of all the elements.
- MediaTracker(Component).
Constructor for class Acme.MediaTracker
- Creates a Media tracker to track images for a given Component.
- MediaTracker(Toolkit).
Constructor for class Acme.MediaTracker
- Creates a Media tracker to track images for a given Toolikit.
- min().
Method in class Acme.Matrix
- Find the smallest element.
- minimumSize().
Method in class Acme.Widgets.ImageLabel
-
- motion().
Method in class Acme.Widgets.Slider
- This method is called when the "thumb" of the slider is moved by
the user.
- mouseDown(Event, int, int).
Method in class Acme.Widgets.Slider
-
- mouseDrag(Event, int, int).
Method in class Acme.Widgets.Slider
-
- mouseUp(Event, int, int).
Method in class Acme.Widgets.Slider
-
- move(double, double).
Method in class Acme.DoublePoint
-
- moveto(double, double).
Method in class Acme.Psg
- Set the current point.
- moveTo(int, int, int).
Method in class Acme.Leggo.Part
-
- msPeriod.
Variable in class Acme.Task
-
- MultiplexNewsDb().
Constructor for class Acme.Nnrpd.MultiplexNewsDb
- Constructor.
- multiply(double, Matrix).
Static method in class Acme.Matrix
- Multiply a scalar by a matrix.
- multiply(Matrix, double).
Static method in class Acme.Matrix
- Multiply a matrix by a scalar.
- multiply(Matrix, Matrix).
Static method in class Acme.Matrix
- Multiply two matricies.
- NewlineComnd().
Constructor for class Acme.Comnd.NewlineComnd
-
- newMain(String[]).
Method in class Acme.Application
- Definition for enhanced main.
- newMain(String[]).
Method in class Acme.Comnd.ComndTest
- Definition for enhanced main.
- newpath().
Method in class Acme.Psg
- Start a new, empty path.
- NewsDb().
Constructor for class Acme.Nnrpd.NewsDb
- Constructor.
- NewsDbArticle(long, String).
Constructor for class Acme.Nnrpd.NewsDbArticle
- Constructor.
- NewsDbException(String).
Constructor for class Acme.Nnrpd.NewsDbException
-
- NewsDbGroup(long, String, int, int, int, char, String).
Constructor for class Acme.Nnrpd.NewsDbGroup
- Constructor.
- next().
Method in class Acme.IntGlide
- Return the next value in the sequence.
- nextElement().
Method in class Acme.ArrayEnumerator
-
- nextElement().
Method in class Acme.Primes
-
- nextElement().
Method in class Acme.Spider
- Standard Enumeration method.
- nextElementL().
Method in class Acme.Primes
-
- nextRun.
Variable in class Acme.Task
-
- Nnrpd(int, int, int, int, String, boolean).
Constructor for class Acme.Nnrpd.Nnrpd
- Constructor.
- NnrpdException(String).
Constructor for class Acme.Nnrpd.NnrpdException
-
- NnrpdUtils().
Constructor for class Acme.Nnrpd.NnrpdUtils
-
- NO.
Static variable in class Acme.Widgets.WidgetUtils
-
- NO.
Static variable in class Acme.Widgets.YesNoBox
-
- NO.
Static variable in class Acme.Widgets.YesNoCancelBox
-
- NoRobots(String).
Constructor for class Acme.NoRobots
- Constructor.
- NoticeBox(Frame, String).
Constructor for class Acme.Widgets.NoticeBox
- Constructor, default title.
- NoticeBox(Frame, String, String).
Constructor for class Acme.Widgets.NoticeBox
- Constructor, specified title.
- noticeColor.
Static variable in class Acme.GuiUtils
- Pale yellow.
- noticeIcon(Component).
Static method in class Acme.GuiUtils
-
- NullCipher().
Constructor for class Acme.Crypto.NullCipher
- Constructor.
- NullInputStream().
Constructor for class Acme.NullInputStream
-
- OC.
Static variable in class Acme.Fmt
- Octal.
- odd(long).
Static method in class Acme.Utils
- Test is a number is odd.
- Oil(ImageProducer).
Constructor for class Acme.JPM.Filters.Oil
- Constructor, default value.
- Oil(ImageProducer, int).
Constructor for class Acme.JPM.Filters.Oil
- Constructor.
- OK.
Static variable in class Acme.Widgets.OkCancelBox
-
- OK.
Static variable in class Acme.Widgets.WidgetUtils
-
- ok(URL).
Method in class Acme.NoRobots
- Check whether it's ok for this robot to fetch this URL.
- OkCancelBox(Frame, String).
Constructor for class Acme.Widgets.OkCancelBox
- Constructor, default title.
- OkCancelBox(Frame, String, String).
Constructor for class Acme.Widgets.OkCancelBox
- Constructor, specified title.
- OkDialog(Frame, Image, String).
Constructor for class Acme.Widgets.OkDialog
- Constructor, no title.
- OkDialog(Frame, String, Image, String).
Constructor for class Acme.Widgets.OkDialog
- Constructor, specified title.
- OneOrMoreComnd(Comnd).
Constructor for class Acme.Comnd.OneOrMoreComnd
-
- OptionalComnd(Comnd).
Constructor for class Acme.Comnd.OptionalComnd
-
- OrListComnd().
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.OrListComnd
-
- OrListComnd(Comnd[]).
Constructor for class Acme.Comnd.OrListComnd
-
- out.
Variable in class Acme.Application
-
- OUT.
Static variable in class Acme.Widgets.BorderPanel
-
- out.
Variable in class Acme.Comnd.ComndContext
-
- out.
Variable in class Acme.JPM.Encoders.ImageEncoder
-
- OverviewCache(int).
Constructor for class Acme.Nnrpd.OverviewCache
- Constructor.
- packWindow(Component).
Static method in class Acme.GuiUtils
- Calls pack() on the nearest parent that's a Window.
- paint(Graphics).
Method in class Acme.Widgets.BorderPanel
- Paint the border.
- paint(Graphics).
Method in class Bugs.HardLoop1
-
- paint(Graphics).
Method in class Bugs.HardLoop2
-
- paint(Graphics).
Method in class Bugs.HardLoop3
-
- paint(Graphics).
Method in class Bugs.HardLoop4
-
- paint(Graphics).
Method in class Bugs.HardLoop5
-
- paint(Graphics).
Method in class Bugs.HardLoop6
-
- paint(Graphics).
Method in class Bugs.HardLoop7
-
- paint(Graphics).
Method in class Acme.Widgets.ImageLabel
-
- paint(Graphics).
Method in class Acme.Widgets.Slider
-
- Pair(Object, Object).
Constructor for class Acme.Pair
-
- parse(ComndContext).
Method in class Acme.Comnd.Comnd
- Each type of Comnd implements this to parse the input.
- parse(ComndContext).
Method in class Acme.Comnd.FilenameComnd
- Each type of Comnd implements this to parse the input.
- parse(ComndContext).
Method in class Acme.Comnd.IntegerComnd
- Each type of Comnd implements this to parse the input.
- parse(ComndContext).
Method in class Acme.Comnd.LiteralComnd
- Each type of Comnd implements this to parse the input.
- parse(ComndContext).
Method in class Acme.Comnd.OptionalComnd
- Each type of Comnd implements this to parse the input.
- parse(ComndContext).
Method in class Acme.Comnd.OrListComnd
- Each type of Comnd implements this to parse the input.
- parse(ComndContext).
Method in class Acme.Comnd.SeqListComnd
- Each type of Comnd implements this to parse the input.
- parse(ComndContext).
Method in class Acme.Comnd.StringComnd
- Each type of Comnd implements this to parse the input.
- parse(ComndContext).
Method in class Acme.Comnd.ZeroOrMoreComnd
- Each type of Comnd implements this to parse the input.
- parseColor(String).
Static method in class Acme.GuiUtils
- Parse a color string into a Color.
- parseInt(String, int).
Static method in class Acme.Utils
- Parse an integer, returning a default value on errors.
- parseLine(String, Comnd).
Method in class Acme.Comnd.ComndContext
- Main entry point for parsing a command line.
- parseLong(String, long).
Static method in class Acme.Utils
- Parse a long, returning a default value on errors.
- parseThrottleFile(String).
Static method in class Acme.Serve.ThrottledOutputStream
- Parses a standard throttle file.
- Part(View).
Constructor for class Acme.Leggo.Part
-
- pathbbox().
Method in class Acme.Psg
- Return the bounding box of the current path.
- peekBack().
Method in class Acme.DQueue
- Peeks at the back of the queue.
- peekFront().
Method in class Acme.Queue
- Peeks at the front of the queue.
- Phase().
Constructor for class Acme.Phase
-
- phase(double, RefDouble, RefDouble, RefDouble, RefDouble, RefDouble, RefDouble).
Static method in class Acme.Phase
- Calculate phase of moon as a fraction.
- phasehunt5(double, double[]).
Static method in class Acme.Phase
- Find time of phases of the moon which surround the current
date.
- plainUrl(String).
Static method in class Acme.Utils
- Make a URL with no ref part and no query string.
- plainUrl(URL, String).
Static method in class Acme.Utils
- Make a URL with no ref part and no query string.
- play().
Method in class Acme.SynthAudioClip
-
- pluralStr(long).
Static method in class Acme.Utils
- Returns "s" for numbers other than one, and "" for one.
- popenr(String).
Static method in class Acme.Utils
- Run a program on the host system, and capture the output.
- popenw(String).
Static method in class Acme.Utils
- Run a program on the host system, and send it some input.
- post(String).
Method in class Acme.Nnrpd.LocalNewsDb
- Post an article.
- post(String).
Method in class Acme.Nnrpd.MultiplexNewsDb
- Post an article.
- post(String).
Method in class Acme.Nnrpd.NewsDb
- Post an article.
- post(String).
Method in class Acme.Nnrpd.ProxyNewsDb
- Post an article.
- PostURLConnection(URL).
Constructor for class Acme.PostURLConnection
- Constructs a POST URL connection to the specified URL.
- pow(long, long).
Static method in class Acme.Utils
- Returns the number a raised to the power of b.
- PpmDecoder(InputStream).
Constructor for class Acme.JPM.Decoders.PpmDecoder
- Constructor.
- PpmEncoder(Image, OutputStream).
Constructor for class Acme.JPM.Encoders.PpmEncoder
- Constructor.
- PpmEncoder(ImageProducer, OutputStream).
Constructor for class Acme.JPM.Encoders.PpmEncoder
- Constructor.
- preferredSize().
Method in class Acme.Widgets.ImageLabel
-
- prepare().
Method in class Acme.Crypto.Crc16Hash
- Prepare the hash for retrieval.
- prepare().
Method in class Acme.Crypto.Crc32Hash
- Prepare the hash for retrieval.
- prepare().
Method in class Acme.Crypto.Hash
- Prepare the hash bytes for use.
- prepare().
Method in class Acme.Crypto.ShaHash
- Prepare the hash bytes for use.
- prepareImage(Image, int, int, ImageObserver).
Method in class Acme.JPM.StubToolkit
-
- Primes(long, long).
Constructor for class Acme.Primes
-
- print(char[]).
Method in class Acme.APrintStream
-
- print(int).
Method in class Acme.Serve.servlet.ServletOutputStream
- Prints an integer.
- print(long).
Method in class Acme.Serve.servlet.ServletOutputStream
- Prints a long integer.
- print(String).
Method in class Acme.APrintStream
-
- print(String).
Method in class Acme.Serve.servlet.ServletOutputStream
- Prints an ASCII string.
- println().
Method in class Acme.Serve.servlet.ServletOutputStream
- Prints a CRLF.
- println(int).
Method in class Acme.Serve.servlet.ServletOutputStream
- Prints an integer followed by a CRLF.
- println(long).
Method in class Acme.Serve.servlet.ServletOutputStream
- Prints a long integer followed by a CRLF.
- println(String).
Method in class Acme.Serve.servlet.ServletOutputStream
- Prints an ASCII string followed by a CRLF.
- ProxyNewsDb(String, int).
Constructor for class Acme.Nnrpd.ProxyNewsDb
- Constructor.
- Psg(Component).
Constructor for class Acme.Psg
- Constructor from Component.
- Psg(Graphics).
Constructor for class Acme.Psg
- Constructor from Graphics.
- PsgException(String).
Constructor for class Acme.PsgException
-
- put(int, Object).
Method in class Acme.IntHashtable
- Puts the specified element into the hashtable, using the specified
key.
- put(Object, Object).
Method in class Acme.Dbz
- Puts the specified element into the Dictionary, using the specified
key.
- put(Object, Object).
Method in class Acme.IntHashtable
- A put method that takes an Object, for compatibility with
java.util.Dictionary.
- put(Object, Object).
Method in class Acme.LruHashtable
- Puts the specified element into the hashtable, using the specified
key.
- put(Object, Object).
Method in class Acme.WildcardDictionary
- Puts the specified element into the Dictionary, using the specified
key.
- putValue(String, Object).
Method in interface Acme.Serve.servlet.http.HttpSession
- Binds the specified object into the session's application layer data
with the given name.
- qmarkColor.
Static variable in class Acme.GuiUtils
- Pale green.
- qmarkIcon(Component).
Static method in class Acme.GuiUtils
-
- Queue().
Constructor for class Acme.Queue
-
- RAISED.
Static variable in class Acme.Widgets.BorderPanel
-
- randomBlock(byte[]).
Static method in class Acme.Crypto.CryptoUtils
- Utility routine to fill a block with random bytes.
- randomBlock(byte[], int, int).
Static method in class Acme.Crypto.CryptoUtils
- Utility routine to fill a block with random bytes.
- Rc4Cipher(byte[]).
Constructor for class Acme.Crypto.Rc4Cipher
-
- Rc4Cipher(String).
Constructor for class Acme.Crypto.Rc4Cipher
-
- Rc6Cipher(byte[]).
Constructor for class Acme.Crypto.Rc6Cipher
-
- Rc6Cipher(String).
Constructor for class Acme.Crypto.Rc6Cipher
-
- rcurveto(double, double, double, double, double, double).
Method in class Acme.Psg
- Relative curveto.
- read().
Method in class Acme.Serve.servlet.http.ChunkedInputStream
- The FilterInputStream implementation of the single-byte read()
method just reads directly from the underlying stream.
- read().
Method in class Acme.Crypto.EncryptedInputStream
- Read a byte of data.
- read().
Method in class Acme.HtmlEditScanner
- Override to make sure this goes through the above
read( byte[], int, int) method.
- read().
Method in class Acme.HtmlScanner
- Override to make sure this goes through the above
read( byte[], int, int) method.
- read().
Method in class Acme.NullInputStream
-
- read().
Method in class Acme.TextcompInputStream
-
- read(byte[]).
Method in class Acme.HtmlScanner
- Override to make sure this goes through the above
read( byte[], int, int) method.
- read(byte[], int, int).
Method in class Acme.Serve.servlet.http.ChunkedInputStream
- Reads into an array of bytes.
- read(byte[], int, int).
Method in class Acme.Crypto.EncryptedInputStream
- Read into an array of bytes.
- read(byte[], int, int).
Method in class Acme.HtmlEditScanner
- Special version of read() that's careful about URLs split across
buffer-loads.
- read(byte[], int, int).
Method in class Acme.HtmlScanner
- Special version of read() that runs all data through the HTML scanner.
- read(InputStream, byte[], int, int).
Static method in class Acme.Utils
- A fixed version of java.io.InputStream.read(byte[], int, int).
- readFully(InputStream, byte[], int, int).
Static method in class Acme.Utils
- A version of read that reads the entire requested block, instead
of sometimes terminating early.
- readLine(byte[], int, int).
Method in class Acme.Serve.servlet.ServletInputStream
- Reads bytes into the specified byte array until the array is filled
or a newline character is read.
- readText(DataInputStream).
Static method in class Acme.Nnrpd.NnrpdUtils
- Read text terminated by a "." on a line by itself.
- rectfill(double, double, double, double).
Method in class Acme.Psg
- Fill a rectangular path.
- rectstroke(double, double, double, double).
Method in class Acme.Psg
- Stroke a rectangular path.
- red.
Static variable in class Acme.Leggo.LeggoColor
-
- RefDouble().
Constructor for class Acme.RefDouble
-
- RefDouble(double).
Constructor for class Acme.RefDouble
-
- RefFloat().
Constructor for class Acme.RefFloat
-
- RefFloat(float).
Constructor for class Acme.RefFloat
-
- RefInt().
Constructor for class Acme.RefInt
-
- RefInt(int).
Constructor for class Acme.RefInt
-
- RefLong().
Constructor for class Acme.RefLong
-
- RefLong(long).
Constructor for class Acme.RefLong
-
- rehash().
Method in class Acme.IntHashtable
- Rehashes the content of the table into a bigger table.
- release().
Method in class Acme.Widgets.Slider
- This method is called when the "thumb" of the slider is released
after being moved.
- remove(Component).
Method in class Acme.Widgets.BorderPanel
-
- remove(int).
Method in class Acme.IntHashtable
- Removes the element corresponding to the key.
- remove(Object).
Method in class Acme.Dbz
- Removes the element corresponding to the key.
- remove(Object).
Method in class Acme.IntHashtable
- A remove method that takes an Object, for compatibility with
java.util.Dictionary.
- remove(Object).
Method in class Acme.LruHashtable
- Removes the element corresponding to the key.
- remove(Object).
Method in class Acme.WildcardDictionary
- Removes the element corresponding to the key.
- removeAll().
Method in class Acme.Widgets.BorderPanel
-
- removeAllElements().
Method in class Acme.FlexVector
- Removes all elements of the vector.
- removeConsumer(ImageConsumer).
Method in class Acme.JPM.Decoders.ImageDecoder
- This method removes the given ImageConsumer object
from the list of consumers currently registered to
receive image data.
- removeElement(Object).
Method in class Acme.FlexVector
- Removes the element from the vector.
- removeElementAt(int).
Method in class Acme.FlexVector
- Deletes the element at the specified index.
- removeValue(String).
Method in interface Acme.Serve.servlet.http.HttpSession
- Removes the object bound to the given name in the session's application
layer data.
- reportError(String, String, String).
Method in class Acme.Spider
- This method can be overridden by a subclass if you want to change
the error reporting policy.
- requestTopDownLeftRightResend(ImageConsumer).
Method in class Acme.JPM.Decoders.ImageDecoder
- This method is used by an ImageConsumer to request that
the ImageProducer attempt to resend the image data one
more time in TOPDOWNLEFTRIGHT order so that higher
quality conversion algorithms which depend on receiving
pixels in order can be used to produce a better output
version of the image.
- RES_BADCOMMAND.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- RES_NOCURRARTICLE.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- RES_NOCURRGROUP.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- RES_NOSUCHARTICLE.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- RES_NOSUCHARTICLENUM.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- RES_NOSUCHGROUP.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- RES_PROGFAULT.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- RES_SYNTAXERROR.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- RES_UNIMPLEMENTED.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- reset().
Method in class Acme.Crypto.Crc16Hash
- Initialize (reset) the hash.
- reset().
Method in class Acme.Crypto.Crc32Hash
- Initialize (reset) the hash.
- reset().
Method in class Acme.Crypto.Hash
- Initialize (reset) the hash.
- reset().
Method in class Acme.Crypto.ShaHash
- Initialize (reset) the hash.
- reset().
Method in class Acme.TimeKiller
- Call this to restart the wait from zero.
- reset(long).
Method in class Acme.TimeKiller
- Call this to restart the wait from zero with a different timeout value.
- resetConferenceEnumerator().
Method in class Acme.Conf.Session
- Reset the conference enumerator.
- resetConferenceEnumerator().
Method in class Acme.Conf.Client.SessionClient
- Reset the conference enumerator.
- resetConferenceEnumerator().
Method in class Acme.Conf.Server.SessionServer
- Reset the conference enumerator.
- Response().
Constructor for class Acme.Conf.Response
-
- ResponseClient().
Constructor for class Acme.Conf.Client.ResponseClient
-
- ResponseServer(Session, int, String, String).
Constructor for class Acme.Conf.Server.ResponseServer
- Make a new response.
- restore().
Method in class Acme.Leggo.Part
-
- results(ComndContext).
Method in class Acme.Comnd.Comnd
- Each type of Comnd implements this to return the value of the item
after parsing.
- results(ComndContext).
Method in class Acme.Comnd.FilenameComnd
- Each type of Comnd implements this to return the value of the item
after parsing.
- results(ComndContext).
Method in class Acme.Comnd.IntegerComnd
- Each type of Comnd implements this to return the value of the item
after parsing.
- results(ComndContext).
Method in class Acme.Comnd.LiteralComnd
- Each type of Comnd implements this to return the value of the item
after parsing.
- results(ComndContext).
Method in class Acme.Comnd.OptionalComnd
- Each type of Comnd implements this to return the value of the item
after parsing.
- results(ComndContext).
Method in class Acme.Comnd.OrListComnd
- Each type of Comnd implements this to return the value of the item
after parsing.
- results(ComndContext).
Method in class Acme.Comnd.SeqListComnd
- Each type of Comnd implements this to return the value of the item
after parsing.
- results(ComndContext).
Method in class Acme.Comnd.StringComnd
- Each type of Comnd implements this to return the value of the item
after parsing.
- results(ComndContext).
Method in class Acme.Comnd.ZeroOrMoreComnd
- Each type of Comnd implements this to return the value of the item
after parsing.
- retire(Session).
Method in class Acme.Conf.Topic
- Retire this topic.
- retire(Session).
Method in class Acme.Conf.Client.TopicClient
- Retire this topic.
- retire(Session).
Method in class Acme.Conf.Server.TopicServer
- Retire this topic.
- rfc977DateTime(long).
Static method in class Acme.Nnrpd.NnrpdUtils
- Convert from Java time into YYMMDD MMHHSS GMT format.
- rfc977DateTime(String, String, boolean, long).
Static method in class Acme.Nnrpd.NnrpdUtils
- Convert from YYMMDD HHMMSS [GMT] format into Java time.
- RGBAllFilter(ImageProducer).
Constructor for class Acme.JPM.Filters.RGBAllFilter
-
- RGBBlockFilter(ImageProducer).
Constructor for class Acme.JPM.Filters.RGBBlockFilter
-
- rgbModel.
Static variable in class Acme.JPM.Filters.ImageFilterPlus
- The default color model - useful for comparisons.
- right().
Method in class Acme.Pair
- Fetch the right object.
- rlineto(double, double).
Method in class Acme.Psg
- Relative lineto().
- rmConference(Conference).
Method in class Acme.Conf.Conflist
- Remove a conference from the list.
- rmConference(Conference).
Method in class Acme.Conf.Client.ConflistClient
- Remove a conference from the list.
- rmConference(Conference).
Method in class Acme.Conf.Server.ConflistServer
- Remove a conference from the list.
- rmConference(Session, Conference).
Method in class Acme.Conf.Confgroup
- Remove a conference from the group.
- rmConference(Session, Conference).
Method in class Acme.Conf.Client.ConfgroupClient
- Remove a conference from the group.
- rmConference(Session, Conference).
Method in class Acme.Conf.Server.ConfgroupServer
- Remove a conference from the group.
- rmConferenceUser(Session, User).
Method in class Acme.Conf.Conference
- Remove a user from the conference's ulist.
- rmConferenceUser(Session, User).
Method in class Acme.Conf.Client.ConferenceClient
- Remove a user from the conference's ulist.
- rmConferenceUser(Session, User).
Method in class Acme.Conf.Server.ConferenceServer
- Remove a user from the conference's ulist.
- rmConfgroup(Session, Confgroup).
Method in class Acme.Conf.Confsys
- Remove a conference group from the system.
- rmConfgroup(Session, Confgroup).
Method in class Acme.Conf.Client.ConfsysClient
- Remove a conference group from the system.
- rmConfgroup(Session, Confgroup).
Method in class Acme.Conf.Server.ConfsysServer
- Remove a conference group from the system.
- rmHost(Session, User).
Method in class Acme.Conf.Conference
- Remove a host from the conference.
- rmHost(Session, User).
Method in class Acme.Conf.Client.ConferenceClient
- Remove a host from the conference.
- rmHost(Session, User).
Method in class Acme.Conf.Server.ConferenceServer
- Remove a host from the conference.
- rmoveto(double, double).
Method in class Acme.Psg
- Relative moveto().
- rMoveTo(int, int, int).
Method in class Acme.Leggo.Part
-
- rmTopic(Session, int).
Method in class Acme.Conf.Conference
- Remove a topic from the conference.
- rmTopic(Session, int).
Method in class Acme.Conf.Client.ConferenceClient
- Remove a topic from the conference.
- rmTopic(Session, int).
Method in class Acme.Conf.Server.ConferenceServer
- Remove a topic from the conference.
- rmUser(Session, User).
Method in class Acme.Conf.Confsys
- Remove a user from the system.
- rmUser(Session, User).
Method in class Acme.Conf.Client.ConfsysClient
- Remove a user from the system.
- rmUser(Session, User).
Method in class Acme.Conf.Server.ConfsysServer
- Remove a user from the system.
- Rot13Cipher().
Constructor for class Acme.Crypto.Rot13Cipher
- Constructor.
- rotate(double).
Method in class Acme.Psg
- Rotate graphics space.
- Rotate(ImageProducer, double).
Constructor for class Acme.JPM.Filters.Rotate
- Constructor.
- run().
Method in class Acme.ApplicationApplet
- This is the part of Runnable that we implement - the routine that
gets called when the thread is started.
- run().
Method in class Acme.Widgets.BusyBox
-
- run().
Method in class Acme.Widgets.ButtonDialog
-
- run().
Method in class Bugs.HardLoop3
-
- run().
Method in class Bugs.HardLoop4
-
- run().
Method in class Bugs.HardLoop5
-
- run().
Method in class Bugs.HardLoop6
-
- run().
Method in class Bugs.HardLoop7
-
- run().
Method in class Acme.MainFrame
- Separate thread to call the applet's init() and start() methods.
- run().
Method in class Acme.Task
- The body of the Task.
- run().
Method in class Acme.TimeKiller
- The watcher thread - from the Runnable interface.
- runCommand(String).
Static method in class Acme.Utils
- Run a program on the host system.
- runnable.
Variable in class Acme.Task
-
- runner.
Variable in class Acme.Task
-
- sameSpan(String, String).
Static method in class Acme.Utils
- Returns the length of the initial segment of str1 that equals str2.
- SampleServlet().
Constructor for class Acme.Serve.SampleServlet
-
- save().
Method in class Acme.Leggo.Part
-
- SC_ACCEPTED.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_BAD_GATEWAY.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_BAD_REQUEST.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_CONFLICT.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_CONTINUE.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_CREATED.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_FORBIDDEN.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_GATEWAY_TIMEOUT.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_GONE.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_HTTP_VERSION_NOT_SUPPORTED.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_INTERNAL_SERVER_ERROR.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_LENGTH_REQUIRED.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_METHOD_NOT_ALLOWED.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_MOVED_PERMANENTLY.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_MOVED_TEMPORARILY.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_MULTIPLE_CHOICES.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_NO_CONTENT.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_NON_AUTHORITATIVE_INFORMATION.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_NOT_ACCEPTABLE.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_NOT_FOUND.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_NOT_IMPLEMENTED.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_NOT_MODIFIED.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_OK.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_PARTIAL_CONTENT.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_PAYMENT_REQUIRED.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_PRECONDITION_FAILED.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_PROXY_AUTHENTICATION_REQUIRED.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_REQUEST_ENTITY_TOO_LARGE.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_REQUEST_TIMEOUT.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_REQUEST_URI_TOO_LONG.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_RESET_CONTENT.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_SEE_OTHER.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_SERVICE_UNAVAILABLE.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_SWITCHING_PROTOCOLS.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_UNAUTHORIZED.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_UNSUPPORTED_MEDIA_TYPE.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- SC_USE_PROXY.
Static variable in interface Acme.Serve.servlet.http.HttpServletResponse
-
- scale(double, double).
Method in class Acme.Psg
- Scale graphics space.
- ScaleCopy(ImageProducer, double).
Constructor for class Acme.JPM.Filters.ScaleCopy
- Constructor, same X and Y scale factor.
- ScaleCopy(ImageProducer, double, double).
Constructor for class Acme.JPM.Filters.ScaleCopy
- Constructor, different X and Y scale factors.
- scribble(Session).
Method in class Acme.Conf.Response
- Scribble this response.
- scribble(Session).
Method in class Acme.Conf.Client.ResponseClient
- Scribble this response.
- scribble(Session).
Method in class Acme.Conf.Server.ResponseServer
- Scribble this response.
- Security().
Constructor for class Acme.Conf.Server.Security
-
- Seen().
Constructor for class Acme.Conf.Seen
-
- SeenClient().
Constructor for class Acme.Conf.Client.SeenClient
-
- SeenServer().
Constructor for class Acme.Conf.Server.SeenServer
-
- Seentab().
Constructor for class Acme.Conf.Seentab
-
- SeentabClient().
Constructor for class Acme.Conf.Client.SeentabClient
-
- SeentabServer().
Constructor for class Acme.Conf.Server.SeentabServer
-
- sendError(int).
Method in interface Acme.Serve.servlet.http.HttpServletResponse
- Writes an error response using the specified status code and a default
message.
- sendError(int, String).
Method in interface Acme.Serve.servlet.http.HttpServletResponse
- Writes an error response using the specified status code and message.
- sendRedirect(String).
Method in interface Acme.Serve.servlet.http.HttpServletResponse
- Sends a redirect message to the client using the specified redirect
location URL.
- SeqListComnd().
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd, Comnd).
Constructor for class Acme.Comnd.SeqListComnd
-
- SeqListComnd(Comnd[]).
Constructor for class Acme.Comnd.SeqListComnd
-
- serialize(DataOutputStream).
Method in interface Acme.Serializable
- Write a serial representation of the object to the stream.
- serializeArrayByte(byte[], DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize an array of bytes.
- serializeArrayChar(char[], DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize an array of chars.
- serializeArrayDouble(double[], DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize an array of doubles.
- serializeArrayFloat(float[], DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize an array of floats.
- serializeArrayInt(int[], DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize an array of ints.
- serializeArrayLong(long[], DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize an array of longs.
- serializeArrayObject(Serializable[], DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize an array of Objects.
- serializeArrayShort(short[], DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize an array of shorts.
- serializeBoolean(boolean, DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize a boolean.
- serializeByte(byte, DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize a byte.
- serializeChar(char, DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize a char.
- serializeDouble(double, DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize a double.
- serializeFloat(float, DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize a float.
- serializeInt(int, DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize a int.
- serializeLong(long, DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize a long.
- serializeObject(Serializable, DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize a sub-object.
- serializeShort(short, DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize a short.
- serializeString(String, DataOutputStream).
Static method in class Acme.SerialUtils
- Utility routine to serialize a String.
- SerialUtils().
Constructor for class Acme.SerialUtils
-
- serve().
Method in class Acme.Nnrpd.Nnrpd
- Run the server.
- Serve().
Constructor for class Acme.Serve.Serve
- Constructor, default port and log stream.
- serve().
Method in class Acme.Serve.Serve
- Run the server.
- Serve(int).
Constructor for class Acme.Serve.Serve
- Constructor, default log stream.
- Serve(int, PrintStream).
Constructor for class Acme.Serve.Serve
- Constructor.
- serverName.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- serverName.
Static variable in class Acme.Serve.ServeUtils
-
- serverUrl.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- serverUrl.
Static variable in class Acme.Serve.ServeUtils
-
- serverVersion.
Static variable in class Acme.Nnrpd.NnrpdUtils
-
- serverVersion.
Static variable in class Acme.Serve.ServeUtils
-
- ServeUtils().
Constructor for class Acme.Serve.ServeUtils
-
- service(HttpServletRequest, HttpServletResponse).
Method in class Acme.Serve.CgiServlet
- Services a single request from the client.
- service(HttpServletRequest, HttpServletResponse).
Method in class Acme.Conf.Server.ConfServlet
- Services a single request from the client.
- service(HttpServletRequest, HttpServletResponse).
Method in class Acme.Serve.FileServlet
- Services a single request from the client.
- service(HttpServletRequest, HttpServletResponse).
Method in class Acme.Serve.servlet.http.HttpServlet
- Services a single HTTP request from the client.
- service(HttpServletRequest, HttpServletResponse).
Method in class Acme.Serve.SampleServlet
- Services a single request from the client.
- service(HttpServletRequest, HttpServletResponse).
Method in class Acme.Serve.TestServlet
- Services a single request from the client.
- service(ServletRequest, ServletResponse).
Method in class Acme.Serve.servlet.GenericServlet
- Services a single request from the client.
- service(ServletRequest, ServletResponse).
Method in class Acme.Serve.servlet.http.HttpServlet
- Services a single generic request from the client.
- service(ServletRequest, ServletResponse).
Method in interface Acme.Serve.servlet.Servlet
- Services a single request from the client.
- ServletException().
Constructor for class Acme.Serve.servlet.ServletException
- Constructs a ServletException with no detail message.
- ServletException(String).
Constructor for class Acme.Serve.servlet.ServletException
- Constructs a ServletException with the specified detail message.
- ServletInputStream().
Constructor for class Acme.Serve.servlet.ServletInputStream
-
- ServletOutputStream().
Constructor for class Acme.Serve.servlet.ServletOutputStream
-
- servlets.
Variable in class Acme.Serve.Serve
-
- Session().
Constructor for class Acme.Conf.Session
-
- SessionClient().
Constructor for class Acme.Conf.Client.SessionClient
-
- SessionServer().
Constructor for class Acme.Conf.Server.SessionServer
- Make a new session.
- set(int, int, double).
Method in class Acme.Matrix
- Set an element.
- set(int, int, float, float, float).
Method in class Acme.Leggo.View
- Set new view parameters..
- setAuth(String).
Method in class Acme.Spider
- Set the authorization cookie.
- setBarColor(Color).
Method in class Acme.Widgets.Slider
- Sets the color for the slider's bar.
- setBio(Session, String).
Method in class Acme.Conf.User
- Set the user's biographical information / .plan file.
- setBio(Session, String).
Method in class Acme.Conf.Client.UserClient
- Set the user's biographical information / .plan file.
- setBio(Session, String).
Method in class Acme.Conf.Server.UserServer
- Set the user's biographical information / .plan file.
- setBounds(int, int, int, int).
Method in class Acme.Widgets.Slider
-
- setClientData(Object).
Method in class Acme.Comnd.Comnd
- An arbitrary object that can be associated with a Comnd.
- setcolor(Color).
Method in class Acme.Psg
- Set the current color.
- setColorModel(ColorModel).
Method in class Acme.JPM.Filters.CompositeFilter
-
- setColorModel(ColorModel).
Method in class Acme.JPM.Encoders.ImageEncoder
-
- setColorModel(ColorModel).
Method in class Acme.JPM.Filters.RGBAllFilter
-
- setColorModel(ColorModel).
Method in class Acme.JPM.Filters.RGBBlockFilter
-
- setComment(String).
Method in class Acme.Serve.servlet.http.Cookie
- If a user agent (web browser) presents this cookie to a user, the
cookie's purpose will be described using this comment.
- setContentLength(int).
Method in interface Acme.Serve.servlet.ServletResponse
- Sets the content length for this response.
- setContentType(String).
Method in interface Acme.Serve.servlet.ServletResponse
- Sets the content type for this response.
- setCookie(HttpServletResponse, String, String).
Static method in class Acme.Serve.ServeUtils
- Set a cookie.
- setDateHeader(String, long).
Method in interface Acme.Serve.servlet.http.HttpServletResponse
- Sets the value of a date header field.
- setDecrypting(boolean).
Method in class Acme.Crypto.EncryptedInputStream
- Decrypting can be enabled or disabled temporarily.
- setDimensions(int, int).
Method in class Acme.JPM.Filters.CompositeFilter
-
- setDimensions(int, int).
Method in class Acme.JPM.Filters.Enlarge
-
- setDimensions(int, int).
Method in class Acme.JPM.Filters.Flip
-
- setDimensions(int, int).
Method in class Acme.JPM.Encoders.ImageEncoder
-
- setDimensions(int, int).
Method in class Acme.JPM.Filters.Margin
-
- setDimensions(int, int).
Method in class Acme.JPM.Filters.RGBAllFilter
-
- setDimensions(int, int).
Method in class Acme.JPM.Filters.ScaleCopy
-
- setDimensions(int, int).
Method in class Acme.JPM.Filters.Tile
-
- setDoInput(boolean).
Method in class Acme.PostURLConnection
- A URL connection can be used for input and/or output.
- setDomain(String).
Method in class Acme.Serve.servlet.http.Cookie
- This cookie should be presented only to hosts satisfying this domain
name pattern.
- setDoOutput(boolean).
Method in class Acme.PostURLConnection
- A URL connection can be used for input and/or output.
- setElementAt(Object, int).
Method in class Acme.FlexVector
- Sets the element at the specified index to be the specified object.
- setEmail(Session, String).
Method in class Acme.Conf.User
- Set the user's email address.
- setEmail(Session, String).
Method in class Acme.Conf.Client.UserClient
- Set the user's email address.
- setEmail(Session, String).
Method in class Acme.Conf.Server.UserServer
- Set the user's email address.
- setEncrypting(boolean).
Method in class Acme.Crypto.EncryptedOutputStream
- Encrypting can be enabled or disabled temporarily.
- setfont(String, int, double).
Method in class Acme.Psg
- Set the current font to the specified name, style, and size.
- setfontName(String).
Method in class Acme.Psg
- Set the current font to the specified name.
- setfontSize(double).
Method in class Acme.Psg
- Set the current font to the specified size.
- setfontStyle(int).
Method in class Acme.Psg
- Set the current font to the specified style.
- setFooter(String, String).
Method in class Acme.Serve.servlet.http.ChunkedOutputStream
- Set a footer.
- setgray(float).
Method in class Acme.Psg
- Set the color to the specified gray value (0=black, 1=white).
- setHeader(String, String).
Method in interface Acme.Serve.servlet.http.HttpServletResponse
- Sets the value of a header field.
- setHeight(int).
Method in class Acme.Widgets.Slider
- Sets the height of the slider.
- setHints(int).
Method in class Acme.JPM.Filters.CompositeFilter
- Set the hint flags.
- setHints(int).
Method in class Acme.JPM.Encoders.ImageEncoder
-
- setHints(int).
Method in class Acme.JPM.Filters.ImageFilterPlus
- Set the hint flags.
- sethsbcolor(float, float, float).
Method in class Acme.Psg
- Set the color from HSB coordinates.
- setImage(Image).
Method in class Acme.Widgets.ImageLabel
- Sets the image.
- setIntHeader(String, int).
Method in interface Acme.Serve.servlet.http.HttpServletResponse
- Sets the value of an integer header field.
- setInvisible(boolean).
Method in class Acme.Comnd.Comnd
- An invisible item can still be parsed, but will not appear
in help lists.
- setIv(byte[]).
Method in class Acme.Crypto.CbcBlockCipher
- Set the Initialization Vector.
- setKey(byte[]).
Method in class Acme.Crypto.AesCipher
- Set the key.
- setKey(byte[]).
Method in class Acme.Crypto.BlowfishCipher
- Set the key.
- setKey(byte[]).
Method in class Acme.Crypto.CbcBlockCipher
- Set the key from a block of bytes.
- setKey(byte[]).
Method in class Acme.Crypto.Cipher
- Set the key from a block of bytes.
- setKey(byte[]).
Method in class Acme.Crypto.Des3Cipher
- Set the key.
- setKey(byte[]).
Method in class Acme.Crypto.DesCipher
- Set the key.
- setKey(byte[]).
Method in class Acme.Crypto.IdeaCipher
- Set the key.
- setKey(byte[]).
Method in class Acme.Crypto.NullCipher
- Set the key.
- setKey(byte[]).
Method in class Acme.Crypto.Rc4Cipher
- Set the key.
- setKey(byte[]).
Method in class Acme.Crypto.Rc6Cipher
- Set the key.
- setKey(byte[]).
Method in class Acme.Crypto.Rot13Cipher
- Rot13 doesn't have a key, but we must define this routine anyway
to avoid a compilation error.
- setKey(String).
Method in class Acme.Crypto.Cipher
- Utility routine to set the key from a string.
- setKey(String).
Method in class Acme.Crypto.EncryptedInputStream
- Set the key.
- setKey(String).
Method in class Acme.Crypto.EncryptedOutputStream
- Set the key.
- setLastResponseNumberSeen(Session, int).
Method in class Acme.Conf.Seen
- Set the last response number read.
- setLastResponseNumberSeen(Session, int).
Method in class Acme.Conf.Client.SeenClient
- Set the last response number read.
- setLastResponseNumberSeen(Session, int).
Method in class Acme.Conf.Server.SeenServer
- Set the last response number read.
- setLastTime(NewsDbGroup).
Method in class Acme.Nnrpd.OverviewCache
- Set the last time we cached entries for this group.
- setLayout(LayoutManager).
Method in class Acme.Widgets.BorderPanel
-
- setLineColor(Color).
Method in class Acme.Widgets.Slider
- Sets the line color for the slider - the little vertical line
on the thumb.
- setlinewidth(double).
Method in class Acme.Psg
- Set the current line width.
- setList(Comnd[]).
Method in class Acme.Comnd.OrListComnd
-
- setList(Comnd[]).
Method in class Acme.Comnd.SeqListComnd
-
- setLogin(Session, String).
Method in class Acme.Conf.Conference
- Set the conference's login message.
- setLogin(Session, String).
Method in class Acme.Conf.Client.ConferenceClient
- Set the conference's login message.
- setLogin(Session, String).
Method in class Acme.Conf.Server.ConferenceServer
- Set the conference's login message.
- setLongDesc(Session, String).
Method in class Acme.Conf.Conference
- Set the paragraph about the conference.
- setLongDesc(Session, String).
Method in class Acme.Conf.Client.ConferenceClient
- Set the paragraph about the conference.
- setLongDesc(Session, String).
Method in class Acme.Conf.Server.ConferenceServer
- Set the paragraph about the conference.
- setLongHeader(String, long).
Method in interface Acme.Serve.servlet.http.HttpServletResponse
- Sets the value of a long header field.
- setMaxAge(int).
Method in class Acme.Serve.servlet.http.Cookie
- Sets the maximum age of the cookie.
- setMaximum(int).
Method in class Acme.Widgets.Slider
- Sets the maximum value for the slider.
- setMinimum(int).
Method in class Acme.Widgets.Slider
- Sets the minimum value for the slider.
- setPath(String).
Method in class Acme.Serve.servlet.http.Cookie
- This cookie should be presented only with requests beginning with
this URL.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class Acme.JPM.Filters.CompositeFilter
-
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class Acme.JPM.Filters.Enlarge
-
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class Acme.JPM.Filters.Flip
-
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class Acme.JPM.Encoders.ImageEncoder
-
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class Acme.JPM.Filters.Margin
-
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class Acme.JPM.Filters.RGBAllFilter
-
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class Acme.JPM.Filters.RGBBlockFilter
- Byte version of setPixels reformats the pixels to RGB and the
array to 2 dimensions.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class Acme.JPM.Filters.ScaleCopy
-
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class Acme.JPM.Filters.Tile
-
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class Acme.JPM.Filters.CompositeFilter
-
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class Acme.JPM.Filters.Enlarge
-
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class Acme.JPM.Filters.Flip
-
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class Acme.JPM.Encoders.ImageEncoder
-
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class Acme.JPM.Filters.Margin
-
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class Acme.JPM.Filters.RGBAllFilter
-
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class Acme.JPM.Filters.RGBBlockFilter
- Int version of setPixels reformats the array to 2 dimensions.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class Acme.JPM.Filters.ScaleCopy
-
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class Acme.JPM.Filters.Tile
-
- setPixels(int, int, int[][]).
Method in class Acme.JPM.Filters.RGBAllFilter
- The version of setPixels() that gets called by the subclass.
- setProperties(Hashtable).
Method in class Acme.JPM.Filters.CompositeFilter
-
- setProperties(Hashtable).
Method in class Acme.JPM.Encoders.ImageEncoder
-
- setPublic(Session, boolean).
Method in class Acme.Conf.Conference
- Set the public/private status of a conference.
- setPublic(Session, boolean).
Method in class Acme.Conf.Client.ConferenceClient
- Set the public/private status of a conference.
- setPublic(Session, boolean).
Method in class Acme.Conf.Server.ConferenceServer
- Set the public/private status of a conference.
- setQfactor(int).
Method in class Acme.JPM.Encoders.JpegEncoder
- Set the Q-factor.
- setRandomIv().
Method in class Acme.Crypto.CbcBlockCipher
- Set and return a random IV.
- setRealName(Session, String).
Method in class Acme.Conf.User
- Set the user's real name.
- setRealName(Session, String).
Method in class Acme.Conf.Client.UserClient
- Set the user's real name.
- setRealName(Session, String).
Method in class Acme.Conf.Server.UserServer
- Set the user's real name.
- setRequestProperty(String, String).
Method in class Acme.PostURLConnection
-
- setrgbcolor(float, float, float).
Method in class Acme.Psg
- Set the color from RGB coordinates.
- setSecure(boolean).
Method in class Acme.Serve.servlet.http.Cookie
- Indicates to the user agent that the cookie should only be sent using
a secure protocol (https).
- setShortDesc(Session, String).
Method in class Acme.Conf.Conference
- Set the one-line description of the conference.
- setShortDesc(Session, String).
Method in class Acme.Conf.Client.ConferenceClient
- Set the one-line description of the conference.
- setShortDesc(Session, String).
Method in class Acme.Conf.Server.ConferenceServer
- Set the one-line description of the conference.
- setSize(int).
Method in class Acme.FlexVector
- Sets the size of the vector.
- setSource(ImageProducer).
Method in class Acme.JPM.Filters.ImageFilterPlus
- Set the ImageProducer for this filter, if it wasn't set by the
constructor.
- setStatus(int).
Method in interface Acme.Serve.servlet.http.HttpServletResponse
- Sets the status code and a default message for this response.
- setStatus(int, String).
Method in interface Acme.Serve.servlet.http.HttpServletResponse
- Sets the status code and message for this response.
- setTextColor(Color).
Method in class Acme.Widgets.Slider
- Sets the color for the slider`s text.
- setThumbColor(Color).
Method in class Acme.Widgets.Slider
- Sets the color for the slider's thumb.
- setUrl(Session, String).
Method in class Acme.Conf.Conference
- Set the conference's URL.
- setUrl(Session, String).
Method in class Acme.Conf.Client.ConferenceClient
- Set the conference's URL.
- setUrl(Session, String).
Method in class Acme.Conf.Server.ConferenceServer
- Set the conference's URL.
- setUrl(Session, String).
Method in class Acme.Conf.User
- Set the user's URL.
- setUrl(Session, String).
Method in class Acme.Conf.Client.UserClient
- Set the user's URL.
- setUrl(Session, String).
Method in class Acme.Conf.Server.UserServer
- Set the user's URL.
- setUseCaches(boolean).
Method in class Acme.PostURLConnection
- Some protocols do caching of documents.
- setValue(int).
Method in class Acme.Widgets.Slider
- Sets the current value for the slider.
- setValue(String).
Method in class Acme.Serve.servlet.http.Cookie
- Sets the value of the cookie.
- setVersion(int).
Method in class Acme.Serve.servlet.http.Cookie
- Sets the version of the cookie protocol used when this cookie saves
itself.
- setWidth(int).
Method in class Acme.Widgets.Slider
- Sets the width of the slider.
- ShaHash().
Constructor for class Acme.Crypto.ShaHash
- Constructor.
- Shear(ImageProducer, double).
Constructor for class Acme.JPM.Filters.Shear
- Constructor.
- show().
Method in class Acme.Widgets.BusyBox
- Show the box.
- show().
Method in class Acme.Widgets.ButtonDialog
- Show the box.
- show().
Method in class Acme.Widgets.OkDialog
-
- show(String).
Method in class Acme.Psg
- Paint a string starting at the current point.
- showDocument(URL).
Method in class Acme.MainFrame
-
- showDocument(URL, String).
Method in class Acme.MainFrame
-
- showStatus(String).
Method in class Acme.MainFrame
-
- Shrink(ImageProducer, int).
Constructor for class Acme.JPM.Filters.Shrink
- Constructor.
- size().
Method in class Acme.Dbz
- Returns the number of elements contained within the dbz file.
- size().
Method in class Acme.FlexVector
- Returns the number of elements in the vector.
- size().
Method in class Acme.IntHashtable
- Returns the number of elements contained in the hashtable.
- size().
Method in class Acme.LruHashtable
- Returns the number of elements contained in the hashtable.
- size().
Method in class Acme.WildcardDictionary
- Returns the number of elements contained within the dictionary.
- skip(long).
Method in class Acme.HtmlScanner
- Override to make sure this goes through the above
read( byte[], int, int) method.
- Slider().
Constructor for class Acme.Widgets.Slider
- Constructor, all default values.
- Slider(int, int).
Constructor for class Acme.Widgets.Slider
- Constructor, some specified values.
- Slider(int, int, int).
Constructor for class Acme.Widgets.Slider
- Constructor, some specified values.
- Smooth(ImageProducer).
Constructor for class Acme.JPM.Filters.Smooth
- Constructor, default value.
- Smooth(ImageProducer, int).
Constructor for class Acme.JPM.Filters.Smooth
- Constructor.
- SOLID.
Static variable in class Acme.Widgets.BorderPanel
-
- solve(Matrix, Matrix).
Static method in class Acme.Matrix
- Solve ax=b using Gaussian elimination.
- sortStrings(String[]).
Static method in class Acme.Utils
- Sorts an array of Strings.
- Spacer(int, int).
Constructor for class Acme.Widgets.Spacer
- Constructor.
- Spider().
Constructor for class Acme.Spider
- Constructor with no size limits, and the default error stream.
- Spider(int, int).
Constructor for class Acme.Spider
- Constructor with size limits.
- Spider(int, int, PrintStream).
Constructor for class Acme.Spider
- Constructor with size limits.
- Spider(PrintStream).
Constructor for class Acme.Spider
- Constructor with no size limits.
- Spider(String).
Constructor for class Acme.Spider
- Constructor with a single URL and no size limits, and the default
error stream.
- Spider(String, PrintStream).
Constructor for class Acme.Spider
- Constructor with a single URL and no size limits.
- splitStr(String).
Static method in class Acme.Utils
- Turns a String into an array of Strings, by using StringTokenizer
to split it up at whitespace.
- splitStr(String, char).
Static method in class Acme.Utils
- Turns a String into an array of Strings, by splitting it at
the specified character.
- spreadIntsToBytes(int[], int, byte[], int, int).
Static method in class Acme.Crypto.CryptoUtils
- Spread ints into bytes.
- spreadIntsToBytesLittle(int[], int, byte[], int, int).
Static method in class Acme.Crypto.CryptoUtils
- Spread ints into bytes, little-endian.
- spreadShortsToBytes(int[], int, byte[], int, int).
Static method in class Acme.Crypto.CryptoUtils
- Spread shorts into bytes.
- spreadShortsToBytesLittle(int[], int, byte[], int, int).
Static method in class Acme.Crypto.CryptoUtils
- Spread shorts into bytes, little endian.
- squashBytesToInts(byte[], int, int[], int, int).
Static method in class Acme.Crypto.CryptoUtils
- Squash bytes down to ints.
- squashBytesToIntsLittle(byte[], int, int[], int, int).
Static method in class Acme.Crypto.CryptoUtils
- Squash bytes down to ints, little-endian.
- squashBytesToShorts(byte[], int, int[], int, int).
Static method in class Acme.Crypto.CryptoUtils
- Squash bytes down to shorts.
- squashBytesToShortsLittle(byte[], int, int[], int, int).
Static method in class Acme.Crypto.CryptoUtils
- Squash bytes down to shorts, little endian.
- start().
Method in class Acme.ApplicationApplet
- Called when the applet should start itself.
- start().
Method in class Bugs.HardLoop2
-
- start().
Method in class Bugs.HardLoop3
-
- start().
Method in class Bugs.HardLoop4
-
- start().
Method in class Bugs.HardLoop5
-
- start().
Method in class Bugs.HardLoop6
-
- start().
Method in class Bugs.HardLoop7
-
- startProduction(ImageConsumer).
Method in class Acme.JPM.Decoders.ImageDecoder
- This method both registers the given ImageConsumer object
as a consumer and starts an immediate reconstruction of
the image data which will then be delivered to this
consumer and any other consumer which may have already
been registered with the producer.
- statusAll(boolean).
Method in class Acme.MediaTracker
- Returns the boolean OR of the status of all of the media being
tracked.
- statusID(int, boolean).
Method in class Acme.MediaTracker
- Returns the boolean OR of the status of all of the media with
a given ID.
- stop().
Method in class Acme.ApplicationApplet
- Called when the applet should stop itself.
- stop().
Method in class Bugs.HardLoop2
-
- stop().
Method in class Bugs.HardLoop3
-
- stop().
Method in class Bugs.HardLoop4
-
- stop().
Method in class Bugs.HardLoop5
-
- stop().
Method in class Bugs.HardLoop6
-
- stop().
Method in class Bugs.HardLoop7
-
- stop().
Method in class Acme.SynthAudioClip
-
- store(Object, Object).
Method in class Acme.Dbz
- Like put(), but assumes the key has already been case-mapped.
- strCSpan(String, String).
Static method in class Acme.Utils
- Returns the length of the initial segment of str which consists
entirely of characters NOT from charSet.
- strCSpan(String, String, int).
Static method in class Acme.Utils
- Returns the length of the initial segment of str which consists
entirely of characters NOT from charSet, starting at the given index.
- StreamCipher(int).
Constructor for class Acme.Crypto.StreamCipher
- Constructor.
- StringComnd().
Constructor for class Acme.Comnd.StringComnd
-
- stringwidth_x(String).
Method in class Acme.Psg
- Return the x-width of a string.
- stroke().
Method in class Acme.Psg
- Draw lines along the current path.
- strSpan(String, String).
Static method in class Acme.Utils
- Returns the length of the initial segment of str which consists
entirely of characters from charSet.
- strSpan(String, String, int).
Static method in class Acme.Utils
- Returns the length of the initial segment of str which consists
entirely of characters from charSet, starting at the given index.
- StubToolkit().
Constructor for class Acme.JPM.StubToolkit
-
- stud().
Method in class Acme.Leggo.Part
-
- studs(int, int).
Method in class Acme.Leggo.Part
-
- substitute(int, String).
Method in class Acme.HtmlScanner
- Can be used to change the scan buffer in the middle of a scan.
- subtract(Matrix, Matrix).
Static method in class Acme.Matrix
- Subtract one matrix from another.
- sum().
Method in class Acme.Matrix
- Compute the sum of all the elements.
- swapCols(int, int).
Method in class Acme.Matrix
- Swap columns in a matrix.
- swapRows(int, int).
Method in class Acme.Matrix
- Swap rows in a matrix.
- sync().
Method in class Acme.JPM.StubToolkit
-
- SynthAudioClip(int, long).
Constructor for class Acme.SynthAudioClip
- Constructor.
- SynthAudioClip(int, long, double).
Constructor for class Acme.SynthAudioClip
- Constructor.
- syslog(int, String).
Method in class Acme.Syslog
- Use this method to log your syslog messages.
- Syslog(String, int, int).
Constructor for class Acme.Syslog
- Creating a Syslog instance is equivalent of the Unix openlog() call.
- system(String).
Static method in class Acme.Utils
- Run a program on the host system.
- Task(long).
Constructor for class Acme.Task
- Constructor for subclasses that override run().
- Task(Runnable, long).
Constructor for class Acme.Task
- Constructor with a Runnable specified.
- TestServlet().
Constructor for class Acme.Serve.TestServlet
-
- TextcompInputStream(TextComponent).
Constructor for class Acme.TextcompInputStream
-
- TextcompOutputStream(TextComponent).
Constructor for class Acme.TextcompOutputStream
-
- ThrottledOutputStream(OutputStream, long).
Constructor for class Acme.Serve.ThrottledOutputStream
- Constructor.
- ThrottleItem(long).
Constructor for class Acme.Serve.ThrottleItem
- Constructor.
- Tile(ImageProducer, int, int).
Constructor for class Acme.JPM.Filters.Tile
- Constructor.
- TimeKiller(long).
Constructor for class Acme.TimeKiller
- Constructor, current thread.
- TimeKiller(Thread, long).
Constructor for class Acme.TimeKiller
- Constructor.
- todo.
Variable in class Acme.Spider
-
- Topic().
Constructor for class Acme.Conf.Topic
-
- TopicClient().
Constructor for class Acme.Conf.Client.TopicClient
-
- TopicServer(Session, String, String, String).
Constructor for class Acme.Conf.Server.TopicServer
- Make a new topic.
- toString().
Method in class Acme.DoublePoint
-
- toString().
Method in class Acme.FlexVector
- Converts the vector to a string.
- toString().
Method in class Acme.Crypto.Hash
- Convert a Hash to a String representation.
- toString().
Method in class Acme.IntHashtable
- Converts to a rather lengthy String.
- toString().
Method in class Acme.Matrix
- Convert to a string.
- toString().
Method in class Acme.PostURLConnection
- Returns the String representation of the URL connection.
- toString().
Method in class Acme.TextcompOutputStream
-
- toStringBlock(byte[]).
Static method in class Acme.Crypto.CryptoUtils
- Convert a block to a String representation.
- toStringBlock(byte[], int, int).
Static method in class Acme.Crypto.CryptoUtils
- Convert a block to a String representation.
- transform_x(double, double).
Method in class Acme.Psg
- Transform (x, y) into a device-space x-coordinate.
- transform_y(double, double).
Method in class Acme.Psg
- Transform (x, y) into a device-space y-coordinate.
- translate(double, double).
Method in class Acme.DoublePoint
-
- translate(double, double).
Method in class Acme.Psg
- Translate graphics space.
- transpose(Matrix).
Static method in class Acme.Matrix
- Transpose a matrix.
- trimToSize().
Method in class Acme.FlexVector
- Trims the vector's capacity down to size.
- UnavailableException(int, Servlet, String).
Constructor for class Acme.Serve.servlet.UnavailableException
- Constructs an UnavailableException with the specified detail message,
indicating that the servlet is temporarily unavailable and giving an
estimate of how long it will be unavailable.
- UnavailableException(Servlet, String).
Constructor for class Acme.Serve.servlet.UnavailableException
- Constructs an UnavailableException with the specified detail message,
indicating the servlet is permanently unavailable.
- unforget(Session).
Method in class Acme.Conf.Seen
- Remember the topic.
- unforget(Session).
Method in class Acme.Conf.Client.SeenClient
- Remember the topic.
- unforget(Session).
Method in class Acme.Conf.Server.SeenServer
- Remember the topic.
- unfreeze(Session).
Method in class Acme.Conf.Topic
- Unfreeze this topic.
- unfreeze(Session).
Method in class Acme.Conf.Client.TopicClient
- Unfreeze this topic.
- unfreeze(Session).
Method in class Acme.Conf.Server.TopicServer
- Unfreeze this topic.
- unhide(Session).
Method in class Acme.Conf.Response
- Unhide this response.
- unhide(Session).
Method in class Acme.Conf.Client.ResponseClient
- Unhide this response.
- unhide(Session).
Method in class Acme.Conf.Server.ResponseServer
- Unhide this response.
- UnixUser(int).
Constructor for class Acme.UnixUser
- Constructor by userid.
- UnixUser(String).
Constructor for class Acme.UnixUser
- Constructor by username.
- unretire(Session).
Method in class Acme.Conf.Topic
- Unretire this topic.
- unretire(Session).
Method in class Acme.Conf.Client.TopicClient
- Unretire this topic.
- unretire(Session).
Method in class Acme.Conf.Server.TopicServer
- Unretire this topic.
- urlDecoder(String).
Static method in class Acme.Utils
- URLDecoder to go along with java.net.URLEncoder.
- urlStrIsAbsolute(String).
Static method in class Acme.Utils
-
- urlStrIsDir(String).
Static method in class Acme.Utils
- Figures out whether a URL points to a directory or not.
- User().
Constructor for class Acme.Conf.User
-
- UserClient().
Constructor for class Acme.Conf.Client.UserClient
-
- UserServer(Session, String, String).
Constructor for class Acme.Conf.Server.UserServer
- Make a new user.
- Utils().
Constructor for class Acme.Utils
-
- val.
Variable in class Acme.RefDouble
-
- val.
Variable in class Acme.RefFloat
-
- val.
Variable in class Acme.RefInt
-
- val.
Variable in class Acme.RefLong
-
- view.
Variable in class Acme.Leggo.Part
-
- View(Graphics, int, int, float, float, float).
Constructor for class Acme.Leggo.View
- Constructor.
- waitForAll().
Method in class Acme.MediaTracker
- Starts loading all images.
- waitForAll(long).
Method in class Acme.MediaTracker
- Starts loading all images.
- waitForID(int).
Method in class Acme.MediaTracker
- Starts loading all images with the specified ID and waits until they
have finished loading or receive an error.
- waitForID(int, long).
Method in class Acme.MediaTracker
- Starts loading all images with the specified ID.
- WarningBox(Frame, String).
Constructor for class Acme.Widgets.WarningBox
- Constructor, default title.
- WarningBox(Frame, String, String).
Constructor for class Acme.Widgets.WarningBox
- Constructor, specified title.
- warningColor.
Static variable in class Acme.GuiUtils
- Medium orange.
- warningIcon(Component).
Static method in class Acme.GuiUtils
-
- white.
Static variable in class Acme.Leggo.LeggoColor
-
- WhitespaceComnd().
Constructor for class Acme.Comnd.WhitespaceComnd
-
- WidgetTest().
Constructor for class Acme.Widgets.WidgetTest
- Constructor.
- WidgetUtils().
Constructor for class Acme.Widgets.WidgetUtils
-
- WildcardDictionary().
Constructor for class Acme.WildcardDictionary
- Constructor.
- write(byte[]).
Method in class Acme.TextcompOutputStream
-
- write(byte[], int, int).
Method in class Acme.Serve.servlet.http.ChunkedOutputStream
- Write a sub-array of bytes.
- write(byte[], int, int).
Method in class Acme.Nnrpd.CrLfOutputStream
- Writes a subarray of bytes.
- write(byte[], int, int).
Method in class Acme.Crypto.EncryptedOutputStream
- Write some bytes.
- write(byte[], int, int).
Method in class Acme.TextcompOutputStream
-
- write(byte[], int, int).
Method in class Acme.Serve.ThrottledOutputStream
- Writes a subarray of bytes.
- write(int).
Method in class Acme.Nnrpd.CrLfOutputStream
- Writes a byte.
- write(int).
Method in class Acme.Crypto.EncryptedOutputStream
- Write a byte.
- write(int).
Method in class Acme.TextcompOutputStream
-
- write(int).
Method in class Acme.Serve.ThrottledOutputStream
- Writes a byte.
- writeAddress(OutputStream).
Static method in class Acme.Serve.ServeUtils
- Write a standard-format HTML address for this server.
- x.
Variable in class Acme.DoublePoint
-
- xFace(int, int).
Method in class Acme.Leggo.Part
-
- xorBlock(byte[], byte[], byte[]).
Static method in class Acme.Crypto.CryptoUtils
- Utility routine to XOR two blocks.
- xorBlock(byte[], int, byte[], int, byte[], int, int).
Static method in class Acme.Crypto.CryptoUtils
- Utility routine to XOR two blocks.
- y.
Variable in class Acme.DoublePoint
-
- yellow.
Static variable in class Acme.Leggo.LeggoColor
-
- YES.
Static variable in class Acme.Widgets.WidgetUtils
-
- YES.
Static variable in class Acme.Widgets.YesNoBox
-
- YES.
Static variable in class Acme.Widgets.YesNoCancelBox
-
- YesNoBox(Frame, String).
Constructor for class Acme.Widgets.YesNoBox
- Constructor, default title.
- YesNoBox(Frame, String, String).
Constructor for class Acme.Widgets.YesNoBox
- Constructor, specified title.
- YesNoCancelBox(Frame, String).
Constructor for class Acme.Widgets.YesNoCancelBox
- Constructor, default title.
- YesNoCancelBox(Frame, String, String).
Constructor for class Acme.Widgets.YesNoCancelBox
- Constructor, specified title.
- yFace(int, int).
Method in class Acme.Leggo.Part
-
- zeroBlock(byte[]).
Static method in class Acme.Crypto.CryptoUtils
- Utility routine to fill a block with zeros.
- zeroBlock(byte[], int, int).
Static method in class Acme.Crypto.CryptoUtils
- Utility routine to fill a block with zeros.
- ZeroOrMoreComnd(Comnd).
Constructor for class Acme.Comnd.ZeroOrMoreComnd
-
- ZF.
Static variable in class Acme.Fmt
- Zero-fill.
- zFace(int, int).
Method in class Acme.Leggo.Part
-
ACME Java ACME Labs