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

A

a - Variable in class ise.java.awt.KappaLayout.Constraints
alignment within cell, see comments in KappaLayout
AbstractItemFinder<E> - Class in common.gui.itemfinder
An abstract ItemFinder, it has no label, default cellrenderer and width.
AbstractItemFinder() - Constructor for class common.gui.itemfinder.AbstractItemFinder
 
accept(File) - Method in class common.gui.ModalJFileChooser.HiddenFileFilter
 
accept(File) - Method in class common.gui.pathbuilder.ClasspathFilter
 
accept(File) - Method in class common.gui.pathbuilder.SourceFileFilter
 
actionPerformed(ActionEvent) - Method in class common.gui.FileTextField
 
actionPerformed(ActionEvent) - Method in class common.gui.HistoryComboBox
 
actionPerformed(ActionEvent) - Method in class common.gui.ModalJFileChooser
 
actionPerformed(ActionEvent) - Method in class common.gui.OkCancelButtons
 
actionPerformed(ActionEvent) - Method in class common.gui.pathbuilder.PathBuilder
Listen to specific GUI events.
actionPerformed(ActionEvent) - Method in class common.gui.pathbuilder.PathBuilderDialog
Process button presses.
addActionListener(ActionListener) - Method in class common.gui.HelpfulJTable
Add an action listener to this table instance.
addActionListener(ActionListener) - Method in class common.gui.pathbuilder.PathBuilder
Users of this class may add action listeners to be notified when paths are changed.
addActionListener(ActionListener) - Method in class common.gui.PopupList
Add an java.awt.event.ActionListener.
addCloseableTabbedPaneListener(CloseableTabbedPaneListener) - Method in class common.gui.CloseableTabbedPane
Adds an CloseableTabbedPaneListener to the tabbedpane.
addCurrentEnv() - Method in class common.io.ProcessExecutor
Adds the current process's environment to the child.
addElement(Object) - Method in class common.gui.ListPanel
 
addElement(int, Object) - Method in class common.gui.SelectionListPanel
Deprecated.  
addElement(Object) - Method in class common.gui.util.SortedListModel
 
addEntry() - Method in class common.gui.HistoryComboBox
 
addEnv(String, String) - Method in class common.io.ProcessExecutor
Adds a specific environment to use with the child process.
addKeyListener(KeyListener) - Method in class common.gui.ListPanel
 
addLayoutComponent(String, Component) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager, simply calls addLayoutComponent(Component, Object).
addLayoutComponent(Component, Object) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager2.
addPropertyChangeListener(PropertyChangeListener) - Method in class common.swingworker.SwingWorker
Deprecated. Adds a PropertyChangeListener to the listener list.
addRequest(Runnable) - Method in class common.threads.WorkerThreadPool
Adds a request to the pool.
addRequests(Runnable[]) - Method in class common.threads.WorkerThreadPool
Makes sure that there are enough threads to execute all requests in parallel and enqueue the requests.
addTab(String, Component) - Method in class common.gui.CloseableTabbedPane
Adds a Component represented by a title and no icon.
addTab(String, Component, Icon) - Method in class common.gui.CloseableTabbedPane
Adds a Component represented by a title and an icon.
addVisitor(ProcessExecutor.Visitor) - Method in class common.io.ProcessExecutor
Adds a visitor to monitor the child process's output.
addVisitor(ProcessExecutor.LineVisitor) - Method in class common.io.ProcessExecutor
Adds a visitor instance to use with the child process.
ALT - Static variable in class common.gui.actions.CustomAction
Deprecated.  
AtomicOutputStream - Class in common.io
An "atomic" output stream.
AtomicOutputStream(String) - Constructor for class common.io.AtomicOutputStream
Creates a new atomic stream.
AtomicOutputStream(File) - Constructor for class common.io.AtomicOutputStream
Creates a new atomic stream.
autosizeColumn(int) - Method in class common.gui.HelpfulJTable
Autosizes the specified column to the width of its longest cell.

B

BOTH - Static variable in class common.gui.util.ConstraintFactory
 
buildConstraints(int, int, int, int) - Method in class common.gui.util.ConstraintFactory
Build basic constraints.
buildConstraints(int, int, int, int, int, int) - Method in class common.gui.util.ConstraintFactory
Builds basic constraints + anchor and fill constraints.
buildConstraints(int, int, int, int, int, int, int, int) - Method in class common.gui.util.ConstraintFactory
Builds basic constraints + anchor,fill, and weights.
buildConstraints(int, int, int, int, int, int, int, int, Insets) - Method in class common.gui.util.ConstraintFactory
Builds basic constraints + anchor,fill, weights, and insets.

C

calculateDimensions() - Method in class ise.java.awt.KappaLayout
Calculate preferred size and other dimensions.
cancel() - Method in class common.gui.PopupList
Cancel the popup.
cancel(boolean) - Method in class common.swingworker.SwingWorker
Deprecated. 
CENTER - Static variable in class common.gui.util.ConstraintFactory
 
cf - Variable in class common.gui.SelectionListPanel
Deprecated.  
changeSelection(int, int, boolean, boolean) - Method in class common.gui.HelpfulJTable
Overwritten to autoscroll only vertically, not horizontally.
ClasspathFilter - Class in common.gui.pathbuilder
 
ClasspathFilter() - Constructor for class common.gui.pathbuilder.ClasspathFilter
 
cleanup() - Method in class common.gui.EasyOptionPane
Removes all properties related to a component as defined in the component spec list.
clear() - Method in class common.gui.ListPanel
 
clone() - Method in class ise.java.awt.KappaLayout.Constraints
 
close() - Method in class common.io.AtomicOutputStream
Closes the temporary stream and renames the temp file to the target file.
CloseableTabbedPane - Class in common.gui
A JTabbedPane which has a close ('X') icon on each tab.
CloseableTabbedPane() - Constructor for class common.gui.CloseableTabbedPane
Creates a new instance of CloseableTabbedPane
CloseableTabbedPaneListener - Interface in common.gui
The listener that's notified when an tab should be closed in the CloseableTabbedPane.
closeTab(int) - Method in interface common.gui.CloseableTabbedPaneListener
Informs all CloseableTabbedPaneListeners when a tab should be closed
common.gui - package common.gui
Common GUI classes.
common.gui.actions - package common.gui.actions
Old classes that were never documented and should not be used anymore.
common.gui.itemfinder - package common.gui.itemfinder
Classes related to the ItemFinderWindow, which contains a searchfield and a list of items.
common.gui.pathbuilder - package common.gui.pathbuilder
Classes related to the PathBuilder, allowing the user to compose a string containing a list of directories separated by the OS-specific path separator character.
common.gui.util - package common.gui.util
Miscellaneous Utility Classes
common.io - package common.io
Helper classes for executing jobs and capturing the output.
common.swingworker - package common.swingworker
Java 5 SwingWorker class (deprecated)
common.threads - package common.threads
Another implementation of a thread pool.
ConstraintFactory - Class in common.gui.util
Provides easier creation of GridBagConstraints
ConstraintFactory() - Constructor for class common.gui.util.ConstraintFactory
 
createComponent(String, String, String, String) - Method in class common.gui.EasyOptionPane
If an unknown type is found in the component spec, this method will be called.
createConstraint() - Static method in class ise.java.awt.KappaLayout
Creates a Constraints for direct manipulation.
createDialog(Component) - Method in class common.gui.ModalJFileChooser
Creates the modal dialog to show this file chooser.
createHorizontalStrut(int) - Static method in class ise.java.awt.KappaLayout
Useful for holding an otherwise empty column to a minimum width.
createHorizontalStrut(int, boolean) - Static method in class ise.java.awt.KappaLayout
Useful for holding a column to a fixed width.
createStrut(int, int) - Static method in class ise.java.awt.KappaLayout
Useful for setting an otherwise blank cell to a minimum width and height.
createStrut(int, int, boolean) - Static method in class ise.java.awt.KappaLayout
Useful for setting a row and column to a fixed width and height.
createVerticalStrut(int) - Static method in class ise.java.awt.KappaLayout
Useful for holding an otherwise empty row to a minimum height.
createVerticalStrut(int, boolean) - Static method in class ise.java.awt.KappaLayout
Useful for holding a row to a fixed height.
CTRL - Static variable in class common.gui.actions.CustomAction
Deprecated.  
CustomAction - Class in common.gui.actions
Deprecated.  
CustomAction(String) - Constructor for class common.gui.actions.CustomAction
Deprecated. The Action's tool tip text is set to it's name by default.
CustomAction(String, Icon) - Constructor for class common.gui.actions.CustomAction
Deprecated.  

D

DEFAULT_ANCHOR - Variable in class common.gui.util.ConstraintFactory
 
DEFAULT_FILL - Variable in class common.gui.util.ConstraintFactory
 
DEFAULT_INSETS - Variable in class common.gui.util.ConstraintFactory
 
DEFAULT_IPADX - Variable in class common.gui.util.ConstraintFactory
 
DEFAULT_IPADY - Variable in class common.gui.util.ConstraintFactory
 
DEFAULT_WEIGHTX - Variable in class common.gui.util.ConstraintFactory
 
DEFAULT_WEIGHTY - Variable in class common.gui.util.ConstraintFactory
 
disableKeyStrokeCycling() - Method in class common.gui.PopupList
Deprecated. As of CC 0.9.0, this method does nothing.
dispose() - Method in class common.gui.itemfinder.ItemFinderPanel
 
doInBackground() - Method in class common.swingworker.SwingWorker
Deprecated. Computes a result, or throws an exception if unable to do so.
done() - Method in class common.swingworker.SwingWorker
Deprecated. Executed on the Event Dispatch Thread after the doInBackground method is finished.

E

E - Static variable in class common.gui.util.ConstraintFactory
 
E - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to East in cell.
EasyOptionPane - Class in common.gui
An extension of AbstractOptionPane that makes it easier for implementing classes to create the gui by using a list of strings with the description of what the components should be.
EasyOptionPane(String) - Constructor for class common.gui.EasyOptionPane
Creates an empty option pane.
EasyOptionPane(String, String) - Constructor for class common.gui.EasyOptionPane
Creates an empty option pane with the given component list.
EasyOptionPane(String, List) - Constructor for class common.gui.EasyOptionPane
Creates an empty option pane with the given component list.
enableKeyStrokeCycling(String) - Method in class common.gui.PopupList
Deprecated. As of CC 0.9.0, this method does nothing.
ensureCapacity(int) - Method in class common.threads.WorkerThreadPool
Ensures that at least size threads are available to handle requests.
execute() - Method in class common.swingworker.SwingWorker
Deprecated. Schedules this SwingWorker for execution on a worker thread.
exitValue() - Method in class common.io.ProcessExecutor
Returns the exit value of the child process.

F

FileTextField - Class in common.gui
A widget that shows a text field with a button that opens up a file chooser.
FileTextField() - Constructor for class common.gui.FileTextField
 
FileTextField(boolean) - Constructor for class common.gui.FileTextField
 
FileTextField(String, boolean) - Constructor for class common.gui.FileTextField
Constructs a new FileTextField.
finalize() - Method in class common.io.AtomicOutputStream
For the forgetful.
fireActionEvent(ActionEvent) - Method in class common.gui.HelpfulJTable
This method is invoked if the user pressed Enter, Tab or Shift-Tab on the table.
fireCloseTab(int) - Method in class common.gui.CloseableTabbedPane
Notifies all listeners that have registered interest for notification on this event type.
firePropertyChange(PropertyChangeEvent) - Method in class common.swingworker.SwingPropertyChangeSupport
firePropertyChange(String, Object, Object) - Method in class common.swingworker.SwingWorker
Deprecated. Reports a bound property update to any registered listeners.
flush() - Method in class common.io.AtomicOutputStream
 
focusGained(FocusEvent) - Method in class common.gui.PopupList
 
focusLost(FocusEvent) - Method in class common.gui.PopupList
 

G

get() - Method in class common.swingworker.SwingWorker
Deprecated. 
get(long, TimeUnit) - Method in class common.swingworker.SwingWorker
Deprecated. 
getActualItem() - Method in interface common.gui.ListItem
Returns the actual item.
getAutoResizeColumns() - Method in class common.gui.HelpfulJTable
Return the value of the autoResizeColumns property.
getAutoResizeWithHeaders() - Method in class common.gui.HelpfulJTable
Return the value of the autoResizeWithHeaders property.
getCellRendererComponent(int, int) - Method in class common.gui.HelpfulJTable
Return the cell renderer component for the cell at (row,col).
getCloseableTabbedPaneListener() - Method in class common.gui.CloseableTabbedPane
Returns an array of all the SearchListeners added to this SearchPane with addSearchListener().
getComponent(String) - Method in class common.gui.EasyOptionPane
Returns the instance of the component that has been linked to the given property name.
getDescription() - Method in class common.gui.ModalJFileChooser.HiddenFileFilter
 
getDescription() - Method in class common.gui.pathbuilder.ClasspathFilter
 
getDescription() - Method in class common.gui.pathbuilder.SourceFileFilter
 
getElementAt(int) - Method in class common.gui.util.SortedListModel
 
getError() - Method in class common.io.ProcessExecutor.BufferingVisitor
 
getError() - Method in class common.threads.WorkRequest
Returns any exception that was caught while running the request.
getErrorString() - Method in class common.io.ProcessExecutor.BufferingVisitor
 
getHeaderRendererComponent(int) - Method in class common.gui.HelpfulJTable
Return the header renderer component for the header at (col).
getIcon() - Method in interface common.gui.ListItem
Returns the icon for the item.
getItemFinderPanel() - Method in class common.gui.itemfinder.ItemFinderWindow
Returns the ItemFinderPanel.
getLabel() - Method in class common.gui.itemfinder.AbstractItemFinder
 
getLabel() - Method in interface common.gui.itemfinder.ItemFinder
Returns the label for that ItemFinder.
getLabel() - Method in interface common.gui.ListItem
Returns the label for the item.
getLastSelectedIndex() - Method in class common.gui.ListPanel
 
getLayoutAlignmentX(Container) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager2.
getLayoutAlignmentY(Container) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager2.
getListCellRenderer() - Method in class common.gui.itemfinder.AbstractItemFinder
 
getListCellRenderer() - Method in interface common.gui.itemfinder.ItemFinder
Returns a ListCellRenderer that will render the celles of the dropdown list.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class common.gui.itemfinder.PathCellRenderer
 
getModel() - Method in interface common.gui.itemfinder.ItemFinder
The list model that is used by the ItemFinderWindow
getOutput() - Method in class common.io.ProcessExecutor.BufferingVisitor
 
getOutputString() - Method in class common.io.ProcessExecutor.BufferingVisitor
 
getPath() - Method in class common.gui.pathbuilder.PathBuilder
Returns the path built using this PathBuilder as a single String, with the elements of the path separated by File.pathSeparator.
getPathArray() - Method in class common.gui.pathbuilder.PathBuilder
Returns the path built using this PathBuilder as an array of Strings.
getPathBuilder() - Method in class common.gui.pathbuilder.PathBuilderDialog
Returns the path builder component.
getPaths() - Method in class common.gui.VFSPathFileList
 
getPreferredSize() - Method in class ise.java.awt.KappaLayout.Strut
Overrides getPreferredSize from Component.
getProgress() - Method in class common.swingworker.SwingWorker
Deprecated. Returns the progress bound property.
getProperty(String, String) - Method in class common.gui.EasyOptionPane
Returns the value of the named property in the internal property store, of the given default value if the value is null.
getPropertyChangeSupport() - Method in class common.swingworker.SwingWorker
Deprecated. Returns the PropertyChangeSupport for this SwingWorker.
getResult() - Method in class common.gui.pathbuilder.PathBuilderDialog
Determine whether the user pressed okay or cancel.
getRunnable() - Method in class common.threads.WorkRequest
 
getSelectedActualItem() - Method in class common.gui.PopupList
Returns the selected actual item.
getSelectedItem() - Method in class common.gui.PopupList
Returns the selected item.
getSelectedValues() - Method in class common.gui.ListPanel
 
getSelectedValues(int) - Method in class common.gui.SelectionListPanel
Deprecated. Returns all selected values in the given list.
getSharedInstance() - Static method in class common.threads.WorkerThreadPool
 
getSize() - Method in class common.gui.util.SortedListModel
 
getSize() - Method in class ise.java.awt.KappaLayout.Strut
Overrides getSize from Component.
getSortColumn() - Method in class common.gui.HelpfulJTable
 
getSortOrder() - Method in class common.gui.HelpfulJTable
 
getStartDirectory() - Method in class common.gui.pathbuilder.PathBuilder
Returns the last directory selected in the file chooser dialog
getState() - Method in class common.swingworker.SwingWorker
Deprecated. Returns the SwingWorker state bound property.
getTextField() - Method in class common.gui.FileTextField
Returns the text field containing the user input.
getToolTipLocation(MouseEvent) - Method in class common.gui.HelpfulJTable
Overridden to return null, if the cell is fully visible, so that ToolTips are only displayed if the cell is partially hidden.
getToolTipText(MouseEvent) - Method in class common.gui.HelpfulJTable
Overridden to return null, if the cell is fully visible, so that ToolTips are only displayed if the cell is partially hidden.
getValues(int) - Method in class common.gui.SelectionListPanel
Deprecated. Returns all values in the given list.

H

H - Static variable in class common.gui.util.ConstraintFactory
 
h - Variable in class ise.java.awt.KappaLayout.Constraints
# rows high
HelpfulJTable - Class in common.gui
An extension of the default Swing JTable, that passes action key events, displays tooltips and autoresizes columns.
HelpfulJTable() - Constructor for class common.gui.HelpfulJTable
 
HistoryComboBox - Class in common.gui
A Combo Box that remembers a given number of previous entries, even between jEdit runs.
HistoryComboBox(int, String) - Constructor for class common.gui.HistoryComboBox
Build a combo box which will remember the given the given number of previous entries, and store them in the given property.
HistoryComboBox(int) - Constructor for class common.gui.HistoryComboBox
Creates a combo box that remembers the given number of entries but doesn't not remember them between sessions.
HORIZONTAL - Static variable in class common.gui.util.ConstraintFactory
 

I

invalidateLayout(Container) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager2.
isCancelled() - Method in class common.swingworker.SwingWorker
Deprecated. 
isDone() - Method in class common.swingworker.SwingWorker
Deprecated. 
isDone() - Method in class common.threads.WorkRequest
 
ise.java.awt - package ise.java.awt
KappaLayout and LamdaLayout
isNotifyOnEDT() - Method in class common.swingworker.SwingPropertyChangeSupport
Returns notifyOnEDT property.
isRigid() - Method in class ise.java.awt.KappaLayout.Strut
 
ItemFinder<E> - Interface in common.gui.itemfinder
 
ItemFinderPanel<E> - Class in common.gui.itemfinder
The ItemFinderWindow is a Window that contains a SearchField and a list of items.
ItemFinderPanel(Window, ItemFinder<E>) - Constructor for class common.gui.itemfinder.ItemFinderPanel
 
ItemFinderPanel.RequestFocusWorker - Class in common.gui.itemfinder
 
ItemFinderWindow<E> - Class in common.gui.itemfinder
A Window that contains a SearchField and a list of items.
ItemFinderWindow(ItemFinder<E>) - Constructor for class common.gui.itemfinder.ItemFinderWindow
 

J

JMouseComboBox - Class in common.gui
This is a combo-box that allows listeners to be informed of mouse entered and mouse exited events.
JMouseComboBox() - Constructor for class common.gui.JMouseComboBox
Creates a JMouseComboBox with a default data model.
JMouseComboBox(Object[]) - Constructor for class common.gui.JMouseComboBox
Creates a JMouseComboBox that contains the elements in the specified array.
JMouseComboBox(ComboBoxModel) - Constructor for class common.gui.JMouseComboBox
Creates a JMouseComboBox that takes its items from an existing ComboBoxModel.
JMouseComboBox(Vector) - Constructor for class common.gui.JMouseComboBox
Creates a JMouseComboBox that contains the elements in the specified Vector.

K

KappaLayout - Class in ise.java.awt
KappaLayout, a Java layout manager.
Copyright (C) 2000, Dale Anson

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
KappaLayout() - Constructor for class ise.java.awt.KappaLayout
Default constructor, no stretching.
KappaLayout(boolean) - Constructor for class ise.java.awt.KappaLayout
Constructor, allows stretching.
KappaLayout.Constraints - Class in ise.java.awt
This class is cloneable so that users may create and reuse a Constraints object similar to how one would use a GridBagConstraints rather than the string parameters.
KappaLayout.Constraints() - Constructor for class ise.java.awt.KappaLayout.Constraints
 
KappaLayout.Strut - Class in ise.java.awt
Simple component that is invisible.
KappaLayout.Strut(int, int) - Constructor for class ise.java.awt.KappaLayout.Strut
 
KappaLayout.Strut(int, int, boolean) - Constructor for class ise.java.awt.KappaLayout.Strut
 

L

LambdaLayout - Class in ise.java.awt
LambdaLayout, a Java layout manager.
Copyright (C) 2001, Dale Anson

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
LambdaLayout() - Constructor for class ise.java.awt.LambdaLayout
 
LAST_HEIGHT - Variable in class common.gui.util.ConstraintFactory
 
LAST_WIDTH - Variable in class common.gui.util.ConstraintFactory
 
LAST_X - Variable in class common.gui.util.ConstraintFactory
 
LAST_Y - Variable in class common.gui.util.ConstraintFactory
 
layoutContainer(Container) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager, does all the real layout work.
layoutContainer(Container) - Method in class ise.java.awt.LambdaLayout
Required by LayoutManager, does all the real layout work.
LEFT - Static variable in class common.gui.SelectionListPanel
Deprecated. The constant referring to the left list
ListItem - Interface in common.gui
An item in a GUI list control.
ListPanel - Class in common.gui
A simple list in a scroll pane, which can be reorderable or sorted.
ListPanel(String) - Constructor for class common.gui.ListPanel
 
ListPanel(String, Object[]) - Constructor for class common.gui.ListPanel
 
lists - Variable in class common.gui.SelectionListPanel
Deprecated.  
loadFromProperty(String) - Method in class common.gui.HistoryComboBox
Loads elements into this box from the given property.
loadFromPropertyAsString(int, String) - Method in class common.gui.SelectionListPanel
Deprecated.  

M

makeColumnsSameWidth(int, int) - Method in class ise.java.awt.KappaLayout
Makes two columns be the same width.
makeColumnsSameWidth(int[]) - Method in class ise.java.awt.KappaLayout
Makes several columns be the same width.
makeColumnsSameWidth() - Method in class ise.java.awt.KappaLayout
Makes all columns be the same width.
makeRowsSameHeight(int, int) - Method in class ise.java.awt.KappaLayout
Makes two rows be the same height.
makeRowsSameHeight(int[]) - Method in class ise.java.awt.KappaLayout
Makes several rows be the same height.
makeRowsSameHeight() - Method in class ise.java.awt.KappaLayout
Makes all rows be the same height.
maximumLayoutSize(Container) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager2.
META - Static variable in class common.gui.actions.CustomAction
Deprecated.  
minimumLayoutSize(Container) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager.
ModalJFileChooser - Class in common.gui
An implementation of JFileChooser that fixes the modal dialog being created from another JDialog.
ModalJFileChooser() - Constructor for class common.gui.ModalJFileChooser
 
ModalJFileChooser(File) - Constructor for class common.gui.ModalJFileChooser
 
ModalJFileChooser(File, FileSystemView) - Constructor for class common.gui.ModalJFileChooser
 
ModalJFileChooser(FileSystemView) - Constructor for class common.gui.ModalJFileChooser
 
ModalJFileChooser(String) - Constructor for class common.gui.ModalJFileChooser
 
ModalJFileChooser(String, FileSystemView) - Constructor for class common.gui.ModalJFileChooser
 
ModalJFileChooser.HiddenFileFilter - Class in common.gui
 
ModalJFileChooser.HiddenFileFilter() - Constructor for class common.gui.ModalJFileChooser.HiddenFileFilter
 
mouseClicked(MouseEvent) - Method in class common.gui.CloseableTabbedPane
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseClicked(MouseEvent) - Method in class common.gui.JMouseComboBox
 
mouseDragged(MouseEvent) - Method in class common.gui.CloseableTabbedPane
Invoked when a mouse button is pressed on a component and then dragged.
mouseEntered(MouseEvent) - Method in class common.gui.CloseableTabbedPane
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class common.gui.JMouseComboBox
 
mouseExited(MouseEvent) - Method in class common.gui.CloseableTabbedPane
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class common.gui.JMouseComboBox
 
mouseMoved(MouseEvent) - Method in class common.gui.CloseableTabbedPane
Invoked when the mouse cursor has been moved onto a component but no buttons have been pushed.
mousePressed(MouseEvent) - Method in class common.gui.CloseableTabbedPane
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class common.gui.JMouseComboBox
 
mouseReleased(MouseEvent) - Method in class common.gui.CloseableTabbedPane
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class common.gui.JMouseComboBox
 
moveElements(int, int) - Method in class common.gui.SelectionListPanel
Deprecated.  
moveLeft - Variable in class common.gui.SelectionListPanel
Deprecated.  
moveRight - Variable in class common.gui.SelectionListPanel
Deprecated.  

N

N - Static variable in class common.gui.util.ConstraintFactory
 
N - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to North in cell.
NE - Static variable in class common.gui.util.ConstraintFactory
 
NE - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to NorthEast in cell.
NONE - Static variable in class common.gui.util.ConstraintFactory
 
NW - Static variable in class common.gui.util.ConstraintFactory
 
NW - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to NorthWest in cell.

O

OkCancelButtons - Class in common.gui
A pair of buttons (OK/Cancel) to be added to instances of EnhancedDialog.
OkCancelButtons(EnhancedDialog) - Constructor for class common.gui.OkCancelButtons
 
otherList(int) - Method in class common.gui.SelectionListPanel
Deprecated. Returns the list which is not the given list.

P

p - Variable in class ise.java.awt.KappaLayout.Constraints
padding, same amount of blank space on all four sides of component
parseComponent(Object, String) - Method in class common.gui.EasyOptionPane
This method is called to transform the contents of a component into a string to be persisted.
PathBuilder - Class in common.gui.pathbuilder
A component that allows a user to compose a classpath or search path string.
PathBuilder() - Constructor for class common.gui.pathbuilder.PathBuilder
Creates a new PathBuilder.
PathBuilder(String) - Constructor for class common.gui.pathbuilder.PathBuilder
Creates a new PathBuilder.
PathBuilderDialog - Class in common.gui.pathbuilder
A generic dialog to hold a PathBuilder component.
PathBuilderDialog(Dialog, String) - Constructor for class common.gui.pathbuilder.PathBuilderDialog
Create a new PathBuilderDialog.
PathBuilderDialog(Dialog, String, String) - Constructor for class common.gui.pathbuilder.PathBuilderDialog
 
PathBuilderDialog(Frame, String) - Constructor for class common.gui.pathbuilder.PathBuilderDialog
Create a new PathBuilderDialog.
PathBuilderDialog(Frame, String, String) - Constructor for class common.gui.pathbuilder.PathBuilderDialog
 
PathCellRenderer - Class in common.gui.itemfinder
A list cell renderer that renders path.
PathCellRenderer() - Constructor for class common.gui.itemfinder.PathCellRenderer
 
PopupList - Class in common.gui
A popup control for displaying a arbitrary list of items.
PopupList() - Constructor for class common.gui.PopupList
Create a new PopupList.
PopupList(int) - Constructor for class common.gui.PopupList
Create a new PopupList.
preferredLayoutSize(Container) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager.
process(byte[], int, boolean) - Method in class common.io.ProcessExecutor.BufferingVisitor
 
process(String, boolean) - Method in interface common.io.ProcessExecutor.LineVisitor
Called when a line of text is read from the process output.
process(byte[], int, boolean) - Method in interface common.io.ProcessExecutor.Visitor
Called when data is read from the process output.
process(List<V>) - Method in class common.swingworker.SwingWorker
Deprecated. Receives data chunks from the publish method asynchronously on the Event Dispatch Thread.
ProcessExecutor - Class in common.io
A class that encapsulates running a process and processing its streams.
ProcessExecutor(String...) - Constructor for class common.io.ProcessExecutor
Creates a new executor for the given process with the given arguments.
ProcessExecutor.BufferingVisitor - Class in common.io
A visitor that just buffers the output of the process and makes it available for retrieval.
ProcessExecutor.BufferingVisitor() - Constructor for class common.io.ProcessExecutor.BufferingVisitor
 
ProcessExecutor.BufferingVisitor(ProcessExecutor.BufferingVisitor.Streams) - Constructor for class common.io.ProcessExecutor.BufferingVisitor
 
ProcessExecutor.BufferingVisitor.Streams - Enum in common.io
 
ProcessExecutor.LineVisitor - Interface in common.io
Interface defining a visitor that will be called with lines of text read from the process output.
ProcessExecutor.Visitor - Interface in common.io
Interface defining a visitor that will be called with data read from the child process's output.
processKeyEvent(KeyEvent) - Method in class common.gui.HistoryComboBox
 
publish(V...) - Method in class common.swingworker.SwingWorker
Deprecated. Sends data chunks to the SwingWorker.process(java.util.List) method.

R

R - Static variable in class ise.java.awt.KappaLayout
Convenience setting for width (w) or height (h), causes component to use Remaining cells.
RELATIVE - Static variable in class common.gui.util.ConstraintFactory
 
REMAINDER - Static variable in class common.gui.util.ConstraintFactory
 
removeActionListener(ActionListener) - Method in class common.gui.HelpfulJTable
Remove an action listener from this table instance.
removeCloseableTabbedPaneListener(CloseableTabbedPaneListener) - Method in class common.gui.CloseableTabbedPane
Removes an CloseableTabbedPaneListener from the tabbedpane.
removeElement(Object) - Method in class common.gui.ListPanel
 
removeElement(int, Object) - Method in class common.gui.SelectionListPanel
Deprecated.  
removeLayoutComponent(Component) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager.
removeProperty(String) - Method in class common.gui.EasyOptionPane
Removes the named property from the internal property store.
removePropertyChangeListener(PropertyChangeListener) - Method in class common.swingworker.SwingWorker
Deprecated. Removes a PropertyChangeListener from the listener list.
requestFocusWorker - Variable in class common.gui.itemfinder.ItemFinderPanel
 
requestFocusWorker - Variable in class common.gui.itemfinder.ItemFinderWindow
 
RIGHT - Static variable in class common.gui.SelectionListPanel
Deprecated. The constant referring to the right list
rollback() - Method in class common.io.AtomicOutputStream
Removes the temporary file without overwriting the target.
run() - Method in class common.gui.itemfinder.ItemFinderPanel.RequestFocusWorker
 
run() - Method in class common.swingworker.SwingWorker
Deprecated. Sets this Future to the result of computation unless it has been canceled.
run() - Method in class common.threads.WorkRequest
 
runRequests(Runnable[]) - Method in class common.threads.WorkerThreadPool
Immediately runs the given requests.

S

S - Static variable in class common.gui.util.ConstraintFactory
 
s - Variable in class ise.java.awt.KappaLayout.Constraints
stretch: default is 0 (character zero, no stretch), w = width of cell, h = height of cell, wh = both width and height
S - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to South in cell.
save() - Method in class common.gui.VFSPathFileList
 
saveToPropertyAsString(int, String) - Method in class common.gui.SelectionListPanel
Deprecated. Saves a list to a property array (first item stored in "propertyName.0").
SE - Static variable in class common.gui.util.ConstraintFactory
 
SE - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to SouthEast in cell.
SelectionListPanel - Class in common.gui
Deprecated. use org.gjt.sp.jedit.gui.PingPongList
SelectionListPanel() - Constructor for class common.gui.SelectionListPanel
Deprecated. Creates a basic panel.
selectionMade(E) - Method in interface common.gui.itemfinder.ItemFinder
A selection has been made.
setAccelerator(KeyStroke) - Method in class common.gui.actions.CustomAction
Deprecated.  
setAccelerator(int, int) - Method in class common.gui.actions.CustomAction
Deprecated.  
setActionCommand(String) - Method in class common.gui.actions.CustomAction
Deprecated.  
setAddButtonText(String) - Method in class common.gui.pathbuilder.PathBuilder
Set the text of the add element button.
setAutoResizeColumns(boolean) - Method in class common.gui.HelpfulJTable
If true, columns are autoresized according to the largest display width of their contents.
setAutoResizeMode(int) - Method in class common.gui.HelpfulJTable
Overridden, so that any attempts to set a mode other than AUTO_RESIZE_OFF are ignored, if autoResizeColumns is on.
setAutoResizeWithHeaders(boolean) - Method in class common.gui.HelpfulJTable
If true, columns are autoresizing takes headers into account
setCancelText(String) - Method in class common.gui.OkCancelButtons
 
setCloseIcons(Icon, Icon, Icon) - Method in class common.gui.CloseableTabbedPane
Allows setting own closeicons.
setColumnModel(TableColumnModel) - Method in class common.gui.HelpfulJTable
Set a new column model.
setColumnWidth(int, int) - Method in class ise.java.awt.KappaLayout
Sets a column to a specific width.
setComponentSpec(List) - Method in class common.gui.EasyOptionPane
Sets the internal component spec list.
setContextualHelp(String) - Method in class common.gui.actions.CustomAction
Deprecated.  
setDefaultAnchor(int) - Method in class common.gui.util.ConstraintFactory
 
setDefaultFill(int) - Method in class common.gui.util.ConstraintFactory
 
setDefaultInsets(Insets) - Method in class common.gui.util.ConstraintFactory
 
setDefaultInternalPadding(int) - Method in class common.gui.util.ConstraintFactory
 
setDefaultInternalPaddingX(int) - Method in class common.gui.util.ConstraintFactory
 
setDefaultInternalPaddingY(int) - Method in class common.gui.util.ConstraintFactory
 
setDefaultWeights(int, int) - Method in class common.gui.util.ConstraintFactory
 
setDefaultWeightX(int) - Method in class common.gui.util.ConstraintFactory
 
setDefaultWeightY(int) - Method in class common.gui.util.ConstraintFactory
 
setDirectory(String) - Method in class common.io.ProcessExecutor
Sets the working directory for the child process.
setEmptyToNull(boolean) - Method in class common.gui.EasyOptionPane
Sets whether empty strings in text fields should be converted to "null" when saving the values.
setFileDialogAction(String) - Method in class common.gui.pathbuilder.PathBuilder
Sets the label of the file dialog "approve" button.
setFileDialogTitle(String) - Method in class common.gui.pathbuilder.PathBuilder
Sets the title of the file dialog.
setFileFilter(FileFilter) - Method in class common.gui.ModalJFileChooser
 
setFileFilter(FileFilter) - Method in class common.gui.pathbuilder.PathBuilder
Set a filter to customise what files are displayed.
setFileSelectionMode(int) - Method in class common.gui.FileTextField
Sets the file selection mode.
setFileSelectionMode(int) - Method in class common.gui.pathbuilder.PathBuilder
Set a file selection mode to customise type of files can be selected.
setIcon(String) - Method in class common.gui.actions.CustomAction
Deprecated.  
setIcon(Icon) - Method in class common.gui.actions.CustomAction
Deprecated.  
setItems(List) - Method in class common.gui.PopupList
Set the items to show.
setLabel(String) - Method in class common.gui.ListPanel
 
setListContents(int, Object[]) - Method in class common.gui.SelectionListPanel
Deprecated. Sets the contents of a list to the given options.
setListLabel(int, String) - Method in class common.gui.SelectionListPanel
Deprecated. Sets the label for a list.
setMnemonic(int) - Method in class common.gui.actions.CustomAction
Deprecated.  
setMoveButtonsEnabled(boolean) - Method in class common.gui.pathbuilder.PathBuilder
Enable or disable the move buttons.
setMoveDownButtonText(String) - Method in class common.gui.pathbuilder.PathBuilder
Set the text of the move down button.
setMoveUpButtonText(String) - Method in class common.gui.pathbuilder.PathBuilder
Set the text of the move up button.
setMultiSelectionEnabled(boolean) - Method in class common.gui.pathbuilder.PathBuilder
Enable or disable multiple file selection in the file chooser.
setName(String) - Method in class common.gui.actions.CustomAction
Deprecated.  
setOkText(String) - Method in class common.gui.OkCancelButtons
 
setPath(String) - Method in class common.gui.pathbuilder.PathBuilder
Set the path to be displayed in the list box.
setPathArray(String[]) - Method in class common.gui.pathbuilder.PathBuilder
Set the path to be displayed in the list box.
setProgress(int) - Method in class common.swingworker.SwingWorker
Deprecated. Sets the progress bound property.
setProperty(String, String) - Method in class common.gui.EasyOptionPane
Sets the value of the named property in the internal property store.
setPropertyStore(Properties) - Method in class common.gui.EasyOptionPane
Sets the properties object where the properties will be saved to.
setRemoveButtonText(String) - Method in class common.gui.pathbuilder.PathBuilder
Set the text of the remove element button.
setReorderable(boolean) - Method in class common.gui.ListPanel
 
setRequestTextAreaFocusOnCancel(boolean) - Method in class common.gui.PopupList
Set whether focus should go to the main text area if this popup is cancelled.
setRigid(boolean) - Method in class ise.java.awt.KappaLayout.Strut
 
setRowHeight(int, int) - Method in class ise.java.awt.KappaLayout
Sets a row to a specific height.
setSelectedActualItem(Object) - Method in class common.gui.PopupList
Sets the selected actual item.
setSelectedIndex(int) - Method in class common.gui.ListPanel
 
setSortColumn(int) - Method in class common.gui.HelpfulJTable
Set the sort column.
setSorted(boolean) - Method in class common.gui.ListPanel
 
setSortOrder(int) - Method in class common.gui.HelpfulJTable
Set whether the current sortColumn should be sorted ascending or descending, or not at all.
setStartDirectory(String) - Method in class common.gui.pathbuilder.PathBuilder
Sets the initial directory to be displayed by the file dialog.
setTableHeader(JTableHeader) - Method in class common.gui.HelpfulJTable
Overridden, so that any attempts to set a TableHeader with resizingAllowed = true is set back to false.
setText(String) - Method in class common.gui.itemfinder.ItemFinderPanel
 
setTitle(String) - Method in class common.gui.SelectionListPanel
Deprecated. Sets the title of the panel.
setToolTipText(String) - Method in class common.gui.actions.CustomAction
Deprecated.  
SHIFT - Static variable in class common.gui.actions.CustomAction
Deprecated.  
show(View) - Method in class common.gui.PopupList
Show this popup in a window.
show(View, List, Object, ActionListener) - Static method in class common.gui.PopupList
Show this popup.
show(View, List, ActionListener) - Static method in class common.gui.PopupList
Show this popup.
showWindow(View, ItemFinder<E>) - Static method in class common.gui.itemfinder.ItemFinderWindow
Show the ItemFinderWindow
showWindow(View, ItemFinder<E>, String) - Static method in class common.gui.itemfinder.ItemFinderWindow
Show the ItemFinderWindow
shutdown() - Method in class common.threads.WorkerThreadPool
Asks all running threads to shutdown.
SORT_ASCENDING - Static variable in class common.gui.HelpfulJTable
 
SORT_DESCENDING - Static variable in class common.gui.HelpfulJTable
 
SORT_OFF - Static variable in class common.gui.HelpfulJTable
 
SortedListModel - Class in common.gui.util
An AbstractListModel that can sort() itself.
SortedListModel() - Constructor for class common.gui.util.SortedListModel
 
SourceFileFilter - Class in common.gui.pathbuilder
 
SourceFileFilter() - Constructor for class common.gui.pathbuilder.SourceFileFilter
 
start() - Method in class common.io.ProcessExecutor
Executes the child commmand, returning a process on success.
storeToProperty(String) - Method in class common.gui.HistoryComboBox
Stores this box's elements in the given property.
SW - Static variable in class common.gui.util.ConstraintFactory
 
SW - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to SouthWest in cell.
SwingPropertyChangeSupport - Class in common.swingworker
This subclass of java.beans.PropertyChangeSupport is almost identical in functionality.
SwingPropertyChangeSupport(Object) - Constructor for class common.swingworker.SwingPropertyChangeSupport
Constructs a SwingPropertyChangeSupport object.
SwingPropertyChangeSupport(Object, boolean) - Constructor for class common.swingworker.SwingPropertyChangeSupport
Constructs a SwingPropertyChangeSupport object.
SwingWorker<T,V> - Class in common.swingworker
Deprecated. use javax.swing.SwingWorker, as of Java 1.6.
SwingWorker() - Constructor for class common.swingworker.SwingWorker
Deprecated. Constructs this SwingWorker.
SwingWorker.StateValue - Enum in common.swingworker
Deprecated. Values for the state bound property.

T

tableChanged(TableModelEvent) - Method in class common.gui.HelpfulJTable
Invoked when the table data has changed, this method autoresizes all columns to its longest content length, if autoResizeColumns is on.
title - Variable in class common.gui.SelectionListPanel
Deprecated.  
toArray() - Method in class common.gui.ListPanel
 
toString() - Method in class ise.java.awt.KappaLayout.Constraints
Plain String representation of this Constraints, suitable for using as a constraints string if needed.
toString() - Method in class ise.java.awt.KappaLayout
Useful for debugging a layout.

U

updateList(String) - Method in interface common.gui.itemfinder.ItemFinder
Some chars were typed, update the list

V

V - Static variable in class common.gui.util.ConstraintFactory
 
valueChanged(ListSelectionEvent) - Method in class common.gui.pathbuilder.PathBuilder
Handle list selection events.
valueOf(String) - Static method in enum common.io.ProcessExecutor.BufferingVisitor.Streams
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum common.swingworker.SwingWorker.StateValue
Deprecated. Returns the enum constant of this type with the specified name.
values() - Static method in enum common.io.ProcessExecutor.BufferingVisitor.Streams
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum common.swingworker.SwingWorker.StateValue
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
VERTICAL - Static variable in class common.gui.util.ConstraintFactory
 
VFSPathFileList - Class in common.gui
A component that contains a JList with a list of path, and two buttons add and remove to add paths.
VFSPathFileList() - Constructor for class common.gui.VFSPathFileList
 
VFSPathFileList(String) - Constructor for class common.gui.VFSPathFileList
 

W

W - Static variable in class common.gui.util.ConstraintFactory
 
w - Variable in class ise.java.awt.KappaLayout.Constraints
# columns wide
W - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to West in cell.
waitFor() - Method in class common.io.ProcessExecutor
Waits for execution of the child process to finish.
waitFor() - Method in class common.threads.WorkRequest
Waits until the running job is finished.
windowActivated(WindowEvent) - Method in class common.gui.PopupList
Handle a window activated event.
windowClosed(WindowEvent) - Method in class common.gui.PopupList
Handle a window closed event.
windowClosing(WindowEvent) - Method in class common.gui.PopupList
Handle a window closing event.
windowDeactivated(WindowEvent) - Method in class common.gui.PopupList
Handle a window deactivated event.
windowDeiconified(WindowEvent) - Method in class common.gui.PopupList
Handle a window deiconified event.
windowIconified(WindowEvent) - Method in class common.gui.PopupList
Handle a window iconified event.
windowOpened(WindowEvent) - Method in class common.gui.PopupList
Handle a window opened event.
WorkerThreadPool - Class in common.threads
A thread pool that handles groups of requests (Runnable objects).
WorkerThreadPool() - Constructor for class common.threads.WorkerThreadPool
 
WorkRequest - Class in common.threads
A work request to the thread pool.
WorkRequest(Runnable) - Constructor for class common.threads.WorkRequest
 
write(byte[]) - Method in class common.io.AtomicOutputStream
 
write(byte[], int, int) - Method in class common.io.AtomicOutputStream
 
write(int) - Method in class common.io.AtomicOutputStream
 

X

x - Variable in class ise.java.awt.KappaLayout.Constraints
start column

Y

y - Variable in class ise.java.awt.KappaLayout.Constraints
start row

_

_0dim - Variable in class ise.java.awt.KappaLayout
 
_col_count - Variable in class ise.java.awt.KappaLayout
 
_col_widths - Variable in class ise.java.awt.KappaLayout
 
_components - Variable in class ise.java.awt.KappaLayout
 
_constraints - Variable in class ise.java.awt.KappaLayout
 
_init() - Method in class common.gui.EasyOptionPane
 
_preferred_height - Variable in class ise.java.awt.KappaLayout
 
_preferred_width - Variable in class ise.java.awt.KappaLayout
 
_row_count - Variable in class ise.java.awt.KappaLayout
 
_row_heights - Variable in class ise.java.awt.KappaLayout
 
_same_height_rows - Variable in class ise.java.awt.KappaLayout
 
_same_width_cols - Variable in class ise.java.awt.KappaLayout
 
_save() - Method in class common.gui.EasyOptionPane
 
_size_unknown - Variable in class ise.java.awt.KappaLayout
 
_stretch - Variable in class ise.java.awt.KappaLayout
 
_table - Variable in class ise.java.awt.KappaLayout
 

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