Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

A

accept(WhiteboardHelper.Visitor<? super T>) - Method in class nl.lxtreme.ols.util.osgi.WhiteboardHelper
Called to invoke the given WhiteboardHelper.Visitor for each found service.
accept(File, String) - Method in class nl.lxtreme.ols.util.swing.FilenameFilterAdapter
 
acceptFirst(WhiteboardHelper.Visitor<? super T>) - Method in class nl.lxtreme.ols.util.osgi.WhiteboardHelper
Called to invoke the given WhiteboardHelper.Visitor for the first found service.
AccumulatingRunnable<T> - Class in nl.lxtreme.ols.util
Shameless copy from sun.swing.AccumulatingRunnable.
AccumulatingRunnable() - Constructor for class nl.lxtreme.ols.util.AccumulatingRunnable
 
actionPerformed(ActionEvent) - Method in class nl.lxtreme.ols.util.swing.StandardActionFactory.CloseAction
 
Activator - Class in nl.lxtreme.ols.util.internal
Bundle activator.
Activator() - Constructor for class nl.lxtreme.ols.util.internal.Activator
 
add(T...) - Method in class nl.lxtreme.ols.util.AccumulatingRunnable
appends arguments and sends this for the execution if needed.
addAttribute(String, String) - Method in class nl.lxtreme.ols.util.export.TagElement
Adds an attribute to this element.
addAttribute(String, String) - Method in class nl.lxtreme.ols.util.export.TextElement
Adds an attribute to this element.
addAttribute(String, String) - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Element
Adds an attribute to this element.
addChild(ExportUtils.HtmlExporter.Element) - Method in class nl.lxtreme.ols.util.export.TagElement
Adds a new child element to this element.
addChild(String) - Method in class nl.lxtreme.ols.util.export.TagElement
Adds a new child element to this element.
addChild(ExportUtils.HtmlExporter.Element) - Method in class nl.lxtreme.ols.util.export.TextElement
Adds a new child element to this element.
addChild(String) - Method in class nl.lxtreme.ols.util.export.TextElement
Adds a new child element to this element.
addChild(ExportUtils.HtmlExporter.Element) - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Element
Adds a new child element to this element.
addChild(String) - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Element
Adds a new child element to this element.
addContent(String...) - Method in class nl.lxtreme.ols.util.export.TagElement
Adds text content to this element.
addContent(String...) - Method in class nl.lxtreme.ols.util.export.TextElement
Adds text content to this element.
addContent(String...) - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Element
Adds text content to this element.
addCssStyle(String) - Method in class nl.lxtreme.ols.util.export.HtmlExporterImpl
Adds a CSS-style clause to the "general" style clause in the HTML head container.
addCssStyle(String) - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
Adds a CSS-style clause to the "general" style clause in the HTML head container.
addDirtyRegion(JComponent, int, int, int, int) - Method in class nl.lxtreme.ols.util.swing.ThreadViolationDetectionRepaintManager
 
addInvalidComponent(JComponent) - Method in class nl.lxtreme.ols.util.swing.ThreadViolationDetectionRepaintManager
 
addLayoutComponent(Component, Object) - Method in class nl.lxtreme.ols.util.swing.component.StackLayout
 
addLayoutComponent(String, Component) - Method in class nl.lxtreme.ols.util.swing.component.StackLayout
 
addNotify() - Method in class nl.lxtreme.ols.util.swing.component.JBusyIndicator
addRightComponent(JComponent) - Method in class nl.lxtreme.ols.util.swing.component.JStatusBar
Adds a component to this status bar.
addRow(Object...) - Method in class nl.lxtreme.ols.util.export.CsvExporterImpl
Adds a new row with cell values to the CSV output.
addRow(Object...) - Method in interface nl.lxtreme.ols.util.ExportUtils.CsvExporter
Adds a new row with cell values to the CSV output.
addSeparator(Container, String) - Static method in class nl.lxtreme.ols.util.swing.SpringLayoutUtils
Adds a labeled separator to the given container.
addToConstraint(SpringLayout.Constraints, String, int) - Static method in class nl.lxtreme.ols.util.swing.SpringLayoutUtils
Adds a constant value to a given edge of a given constraints.
addValue(TYPE) - Method in class nl.lxtreme.ols.util.analysis.Frequency
Adds a given value to the distribution map.
AngledLinesWindowsCornerIcon - Class in nl.lxtreme.ols.util.swing.component.icon
Created by IntelliJ IDEA.
AngledLinesWindowsCornerIcon() - Constructor for class nl.lxtreme.ols.util.swing.component.icon.AngledLinesWindowsCornerIcon
 
ApplicationCallback - Interface in nl.lxtreme.ols.util
Denotes a callback for some "main events" in an application.
ApplicationCallbackFacade - Class in nl.lxtreme.ols.util.internal
Service facade for ApplicationCallback.
ApplicationCallbackFacade() - Constructor for class nl.lxtreme.ols.util.internal.ApplicationCallbackFacade
 
ArrayFocusTravelPolicy - Class in nl.lxtreme.ols.util.swing
A FocusTraversalPolicy based on the order of the elements of an array.
ArrayFocusTravelPolicy(Component...) - Constructor for class nl.lxtreme.ols.util.swing.ArrayFocusTravelPolicy
Creates a new ArrayFocusTravelPolicy instance.
ArrayFocusTravelPolicy(List<Component>) - Constructor for class nl.lxtreme.ols.util.swing.ArrayFocusTravelPolicy
Creates a new ArrayFocusTravelPolicy instance.
askConfirmation(Window, String) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Asks the user for confirmation.
askConfirmation(Window, String, String) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Asks the user for confirmation.
AttributeImpl - Class in nl.lxtreme.ols.util.export
Provides a default implementation of ExportUtils.HtmlExporter.Attribute.
AttributeImpl(String) - Constructor for class nl.lxtreme.ols.util.export.AttributeImpl
Creates a new AttributeImpl instance.
AttributeImpl(String, String) - Constructor for class nl.lxtreme.ols.util.export.AttributeImpl
Creates a new AttributeImpl instance.

B

BOTTOM - Static variable in class nl.lxtreme.ols.util.swing.component.StackLayout
 
BR - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 

C

CancelAction() - Constructor for class nl.lxtreme.ols.util.swing.StandardActionFactory.CancelAction
Creates a new StandardActionFactory.CancelAction instance.
canImport(TransferHandler.TransferSupport) - Method in class nl.lxtreme.ols.util.swing.JLxTreeTransferHandler
clear() - Method in class nl.lxtreme.ols.util.analysis.Frequency
Clears all values from this frequency distribution.
clone() - Method in class nl.lxtreme.ols.util.export.AttributeImpl
Creates a deep copy of this attribute.
clone() - Method in class nl.lxtreme.ols.util.export.TagElement
Creates a deep copy of this element.
clone() - Method in class nl.lxtreme.ols.util.export.TextElement
Creates a deep copy of this element.
clone() - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Attribute
Creates a deep copy of this attribute.
clone() - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Element
Creates a deep copy of this element.
close() - Method in class nl.lxtreme.ols.util.export.CsvExporterImpl
Closes this exporter.
close() - Method in class nl.lxtreme.ols.util.export.HtmlFileExporterImpl
Closes this exporter and writes everything down to file.
close() - Method in interface nl.lxtreme.ols.util.ExportUtils.CsvExporter
Closes this exporter.
close() - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlFileExporter
Closes this exporter and writes everything down to file.
close() - Method in class nl.lxtreme.ols.util.swing.component.JErrorDialog
 
close() - Method in interface nl.lxtreme.ols.util.swing.StandardActionFactory.CloseAction.Closeable
Closes this dialog, effectively setting its visibilty to false and disposes it.
CLOSE_ACTION_ID - Static variable in class nl.lxtreme.ols.util.swing.StandardActionFactory
Denotes the ID of a "close"/"cancel" action.
CloseAction() - Constructor for class nl.lxtreme.ols.util.swing.StandardActionFactory.CloseAction
Creates a new StandardActionFactory.CloseAction instance.
closeResource(Closeable) - Static method in class nl.lxtreme.ols.util.HostUtils
Closes a given resource.
ColorUtils - Class in nl.lxtreme.ols.util
Provides some utilities for fiddling with colors.
convertBitOrder(int, int, NumberUtils.BitOrder) - Static method in class nl.lxtreme.ols.util.NumberUtils
Converts the given value into a desired bit order.
convertByteOrder(int, int, ByteOrder) - Static method in class nl.lxtreme.ols.util.NumberUtils
Converts the given value into a desired byte order.
create(Class<?>) - Static method in class nl.lxtreme.ols.util.swing.validation.JComponentInputVerifier
Creates an instance of this InputVerifier for the given type.
create(Class<?>, String) - Static method in class nl.lxtreme.ols.util.swing.validation.JComponentInputVerifier
Creates an instance of this InputVerifier for the given type.
createButtonPane(JButton...) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Creates a button pane in which the given buttons are neatly aligned with proper spacings.
createCancelAction() - Static method in class nl.lxtreme.ols.util.swing.StandardActionFactory
Creates a new cancel action instance.
createCancelButton() - Static method in class nl.lxtreme.ols.util.swing.StandardActionFactory
Creates a new button instance with a cancel action assigned to it.
createChannelSelector(int) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Creates a channel selector combobox, where only a valid channel can be selected.
createChannelSelector(int, int) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Creates a channel selector combobox, where only a valid channel can be selected.
createCloseAction() - Static method in class nl.lxtreme.ols.util.swing.StandardActionFactory
Creates a new close action instance.
createCloseButton() - Static method in class nl.lxtreme.ols.util.swing.StandardActionFactory
Creates a new button instance with a close action assigned to it.
createCsvExporter(File) - Static method in class nl.lxtreme.ols.util.ExportUtils
Creates a CSV exporter for the given file.
createHtmlExporter() - Static method in class nl.lxtreme.ols.util.ExportUtils
Creates a HTML exporter.
createHtmlExporter(File) - Static method in class nl.lxtreme.ols.util.ExportUtils
Creates a HTML exporter for the given file, which is written in UTF-8.
createKeyMask(int, int...) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Convenience method to create a key mask.
createLocalDataFile(String, String) - Static method in class nl.lxtreme.ols.util.HostUtils
Creates an OS-specific file location to store data.
createLocalPropertiesFile(String) - Static method in class nl.lxtreme.ols.util.HostUtils
Creates an OS-specific file location to store properties.
createMenuKeyMask(int, int...) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Convenience method to create a key mask for menu's.
createNumberComparator(boolean) - Static method in class nl.lxtreme.ols.util.NumberUtils
Creates a number comparator that can be used to sort a list of numbers in ascending or descending order.
createOkAction() - Static method in class nl.lxtreme.ols.util.swing.StandardActionFactory
Creates a new OK action instance.
createOkButton() - Static method in class nl.lxtreme.ols.util.swing.StandardActionFactory
Creates a new button instance with an OK action assigned to it.
createOptionalChannelSelector(int) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Creates a channel selector combobox, where optionally a channel can be selected.
createOptionalChannelSelector(int, int) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Creates a channel selector combobox, where optionally a channel can be selected.
createRightAlignedLabel(String) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Creates a JLabel which text is right aligned.
createTransferable(JComponent) - Method in class nl.lxtreme.ols.util.swing.JLxTreeTransferHandler
CSV - Static variable in class nl.lxtreme.ols.util.swing.StdFileFilter
 
CsvExporterImpl - Class in nl.lxtreme.ols.util.export
Provides a CSV exporter implementation.
CsvExporterImpl(File) - Constructor for class nl.lxtreme.ols.util.export.CsvExporterImpl
Creates a new CsvExporterImpl instance.
CsvExporterImpl(File, char) - Constructor for class nl.lxtreme.ols.util.export.CsvExporterImpl
Creates a new CsvExporterImpl instance.

D

destroy(BundleContext, DependencyManager) - Method in class nl.lxtreme.ols.util.internal.Activator
dispose(Window) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Closes and disposes a given Window.
DIV - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
drawArrowHead(Graphics2D, int, int, int, int, int) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Draws a single arrow head
drawDoubleHeadedArrow(Graphics, int, int, int) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Draws a double headed arrow of 8x8.
drawDoubleHeadedArrow(Graphics, int, int, int, int) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Draws a double headed arrow of 8x8.
drawDoubleHeadedArrow(Graphics, int, int, int, int, int, int) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Draws a double headed arrow with arrow heads of a given width and height.

E

EnumItemRenderer<ENUM_TYPE extends Enum<?>> - Class in nl.lxtreme.ols.util.swing.component
Provides a generic list cell-renderer for enum-constants.
EnumItemRenderer() - Constructor for class nl.lxtreme.ols.util.swing.component.EnumItemRenderer
 
equals(Object) - Method in class nl.lxtreme.ols.util.export.AttributeImpl
 
equals(Object) - Method in class nl.lxtreme.ols.util.Pair
exportDone(JComponent, Transferable, int) - Method in class nl.lxtreme.ols.util.swing.JLxTreeTransferHandler
ExportUtils - Class in nl.lxtreme.ols.util
Provides several export utilities, like exporters for CSV and/or HTML.
ExportUtils.CsvExporter - Interface in nl.lxtreme.ols.util
Provides a simple CSV data exporter, which is basically a set of (optional) headers at the first line followed by a number of comma-separated values.
ExportUtils.HtmlExporter - Interface in nl.lxtreme.ols.util
Provides a simple HTML exporter, which is kind of a tree-structure of HTML-elements (containing attributes).
ExportUtils.HtmlExporter.Attribute - Interface in nl.lxtreme.ols.util
Denotes a HTML attribute, or name/value pair.
ExportUtils.HtmlExporter.Element - Interface in nl.lxtreme.ols.util
Denotes a HTML element.
ExportUtils.HtmlExporter.MacroResolver - Interface in nl.lxtreme.ols.util
Denotes a very simple macro resolver, which is basically a
ExportUtils.HtmlFileExporter - Interface in nl.lxtreme.ols.util
 

F

FilenameFilterAdapter - Class in nl.lxtreme.ols.util.swing
Provides a filename filter adapter that accepts a list of FileFilters to make it easy to use one API for both Swing and AWT.
FilenameFilterAdapter(FileFilter...) - Constructor for class nl.lxtreme.ols.util.swing.FilenameFilterAdapter
 
fixLabelWidth(JLabel, String) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
"Fixates" the preferred width of the given label to the given text.
flushInputStream(InputStream) - Static method in class nl.lxtreme.ols.util.HostUtils
Flushes the given input stream by reading as many bytes as there are still available.
Frequency<TYPE extends Comparable<TYPE>> - Class in nl.lxtreme.ols.util.analysis
Provides a frequency distribution.
Frequency() - Constructor for class nl.lxtreme.ols.util.analysis.Frequency
Creates a new Frequency instance.
Frequency(Comparator<TYPE>) - Constructor for class nl.lxtreme.ols.util.analysis.Frequency
Creates a new Frequency instance using the given comparator for sorting the added values.

G

getAncestorOfClass(Class<T>, Component) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Convenience method for searching above the given component in the component hierarchy and returns the first object of the given type it finds, or null if no such parent was found.
getAttributes() - Method in class nl.lxtreme.ols.util.export.TagElement
Returns the attributes of this element.
getAttributes() - Method in class nl.lxtreme.ols.util.export.TextElement
Returns the attributes of this element.
getAttributes() - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Element
Returns the attributes of this element.
getBasicErrorMessage() - Method in class nl.lxtreme.ols.util.swing.component.JErrorDialog.IncidentInfo
Get the basic error description
getBitIndex(int) - Static method in class nl.lxtreme.ols.util.NumberUtils
Returns the largest bit-value that is set to '1' of a given mask value.
getBitMask(int) - Static method in class nl.lxtreme.ols.util.NumberUtils
Returns the maximum value for the given bit count, e.g., ( 1 << aBitCount ) - 1.
getBody() - Method in class nl.lxtreme.ols.util.export.HtmlExporterImpl
Returns the body container of the HTML document.
getBody() - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
Returns the body container of the HTML document.
getChildByName(String) - Method in class nl.lxtreme.ols.util.export.TagElement
Returns the first child with the given name.
getChildByName(String) - Method in class nl.lxtreme.ols.util.export.TextElement
Returns the first child with the given name.
getChildByName(String) - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Element
Returns the first child with the given name.
getChildren() - Method in class nl.lxtreme.ols.util.export.TagElement
Returns the child-elements of this element.
getChildren() - Method in class nl.lxtreme.ols.util.export.TextElement
Returns the child-elements of this element.
getChildren() - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Element
Returns the child-elements of this element.
getComponentAfter(Container, Component) - Method in class nl.lxtreme.ols.util.swing.ArrayFocusTravelPolicy
 
getComponentBefore(Container, Component) - Method in class nl.lxtreme.ols.util.swing.ArrayFocusTravelPolicy
 
getContrastColor(Color) - Static method in class nl.lxtreme.ols.util.ColorUtils
Creates a contrasting color, based on the "perceived luminance" of the given color.
getCount(TYPE) - Method in class nl.lxtreme.ols.util.analysis.Frequency
Counts the number of occurrences of the given value.
getCurrentWindow() - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Tries to find the current focused window.
getDeepestComponentAt(Component, int, int) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Returns the deepest visible descendent Component of parent that contains the location x, y.
getDeepestComponentAt(MouseEvent) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Returns the deepest visible descendent Component of parent that contains the location x, y.
getDefaultComponent(Container) - Method in class nl.lxtreme.ols.util.swing.ArrayFocusTravelPolicy
 
getDetailedErrorMessage() - Method in class nl.lxtreme.ols.util.swing.component.JErrorDialog.IncidentInfo
Get the detailed error description
getDisplayValue(ENUM_TYPE) - Method in class nl.lxtreme.ols.util.swing.component.EnumItemRenderer
Returns the display value for the given enum value.
getErrorException() - Method in class nl.lxtreme.ols.util.swing.component.JErrorDialog.IncidentInfo
Get an exception that contains some additional information about the error if provided.
getExecutionEnvironment() - Method in interface nl.lxtreme.ols.util.HostProperties
 
getExecutionEnvironment() - Method in class nl.lxtreme.ols.util.internal.HostResourceProperties
getFallbackValue(Object) - Method in class nl.lxtreme.ols.util.swing.component.EnumItemRenderer
Returns the display value for the given value, which is no enum value.
getFileExtension(File) - Static method in class nl.lxtreme.ols.util.HostUtils
Returns the "presumed" filename extension (like '.jpg', '.zip') from a given file.
getFirstComponent(Container) - Method in class nl.lxtreme.ols.util.swing.ArrayFocusTravelPolicy
 
getFullName() - Method in interface nl.lxtreme.ols.util.HostProperties
Returns the current value of fullName.
getFullName() - Method in class nl.lxtreme.ols.util.internal.HostResourceProperties
Returns the current value of fullName.
getHead() - Method in class nl.lxtreme.ols.util.export.HtmlExporterImpl
Returns the head container of the HTML document.
getHead() - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
Returns the head container of the HTML document.
getHeader() - Method in class nl.lxtreme.ols.util.swing.component.JErrorDialog.IncidentInfo
Get the current header string
getHighestRanked() - Method in class nl.lxtreme.ols.util.analysis.Frequency
Returns the item with the highest count or rank.
getHighlightColor(Color, float) - Static method in class nl.lxtreme.ols.util.ColorUtils
Calculates a highlight color for the given color.
getHostInfo() - Static method in class nl.lxtreme.ols.util.HostUtils
Returns the current value of hostinfo.
getIconHeight() - Method in class nl.lxtreme.ols.util.swing.component.icon.AngledLinesWindowsCornerIcon
 
getIconHeight() - Method in class nl.lxtreme.ols.util.swing.component.icon.TriangleSquareWindowsCornerIcon
 
getIconWidth() - Method in class nl.lxtreme.ols.util.swing.component.icon.AngledLinesWindowsCornerIcon
 
getIconWidth() - Method in class nl.lxtreme.ols.util.swing.component.icon.TriangleSquareWindowsCornerIcon
 
getIncidentInfo() - Method in class nl.lxtreme.ols.util.swing.component.JErrorDialog
Get curent dialog's IncidentInfo
getInputValue(Component) - Method in class nl.lxtreme.ols.util.swing.validation.JComponentInputVerifier
Tries to obtain the actual value of a given component.
getItems() - Method in interface nl.lxtreme.ols.util.swing.component.JLazyComboBox.ItemProvider
Returns the items.
getLastComponent(Container) - Method in class nl.lxtreme.ols.util.swing.ArrayFocusTravelPolicy
 
getLayoutAlignmentX(Container) - Method in class nl.lxtreme.ols.util.swing.component.StackLayout
 
getLayoutAlignmentY(Container) - Method in class nl.lxtreme.ols.util.swing.component.StackLayout
 
getLeft() - Method in class nl.lxtreme.ols.util.Pair
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class nl.lxtreme.ols.util.swing.component.EnumItemRenderer
 
getLowestRanked() - Method in class nl.lxtreme.ols.util.analysis.Frequency
Returns the item with the lowest count or rank.
getMenuShortcutKeyMask() - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Returns the key mask of the menu shortcut key.
getMessage() - Method in class nl.lxtreme.ols.util.swing.validation.JComponentInputVerifier
Returns the message to use when validation fails.
getName() - Method in class nl.lxtreme.ols.util.export.AttributeImpl
Returns the name of this attribute.
getName() - Method in class nl.lxtreme.ols.util.export.TagElement
Returns the name of this element.
getName() - Method in class nl.lxtreme.ols.util.export.TextElement
Returns the name of this element.
getName() - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Attribute
Returns the name part of this attribute.
getName() - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Element
Returns the name of this element.
getOSName() - Method in interface nl.lxtreme.ols.util.HostProperties
 
getOSName() - Method in class nl.lxtreme.ols.util.internal.HostResourceProperties
getOSVersion() - Method in interface nl.lxtreme.ols.util.HostProperties
 
getOSVersion() - Method in class nl.lxtreme.ols.util.internal.HostResourceProperties
getOwningWindow(AWTEvent) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Tries to find the owning window for the AWT-event's source.
getOwningWindow(Component) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Tries to find the owning window for the given component.
getPerceivedLuminance(Color) - Static method in class nl.lxtreme.ols.util.ColorUtils
Returns the Digital CCIR601 luminance value of the given color.
getPercentage(int, int) - Static method in class nl.lxtreme.ols.util.NumberUtils
Calculates the percentage for the given value in the given range.
getPercentage(int, int, int) - Static method in class nl.lxtreme.ols.util.NumberUtils
Calculates the percentage for the given value in the range denoted by the given lower and upper bounds.
getPercentage(long, long) - Static method in class nl.lxtreme.ols.util.NumberUtils
Calculates the percentage for the given value in the given range.
getPercentage(long, long, long) - Static method in class nl.lxtreme.ols.util.NumberUtils
Calculates the percentage for the given value in the range denoted by the given lower and upper bounds.
getPopupMenu() - Method in class nl.lxtreme.ols.util.swing.component.JPopdownButton
Returns the popup menu.
getProcessor() - Method in interface nl.lxtreme.ols.util.HostProperties
 
getProcessor() - Method in class nl.lxtreme.ols.util.internal.HostResourceProperties
getReportIncidentAddress() - Method in interface nl.lxtreme.ols.util.HostProperties
Returns the email address to use for reporting incidents.
getReportIncidentAddress() - Method in class nl.lxtreme.ols.util.internal.HostResourceProperties
Returns the email address to use for reporting incidents.
getRight() - Method in class nl.lxtreme.ols.util.Pair
 
getService() - Method in class nl.lxtreme.ols.util.osgi.WhiteboardHelper
getShortName() - Method in interface nl.lxtreme.ols.util.HostProperties
Returns the current value of shortName.
getShortName() - Method in class nl.lxtreme.ols.util.internal.HostResourceProperties
Returns the current value of shortName.
getSourceActions(JComponent) - Method in class nl.lxtreme.ols.util.swing.JLxTreeTransferHandler
getStandardLuminance(Color) - Static method in class nl.lxtreme.ols.util.ColorUtils
Returns the Photometric/digital ITU-R luminance value of the given color.
getStringWidth(Font, String) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Returns the string width for a given Font and string.
getStringWidth(String) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Returns the string width for the default label font and string.
getToolTip(Object) - Method in class nl.lxtreme.ols.util.swing.component.EnumItemRenderer
Returns the tool tip text for the given (enum) value.
getTotalCount() - Method in class nl.lxtreme.ols.util.analysis.Frequency
Returns the number of entries in this frequency distribution map.
getTransferData(DataFlavor) - Method in class nl.lxtreme.ols.util.swing.JLxTreeTransferHandler.NodesTransferable
 
getTransferDataFlavors() - Method in class nl.lxtreme.ols.util.swing.JLxTreeTransferHandler.NodesTransferable
 
getUniqueValueCount() - Method in class nl.lxtreme.ols.util.analysis.Frequency
Returns the number of unique values in this frequency distribution map.
getValue() - Method in class nl.lxtreme.ols.util.export.AttributeImpl
Returns the value of this attribute.
getValue() - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Attribute
Returns the value part of this attribute.
getVersion() - Method in interface nl.lxtreme.ols.util.HostProperties
Returns the version of the client.
getVersion() - Method in class nl.lxtreme.ols.util.internal.HostResourceProperties
Returns the version of the client.

H

H1 - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
H2 - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
H3 - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
handleAbout() - Method in interface nl.lxtreme.ols.util.ApplicationCallback
Called upon receiving a "about" event from the host operating system.
handleAbout() - Method in class nl.lxtreme.ols.util.internal.ApplicationCallbackFacade
Called upon receiving a "about" event from the host operating system.
handleInterruptedException(Throwable) - Static method in class nl.lxtreme.ols.util.HostUtils
This method calls Thread.currentThread().interrupt() if any exception in the hierarchy (including all parent causes) is either an InterruptedIOException or InterruptedException.
handlePreferences() - Method in interface nl.lxtreme.ols.util.ApplicationCallback
Called upon receiving a "set preferenes" event from the host operating system.
handlePreferences() - Method in class nl.lxtreme.ols.util.internal.ApplicationCallbackFacade
Called upon receiving a "set preferenes" event from the host operating system.
handleQuit() - Method in interface nl.lxtreme.ols.util.ApplicationCallback
Called upon receiving a quit event from the host operating system.
handleQuit() - Method in class nl.lxtreme.ols.util.internal.ApplicationCallbackFacade
Called upon receiving a quit event from the host operating system.
hashCode() - Method in class nl.lxtreme.ols.util.export.AttributeImpl
 
hashCode() - Method in class nl.lxtreme.ols.util.Pair
hasPreferences() - Method in interface nl.lxtreme.ols.util.ApplicationCallback
Returns whether the are preferences to configure.
hasPreferences() - Method in class nl.lxtreme.ols.util.internal.ApplicationCallbackFacade
Returns whether the are preferences to configure.
HEIGHT - Static variable in class nl.lxtreme.ols.util.swing.component.JStatusBar
 
HostInfo - Interface in nl.lxtreme.ols.util
Provides information about the host the application is currently running on.
HostProperties - Interface in nl.lxtreme.ols.util
 
HostResourceProperties - Class in nl.lxtreme.ols.util.internal
Provides a class that holds some client properties, such as the version and so on.
HostUtils - Class in nl.lxtreme.ols.util
Provides some host/OS specific utilities.
HR - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
HTML - Static variable in class nl.lxtreme.ols.util.swing.StdFileFilter
 
HtmlExporterImpl - Class in nl.lxtreme.ols.util.export
Provides a very basic HTML exporter.
HtmlExporterImpl(boolean) - Constructor for class nl.lxtreme.ols.util.export.HtmlExporterImpl
Creates a new HtmlExporter instance.
HtmlFileExporterImpl - Class in nl.lxtreme.ols.util.export
Provides a file-writing HTML exporter.
HtmlFileExporterImpl(File) - Constructor for class nl.lxtreme.ols.util.export.HtmlFileExporterImpl
Creates a new HtmlFileExporterImpl instance for writing to the given file in UTF-8.
HtmlFileExporterImpl(Writer) - Constructor for class nl.lxtreme.ols.util.export.HtmlFileExporterImpl
Creates a new HtmlFileExporterImpl instance for writing to the given Writer.

I

importData(TransferHandler.TransferSupport) - Method in class nl.lxtreme.ols.util.swing.JLxTreeTransferHandler
IncidentInfo(String, String, String) - Constructor for class nl.lxtreme.ols.util.swing.component.JErrorDialog.IncidentInfo
Creates a new IncidentInfo instance.
IncidentInfo(String, String, String, Throwable) - Constructor for class nl.lxtreme.ols.util.swing.component.JErrorDialog.IncidentInfo
Main constructor that adds all the information to IncidentInfo
IncidentInfo(String, Throwable) - Constructor for class nl.lxtreme.ols.util.swing.component.JErrorDialog.IncidentInfo
Creates a new IncidentInfo instance.
init(BundleContext, DependencyManager) - Method in class nl.lxtreme.ols.util.internal.Activator
initLogging(InputStream) - Static method in class nl.lxtreme.ols.util.HostUtils
Allows the logging properties of the JVM to be set at any moment in time providing the logging configuration in an input-stream.
INSETS - Static variable in class nl.lxtreme.ols.util.swing.component.JStatusBar
 
install() - Static method in class nl.lxtreme.ols.util.swing.ThreadViolationDetectionRepaintManager
Creates a new ThreadViolationDetectionRepaintManager and sets it as the current repaint manager.
installSwingExceptionHandler() - Static method in class nl.lxtreme.ols.util.swing.component.JErrorDialog
Installs a Swing-capable default exception handler.
integerToBinString(int, int) - Static method in class nl.lxtreme.ols.util.StringUtils
converts an integer to a bin string with leading zeros
integerToHexString(int, int) - Static method in class nl.lxtreme.ols.util.StringUtils
converts an integer to a hex string with leading zeros
interpolate(Color, Color, float) - Static method in class nl.lxtreme.ols.util.ColorUtils
Interpolates a gray-scale color between two given colors.
invalidateLayout(Container) - Method in class nl.lxtreme.ols.util.swing.component.StackLayout
 
invokeOnEDT(Runnable) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Similar as to SwingUtilities.invokeLater(Runnable), but does a check first if the current running thread is already the EDT.
isActivelyShown(Component) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Returns whether the given component is "actively" shown in screen, that is, it or any of its ancestors is focused.
isCancel() - Method in enum nl.lxtreme.ols.util.swing.StandardActionFactory.DialogStatus
 
isDataFlavorSupported(DataFlavor) - Method in class nl.lxtreme.ols.util.swing.JLxTreeTransferHandler.NodesTransferable
 
isDebugMode() - Method in interface nl.lxtreme.ols.util.HostProperties
Returns whether or not debugging is enabled.
isDebugMode() - Method in class nl.lxtreme.ols.util.internal.HostResourceProperties
Returns whether or not debugging is enabled.
isEmpty(String) - Static method in class nl.lxtreme.ols.util.StringUtils
Returns whether the given string is actually empty, meaning null or an empty string.
isFloatType(Class<?>) - Static method in class nl.lxtreme.ols.util.swing.validation.NumberValidator
Returns whether or not the given type represents a numeric floating-point type.
isIntegerType(Class<?>) - Static method in class nl.lxtreme.ols.util.swing.validation.NumberValidator
Returns whether or not the given type represents a numeric integer-like type.
isLinux() - Method in interface nl.lxtreme.ols.util.HostInfo
 
isLinux() - Method in class nl.lxtreme.ols.util.HostUtils
Returns whether the current host's operating system is Linux or any other UNIX-like operating system, such as Solaris (SunOS).
isMacOS() - Method in interface nl.lxtreme.ols.util.HostInfo
 
isMacOS() - Method in class nl.lxtreme.ols.util.HostUtils
Returns whether the current host's operating system is Mac OS X.
isNumericType(Class<?>) - Static method in class nl.lxtreme.ols.util.swing.validation.NumberValidator
Returns whether or not the given type represents a numeric type.
isOk() - Method in enum nl.lxtreme.ols.util.swing.StandardActionFactory.DialogStatus
 
isPowerOfTwo(int) - Static method in class nl.lxtreme.ols.util.NumberUtils
Returns whether the given value is a power of two.
isSolaris() - Method in interface nl.lxtreme.ols.util.HostInfo
 
isSolaris() - Method in class nl.lxtreme.ols.util.HostUtils
Returns whether the current host's operating system is Sun/Open Solaris.
isUnix() - Method in interface nl.lxtreme.ols.util.HostInfo
 
isUnix() - Method in class nl.lxtreme.ols.util.HostUtils
Returns whether the current host's operating system is Linux or any other UNIX-like operating system, such as Solaris (SunOS).
isWindows() - Method in interface nl.lxtreme.ols.util.HostInfo
 
isWindows() - Method in class nl.lxtreme.ols.util.HostUtils
Returns whether the current host's operating system is Windows.
IValidator - Interface in nl.lxtreme.ols.util.swing.validation
Provides a validator for values.

J

JBusyIndicator - Class in nl.lxtreme.ols.util.swing.component
Provides a circular busy indicator that keeps rotating as long as this component is visible.
JBusyIndicator() - Constructor for class nl.lxtreme.ols.util.swing.component.JBusyIndicator
Creates a new JBusyIndicator instance.
JComponentInputVerifier - Class in nl.lxtreme.ols.util.swing.validation
 
JComponentInputVerifier(IValidator) - Constructor for class nl.lxtreme.ols.util.swing.validation.JComponentInputVerifier
Creates a new AbstractValidator instance.
JComponentInputVerifier(String, IValidator) - Constructor for class nl.lxtreme.ols.util.swing.validation.JComponentInputVerifier
Creates a new AbstractValidator instance.
JErrorDialog - Class in nl.lxtreme.ols.util.swing.component
Provides an error dialog for displaying exceptions in a more friendly way.
JErrorDialog(Window, JErrorDialog.IncidentInfo) - Constructor for class nl.lxtreme.ols.util.swing.component.JErrorDialog
Create a new JErrorDialog with the given window as the owner.
JErrorDialog.IncidentInfo - Class in nl.lxtreme.ols.util.swing.component
Provides a container with information about the incident.
JLazyComboBox - Class in nl.lxtreme.ols.util.swing.component
Provides a lazy-loaded combobox.
JLazyComboBox(JLazyComboBox.ItemProvider) - Constructor for class nl.lxtreme.ols.util.swing.component.JLazyComboBox
Creates a new JLazyComboBox instance.
JLazyComboBox.ItemProvider - Interface in nl.lxtreme.ols.util.swing.component
Provides a data provider for lazy loaded comboboxes.
JLxTreeTransferHandler - Class in nl.lxtreme.ols.util.swing
Provides a custom TransferHandler for use in a JTree.
JLxTreeTransferHandler() - Constructor for class nl.lxtreme.ols.util.swing.JLxTreeTransferHandler
Creates a new JLxTreeTransferHandler instance.
JLxTreeTransferHandler.NodesTransferable - Class in nl.lxtreme.ols.util.swing
 
JPopdownButton - Class in nl.lxtreme.ols.util.swing.component
Provides a "pop down" button, which shows a popdown menu if clicked.
JPopdownButton(Icon) - Constructor for class nl.lxtreme.ols.util.swing.component.JPopdownButton
Creates a new JPopdownButton instance.
JPopdownButton(Icon, Icon) - Constructor for class nl.lxtreme.ols.util.swing.component.JPopdownButton
Creates a new JPopdownButton instance.
JStatusBar - Class in nl.lxtreme.ols.util.swing.component
 
JStatusBar() - Constructor for class nl.lxtreme.ols.util.swing.component.JStatusBar
Creates a new JStatusBar.
JTextStatusBar - Class in nl.lxtreme.ols.util.swing.component
 
JTextStatusBar() - Constructor for class nl.lxtreme.ols.util.swing.component.JTextStatusBar
 

K

keyPressed(KeyEvent) - Method in class nl.lxtreme.ols.util.swing.validation.JComponentInputVerifier
 
keyReleased(KeyEvent) - Method in class nl.lxtreme.ols.util.swing.validation.JComponentInputVerifier
 
keyTyped(KeyEvent) - Method in class nl.lxtreme.ols.util.swing.validation.JComponentInputVerifier
 

L

layoutContainer(Container) - Method in class nl.lxtreme.ols.util.swing.component.StackLayout
 
LEFT_FACING - Static variable in class nl.lxtreme.ols.util.swing.SwingComponentUtils
 
loadWindowState(Preferences, Window) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Tries to load/restore the window state of the given window.

M

makeCompactGrid(Container, int, int, int, int, int, int) - Static method in class nl.lxtreme.ols.util.swing.SpringLayoutUtils
Aligns the first rows * cols components of parent in a grid.
makeEditorGrid(Container, int, int) - Static method in class nl.lxtreme.ols.util.swing.SpringLayoutUtils
Makes a compact grid for use in "editors", in which a grid of two columns is created.
makeGrid(Container, int, int, int, int, int, int) - Static method in class nl.lxtreme.ols.util.swing.SpringLayoutUtils
Aligns the first rows * cols components of parent in a grid.
maximumLayoutSize(Container) - Method in class nl.lxtreme.ols.util.swing.component.StackLayout
 
META - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
minimumLayoutSize(Container) - Method in class nl.lxtreme.ols.util.swing.component.StackLayout
 

N

needsAboutMenuItem() - Method in interface nl.lxtreme.ols.util.HostInfo
 
needsAboutMenuItem() - Method in class nl.lxtreme.ols.util.HostUtils
needsExitMenuItem() - Method in interface nl.lxtreme.ols.util.HostInfo
 
needsExitMenuItem() - Method in class nl.lxtreme.ols.util.HostUtils
needsPreferencesMenuItem() - Method in interface nl.lxtreme.ols.util.HostInfo
 
needsPreferencesMenuItem() - Method in class nl.lxtreme.ols.util.HostUtils
nl.lxtreme.ols.util - package nl.lxtreme.ols.util
 
nl.lxtreme.ols.util.analysis - package nl.lxtreme.ols.util.analysis
 
nl.lxtreme.ols.util.export - package nl.lxtreme.ols.util.export
 
nl.lxtreme.ols.util.internal - package nl.lxtreme.ols.util.internal
 
nl.lxtreme.ols.util.osgi - package nl.lxtreme.ols.util.osgi
 
nl.lxtreme.ols.util.swing - package nl.lxtreme.ols.util.swing
 
nl.lxtreme.ols.util.swing.component - package nl.lxtreme.ols.util.swing.component
 
nl.lxtreme.ols.util.swing.component.icon - package nl.lxtreme.ols.util.swing.component.icon
 
nl.lxtreme.ols.util.swing.validation - package nl.lxtreme.ols.util.swing.validation
 
NodesTransferable(DefaultMutableTreeNode[]) - Constructor for class nl.lxtreme.ols.util.swing.JLxTreeTransferHandler.NodesTransferable
 
NullMacroResolver - Class in nl.lxtreme.ols.util.export
Provides a macro resolver that returns always null for each given macro.
NullMacroResolver() - Constructor for class nl.lxtreme.ols.util.export.NullMacroResolver
 
NumberUtils - Class in nl.lxtreme.ols.util
Provides some utility methods for parsing numbers, etc.
NumberUtils.BitOrder - Enum in nl.lxtreme.ols.util
Denotes in which order bits are to be interpreted in a byte.
NumberUtils.UnitDefinition - Enum in nl.lxtreme.ols.util
Denotes how "k", "M" units should be interpreted.
NumberValidator - Class in nl.lxtreme.ols.util.swing.validation
Provides a simple number validator.
NumberValidator() - Constructor for class nl.lxtreme.ols.util.swing.validation.NumberValidator
Creates a new NumberValidator instance for integer decimal values.
NumberValidator(Class<?>) - Constructor for class nl.lxtreme.ols.util.swing.validation.NumberValidator
Creates a new NumberValidator instance for numeric (decimal) values of the given type.
NumberValidator(Class<?>, int) - Constructor for class nl.lxtreme.ols.util.swing.validation.NumberValidator
Creates a new NumberValidator instance for numeric values of the given type and radix.
NumberValidator(int) - Constructor for class nl.lxtreme.ols.util.swing.validation.NumberValidator
Creates a new NumberValidator instance for integer values with a given radix.

O

of(T, V) - Static method in class nl.lxtreme.ols.util.Pair
Factory method to create a new pair of two given values.
OkAction() - Constructor for class nl.lxtreme.ols.util.swing.StandardActionFactory.OkAction
Creates a new StandardActionFactory.OkAction instance.

P

P - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
packBytes(int) - Static method in class nl.lxtreme.ols.util.NumberUtils
"Packs" a given value according to the given byte mask by removing all zero bytes from the given integer value and shifting all non-zero bytes to consecutive places.
paintComponent(Graphics) - Method in class nl.lxtreme.ols.util.swing.component.JBusyIndicator
paintComponent(Graphics) - Method in class nl.lxtreme.ols.util.swing.component.JStatusBar
 
paintIcon(Component, Graphics, int, int) - Method in class nl.lxtreme.ols.util.swing.component.icon.AngledLinesWindowsCornerIcon
 
paintIcon(Component, Graphics, int, int) - Method in class nl.lxtreme.ols.util.swing.component.icon.TriangleSquareWindowsCornerIcon
 
Pair<T,V> - Class in nl.lxtreme.ols.util
Denotes a pair of things with possible different types.
Pair(T, V) - Constructor for class nl.lxtreme.ols.util.Pair
Creates a new Pair instance.
parse(String) - Method in class nl.lxtreme.ols.util.swing.validation.NumberValidator
Parses the given input to a number, if possible.
parseColor(String) - Static method in class nl.lxtreme.ols.util.ColorUtils
Parses the given color-string into a valid Color instance.
preferredLayoutSize(Container) - Method in class nl.lxtreme.ols.util.swing.component.StackLayout
 
PROPERTY_REPORT_INCIDENT_EMAIL_ADDRESS - Static variable in class nl.lxtreme.ols.util.swing.component.JErrorDialog
System property to read for the incident email address.

R

registerKeyBinding(JComponent, char, Action) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Registers a given keystroke to invoke a given action on the given component.
registerKeyBinding(JComponent, KeyStroke, Action) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Registers a given keystroke to invoke a given action on the given component.
registerKeyBinding(JComponent, String, Action) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Registers a given keystroke to invoke a given action on the given component.
registerKeystroke(JComponent, Action, String) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Registers the keystroke of the given action as "command" of the given component.
removeLayoutComponent(Component) - Method in class nl.lxtreme.ols.util.swing.component.StackLayout
 
removeNotify() - Method in class nl.lxtreme.ols.util.swing.component.JBusyIndicator
resolve(String, ExportUtils.HtmlExporter.Element) - Method in class nl.lxtreme.ols.util.export.NullMacroResolver
 
resolve(String, ExportUtils.HtmlExporter.Element) - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.MacroResolver
Resolves the result for a given macro string, found in the given "parent" element.
reverse(int[]) - Static method in class nl.lxtreme.ols.util.HostUtils
Reverses the elements in the given array.
reverse(T[]) - Static method in class nl.lxtreme.ols.util.HostUtils
Reverses the elements in the given array.
reverseBits(int, int) - Static method in class nl.lxtreme.ols.util.NumberUtils
Converts the bits of a byte into a desired order.
RIGHT_FACING - Static variable in class nl.lxtreme.ols.util.swing.SwingComponentUtils
 
run() - Method in class nl.lxtreme.ols.util.AccumulatingRunnable
run(Deque<T>) - Method in class nl.lxtreme.ols.util.AccumulatingRunnable
Equivalent to Runnable.run method with the accumulated arguments to process.

S

safeParseInt(String) - Static method in class nl.lxtreme.ols.util.NumberUtils
Parses the given text as an integer, avoiding runtime exceptions.
safeParseInt(String, int) - Static method in class nl.lxtreme.ols.util.NumberUtils
Parses the given text as an integer, avoiding runtime exceptions.
safeParseLong(String) - Static method in class nl.lxtreme.ols.util.NumberUtils
Parses the given text as an integer, avoiding runtime exceptions.
safeParseLong(String, long) - Static method in class nl.lxtreme.ols.util.NumberUtils
Parses the given text as an integer, avoiding runtime exceptions.
saveWindowState(Preferences, Window) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Saves the window state to the given properties map.
SEPARATOR - Static variable in class nl.lxtreme.ols.util.swing.SpringLayoutUtils
 
setDialogStatus(StandardActionFactory.DialogStatus) - Method in interface nl.lxtreme.ols.util.swing.StandardActionFactory.StatusAwareCloseableDialog
Reports back what the status of a dialog is.
setFileExtension(File, String) - Static method in class nl.lxtreme.ols.util.HostUtils
Sets the filename to end with the given file extension, if this is not already the case.
setHeaders(String...) - Method in class nl.lxtreme.ols.util.export.CsvExporterImpl
Sets the headers of the CSV file.
setHeaders(String...) - Method in interface nl.lxtreme.ols.util.ExportUtils.CsvExporter
Sets the headers of the CSV file.
setMainLeftComponent(JComponent) - Method in class nl.lxtreme.ols.util.swing.component.JStatusBar
Sets the main component of this status bar.
setParent(ExportUtils.HtmlExporter.Element) - Method in class nl.lxtreme.ols.util.export.TextElement
 
setProgress(int) - Method in class nl.lxtreme.ols.util.swing.component.JTextStatusBar
Sets the progress of the progress indicator to the given percentage.
setSeparatorProperty(JComponent) - Static method in class nl.lxtreme.ols.util.swing.SpringLayoutUtils
Marks the given component as "separator" component.
setText(String) - Method in class nl.lxtreme.ols.util.swing.component.JTextStatusBar
Sets the text of this status bar.
setTitle(String) - Method in class nl.lxtreme.ols.util.export.HtmlExporterImpl
Sets the title of the exported HTML document.
setTitle(String) - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
Sets the title of the exported HTML document.
setupWindowContentPane(Window, Component, Component) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Sets up the given dialog's content pane by setting its border to provide a good default spacer, and setting the content pane to the given components.
setupWindowContentPane(Window, Component, Component, JButton) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Sets up the given window content pane by setting its border to provide a good default spacer, and setting the content pane to the given components.
setVisible(boolean) - Method in class nl.lxtreme.ols.util.swing.component.JBusyIndicator
showDialog(Window, JErrorDialog.IncidentInfo) - Static method in class nl.lxtreme.ols.util.swing.component.JErrorDialog
Show the error dialog.
showDialog(Window, String, String, String) - Static method in class nl.lxtreme.ols.util.swing.component.JErrorDialog
Show the error dialog.
showDialog(Window, String, Throwable) - Static method in class nl.lxtreme.ols.util.swing.component.JErrorDialog
Constructs and shows the error dialog for the given exception.
showFileOpenDialog(Window, FileFilter...) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Shows a file-open selection dialog for the current working directory.
showFileOpenDialog(Window, String, FileFilter...) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Shows a file-open selection dialog for the given working directory.
showFileSaveDialog(Window, FileFilter...) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Shows a file-save selection dialog for the current working directory.
showFileSaveDialog(Window, String, FileFilter...) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Shows a file-save selection dialog for the given working directory.
showFileSelectionDialog(Window, FileFilter...) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Shows a file selection dialog for the current working directory.
showFileSelectionDialog(Window, String, FileFilter...) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Shows a file selection dialog for the given working directory.
showProgressBar(boolean) - Method in class nl.lxtreme.ols.util.swing.component.JTextStatusBar
Sets whether or not the progress bar is shown.
smartParseInt(String) - Static method in class nl.lxtreme.ols.util.NumberUtils
Provides a "smart" integer parsing routine that allows (decimal) numbers in string form with all kind of trailing characters to be parsed into an integer.
smartParseInt(String, int) - Static method in class nl.lxtreme.ols.util.NumberUtils
Provides a "smart" integer parsing routine that allows (decimal) numbers in string form with all kind of trailing characters to be parsed into an integer.
smartParseInt(String, NumberUtils.UnitDefinition) - Static method in class nl.lxtreme.ols.util.NumberUtils
Provides a "smart" integer parsing routine that allows (decimal) numbers in string form with all kind of trailing characters to be parsed into an integer.
smartParseInt(String, NumberUtils.UnitDefinition, int) - Static method in class nl.lxtreme.ols.util.NumberUtils
Provides a "smart" integer parsing routine that allows (decimal) numbers in string form with all kind of trailing characters to be parsed into an integer.
SPAN - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
SpringLayoutUtils - Class in nl.lxtreme.ols.util.swing
A 1.4 file that provides utility methods for creating form- or grid-style layouts with SpringLayout.
StackLayout - Class in nl.lxtreme.ols.util.swing.component
Provides a stack layout, which provides a simple alternative to JLayeredPanes.
StackLayout() - Constructor for class nl.lxtreme.ols.util.swing.component.StackLayout
 
StandardActionFactory - Class in nl.lxtreme.ols.util.swing
Provides a Swing Action-factory for some commonly used actions.
StandardActionFactory.CancelAction - Class in nl.lxtreme.ols.util.swing
Denotes an action for an "Cancel" button.
StandardActionFactory.CloseAction - Class in nl.lxtreme.ols.util.swing
Provides a generic close dialog action.
StandardActionFactory.CloseAction.Closeable - Interface in nl.lxtreme.ols.util.swing
Denotes a window/dialog/frame that can be closed through a StandardActionFactory.CloseAction.
StandardActionFactory.DialogStatus - Enum in nl.lxtreme.ols.util.swing
Denotes the result status of a dialog.
StandardActionFactory.OkAction - Class in nl.lxtreme.ols.util.swing
Denotes an action for an "Ok"/"Apply" button.
StandardActionFactory.StatusAwareCloseableDialog - Interface in nl.lxtreme.ols.util.swing
 
start() - Method in class nl.lxtreme.ols.util.internal.ApplicationCallbackFacade
Called by our dependency manager in case both dependencies are available.
StdFileFilter - Class in nl.lxtreme.ols.util.swing
Provides a set of standard file filters.
StringUtils - Class in nl.lxtreme.ols.util
Provides some common string utilities.
stripFileExtension(File, String...) - Static method in class nl.lxtreme.ols.util.HostUtils
Returns the "presumed" filename extension (like '.jpg', '.zip') from a given file.
stripFileExtension(String, String...) - Static method in class nl.lxtreme.ols.util.HostUtils
Returns the "presumed" filename extension (like '.jpg', '.zip') from a given file.
SwingComponentUtils - Class in nl.lxtreme.ols.util.swing
Provides some utility methods for use with Swing components.

T

TABLE - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
TagElement - Class in nl.lxtreme.ols.util.export
Provides a "tag" element, such as <div>-elements.
TagElement(String) - Constructor for class nl.lxtreme.ols.util.export.TagElement
Creates a new TagElement instance.
TagElement(String, boolean) - Constructor for class nl.lxtreme.ols.util.export.TagElement
Creates a new TagElement instance.
TBODY - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
TD - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
TextElement - Class in nl.lxtreme.ols.util.export
Provides a simple text-element.
TextElement(String) - Constructor for class nl.lxtreme.ols.util.export.TextElement
Creates a new TextElement instance.
TextOverlayIcon - Class in nl.lxtreme.ols.util.swing.component.icon
Provides an icon which takes another icon and renders a given text over it.
TextOverlayIcon(Icon, String) - Constructor for class nl.lxtreme.ols.util.swing.component.icon.TextOverlayIcon
Creates a new TextOverlayIcon instance, placing the text in the center of the icon.
TextOverlayIcon(Icon, String, int) - Constructor for class nl.lxtreme.ols.util.swing.component.icon.TextOverlayIcon
Creates a new TextOverlayIcon instance, placing the text at the given position.
TFOOT - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
TH - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
THEAD - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
ThreadViolationDetectionRepaintManager - Class in nl.lxtreme.ols.util.swing
ThreadViolationDetectionRepaintManager provides a custom repaint manager that can be used to determine whether all Swing components are correctly created on the EDT.
ThreadViolationDetectionRepaintManager() - Constructor for class nl.lxtreme.ols.util.swing.ThreadViolationDetectionRepaintManager
Creates a new ThreadViolationDetectionRepaintManager instance.
ThreadViolationDetectionRepaintManager(boolean) - Constructor for class nl.lxtreme.ols.util.swing.ThreadViolationDetectionRepaintManager
Creates a new ThreadViolationDetectionRepaintManager instance.
toCssString(Font) - Static method in class nl.lxtreme.ols.util.swing.SwingComponentUtils
Converts a given font to a font-clause that can be used in a CSS-file.
toHexString(Color) - Static method in class nl.lxtreme.ols.util.ColorUtils
Returns the given color instance as a string in the form of RR GG BB in which RR, GG, BB are the hexadecimal representations of red, green and blue.
tokenize(String, String) - Static method in class nl.lxtreme.ols.util.StringUtils
Tokenizes a given input stream and breaks it into parts on the given delimiters.
tokenizeQuotedStrings(String, String) - Static method in class nl.lxtreme.ols.util.StringUtils
Tokenizes a given input stream and breaks it into parts on the given delimiters.
TOP - Static variable in class nl.lxtreme.ols.util.swing.component.StackLayout
 
toString() - Method in class nl.lxtreme.ols.util.export.AttributeImpl
 
toString(ExportUtils.HtmlExporter.MacroResolver) - Method in class nl.lxtreme.ols.util.export.AttributeImpl
 
toString() - Method in class nl.lxtreme.ols.util.export.HtmlExporterImpl
 
toString(ExportUtils.HtmlExporter.MacroResolver) - Method in class nl.lxtreme.ols.util.export.HtmlExporterImpl
 
toString() - Method in class nl.lxtreme.ols.util.export.TagElement
toString(ExportUtils.HtmlExporter.MacroResolver) - Method in class nl.lxtreme.ols.util.export.TagElement
Returns the string representation of this HTML-element.
toString() - Method in class nl.lxtreme.ols.util.export.TextElement
 
toString(ExportUtils.HtmlExporter.MacroResolver) - Method in class nl.lxtreme.ols.util.export.TextElement
 
toString(ExportUtils.HtmlExporter.MacroResolver) - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Attribute
Returns the string representation of this HTML-attribute.
toString(ExportUtils.HtmlExporter.MacroResolver) - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Element
Returns the string representation of this HTML-element.
toString(ExportUtils.HtmlExporter.MacroResolver) - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
Returns the string representation of the HTML-structure, with all macro's resolved.
toString() - Method in class nl.lxtreme.ols.util.Pair
TR - Static variable in interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter
 
TriangleSquareWindowsCornerIcon - Class in nl.lxtreme.ols.util.swing.component.icon
Created by IntelliJ IDEA.
TriangleSquareWindowsCornerIcon() - Constructor for class nl.lxtreme.ols.util.swing.component.icon.TriangleSquareWindowsCornerIcon
 

U

uninstallSwingExceptionHandler() - Static method in class nl.lxtreme.ols.util.swing.component.JErrorDialog
Uninstalls the default exception handler.
unquote(String) - Static method in class nl.lxtreme.ols.util.StringUtils
Removes all double quotes from the given input.
unquote(String, char) - Static method in class nl.lxtreme.ols.util.StringUtils
Removes all quotes, denoted by the given character, from the given input.

V

validate(Object) - Method in interface nl.lxtreme.ols.util.swing.validation.IValidator
Validates the given value.
validate(Object) - Method in class nl.lxtreme.ols.util.swing.validation.NumberValidator
 
valueOf(String) - Static method in enum nl.lxtreme.ols.util.NumberUtils.BitOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.lxtreme.ols.util.NumberUtils.UnitDefinition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.lxtreme.ols.util.swing.StandardActionFactory.DialogStatus
Returns the enum constant of this type with the specified name.
values() - Method in class nl.lxtreme.ols.util.analysis.Frequency
Returns an iterator for the values in this frequency distribution map.
values() - Static method in enum nl.lxtreme.ols.util.NumberUtils.BitOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.lxtreme.ols.util.NumberUtils.UnitDefinition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.lxtreme.ols.util.swing.StandardActionFactory.DialogStatus
Returns an array containing the constants of this enum type, in the order they are declared.
verify(JComponent) - Method in class nl.lxtreme.ols.util.swing.validation.JComponentInputVerifier
 
visit(T) - Method in interface nl.lxtreme.ols.util.osgi.WhiteboardHelper.Visitor
Called for each service.

W

WhiteboardHelper<T> - Class in nl.lxtreme.ols.util.osgi
Provides a helper class for easy implementation of the whiteboard pattern as used in OSGi.
WhiteboardHelper(BundleContext, Class<T>) - Constructor for class nl.lxtreme.ols.util.osgi.WhiteboardHelper
Creates a new WhiteboardHelper instance.
WhiteboardHelper(BundleContext, Filter) - Constructor for class nl.lxtreme.ols.util.osgi.WhiteboardHelper
Creates a new WhiteboardHelper instance.
WhiteboardHelper.Visitor<T> - Interface in nl.lxtreme.ols.util.osgi
To be implemented by the class that wants to obtain a reference to a certain service.
write(ExportUtils.HtmlExporter.MacroResolver) - Method in class nl.lxtreme.ols.util.export.HtmlFileExporterImpl
 
write(ExportUtils.HtmlExporter.MacroResolver) - Method in interface nl.lxtreme.ols.util.ExportUtils.HtmlFileExporter
Writes the HTML export to file using the given macro resolver to resolve any macros.
writer - Variable in class nl.lxtreme.ols.util.export.HtmlFileExporterImpl
 

X

XML - Static variable in class nl.lxtreme.ols.util.swing.StdFileFilter
 
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links

Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.