|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ gui overview ] | PREV NEXT | ||||||||
A
- AbstractCellEditor - class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor.
- Abstract implementation of a CellEditor.
- AbstractCellEditor() - Constructor for class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
- AbstractTreeTableModel - class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel.
- AbstractTreeTableModel(Object) - Constructor for class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
- accept(File) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.JavaFileFilter
- actionPerformed(ActionEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.FileSelectionAction
- actionPerformed(ActionEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.ReloadAction
- addCellEditorListener(CellEditorListener) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
- addTreeModelListener(TreeModelListener) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
C
- COLUMN_NAMES - Static variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
- cancelCellEditing() - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
- com.puppycrawl.tools.checkstyle.gui - package com.puppycrawl.tools.checkstyle.gui
- Contains the implementation of the Checkstyle framework.
- createArtificialTreeRoot() - Static method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
- createListSelectionListener() - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.ListToTreeSelectionModelWrapper
- Creates and returns an instance of ListSelectionHandler.
D
- DEFAULT_BORDER_COLOR - Static variable in class com.puppycrawl.tools.checkstyle.gui.FileDrop
- delayedFireTableDataChanged() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
- Invokes fireTableDataChanged after all the pending events have been processed.
- dragEnter(DropTargetDragEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.FileDrop.FileDropTargetListener
- dragExit(DropTargetEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.FileDrop.FileDropTargetListener
- dragOver(DropTargetDragEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.FileDrop.FileDropTargetListener
- drop(DropTargetDropEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.FileDrop.FileDropTargetListener
- dropActionChanged(DropTargetDragEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.FileDrop.FileDropTargetListener
- dropListener - Variable in class com.puppycrawl.tools.checkstyle.gui.FileDrop
F
- FileDrop - class com.puppycrawl.tools.checkstyle.gui.FileDrop.
- This class makes it easy to drag and drop files from the operating system to a Java program.
- FileDrop(Component, FileDrop.Listener) - Constructor for class com.puppycrawl.tools.checkstyle.gui.FileDrop
- Constructs a FileDrop with a default light-blue border and, if c is a java.awt.Container, recursively sets all elements contained within as drop targets, though only the top level container will change borders.
- FileDrop(Component, Border, boolean, FileDrop.Listener) - Constructor for class com.puppycrawl.tools.checkstyle.gui.FileDrop
- Full constructor with a specified border and debugging optionally turned on.
- FileDrop.FileDropTargetListener - class com.puppycrawl.tools.checkstyle.gui.FileDrop.FileDropTargetListener.
- FileDrop.FileDropTargetListener(Component, Border, FileDrop.Listener) - Constructor for class com.puppycrawl.tools.checkstyle.gui.FileDrop.FileDropTargetListener
- FileDrop.Listener - interface com.puppycrawl.tools.checkstyle.gui.FileDrop.Listener.
- Implement this inner interface to listen for when files are dropped.
- filesDropped(File[]) - Method in interface com.puppycrawl.tools.checkstyle.gui.FileDrop.Listener
- This method is called when files have been successfully dropped.
- filesDropped(File[]) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.FileDropListener
- fireEditingCanceled() - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
- fireEditingStopped() - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
- fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
- fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
- fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
- fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
G
- getCellEditorValue() - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
- getChild(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
- getChildCount(Object) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
- getColumnClass(int) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
- getColumnClass(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
- getColumnClass(int) - Method in interface com.puppycrawl.tools.checkstyle.gui.TreeTableModel
- Returns the type for column number
column. - getColumnClass(int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
- getColumnCount() - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
- getColumnCount() - Method in interface com.puppycrawl.tools.checkstyle.gui.TreeTableModel
- Returns the number ofs availible column.
- getColumnCount() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
- getColumnName(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
- getColumnName(int) - Method in interface com.puppycrawl.tools.checkstyle.gui.TreeTableModel
- Returns the name for column number
column. - getColumnName(int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
- getDescription() - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.JavaFileFilter
- getEditingRow() - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable
- getIndexOfChild(Object, Object) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
- getListSelectionModel() - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.ListToTreeSelectionModelWrapper
- Returns the list selection model.
- getRoot() - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
- getRowCount() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellEditor
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellRenderer
- TreeCellRenderer method.
- getTree() - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable
- getValueAt(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
- getValueAt(Object, int) - Method in interface com.puppycrawl.tools.checkstyle.gui.TreeTableModel
- Returns the value to be displayed for node
node, at column numbercolumn. - getValueAt(int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
I
- isCellEditable(EventObject) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
- isCellEditable(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
- By default, make the column with the Tree in it the only editable one.
- isCellEditable(EventObject) - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellEditor
- Overridden to return false, and if the event is a mouse event it is forwarded to the tree.
- isCellEditable(Object, int) - Method in interface com.puppycrawl.tools.checkstyle.gui.TreeTableModel
- Indicates whether the the value for node
node, at column numbercolumnis editable. - isCellEditable(int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
- isDragOk(DropTargetDragEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.FileDrop
- Determine if the dragged data is a file list.
- isLeaf(Object) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
J
- JTreeTable - class com.puppycrawl.tools.checkstyle.gui.JTreeTable.
- This example shows how to create a simple JTreeTable component, by using a JTree as a renderer (and editor) for the cells in a particular column in the JTable.
- JTreeTable(TreeTableModel) - Constructor for class com.puppycrawl.tools.checkstyle.gui.JTreeTable
- JTreeTable.ListToTreeSelectionModelWrapper - class com.puppycrawl.tools.checkstyle.gui.JTreeTable.ListToTreeSelectionModelWrapper.
- ListToTreeSelectionModelWrapper extends DefaultTreeSelectionModel to listen for changes in the ListSelectionModel it maintains.
- JTreeTable.ListToTreeSelectionModelWrapper() - Constructor for class com.puppycrawl.tools.checkstyle.gui.JTreeTable.ListToTreeSelectionModelWrapper
- JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler - class com.puppycrawl.tools.checkstyle.gui.JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler.
- Class responsible for calling updateSelectedPathsFromSelectedRows when the selection of the list changse.
- JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler() - Constructor for class com.puppycrawl.tools.checkstyle.gui.JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler
- JTreeTable.TreeTableCellEditor - class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellEditor.
- TreeTableCellEditor implementation.
- JTreeTable.TreeTableCellEditor() - Constructor for class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellEditor
- JTreeTable.TreeTableCellRenderer - class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellRenderer.
- A TreeCellRenderer that displays a JTree.
- JTreeTable.TreeTableCellRenderer(TreeModel) - Constructor for class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellRenderer
- creates a new instance
M
- Main - class com.puppycrawl.tools.checkstyle.gui.Main.
- Entry point for starting the checkstyle GUI.
- Main() - Constructor for class com.puppycrawl.tools.checkstyle.gui.Main
- mC - Variable in class com.puppycrawl.tools.checkstyle.gui.FileDrop.FileDropTargetListener
- mCurrentFile - Variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel
- mDragBorder - Variable in class com.puppycrawl.tools.checkstyle.gui.FileDrop.FileDropTargetListener
- mLastDirectory - Variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel
- mListener - Variable in class com.puppycrawl.tools.checkstyle.gui.FileDrop.FileDropTargetListener
- mListenerList - Variable in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
- mListenerList - Variable in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
- mParseTreeModel - Variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel
- mRoot - Variable in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
- mSp - Variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.FileDropListener
- mTree - Variable in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
- mTreeTable - Variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel
- mTreeTableModel - Variable in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
- main(String[]) - Static method in class com.puppycrawl.tools.checkstyle.gui.Main
- makeDropTarget(Component, boolean) - Method in class com.puppycrawl.tools.checkstyle.gui.FileDrop
N
- nodeForRow(int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
- normalBorder - Variable in class com.puppycrawl.tools.checkstyle.gui.FileDrop
O
- openFile(File, Component) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel
P
- ParseTreeInfoPanel - class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.
- Displays information about a parse tree.
- ParseTreeInfoPanel() - Constructor for class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel
- Create a new ParseTreeInfoPanel instance.
- ParseTreeInfoPanel.FileDropListener - class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.FileDropListener.
- ParseTreeInfoPanel.FileDropListener(JScrollPane) - Constructor for class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.FileDropListener
- ParseTreeInfoPanel.FileSelectionAction - class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.FileSelectionAction.
- ParseTreeInfoPanel.FileSelectionAction() - Constructor for class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.FileSelectionAction
- ParseTreeInfoPanel.JavaFileFilter - class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.JavaFileFilter.
- ParseTreeInfoPanel.JavaFileFilter() - Constructor for class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.JavaFileFilter
- ParseTreeInfoPanel.ReloadAction - class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.ReloadAction.
- ParseTreeInfoPanel.ReloadAction() - Constructor for class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.ReloadAction
- ParseTreeModel - class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel.
- The model that backs the parse tree in the GUI.
- ParseTreeModel(DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
- paint(Graphics) - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellRenderer
- Sublcassed to translate the graphics such that the last visible row will be drawn at 0,0.
- parseFile(String) - Static method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel
- Parses a file and returns the parse tree.
R
- reloadAction - Variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel
- remove(Component) - Static method in class com.puppycrawl.tools.checkstyle.gui.FileDrop
- Removes the drag-and-drop hooks from the component and optionally from the all children.
- remove(Component, boolean) - Static method in class com.puppycrawl.tools.checkstyle.gui.FileDrop
- Removes the drag-and-drop hooks from the component and optionally from the all children.
- removeCellEditorListener(CellEditorListener) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
- removeTreeModelListener(TreeModelListener) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
- resetRowSelection() - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.ListToTreeSelectionModelWrapper
- This is overridden to set
updatingListSelectionModeland message super.
S
- setBounds(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellRenderer
- This is overridden to set the height to match that of the JTable.
- setParseTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
- setRowHeight(int) - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellRenderer
- Sets the row height of the tree, and forwards the row height to the table.
- setRowHeight(int) - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable
- Overridden to pass the new rowHeight to the tree.
- setValueAt(Object, Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
- setValueAt(Object, Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
- setValueAt(Object, Object, int) - Method in interface com.puppycrawl.tools.checkstyle.gui.TreeTableModel
- Sets the value for node
node, at column numbercolumn. - setValueAt(Object, int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
- shouldSelectCell(EventObject) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
- showErrorDialog(Component, String) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel
- stopCellEditing() - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
T
- TreeTableModel - interface com.puppycrawl.tools.checkstyle.gui.TreeTableModel.
- TreeTableModel is the model used by a JTreeTable.
- TreeTableModelAdapter - class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter.
- This is a wrapper class takes a TreeTableModel and implements the table model interface.
- TreeTableModelAdapter(TreeTableModel, JTree) - Constructor for class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
- tree - Variable in class com.puppycrawl.tools.checkstyle.gui.JTreeTable
- A subclass of JTree.
U
- updateSelectedPathsFromSelectedRows() - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.ListToTreeSelectionModelWrapper
- If
updatingListSelectionModelis false, this will reset the selected paths from the selected rows in the list selection model. - updateUI() - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellRenderer
- updateUI is overridden to set the colors of the Tree's renderer to match that of the table.
- updateUI() - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable
- Overridden to message super and forward the method to the tree.
- updatingListSelectionModel - Variable in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.ListToTreeSelectionModelWrapper
- Set to true when we are updating the ListSelectionModel.
V
- valueChanged(ListSelectionEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler
- valueForPathChanged(TreePath, Object) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
- visibleRow - Variable in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellRenderer
- Last table/tree row asked to renderer.
A C D F G I J M N O P R S T U V
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ gui overview ] | PREV NEXT | ||||||||