- safeEquals(Object, Object) - Static method in class net.mtu.eggplant.util.ComparisonUtils
-
Equals call that handles null without a NullPointerException.
- SchemaValidator - Class in net.mtu.eggplant.app
-
Validate a schema.
- SchemaValidator() - Constructor for class net.mtu.eggplant.app.SchemaValidator
-
- searchAndReplace(String, String, String) - Static method in class net.mtu.eggplant.util.StringUtils
-
Replace all instances of search in source with
replace.
- SECOND - Static variable in class net.mtu.eggplant.util.gui.DateEditor
-
- setCalendar(Calendar) - Method in class net.mtu.eggplant.util.gui.DateEditor
-
- setColumnMinWidths(JTable) - Static method in class net.mtu.eggplant.util.gui.TableUtils
-
set the widths of all of the columns to the max width of the object in the
column.
- setName(String) - Method in class net.mtu.eggplant.util.DefaultNamed
-
Set the name for the object.
- setSocket(Socket) - Method in class net.mtu.eggplant.util.network.TCPServer
-
set the actual socket.
- setVisibleRowCount(JTable, int) - Static method in class net.mtu.eggplant.util.gui.GraphicsUtils
-
Set the preferred viewport size on a table based upon the number of rows
that should be visible and the current heights of the rows.
- SmartRenderer - Class in net.mtu.eggplant.util.gui
-
Class that knows how to render lots of things.
- SmartRenderer() - Constructor for class net.mtu.eggplant.util.gui.SmartRenderer
-
- SortedListModel<E> - Class in net.mtu.eggplant.util.gui
-
A ListModel that orders the objects according to a comparator and does
sorted insert.
- SortedListModel(Comparator<E>) - Constructor for class net.mtu.eggplant.util.gui.SortedListModel
-
Create a SortedListModel with comparator.
- SortedListModel(Comparator<E>, Collection<E>) - Constructor for class net.mtu.eggplant.util.gui.SortedListModel
-
Create a SortedListModel with comparator and initalize with the list of
objects in collection.
- SPACER - Static variable in class net.mtu.eggplant.util.gui.DateEditor
-
- SQLConnectionDialog - Class in net.mtu.eggplant.util.sql
-
This dialog allows the user to fill in the parameters needed for a
connection.
- SQLConnectionDialog(Frame, Map<String, String>) - Constructor for class net.mtu.eggplant.util.sql.SQLConnectionDialog
-
Create a dialog for making an SQL connection.
- SQLFunctions - Class in net.mtu.eggplant.util.sql
-
Handy functions for SQL
- STANDARD_ERROR_HANDLER - Static variable in class net.mtu.eggplant.xml.XMLUtils
-
Standard error handler that throws exceptions on error and fatalError and
logs a warning on warning.
- StringPair - Class in net.mtu.eggplant.util
-
- StringPair(String, String) - Constructor for class net.mtu.eggplant.util.StringPair
-
Deprecated.
- StringUtils - Class in net.mtu.eggplant.util
-
Some handy utilities for working with strings.