Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes|All Packages

I

I18NL10N - Enum in org.sm.smtools.application.util
The I18NL10N class provides a mechanism for implementing a multi-lingual interface through internationalisation (I18N) and localisation (L10N).
imageUpdate(Image, int, int, int, int, int) - Method in class org.sm.smtools.application.util.JSplashScreen
Prevents flickering when painting.
imageUpdate(Image, int, int, int, int, int) - Method in class org.sm.smtools.swing.util.JImagePanel
Blocks (re)painting of the image until it's completely loaded.
imaginaryComponent() - Method in class org.sm.smtools.math.complex.ComplexNumber
Returns the imaginary component of this complex number.
indicateValue(double) - Method in class org.sm.smtools.swing.util.JGradientColorMap
Instructs to indicate the specified value
initialise() - Method in class org.sm.smtools.application.concurrent.TaskExecutor
Performs custom initialisation before tasks are executed.
initialiseApplication(Object[]) - Method in class org.sm.smtools.application.JDerivedGUIApplication
initialiseApplication(Object[]) - Method in class org.sm.smtools.application.JStandardGUIApplication
Allows custom initialisation of the subclass's member fields.
initialiseClass(Object[]) - Method in class org.sm.smtools.swing.dialogs.JAboutBox
Performs custom initialisation of the about box's member fields.
initialiseClass(Object[]) - Method in class org.sm.smtools.swing.dialogs.JCustomColorMapChooser
Performs custom initialisation of the about box's member fields.
initialiseClass(Object[]) - Method in class org.sm.smtools.swing.dialogs.JDateChooser
 
initialiseClass(Object[]) - Method in class org.sm.smtools.swing.dialogs.JDefaultDialog
Allows custom initialisation of a subclass's member fields.
initialiseClass(Object[]) - Method in class org.sm.smtools.swing.dialogs.JTimeChooser
 
initialiseDuringActivation() - Method in class org.sm.smtools.swing.dialogs.JAboutBox
Performs custom initialisation during the about box's activation.
initialiseDuringActivation() - Method in class org.sm.smtools.swing.dialogs.JDefaultDialog
Allows custom initialisation to be performed during the dialog box's reactivation.
installCountDownLatch(CountDownLatch) - Method in class org.sm.smtools.application.concurrent.ATask
Installs the CountDownLatch that is used to synchronise this task.
installProgressUpdateGlassPane(JProgressUpdateGlassPane) - Method in class org.sm.smtools.application.concurrent.ATask
Installs the AJProgressUpdateGlassPane that is used for progress updates of this task.
INSTANCE - Static variable in interface org.sm.smtools.application.util.JStatusBar.Kernel32
The singleton instance.
interpolate(double) - Method in class org.sm.smtools.swing.util.JGradientColorMap
Derives a Color that is linearly interpolated across a spectrum.
inverse() - Method in class org.sm.smtools.math.complex.ComplexNumber
Returns the multiplicative inverse and returns a reference to the result.
isActivated() - Method in enum org.sm.smtools.application.util.DevelopMode
Returns whether or not the develop mode is activated.
isAvailable() - Method in class org.sm.smtools.application.util.JSplashScreen
Returns whether or not the JSplashScreen object is available.
isBorderOpaque() - Method in class org.sm.smtools.swing.util.JTriggeredButtonBorder
This method always returns false because the border is made transparent.
isBusy() - Method in class org.sm.smtools.application.concurrent.TaskExecutor
Returns whether or not the task executor is busy.
isCancelled() - Method in class org.sm.smtools.swing.dialogs.JDefaultDialog
Indicates whether or not the user has cancelled the dialog box.
isCharging() - Method in class org.sm.smtools.application.util.JStatusBar.Kernel32.SYSTEM_POWER_STATUS
Returns the charging status.
isComment(String) - Static method in class org.sm.smtools.util.StringTools
Checks whether or not a line contains a comment.
isConvex() - Method in class org.sm.smtools.math.quadmapping.Quadrilateral
Returns whether or not this Quadrilateral object is convex shaped.
isEven(int) - Static method in class org.sm.smtools.math.MathTools
Checks whether or not a number is even.
isExtensionListInDescription() - Method in class org.sm.smtools.util.JFileFilter
Returns whether or not the accepted extensions of the file filter are appended to the description.
isFocusable() - Method in class org.sm.smtools.swing.util.JUnfocusableButton
This method always returns false because the button is not allowed to receive the focus.
isFocusable() - Method in class org.sm.smtools.swing.util.JUnfocusableTriggeredButton
This method always returns false because the button is not allowed to receive the focus.
isGUIClockEnabled() - Method in class org.sm.smtools.application.JDerivedGUIApplication
isGUIClockEnabled() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up whether or not a clock (HH:MM:SS) should be shown at the right of the menubar.
isGUIMinimiseToSystemTrayAllowed() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up whether or not the application is allowed to minimise to the system tray (if supported by the host platform).
isGUIRepaintedWhenResizing() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up whether or not the GUI should always be repainted when the window is resized.
isGUIResizable() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up whether or not the GUI's window should be resizable.
isGUIStatusBarEnabled() - Method in class org.sm.smtools.application.JDerivedGUIApplication
isGUIStatusBarEnabled() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up whether or not the status bar should be shown at the bottom of the application's window.
isGUIToolBarFloatable() - Method in class org.sm.smtools.application.JStandardGUIApplication
Returns if the GUI's tool bar's can float freely.
isImaginary() - Method in class org.sm.smtools.math.complex.ComplexNumber
Returns whether or not this complex number is only imaginary.
isJarqueBeraTestAccepted(double) - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Compares the Jarque-Bera test statistic with the chi-square distribution with 2 degrees of freedom for a given alpha level.
isLeapYear() - Method in class org.sm.smtools.util.DateStamp
Checks whether or not this DateStamp's year is a leap year (assuming a Gregorian calendar).
isOdd(int) - Static method in class org.sm.smtools.math.MathTools
Checks whether or not a number is odd.
isOnACPower() - Method in class org.sm.smtools.application.util.JStatusBar.Kernel32.SYSTEM_POWER_STATUS
Returns the AC power status.
isPrime(long) - Static method in class org.sm.smtools.math.MathTools
Returns whether or not a given long number is prime.
isReal() - Method in class org.sm.smtools.math.complex.ComplexNumber
Returns whether or not this complex number is only real.
isRunning() - Method in class org.sm.smtools.util.Chrono
Returns whether or not the chronometer is currently running.
isScreenConvex() - Method in class org.sm.smtools.math.quadmapping.Quadrilateral
Returns whether or not this Quadrilateral object is convex shaped on the screen.
isShown() - Method in class org.sm.smtools.swing.dialogs.JDefaultDialog
Returns whether or not the dialog is shown.
isSuccessful() - Method in class org.sm.smtools.math.lslr.LSLR
Returns whether or not the LSLR operation was successful.
isWeekend() - Method in class org.sm.smtools.util.DateStamp
Returns whether or not the current DateStamp is in a weekend.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes|All Packages