- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
.
- addChangeListener(ChangeListener) - Method in class common.gui.blame.BlamePane
-
- addCloseableTabbedPaneListener(CloseableTabbedPaneListener) - Method in class common.gui.CloseableTabbedPane
-
Deprecated.
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
-
Deprecated.
Adds a Component
represented by a title and no icon.
- addTab(String, Component, Icon) - Method in class common.gui.CloseableTabbedPane
-
Deprecated.
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.
- 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.
- caretUpdate(CaretEvent) - Method in class common.gui.blame.BlamePane
-
- 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
-
Deprecated.
use javax.swing.JTabbedPane
- CloseableTabbedPane() - Constructor for class common.gui.CloseableTabbedPane
-
Deprecated.
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 CloseableTabbedPaneListener
s 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.blame - package common.gui.blame
-
Packages related to the "blame" TextArea component, currently used by SVNPlugin and GitPlugin.
- 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
-
Deprecated.
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.
- createLayoutManager() - Method in class common.gui.blame.BasicBlamePaneUI
-
- 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.
- createUI(JComponent) - Static method in class common.gui.blame.BasicBlamePaneUI
-
- 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.
- 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.
- getBlame() - Method in class common.gui.blame.BlameModel
-
- 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
-
Deprecated.
Returns an array of all the SearchListener
s added to this
SearchPane
with addSearchListener().
- getCloser(View) - Method in class common.gui.blame.BlamePane
-
A panel with a button to close out this blame pane.
- getCmd() - Method in class common.io.ProcessExecutor
-
Returns the command and arguments it is supposed to execute
- 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
-
Deprecated.
- 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.
- getItem(int) - Method in class common.gui.blame.BlameModel
-
- 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 class common.gui.itemfinder.ItemFinderPanel
-
Returns the JLabel
- 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 class common.gui.blame.BlamePane
-
- 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
-
- getSearchField() - Method in class common.gui.itemfinder.ItemFinderPanel
-
Returns the search field
- 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.
- getTextArea() - Method in class common.gui.blame.BlameModel
-
- 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.
- getToolTips() - Method in class common.gui.blame.BlameModel
-
- getToolTipText(int) - Method in class common.gui.blame.BlameModel
-
- 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.
- getUI() - Method in class common.gui.blame.BlamePane
-
- getUIClassID() - Method in class common.gui.blame.BlamePane
-
- getValues(int) - Method in class common.gui.SelectionListPanel
-
Deprecated.
Returns all values in the given list.
- 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
-
Deprecated.
use GUIUtilities.showVFSFileDialog() instead
- ModalJFileChooser() - Constructor for class common.gui.ModalJFileChooser
-
Deprecated.
- ModalJFileChooser(File) - Constructor for class common.gui.ModalJFileChooser
-
Deprecated.
- ModalJFileChooser(File, FileSystemView) - Constructor for class common.gui.ModalJFileChooser
-
Deprecated.
- ModalJFileChooser(FileSystemView) - Constructor for class common.gui.ModalJFileChooser
-
Deprecated.
- ModalJFileChooser(String) - Constructor for class common.gui.ModalJFileChooser
-
Deprecated.
- ModalJFileChooser(String, FileSystemView) - Constructor for class common.gui.ModalJFileChooser
-
Deprecated.
- ModalJFileChooser.HiddenFileFilter - Class in common.gui
-
Deprecated.
- ModalJFileChooser.HiddenFileFilter() - Constructor for class common.gui.ModalJFileChooser.HiddenFileFilter
-
Deprecated.
- mouseClicked(MouseEvent) - Method in class common.gui.blame.BasicBlamePaneUI
-
On mouse click on the BlamePane, move the cursor in the text area to the
corresponding line.
- mouseClicked(MouseEvent) - Method in class common.gui.CloseableTabbedPane
-
Deprecated.
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.blame.BasicBlamePaneUI
-
- mouseDragged(MouseEvent) - Method in class common.gui.CloseableTabbedPane
-
Deprecated.
Invoked when a mouse button is pressed on a component and then dragged.
- mouseEntered(MouseEvent) - Method in class common.gui.blame.BasicBlamePaneUI
-
- mouseEntered(MouseEvent) - Method in class common.gui.CloseableTabbedPane
-
Deprecated.
Invoked when the mouse enters a component.
- mouseEntered(MouseEvent) - Method in class common.gui.JMouseComboBox
-
- mouseExited(MouseEvent) - Method in class common.gui.blame.BasicBlamePaneUI
-
- mouseExited(MouseEvent) - Method in class common.gui.CloseableTabbedPane
-
Deprecated.
Invoked when the mouse exits a component.
- mouseExited(MouseEvent) - Method in class common.gui.JMouseComboBox
-
- mouseMoved(MouseEvent) - Method in class common.gui.blame.BasicBlamePaneUI
-
- mouseMoved(MouseEvent) - Method in class common.gui.CloseableTabbedPane
-
Deprecated.
Invoked when the mouse cursor has been moved onto a component but no
buttons have been pushed.
- mousePressed(MouseEvent) - Method in class common.gui.blame.BasicBlamePaneUI
-
- mousePressed(MouseEvent) - Method in class common.gui.CloseableTabbedPane
-
Deprecated.
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.blame.BasicBlamePaneUI
-
- mouseReleased(MouseEvent) - Method in class common.gui.CloseableTabbedPane
-
Deprecated.
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.
- p - Variable in class ise.java.awt.KappaLayout.Constraints
-
padding, same amount of blank space on all four sides of component
- paintComponent(Graphics) - Method in class common.gui.blame.BasicBlamePaneUI.BlameRendererPane
-
- 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.
- 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
- setBlame(List<String>) - Method in class common.gui.blame.BlameModel
-
- setCancelText(String) - Method in class common.gui.OkCancelButtons
-
- setCloseIcons(Icon, Icon, Icon) - Method in class common.gui.CloseableTabbedPane
-
Deprecated.
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.
- setEnabled(boolean) - Method in class common.gui.FileTextField
-
- 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
-
Deprecated.
- 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.
- setModel(BlameModel) - Method in class common.gui.blame.BlamePane
-
Model is a list of strings, one per line in the source file.
- 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
-
- setOutOfDate(boolean) - Method in class common.gui.blame.BlameModel
-
Use this to indicate that the blame model no longer accurately represents
the lines in the text area, for example, it could be that lines were added
to the text area after the model was produced.
- 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
-
- setTextArea(JEditTextArea) - Method in class common.gui.blame.BlameModel
-
- setTitle(String) - Method in class common.gui.SelectionListPanel
-
Deprecated.
Sets the title of the panel.
- setToolTips(List<String>) - Method in class common.gui.blame.BlameModel
-
- setToolTipText(String) - Method in class common.gui.actions.CustomAction
-
Deprecated.
- setToolTipText(String) - Method in class common.gui.FileTextField
-
Sets the tooltip text on the child components.
- 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.
- stateChanged(ChangeEvent) - Method in class common.gui.blame.BasicBlamePaneUI
-
- 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.