A B C D E F G H I J M O P R S T U W

A

addDaysToDate(Calendar, int) - Static method in class gr.zeus.util.DateHelper
Adds 'days' to a calendar taking into consideration the month, year and leap years change as well.

B

BevelArrowIcon - Class in gr.zeus.ui.table.sort
Bevel Arrow Icon for table header for TableSorter.
BevelArrowIcon(int, boolean, boolean) - Constructor for class gr.zeus.ui.table.sort.BevelArrowIcon
Constructor.
BevelArrowIcon(Color, Color, Color, int, int) - Constructor for class gr.zeus.ui.table.sort.BevelArrowIcon
Constructor.
BlankIcon - Class in gr.zeus.ui.table.sort
Empty icon for table header for TableSorter.
BlankIcon() - Constructor for class gr.zeus.ui.table.sort.BlankIcon
Constructor.
BlankIcon(Color, int) - Constructor for class gr.zeus.ui.table.sort.BlankIcon
Constructor.

C

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.
clearBufferMessages() - Method in class gr.zeus.ui.JConsole
Clears all the messages stored in the internal buffer from the begining of the JConsole.
clearScreenMessages() - Method in class gr.zeus.ui.JConsole
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.
compare(JInternalFrame, JInternalFrame) - Method in class gr.zeus.ui.mdi.JInternalFrameComparator
Compares internal frames based on their title.
compare(int, int, int) - Method in class gr.zeus.ui.table.sort.TableSorter
Comparaters.
compare(Number, Number) - Method in class gr.zeus.ui.table.sort.TableSorter
Compares two numbers for higher or lower values.
compare(Date, Date) - Method in class gr.zeus.ui.table.sort.TableSorter
Compares two dates.
compare(Boolean, Boolean) - Method in class gr.zeus.ui.table.sort.TableSorter
Compares two boolean values.
construct() - Method in class gr.zeus.ui.swingworker.sun.SwingWorker
Compute the value to be returned by the get method.
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 NOTEUse this method in order to understand how many "ghost" frames remain within the desktop.
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
 

D

DateHelper - Class in gr.zeus.util
Helper methods for java.util.Date
DateHelper() - Constructor for class gr.zeus.util.DateHelper
 
dateToString(Date, String) - Static method in class gr.zeus.util.DateHelper
Converts a date to a string based on a SimpleDateFormat pattern.
deleteDirectory(File) - Static method in class gr.zeus.util.IOHelper
Deletes all files and subdirectories under dir.
deleteDirectory(String) - Static method in class gr.zeus.util.IOHelper
Deletes all files and subdirectories under dir.
deleteFile(String) - Static method in class gr.zeus.util.IOHelper
Deletes a file.
destroyConsole() - Method in class gr.zeus.ui.JConsole
Destroys the console.
DIR_DOWN - Static variable in class gr.zeus.ui.table.sort.SortButtonRenderer
Down direction.
DIR_NONE - Static variable in class gr.zeus.ui.table.sort.SortButtonRenderer
No direction.
DIR_UP - Static variable in class gr.zeus.ui.table.sort.SortButtonRenderer
Up direction.
doNonUILogic() - Method in class gr.zeus.ui.swingworker.yexinchen.SwingWorkerVariant
This method will be implemented by the inner class of SwingWorker It should only consist of the logic that's unrelated to UI
doUIUpdateLogic() - Method in class gr.zeus.ui.swingworker.yexinchen.SwingWorkerVariant
This method will be implemented by the inner class of SwingWorker It should only consist of the logic that's related to UI updating, after the doNonUILogic() method is done.
DOWN1_ICON - Static variable in class gr.zeus.ui.table.sort.SortButtonRenderer
Down image icon 1.
DOWN2_ICON - Static variable in class gr.zeus.ui.table.sort.SortButtonRenderer
Down image icon 2.
DOWN3_ICON - Static variable in class gr.zeus.ui.table.sort.SortButtonRenderer
Down image icon 3.
dumpConsole(String, boolean) - Method in class gr.zeus.ui.JConsole
Dumps all the console messages (up to now) to a file (not only the messages displayed in the textarea).

E

elapsedMillis() - Method in class gr.zeus.util.SimpleTimerMillis
Get elapsed time in milliseconds.
elapsedMillis() - Method in class gr.zeus.util.SimpleTimerNanos
Gets elapsed time in milliseconds.
elapsedNanos() - Method in class gr.zeus.util.SimpleTimerNanos
Gets elapsed time in nanoseconds.
elapsedSeconds() - Method in class gr.zeus.util.SimpleTimerMillis
Get elapsed time in seconds.
elapsedSeconds() - Method in class gr.zeus.util.SimpleTimerNanos
Gets elapsed time in seconds.
EMPTY_ICON - Static variable in class gr.zeus.ui.table.sort.SortButtonRenderer
Blank image icon.
eventDispatched(AWTEvent) - Method in class gr.zeus.ui.swingworker.yexinchen.GlassPane
Receives all key events in the AWT and processes the ones that originated from the current window with the glass pane.

F

fileOrDirectoryExists(String) - Static method in class gr.zeus.util.IOHelper
Determines if a file or directory exists.
finished() - Method in class gr.zeus.ui.swingworker.sun.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
finished() - Method in class gr.zeus.ui.swingworker.yexinchen.SwingWorkerVariant
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.

G

get() - Method in class gr.zeus.ui.swingworker.sun.SwingWorker
Return the value created by the construct method.
getAComponent() - Method in class gr.zeus.ui.swingworker.yexinchen.SwingWorkerVariant
Getter method
getAppendFirstTime() - Method in class gr.zeus.ui.JConsole
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.JConsole
Gets auto save status.
getBackgroundColor() - Method in class gr.zeus.ui.JConsole
Gets the background color of the textarea.
getClearButtonText() - Method in class gr.zeus.ui.JConsole
Gets the text of the clear button.
getCloseButtonText() - Method in class gr.zeus.ui.JConsole
Gets the text of the close button.
getClosePolicy() - Method in class gr.zeus.ui.mdi.WindowManager
Gets the close policy.
getConfimMessage() - Method in class gr.zeus.ui.JConsole
Gets the text for the popup window that confirms file overwrite.
getConfimTitle() - Method in class gr.zeus.ui.JConsole
Gets the title for the popup window that confirms file overwrite.
getConsole() - Static method in class gr.zeus.ui.JConsole
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,......
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. 2004.
getDayForDate(String, String) - Static method in class gr.zeus.util.DateHelper
Parses a string into a date.
getDeiconifiablePolicy() - Method in class gr.zeus.ui.mdi.WindowManager
Gets the de-iconifiable policy.
getFilechooserApproveButtonText() - Method in class gr.zeus.ui.JConsole
Gets the filechooser approve button text.
getFilechooserTitle() - Method in class gr.zeus.ui.JConsole
Gets the filechooser title.
getForegroundColor() - Method in class gr.zeus.ui.JConsole
Gets the foreground color of the textarea.
getGlassPane() - Method in class gr.zeus.ui.swingworker.yexinchen.SwingWorkerVariant
Getter method
getIconHeight() - Method in class gr.zeus.ui.table.sort.BevelArrowIcon
Gets the icon's height.
getIconHeight() - Method in class gr.zeus.ui.table.sort.BlankIcon
Gets the icon's height.
getIconWidth() - Method in class gr.zeus.ui.table.sort.BevelArrowIcon
Gets the icon's width.
getIconWidth() - Method in class gr.zeus.ui.table.sort.BlankIcon
Gets the icon's width.
getIndexes() - Method in class gr.zeus.ui.table.sort.SortableTableModel
Gets row indexes.
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.
getMaxChars() - Method in class gr.zeus.ui.JConsole
If -1 no limit, else the messages will be flushed to 'traceFilename' and cleared when this limit is reached.
getMessagesFilename() - Method in class gr.zeus.ui.JConsole
Gets the default filename for the filechooser.
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.
getReportPopup() - Method in class gr.zeus.ui.SingleAppInstance
Gets whether to report via a popup or via stderr.
getSaveButtonText() - Method in class gr.zeus.ui.JConsole
Gets the text of the save button.
getSelectedTextColor() - Method in class gr.zeus.ui.JConsole
Gets the selected text color of the textarea.
getSelectionColor() - Method in class gr.zeus.ui.JConsole
Gets the selection color of the textarea.
getState(int) - Method in class gr.zeus.ui.table.sort.SortButtonRenderer
Gets the button's state.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class gr.zeus.ui.table.ProgressBarCellRenderer
Gets the table cell renderer component.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class gr.zeus.ui.table.sort.SortButtonRenderer
Gets the table cell renderer.
getTextFont() - Method in class gr.zeus.ui.JConsole
Gets the font of the textarea.
getTitleText() - Method in class gr.zeus.ui.JConsole
Gets the title for JConsole's frame.
getTraceFilename() - Method in class gr.zeus.ui.JConsole
Gets the file used by dumpConsole() and all auto save methods.
getValue() - Method in class gr.zeus.ui.swingworker.sun.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getValueAt(int, int) - Method in class gr.zeus.ui.table.sort.SortableTableModel
Gets the value at the specified cell.
getYearForDate(String, String) - Static method in class gr.zeus.util.DateHelper
Parses a string into a date.
GlassPane - Class in gr.zeus.ui.swingworker.yexinchen
This is the glass pane class that intercepts screen interactions during system busy states.
GlassPane(Component) - Constructor for class gr.zeus.ui.swingworker.yexinchen.GlassPane
GlassPane constructor comment.
gr.zeus.ui - package gr.zeus.ui
 
gr.zeus.ui.mdi - package gr.zeus.ui.mdi
 
gr.zeus.ui.swingworker.sun - package gr.zeus.ui.swingworker.sun
 
gr.zeus.ui.swingworker.yexinchen - package gr.zeus.ui.swingworker.yexinchen
 
gr.zeus.ui.table - package gr.zeus.ui.table
 
gr.zeus.ui.table.sort - package gr.zeus.ui.table.sort
 
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
 

H

hide() - Method in class gr.zeus.ui.mdi.WindowManager
Hides a frame.
hideAll() - Method in class gr.zeus.ui.mdi.WindowManager
Hides all frames.
hideConsole() - Method in class gr.zeus.ui.JConsole
Hides the console.

I

interrupt() - Method in class gr.zeus.ui.swingworker.sun.SwingWorker
A new method that interrupts the worker thread.
interrupt() - Method in class gr.zeus.ui.swingworker.yexinchen.SwingWorkerVariant
A new method that interrupts the worker thread.
IOHelper - Class in gr.zeus.util
IO helper methods.
IOHelper() - Constructor for class gr.zeus.util.IOHelper
 
isDateValid(String, String) - Static method in class gr.zeus.util.DateHelper
Checks a string to see if it contains a valid date in SimpleDateFormat.
isDirectory(String) - Static method in class gr.zeus.util.IOHelper
Determines if a directory exists.
isFile(String) - Static method in class gr.zeus.util.IOHelper
Determines if a file exists.
isLeapYear(int) - Static method in class gr.zeus.util.DateHelper
Leap years occur in years exactly divisible by four, except those years ending in 00 are leap years only if they are divisible by 400.
isTheSameFile(String, String) - Static method in class gr.zeus.util.IOHelper
Determines if two filename paths refer to the same file.

J

JConsole - Class in gr.zeus.ui
A java console to replace the command line window.
JInternalFrameComparator - Class in gr.zeus.ui.mdi
A simple comparator for JInternalFrames, based on their title.
JInternalFrameComparator() - Constructor for class gr.zeus.ui.mdi.JInternalFrameComparator
 
JSplash - Class in gr.zeus.ui
A simple, yet nice splash screen implementation for java applications.
JSplash(URL, boolean, boolean, boolean, String, Font, Color) - Constructor for class gr.zeus.ui.JSplash
Constructor for the splash window.
JSplashLabel - Class in gr.zeus.ui
Extends JLabel to provide support for custom text drawing inside image used for JSplash component.
JSplashLabel(URL, String, Font, Color) - Constructor for class gr.zeus.ui.JSplashLabel
Constructor.

M

maximize() - Method in class gr.zeus.ui.mdi.WindowManager
Maximizes the selected frame if it is not already maximized.
maximizeAll() - Method in class gr.zeus.ui.mdi.WindowManager
Maximizes all frames that are not already maximized.
maximizeJFrame(JFrame) - Static method in class gr.zeus.util.GUIUtils
Maximizes a JFrame, just like the 'maximize window' button does.
minimize() - Method in class gr.zeus.ui.mdi.WindowManager
Minimizes the selected frame if it is iconifiable.
minimizeAll() - Method in class gr.zeus.ui.mdi.WindowManager
Minimizes all frames that are iconifiable.
mount(Component, boolean) - Static method in class gr.zeus.ui.swingworker.yexinchen.GlassPane
Finds the glass pane that is related to the specified component.
mousePressed(MouseEvent) - Method in class gr.zeus.ui.table.sort.SortButtonHeaderListener
Mouse pressed event.
mouseReleased(MouseEvent) - Method in class gr.zeus.ui.table.sort.SortButtonHeaderListener
Mouse released event.

O

onExit() - Method in class gr.zeus.ui.SingleAppInstance
Release the file lock and delete the file.
onInit() - Method in class gr.zeus.ui.SingleAppInstance
Creates a file and obtains a lock.
OutLookToolBar - Class in gr.zeus.ui
Takes a simple JToolBar and transforms it into a microsoft outlook like toolbar.
OutLookToolBar(JToolBar) - Constructor for class gr.zeus.ui.OutLookToolBar
Constructor.

P

paint(Graphics) - Method in class gr.zeus.ui.JSplashLabel
Overrides paint in order to draw the version number on the splash screen.
paintIcon(Component, Graphics, int, int) - Method in class gr.zeus.ui.table.sort.BevelArrowIcon
Paints the arrow icon.
paintIcon(Component, Graphics, int, int) - Method in class gr.zeus.ui.table.sort.BlankIcon
Paints the icon.
parseDate(String, String) - Static method in class gr.zeus.util.DateHelper
Parses a string into a date.
ProgressBarCellRenderer - Class in gr.zeus.ui.table
Progress Bar Cell Renderer for JTable.
ProgressBarCellRenderer() - Constructor for class gr.zeus.ui.table.ProgressBarCellRenderer
Constructor.
ProgressBarCellRenderer(boolean, boolean, int, int, Hashtable, Color) - Constructor for class gr.zeus.ui.table.ProgressBarCellRenderer
Constructor.

R

readTxtFile(String) - Static method in class gr.zeus.util.IOHelper
Reads a text file into a string.
readTxtFile(File) - Static method in class gr.zeus.util.IOHelper
Reads a text file into a string.
reset() - Method in class gr.zeus.ui.mdi.WindowManager
Resets the frame to it's original preferred size of its components.
reset() - Method in class gr.zeus.util.SimpleTimerMillis
Resets the timer.
reset() - Method in class gr.zeus.util.SimpleTimerNanos
Resets the timer.
resetAll() - Method in class gr.zeus.ui.mdi.WindowManager
Resets all frames to their original preferred size of their components.
restore() - Method in class gr.zeus.ui.mdi.WindowManager
Restores the selected frame from it's maximized state.
restoreAll() - Method in class gr.zeus.ui.mdi.WindowManager
Restores all frames from their maximized state.

S

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.
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.
setAComponent(Component) - Method in class gr.zeus.ui.swingworker.yexinchen.SwingWorkerVariant
Setter method
setAppendFirstTime(boolean) - Method in class gr.zeus.ui.JConsole
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.JConsole
Sets auto save status.
setBackgroundColor(Color) - Method in class gr.zeus.ui.JConsole
Sets the background color of the textarea.
setClearButtonText(String) - Method in class gr.zeus.ui.JConsole
Sets the text of the clear button.
setCloseButtonText(String) - Method in class gr.zeus.ui.JConsole
Sets the text of the close button.
setClosePolicy(boolean) - Method in class gr.zeus.ui.mdi.WindowManager
Sets the close policy.
setConfimMessage(String) - Method in class gr.zeus.ui.JConsole
Sets the text for the popup window that confirms file overwrite.
setConfimTitle(String) - Method in class gr.zeus.ui.JConsole
Sets the title for the popup window that confirms file overwrite.
setDeiconifiablePolicy(boolean) - Method in class gr.zeus.ui.mdi.WindowManager
Sets de-iconifiable policy.
setFilechooserApproveButtonText(String) - Method in class gr.zeus.ui.JConsole
Sets the filechooser approve button text.
setFilechooserTitle(String) - Method in class gr.zeus.ui.JConsole
Sets the filechooser title.
setForegroundColor(Color) - Method in class gr.zeus.ui.JConsole
Sets the foreground color of the textarea.
setGlassPane(GlassPane) - Method in class gr.zeus.ui.swingworker.yexinchen.SwingWorkerVariant
Setter method
setLimits(Hashtable) - Method in class gr.zeus.ui.table.ProgressBarCellRenderer
Sets the limits.
setMaxChars(int) - Method in class gr.zeus.ui.JConsole
If -1 no limit, else the messages will be flushed to 'traceFilename' and cleared when this limit is reached.
setMessagesFilename(String) - Method in class gr.zeus.ui.JConsole
Sets the default filename for the filechooser.
setOutlineDragMode(boolean) - Method in class gr.zeus.ui.mdi.WindowManager
Selects frames' drawing strategy.
setPressedColumn(int) - Method in class gr.zeus.ui.table.sort.SortButtonRenderer
Sets the pressed column.
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.
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.JConsole
Sets the text of the save button.
setSelectedColumn(int) - Method in class gr.zeus.ui.table.sort.SortButtonRenderer
Sets the selected column.
setSelectedTextColor(Color) - Method in class gr.zeus.ui.JConsole
Sets the selected text color of the textarea.
setSelectionColor(Color) - Method in class gr.zeus.ui.JConsole
Sets the selection color of the textarea.
setTextFont(Font) - Method in class gr.zeus.ui.JConsole
Sets the font of the textarea.
setTitleText(String) - Method in class gr.zeus.ui.JConsole
Sets the title for JConsole's frame.
setTraceFilename(String) - Method in class gr.zeus.ui.JConsole
Sets the file used by dumpConsole() and all auto save methods.
setValueAt(Object, int, int) - Method in class gr.zeus.ui.table.sort.SortableTableModel
Sets the value at the specified cell.
setVisible(boolean) - Method in class gr.zeus.ui.swingworker.yexinchen.GlassPane
Sets the glass pane as visible or invisible.
showConsole() - Method in class gr.zeus.ui.JConsole
Shows the console.
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.
sort(int, boolean) - Method in class gr.zeus.ui.table.sort.TableSorter
n2 selection.
SortableTableModel - Class in gr.zeus.ui.table.sort
Table model for TableSorter.
SortableTableModel() - Constructor for class gr.zeus.ui.table.sort.SortableTableModel
Constructor.
SortableTableModel(int, int) - Constructor for class gr.zeus.ui.table.sort.SortableTableModel
Constructor.
SortableTableModel(Object[][], Object[]) - Constructor for class gr.zeus.ui.table.sort.SortableTableModel
Constructor.
SortableTableModel(Object[], int) - Constructor for class gr.zeus.ui.table.sort.SortableTableModel
Constructor.
SortableTableModel(Vector, int) - Constructor for class gr.zeus.ui.table.sort.SortableTableModel
Constructor.
SortableTableModel(Vector, Vector) - Constructor for class gr.zeus.ui.table.sort.SortableTableModel
Constructor.
SortButtonHeaderListener - Class in gr.zeus.ui.table.sort
Mouse listener for table header for TableSorter.
SortButtonHeaderListener(JTableHeader, SortButtonRenderer) - Constructor for class gr.zeus.ui.table.sort.SortButtonHeaderListener
Constructor.
SortButtonRenderer - Class in gr.zeus.ui.table.sort
Table header renderer for TableSorter.
SortButtonRenderer() - Constructor for class gr.zeus.ui.table.sort.SortButtonRenderer
Constructor.
SortButtonRenderer(ImageIcon, ImageIcon, ImageIcon) - Constructor for class gr.zeus.ui.table.sort.SortButtonRenderer
Constructor.
sortByColumn(int, boolean) - Method in class gr.zeus.ui.table.sort.SortableTableModel
Sorts the table by column.
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.ui.swingworker.sun.SwingWorker
Start the worker thread.
start() - Method in class gr.zeus.ui.swingworker.yexinchen.SwingWorkerVariant
Start the worker thread.
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.JConsole
Attachs the new streams to stdout and stderr.
stopConsole() - Method in class gr.zeus.ui.JConsole
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.
SwingWorker - Class in gr.zeus.ui.swingworker.sun
This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker() - Constructor for class gr.zeus.ui.swingworker.sun.SwingWorker
Start a thread that will call the construct method and then exit.
SwingWorkerVariant - Class in gr.zeus.ui.swingworker.yexinchen
This is a variant of the SwingWorker It works in conjunction with the GlassPane class to allow users to execute timeconsuming task on a separate thread The GlassPane addition can prevent users from executing another SwingWorker task while one SwingWorker task is already executing.
SwingWorkerVariant(Component) - Constructor for class gr.zeus.ui.swingworker.yexinchen.SwingWorkerVariant
Start a thread that will call the construct method and then exit.

T

TableSorter - Class in gr.zeus.ui.table.sort
JTable sorter.
TableSorter(SortableTableModel) - Constructor for class gr.zeus.ui.table.sort.TableSorter
Constructor.
tile() - Method in class gr.zeus.ui.mdi.WindowManager
Tiles all windows equally.
tileHorizontally() - Method in class gr.zeus.ui.mdi.WindowManager
Tiles all windows horizontally.
tileVertically() - Method in class gr.zeus.ui.mdi.WindowManager
Tiles all windows vertically.

U

UP1_ICON - Static variable in class gr.zeus.ui.table.sort.SortButtonRenderer
Up image icon 1.
UP2_ICON - Static variable in class gr.zeus.ui.table.sort.SortButtonRenderer
Up image icon 2.
UP3_ICON - Static variable in class gr.zeus.ui.table.sort.SortButtonRenderer
Up image icon 3.
updateLNF() - Method in class gr.zeus.ui.JConsole
Updates the look and feel of the JConsole and it's components.

W

WindowManager - Class in gr.zeus.ui.mdi
A JDesktop window manager.
WindowManager(JDesktopPane, JMenu) - Constructor for class gr.zeus.ui.mdi.WindowManager
Constructor.

A B C D E F G H I J M O P R S T U W