- cascade() - Method in class gr.zeus.ui.mdi.WindowManager
-
Cascades all frames.
- centerOnScreen(Window) - Static method in class gr.zeus.util.GUIUtils
-
Centers a window on screen.
- changeTraveralKeys() - Method in class gr.zeus.ui.typesafe.SimpleEditorPaneTraversal
-
Replaces the original traversal keys with new ones.
- changeTraveralKeys() - Method in class gr.zeus.ui.typesafe.SimpleTextAreaTraversal
-
Replaces the original traversal keys with new ones.
- changeTraveralKeys() - Method in class gr.zeus.ui.typesafe.SimpleTextPaneTraversal
-
Replaces the original traversal keys with new ones.
- clearBufferMessages() - Method in class gr.zeus.ui.JConsolePane
-
Clears all the messages stored in the internal buffer from the beginning
of the JConsolePane
.
- clearScreenMessages() - Method in class gr.zeus.ui.JConsolePane
-
Clears only the messages that are displayed in the textarea.
- close() - Method in class gr.zeus.ui.mdi.WindowManager
-
Closes the selected frame if it is closable.
- closeAll() - Method in class gr.zeus.ui.mdi.WindowManager
-
Closes all frames that are closable.
- COMPARABLE_COMPARATOR - Static variable in class gr.zeus.ui.table.TableSorter
-
- compare(JInternalFrame, JInternalFrame) - Method in class gr.zeus.ui.mdi.JInternalFrameComparator
-
Compares internal frames based on their title.
- configComponent(String, JTextComponent...) - Method in class gr.zeus.ui.typesafe.SwingConfigurationManager
-
Apply a configuration to one or more components.
- copyFile(String, String, boolean) - Static method in class gr.zeus.util.IOHelper
-
Copies a file to another location/file.
- copyFile(File, File, boolean) - Static method in class gr.zeus.util.IOHelper
-
Copies a file to another location/file.
- countFrames() - Method in class gr.zeus.ui.mdi.WindowManager
-
Counts all frames, even those that are closed with
DefaultCloseOperation = HIDE_ON_CLOSE
- countVisibleFrames() - Method in class gr.zeus.ui.mdi.WindowManager
-
Counts only visible frames.
- createDirectoryTreeForFile(String) - Static method in class gr.zeus.util.IOHelper
-
Creates the complete directory structure for a complete
FILE pathname.
- createDirectoryTreeForFolder(String) - Static method in class gr.zeus.util.IOHelper
-
Creates the complete directory structure for a complete
FOLDER pathname.
- CurrentDateHelper - Class in gr.zeus.util
-
Helper methods for current date and time.
- CurrentDateHelper() - Constructor for class gr.zeus.util.CurrentDateHelper
-
- CustomFocusTraversalPolicy - Class in gr.zeus.ui.typesafe
-
This class creates a custom focus policy for Swing components by extending
LayoutFocusTraversalPolicy.
- CustomFocusTraversalPolicy(Component[]) - Constructor for class gr.zeus.ui.typesafe.CustomFocusTraversalPolicy
-
Constructor.
- getAppendFirstTime() - Method in class gr.zeus.ui.JConsolePane
-
Gets append policy.
- getAutoPositionPolicy() - Method in class gr.zeus.ui.mdi.WindowManager
-
Gets the auto position frames policy.
- getAutoSave() - Method in class gr.zeus.ui.JConsolePane
-
Gets auto save status.
- getBackgroundColor() - Method in class gr.zeus.ui.JConsolePane
-
Gets the background color of the textarea.
- getClearButtonText() - Method in class gr.zeus.ui.JConsolePane
-
Gets the text of the clear button.
- getCloseButtonText() - Method in class gr.zeus.ui.JConsolePane
-
Gets the text of the close button.
- getClosePolicy() - Method in class gr.zeus.ui.mdi.WindowManager
-
Gets the close policy.
- getColumnClass(int) - Method in class gr.zeus.ui.table.TableSorter
-
- getColumnCount() - Method in class gr.zeus.ui.table.TableSorter
-
- getColumnName(int) - Method in class gr.zeus.ui.table.TableSorter
-
- getComparator(int) - Method in class gr.zeus.ui.table.TableSorter
-
- getComponentAfter(Container, Component) - Method in class gr.zeus.ui.typesafe.CustomFocusTraversalPolicy
-
Gets the next focusable component.
- getComponentBefore(Container, Component) - Method in class gr.zeus.ui.typesafe.CustomFocusTraversalPolicy
-
Gets the previous focusable component.
- getConfimMessage() - Method in class gr.zeus.ui.JConsolePane
-
Gets the text for the popup window that confirms file overwrite.
- getConfimTitle() - Method in class gr.zeus.ui.JConsolePane
-
Gets the title for the popup window that confirms file overwrite.
- getConsole() - Static method in class gr.zeus.ui.JConsole
-
Returns the instance of the JConsolePane
for further
configuration.
- getConsole() - Static method in class gr.zeus.ui.JIConsole
-
Returns the instance of the JConsolePane
for further
configuration.
- getConsolePane() - Static method in class gr.zeus.ui.JConsolePane
-
Singleton constructor.
- getCurrentDate() - Static method in class gr.zeus.util.CurrentDateHelper
-
Gets the current date.
- getCurrentDateLong() - Static method in class gr.zeus.util.CurrentDateHelper
-
Gets the current date in long number format.
- getCurrentDay() - Static method in class gr.zeus.util.CurrentDateHelper
-
Gets the current day in the month (1...31).
- getCurrentHour() - Static method in class gr.zeus.util.CurrentDateHelper
-
Gets the current hour in 24 hours format.
- getCurrentMinutes() - Static method in class gr.zeus.util.CurrentDateHelper
-
Gets the current minutes in hour.
- getCurrentMonth() - Static method in class gr.zeus.util.CurrentDateHelper
-
Gets the current month, JANUARY = 1,......,DECEMBER = 12.
- getCurrentSeconds() - Static method in class gr.zeus.util.CurrentDateHelper
-
Gets the current seconds in hour.
- getCurrentYear() - Static method in class gr.zeus.util.CurrentDateHelper
-
Gets the current year, e.g.
- getDatePattern() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the date pattern.
- getDayForDate(String, String) - Static method in class gr.zeus.util.DateHelper
-
Parses a string into a date.
- getDayNameForDate(Date, boolean) - Static method in class gr.zeus.util.DateHelper
-
Gets the name of a day based on a date and current locale.
- getDefaultByteValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the default byte value.
- getDefaultDateValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the default date value.
- getDefaultDoubleValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the default double value.
- getDefaultFloatValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the default float value.
- getDefaultIntegerValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the default integer value.
- getDefaultLongValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the default long value.
- getDefaultShortValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the default short value.
- getDefaultsOnError() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets defaultsOnError status.
- getDeiconifiablePolicy() - Method in class gr.zeus.ui.mdi.WindowManager
-
Gets the de-iconifiable policy.
- getFilechooserApproveButtonText() - Method in class gr.zeus.ui.JConsolePane
-
Gets the filechooser approve button text.
- getFilechooserTitle() - Method in class gr.zeus.ui.JConsolePane
-
Gets the filechooser title.
- getFirstComponent(Container) - Method in class gr.zeus.ui.typesafe.CustomFocusTraversalPolicy
-
Gets the first focusable component.
- getForegroundColor() - Method in class gr.zeus.ui.JConsolePane
-
Gets the foreground color of the textarea.
- getHeaderRendererCustomIcon(int) - Method in class gr.zeus.ui.table.TableSorter
-
- getHeaderRendererIcon(int, int) - Method in class gr.zeus.ui.table.TableSorter
-
- getInstance() - Static method in class gr.zeus.ui.SingleAppInstance
-
This method returns the single instance of this class.
- getInstance(String) - Static method in class gr.zeus.ui.SingleAppInstance
-
This method returns the single instance of this class.
- getInvalidChars() - Method in class gr.zeus.ui.typesafe.TypeSafeTextDocumentFilter
-
Gets invalid characters.
- getLastComponent(Container) - Method in class gr.zeus.ui.typesafe.CustomFocusTraversalPolicy
-
Gets the last focusable component.
- getLowerCase() - Method in class gr.zeus.ui.typesafe.TypeSafeTextDocumentFilter
-
Gets lowercase flag.
- getMaxByteValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the max byte value.
- getMaxChars() - Method in class gr.zeus.ui.JConsolePane
-
If -1 no limit, else the messages will be flushed to 'traceFilename' and
cleared when this limit is reached.
- getMaxChars() - Method in class gr.zeus.ui.typesafe.TypeSafeTextDocumentFilter
-
Gets max characters allowed.
- getMaxDoubleValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the max double value.
- getMaxFloatValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the max float value.
- getMaxIntegerValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the max integer value.
- getMaxLongValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the max long value.
- getMaxShortValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the max short value.
- getMessagesFilename() - Method in class gr.zeus.ui.JConsolePane
-
Gets the default filename for the filechooser.
- getMinByteValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the min byte value.
- getMinChars() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets min characters allowed.
- getMinDoubleValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the min double value.
- getMinFloatValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the min float value.
- getMinIntegerValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the min integer value.
- getMinLongValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the min long value.
- getMinShortValue() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the min short value.
- getMonthForDate(String, String) - Static method in class gr.zeus.util.DateHelper
-
Parses a string into a date.
- getNextUID() - Static method in class gr.zeus.util.SimpleUIDGenerator
-
Always returns a unique number > 0 for the existing VM.
- getOutlineDragMode() - Method in class gr.zeus.ui.mdi.WindowManager
-
Gets frames' drawing strategy.
- getProgressBar() - Method in class gr.zeus.ui.JSplash
-
Get the progress bar for custom usage.
- getReplacableChars() - Method in class gr.zeus.ui.typesafe.TypeSafeTextDocumentFilter
-
Gets the replacable characters.
- getReplacedChars() - Method in class gr.zeus.ui.typesafe.TypeSafeTextDocumentFilter
-
Gets the replaced characters.
- getReportPopup() - Method in class gr.zeus.ui.SingleAppInstance
-
Gets whether to report via a popup or via stderr
.
- getReturnStatus() - Method in class gr.zeus.ui.JMessage
-
Returns the status of the dialog depending on which button was pressed.
- getRowCount() - Method in class gr.zeus.ui.table.TableSorter
-
- getSaveButtonText() - Method in class gr.zeus.ui.JConsolePane
-
Gets the text of the save button.
- getSelectedTextColor() - Method in class gr.zeus.ui.JConsolePane
-
Gets the selected text color of the textarea.
- getSelectionColor() - Method in class gr.zeus.ui.JConsolePane
-
Gets the selection color of the textarea.
- getSortingStatus(int) - Method in class gr.zeus.ui.table.TableSorter
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class gr.zeus.ui.table.ProgressBarCellRenderer
-
Gets the table cell renderer component.
- getTableHeader() - Method in class gr.zeus.ui.table.TableSorter
-
- getTableModel() - Method in class gr.zeus.ui.table.TableSorter
-
- getTextFont() - Method in class gr.zeus.ui.JConsolePane
-
Gets the font of the textarea.
- getTraceFilename() - Method in class gr.zeus.ui.JConsolePane
-
Gets the file used by dumpConsole()
and
all auto save methods.
- getTrimSpaces() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets trimspaces status.
- getUpperCase() - Method in class gr.zeus.ui.typesafe.TypeSafeTextDocumentFilter
-
Gets uppercase flag.
- getValidChars() - Method in class gr.zeus.ui.typesafe.TypeSafeTextDocumentFilter
-
Gets valid characters.
- getValueAt(int, int) - Method in class gr.zeus.ui.table.TableSorter
-
- getVerifierClassType() - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Gets the class type.
- getYearForDate(String, String) - Static method in class gr.zeus.util.DateHelper
-
Parses a string into a date.
- gr.zeus.ui - package gr.zeus.ui
-
- gr.zeus.ui.mdi - package gr.zeus.ui.mdi
-
- gr.zeus.ui.table - package gr.zeus.ui.table
-
- gr.zeus.ui.typesafe - package gr.zeus.ui.typesafe
-
- gr.zeus.util - package gr.zeus.util
-
- GUIUtils - Class in gr.zeus.util
-
GUI Helper class, contains static methods that are used all the time.
- GUIUtils() - Constructor for class gr.zeus.util.GUIUtils
-
- saveTxtFile(String, String, boolean) - Static method in class gr.zeus.util.IOHelper
-
Saves a string to a text file.
- saveTxtFile(File, String, boolean) - Static method in class gr.zeus.util.IOHelper
-
Saves a string to a text file.
- SelectAllTextOnFocus - Class in gr.zeus.ui.typesafe
-
This class is a simple FocusListener that when enabled performs a selectAll()
to any JTextComponent.
- SelectAllTextOnFocus() - Constructor for class gr.zeus.ui.typesafe.SelectAllTextOnFocus
-
Constructor.
- selectNext() - Method in class gr.zeus.ui.mdi.WindowManager
-
Selects the next internal frame.
- selectPrevious() - Method in class gr.zeus.ui.mdi.WindowManager
-
Selects the previous internal frame.
- setAppendFirstTime(boolean) - Method in class gr.zeus.ui.JConsolePane
-
Sets append policy.
- setAutoPositionPolicy(boolean) - Method in class gr.zeus.ui.mdi.WindowManager
-
Sets the auto position frames policy.
- setAutoSave(boolean) - Method in class gr.zeus.ui.JConsolePane
-
Sets auto save status.
- setBackgroundColor(Color) - Method in class gr.zeus.ui.JConsolePane
-
Sets the background color of the textarea.
- setClearButtonText(String) - Method in class gr.zeus.ui.JConsolePane
-
Sets the text of the clear button.
- setCloseButtonText(String) - Method in class gr.zeus.ui.JConsolePane
-
Sets the text of the close button.
- setClosePolicy(boolean) - Method in class gr.zeus.ui.mdi.WindowManager
-
Sets the close policy.
- setColumnComparator(Class, Comparator) - Method in class gr.zeus.ui.table.TableSorter
-
- setConfimMessage(String) - Method in class gr.zeus.ui.JConsolePane
-
Sets the text for the popup window that confirms file overwrite.
- setConfimTitle(String) - Method in class gr.zeus.ui.JConsolePane
-
Sets the title for the popup window that confirms file overwrite.
- setCustomIcons(Icon[], Icon[]) - Method in class gr.zeus.ui.table.TableSorter
-
Arrays contains all custom icons with priority order from high to low.
- setDatePattern(String) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the date pattern.
- setDebugMode(boolean) - Method in class gr.zeus.ui.table.AutoResizeTableColumns
-
Sets debug mode.
- setDefaultByteValue(byte) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the default byte value.
- setDefaultDateValue(Date) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the default date value.
- setDefaultDoubleValue(double) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the default double value.
- setDefaultFloatValue(float) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the default float value.
- setDefaultIntegerValue(int) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the default integer value.
- setDefaultLongValue(long) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the default long value.
- setDefaultShortValue(short) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the default short value.
- setDefaultsOnError(boolean) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets defaultsOnError status.
- setDeiconifiablePolicy(boolean) - Method in class gr.zeus.ui.mdi.WindowManager
-
Sets de-iconifiable policy.
- setEnabled(boolean) - Method in class gr.zeus.ui.typesafe.SelectAllTextOnFocus
-
Sets status flag.
- setFilechooserApproveButtonText(String) - Method in class gr.zeus.ui.JConsolePane
-
Sets the filechooser approve button text.
- setFilechooserTitle(String) - Method in class gr.zeus.ui.JConsolePane
-
Sets the filechooser title.
- setForegroundColor(Color) - Method in class gr.zeus.ui.JConsolePane
-
Sets the foreground color of the textarea.
- setInvalidChars(String) - Method in class gr.zeus.ui.typesafe.TypeSafeTextDocumentFilter
-
Sets invalid characters.
- setLimits(Hashtable) - Method in class gr.zeus.ui.table.ProgressBarCellRenderer
-
Sets the limits.
- setLowerCase(boolean) - Method in class gr.zeus.ui.typesafe.TypeSafeTextDocumentFilter
-
Sets lowercase flag.
- setMaxByteValue(byte) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the max byte value.
- setMaxChars(int) - Method in class gr.zeus.ui.JConsolePane
-
If -1 no limit, else the messages will be flushed to 'traceFilename' and
cleared when this limit is reached.
- setMaxChars(int) - Method in class gr.zeus.ui.typesafe.TypeSafeTextDocumentFilter
-
Sets max characters allowed.
- setMaxDoubleValue(double) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the max double value.
- setMaxFloatValue(float) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the max float value.
- setMaxIntegerValue(int) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the max integer value.
- setMaxLongValue(long) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the max long value.
- setMaxShortValue(short) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the max short value.
- setMessagesFilename(String) - Method in class gr.zeus.ui.JConsolePane
-
Sets the default filename for the filechooser.
- setMinByteValue(byte) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the min byte value.
- setMinChars(int) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets min characters allowed.
- setMinDoubleValue(double) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the min double value.
- setMinFloatValue(float) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the min float value.
- setMinIntegerValue(int) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the min integer value.
- setMinLongValue(long) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the min long value.
- setMinShortValue(short) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets the min short value.
- setOutlineDragMode(boolean) - Method in class gr.zeus.ui.mdi.WindowManager
-
Selects frames' drawing strategy.
- setProgress(int) - Method in class gr.zeus.ui.JSplash
-
Sets the progress indicator (values: 0 - 100).
- setProgress(int, String) - Method in class gr.zeus.ui.JSplash
-
Sets the progress indicator (values: 0 - 100) and a label to print
inside the progress bar.
- setReplacableChars(String) - Method in class gr.zeus.ui.typesafe.TypeSafeTextDocumentFilter
-
Sets replacable characters.
- setReplacedChars(String) - Method in class gr.zeus.ui.typesafe.TypeSafeTextDocumentFilter
-
Sets replaced characters.
- setReportPopup(boolean) - Method in class gr.zeus.ui.SingleAppInstance
-
Sets whether to report via a popup or via stderr
.
- setSaveButtonText(String) - Method in class gr.zeus.ui.JConsolePane
-
Sets the text of the save button.
- setSelectedTextColor(Color) - Method in class gr.zeus.ui.JConsolePane
-
Sets the selected text color of the textarea.
- setSelectionColor(Color) - Method in class gr.zeus.ui.JConsolePane
-
Sets the selection color of the textarea.
- setSortingStatus(int, int) - Method in class gr.zeus.ui.table.TableSorter
-
- setTableHeader(JTableHeader) - Method in class gr.zeus.ui.table.TableSorter
-
- setTableModel(TableModel) - Method in class gr.zeus.ui.table.TableSorter
-
- setTextFont(Font) - Method in class gr.zeus.ui.JConsolePane
-
Sets the font of the textarea.
- setTraceFilename(String) - Method in class gr.zeus.ui.JConsolePane
-
Sets the file used by dumpConsole()
and
all auto save methods.
- setTrimSpaces(boolean) - Method in class gr.zeus.ui.typesafe.TypeSafeVerifier
-
Sets trimspaces status.
- setUpperCase(boolean) - Method in class gr.zeus.ui.typesafe.TypeSafeTextDocumentFilter
-
Sets uppercase flag.
- setValidChars(String) - Method in class gr.zeus.ui.typesafe.TypeSafeTextDocumentFilter
-
Sets valid characters.
- setValueAt(Object, int, int) - Method in class gr.zeus.ui.table.TableSorter
-
- showConsole() - Method in class gr.zeus.ui.JConsolePane
-
Shows the console.
- showControlButtons() - Method in class gr.zeus.ui.JConsolePane
-
Shows the control buttons.
- showErrorMessage(Frame, String) - Static method in class gr.zeus.ui.JMessage
-
Wrapper method for showMessageDialog().
- showErrorMessage(Frame, String, Throwable) - Static method in class gr.zeus.ui.JMessage
-
Wrapper method for showMessageDialog().
- showErrorQuestionMessageY(Frame, String, Throwable) - Static method in class gr.zeus.ui.JMessage
-
Shows a question window with YES/NO button options.
- showInfoMessage(Frame, String) - Static method in class gr.zeus.ui.JMessage
-
Wrapper method for showMessageDialog().
- showInfoMessage(Frame, String, Throwable) - Static method in class gr.zeus.ui.JMessage
-
Wrapper method for showMessageDialog().
- showMessageDialog(Frame, String, int, int) - Static method in class gr.zeus.ui.JMessage
-
Factory method, create-show-return.
- showMessageDialog(Frame, String, int, int, JMessage.JMessageButtonEnum) - Static method in class gr.zeus.ui.JMessage
-
Factory method, create-show-return.
- showMessageDialog(Frame, String, int, int, Throwable) - Static method in class gr.zeus.ui.JMessage
-
Factory method, create-show-return.
- showMessageDialog(Frame, String, String, int, int, JMessage.JMessageButtonEnum, Icon, Throwable, String, String, String, String) - Static method in class gr.zeus.ui.JMessage
-
Factory method, create-show-return.
- showQuestionMessageN(Frame, String) - Static method in class gr.zeus.ui.JMessage
-
Wrapper method for showMessageDialog().
- showQuestionMessageY(Frame, String) - Static method in class gr.zeus.ui.JMessage
-
Wrapper method for showMessageDialog().
- showWarningMessage(Frame, String) - Static method in class gr.zeus.ui.JMessage
-
Wrapper method for showMessageDialog().
- showWarningMessage(Frame, String, Throwable) - Static method in class gr.zeus.ui.JMessage
-
Wrapper method for showMessageDialog().
- SimpleEditorPaneTraversal - Class in gr.zeus.ui.typesafe
-
This class can be used to replace the default traversal keys for any
JEditorPane object.
- SimpleEditorPaneTraversal(JEditorPane) - Constructor for class gr.zeus.ui.typesafe.SimpleEditorPaneTraversal
-
Constructor, Stores a backup copy of the original traversal keys
of this editor panel.
- SimpleTextAreaTraversal - Class in gr.zeus.ui.typesafe
-
This class can be used to replace the default traversal keys for any
JTextArea object.
- SimpleTextAreaTraversal(JTextArea) - Constructor for class gr.zeus.ui.typesafe.SimpleTextAreaTraversal
-
Constructor, Stores a backup copy of the original traversal keys
of this text area.
- SimpleTextPaneTraversal - Class in gr.zeus.ui.typesafe
-
This class can be used to replace the default traversal keys for any
JTextPane object.
- SimpleTextPaneTraversal(JTextPane) - Constructor for class gr.zeus.ui.typesafe.SimpleTextPaneTraversal
-
Constructor, Stores a backup copy of the original traversal keys
of this text panel.
- SimpleTimerMillis - Class in gr.zeus.util
-
A very simple timer for timing java method calls and other processes.
- SimpleTimerMillis() - Constructor for class gr.zeus.util.SimpleTimerMillis
-
Constructor.
- SimpleTimerNanos - Class in gr.zeus.util
-
A very simple timer for timing java method calls and other processes
(JDK 5, nanos implementation).
- SimpleTimerNanos() - Constructor for class gr.zeus.util.SimpleTimerNanos
-
Constructor.
- SimpleUIDGenerator - Class in gr.zeus.util
-
Generates unique ID's within this JVM.
- SimpleUIDGenerator() - Constructor for class gr.zeus.util.SimpleUIDGenerator
-
- SingleAppInstance - Class in gr.zeus.ui
-
This helper component provides a simple solution to the multiple applications
instances problem.
- splashOff() - Method in class gr.zeus.ui.JSplash
-
Hides and disposes the splash screen
- splashOn() - Method in class gr.zeus.ui.JSplash
-
Displays the splash screen
- start() - Method in class gr.zeus.util.SimpleTimerMillis
-
Starts timing a job.
- start() - Method in class gr.zeus.util.SimpleTimerNanos
-
Starts timing a job.
- startConsole() - Method in class gr.zeus.ui.JConsolePane
-
Attachs the new streams to stdout and stderr.
- stopConsole() - Method in class gr.zeus.ui.JConsolePane
-
Attachs the original streams to stdout and stderr.
- subDaysFromDate(Calendar, int) - Static method in class gr.zeus.util.DateHelper
-
Subtracts 'days' from a calendar taking into consideration
the month, year and leap years change as well.
- SwingConfigurationManager - Class in gr.zeus.ui.typesafe
-
This class is the central point of execution for all the classes inside
gr.zeus.ui.typesafe
package.
- SwingConfigurationManager(String) - Constructor for class gr.zeus.ui.typesafe.SwingConfigurationManager
-
Constructor, loads the property file from the specified pathname.
- SwingConfigurationManager(ResourceBundle) - Constructor for class gr.zeus.ui.typesafe.SwingConfigurationManager
-
Constructor, creates the properties from the specified ResourceBundle.