Serialized Form


Package com.intellij.debugger

Class com.intellij.debugger.NoDataException extends java.lang.Exception implements Serializable


Package com.intellij.debugger.engine.evaluation

Class com.intellij.debugger.engine.evaluation.EvaluateException extends java.lang.Exception implements Serializable


Package com.intellij.execution

Class com.intellij.execution.CantRunException extends ExecutionException implements Serializable

Class com.intellij.execution.ExecutionException extends java.lang.Exception implements Serializable

Class com.intellij.execution.PsiLocation$1 extends java.lang.Object implements Serializable


Package com.intellij.execution.configurations

Class com.intellij.execution.configurations.RuntimeConfigurationError extends RuntimeConfigurationException implements Serializable

Class com.intellij.execution.configurations.RuntimeConfigurationException extends ConfigurationException implements Serializable

Class com.intellij.execution.configurations.RuntimeConfigurationWarning extends RuntimeConfigurationException implements Serializable


Package com.intellij.execution.filters

Class com.intellij.execution.filters.InvalidExpressionException extends java.lang.IllegalArgumentException implements Serializable


Package com.intellij.execution.process

Class com.intellij.execution.process.ProcessEvent extends java.util.EventObject implements Serializable

Serialized Fields

myText

java.lang.String myText

myExitCode

int myExitCode

Class com.intellij.execution.process.ProcessNotCreatedException extends ExecutionException implements Serializable

Serialized Fields

myCommandLine

GeneralCommandLine myCommandLine

Package com.intellij.ide.util.treeView

Class com.intellij.ide.util.treeView.NodeRenderer extends ColoredTreeCellRenderer implements Serializable


Package com.intellij.ide.wizard

Class com.intellij.ide.wizard.CommitStepException extends java.lang.Exception implements Serializable


Package com.intellij.j2ee.appServerIntegrations

Class com.intellij.j2ee.appServerIntegrations.CantFindApplicationServerJarsException extends java.lang.Exception implements Serializable


Package com.intellij.j2ee.j2eeDom

Class com.intellij.j2ee.j2eeDom.VerificationException extends java.lang.Exception implements Serializable


Package com.intellij.j2ee.j2eeDom.web

Class com.intellij.j2ee.j2eeDom.web.WebRoot.WebRootNotFoundException extends InvalidDataException implements Serializable


Package com.intellij.j2ee.j2eeDom.xmlData

Class com.intellij.j2ee.j2eeDom.xmlData.ReadOnlyDeploymentDescriptorModificationException extends java.lang.Exception implements Serializable

Serialized Fields

myVirtualFile

VirtualFile myVirtualFile

Package com.intellij.openapi.actionSystem.ex

Class com.intellij.openapi.actionSystem.ex.ComboBoxAction.ComboBoxButton extends javax.swing.JButton implements Serializable

Serialized Fields

myPresentation

Presentation myPresentation

myForcePressed

boolean myForcePressed

myButtonSynchronizer

java.beans.PropertyChangeListener myButtonSynchronizer

Class com.intellij.openapi.actionSystem.ex.ComboBoxAction.ComboBoxButton.MyButtonModel extends javax.swing.DefaultButtonModel implements Serializable


Package com.intellij.openapi.application

Class com.intellij.openapi.application.ImportOldConfigsPanel extends javax.swing.JDialog implements Serializable

Serialized Fields

myPrevInstallation

TextFieldWithBrowseButton myPrevInstallation

myRbDoNotImport

javax.swing.JRadioButton myRbDoNotImport

myRbImport

javax.swing.JRadioButton myRbImport

myRootPanel

javax.swing.JPanel myRootPanel

myLastSelection

java.io.File myLastSelection

myOkButton

javax.swing.JButton myOkButton

Class com.intellij.openapi.application.RuntimeInterruptedException extends java.lang.RuntimeException implements Serializable


Package com.intellij.openapi.command

Class com.intellij.openapi.command.CommandEvent extends java.util.EventObject implements Serializable

Serialized Fields

myCommand

java.lang.Runnable myCommand

myProject

Project myProject

myCommandName

java.lang.String myCommandName

myCommandGropupId

java.lang.Object myCommandGropupId

myUndoConfirmationPolicy

UndoConfirmationPolicy myUndoConfirmationPolicy

Package com.intellij.openapi.command.undo

Class com.intellij.openapi.command.undo.UnexpectedUndoException extends java.lang.Exception implements Serializable


Package com.intellij.openapi.components

Class com.intellij.openapi.components.LoadCancelledException extends java.lang.RuntimeException implements Serializable

Serialized Fields

myIssuer

BaseComponent myIssuer

Package com.intellij.openapi.editor

Class com.intellij.openapi.editor.ReadOnlyFragmentModificationException extends java.lang.RuntimeException implements Serializable

Serialized Fields

myIllegalAttemptEvent

DocumentEvent myIllegalAttemptEvent

myGuardedBlock

RangeMarker myGuardedBlock

Class com.intellij.openapi.editor.ReadOnlyModificationException extends java.lang.RuntimeException implements Serializable

Serialized Fields

myDocument

Document myDocument

Package com.intellij.openapi.editor.event

Class com.intellij.openapi.editor.event.CaretEvent extends java.util.EventObject implements Serializable

Serialized Fields

myOldPosition

LogicalPosition myOldPosition

myNewPosition

LogicalPosition myNewPosition

Class com.intellij.openapi.editor.event.DocumentEvent extends java.util.EventObject implements Serializable

Class com.intellij.openapi.editor.event.EditorFactoryEvent extends java.util.EventObject implements Serializable

Serialized Fields

myEditor

Editor myEditor

Class com.intellij.openapi.editor.event.EditorMouseEvent extends java.util.EventObject implements Serializable

Serialized Fields

myMouseEvent

java.awt.event.MouseEvent myMouseEvent

myEditorArea

EditorMouseEventArea myEditorArea

Class com.intellij.openapi.editor.event.MockDocumentEvent extends DocumentEvent implements Serializable

Serialized Fields

myOffset

int myOffset

myTimestamp

long myTimestamp

Class com.intellij.openapi.editor.event.SelectionEvent extends java.util.EventObject implements Serializable

Serialized Fields

myOldSelectionStart

int myOldSelectionStart

myOldSelectionEnd

int myOldSelectionEnd

myNewSelectionStart

int myNewSelectionStart

myNewSelectionEnd

int myNewSelectionEnd

Class com.intellij.openapi.editor.event.VisibleAreaEvent extends java.util.EventObject implements Serializable

Serialized Fields

myOldRectangle

java.awt.Rectangle myOldRectangle

myNewRectangle

java.awt.Rectangle myNewRectangle

Package com.intellij.openapi.extensions

Class com.intellij.openapi.extensions.SortingException extends java.lang.RuntimeException implements Serializable

Serialized Fields

myConflictingElements

org.jdom.Element[] myConflictingElements

Package com.intellij.openapi.fileEditor

Class com.intellij.openapi.fileEditor.FileEditorManagerEvent extends java.util.EventObject implements Serializable

Serialized Fields

myOldFile

VirtualFile myOldFile

myOldEditor

FileEditor myOldEditor

myNewFile

VirtualFile myNewFile

myNewEditor

FileEditor myNewEditor

Class com.intellij.openapi.fileEditor.VetoDocumentReloadException extends java.lang.Exception implements Serializable

Class com.intellij.openapi.fileEditor.VetoDocumentSavingException extends java.lang.Exception implements Serializable


Package com.intellij.openapi.fileTypes

Class com.intellij.openapi.fileTypes.FileTypeEvent extends java.util.EventObject implements Serializable


Package com.intellij.openapi.module

Class com.intellij.openapi.module.ModuleWithNameAlreadyExists extends java.lang.Exception implements Serializable

Serialized Fields

myModuleName

java.lang.String myModuleName

Package com.intellij.openapi.options

Class com.intellij.openapi.options.CompositeSettingsEditor$1 extends java.lang.Object implements Serializable

Class com.intellij.openapi.options.ConfigurationException extends java.lang.Exception implements Serializable

Serialized Fields

myTitle

java.lang.String myTitle

myQuickFix

java.lang.Runnable myQuickFix

Class com.intellij.openapi.options.SettingsEditorConfigurable$1 extends java.lang.Object implements Serializable

Class com.intellij.openapi.options.SettingsEditorWrapper$1 extends java.lang.Object implements Serializable


Package com.intellij.openapi.progress

Class com.intellij.openapi.progress.ProcessCanceledException extends java.lang.RuntimeException implements Serializable


Package com.intellij.openapi.roots

Class com.intellij.openapi.roots.ModuleCircularDependencyException extends java.lang.Exception implements Serializable

Serialized Fields

myModuleName1

java.lang.String myModuleName1

myModuleName2

java.lang.String myModuleName2

Class com.intellij.openapi.roots.ModuleRootEvent extends java.util.EventObject implements Serializable


Package com.intellij.openapi.ui

Class com.intellij.openapi.ui.ComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

myMinimumAndPreferredWidth

int myMinimumAndPreferredWidth

Class com.intellij.openapi.ui.ComponentWithBrowseButton extends javax.swing.JPanel implements Serializable

Serialized Fields

myComponent

javax.swing.JComponent myComponent

myDoClickAction

ComponentWithBrowseButton.MyDoClickAction myDoClickAction

myBrowseButton

FixedSizeButton myBrowseButton

myButtonEnabled

boolean myButtonEnabled

Class com.intellij.openapi.ui.FixedSizeButton extends javax.swing.JButton implements Serializable

Serialized Fields

mySize

int mySize

myComponent

javax.swing.JComponent myComponent

Class com.intellij.openapi.ui.InputException extends java.lang.RuntimeException implements Serializable

Serialized Fields

myMessage

java.lang.String myMessage

myComponent

javax.swing.JComponent myComponent

Class com.intellij.openapi.ui.LabeledComponent extends javax.swing.JPanel implements Serializable

Serialized Fields

myLabel

javax.swing.JLabel myLabel

myCompoenent

javax.swing.JComponent myCompoenent

myLabelConstrains

java.lang.String myLabelConstrains

Class com.intellij.openapi.ui.PanelWithActionsAndCloseButton extends javax.swing.JPanel implements Serializable

Serialized Fields

myContentManager

ContentManager myContentManager

myHelpId

java.lang.String myHelpId

myToolbalGroup

DefaultActionGroup myToolbalGroup

Class com.intellij.openapi.ui.Splitter extends javax.swing.JPanel implements Serializable

Serialized Fields

myDividerWidth

int myDividerWidth

myVerticalSplit

boolean myVerticalSplit
/------/ | 1 | This is vertical split |------| | 2 | /------/ /-------/ | | | This is horihontal split | 1 | 2 | | | | /-------/


myHonorMinimumSize

boolean myHonorMinimumSize

myMinProp

float myMinProp

myMaxProp

float myMaxProp

myProportion

float myProportion

myDivider

Splitter.Divider myDivider

mySecondComponent

javax.swing.JComponent mySecondComponent

myFirstComponent

javax.swing.JComponent myFirstComponent

myFocusWatcher

FocusWatcher myFocusWatcher

myShowDividerControls

boolean myShowDividerControls

Class com.intellij.openapi.ui.Splitter.Divider extends javax.swing.JPanel implements Serializable

Serialized Fields

myDragging

boolean myDragging

myPoint

java.awt.Point myPoint

Class com.intellij.openapi.ui.TextFieldWithBrowseButton extends ComponentWithBrowseButton<javax.swing.JTextField> implements Serializable

Class com.intellij.openapi.ui.ThreeComponentsSplitter extends javax.swing.JPanel implements Serializable

Serialized Fields

myDividerWidth

int myDividerWidth

myVerticalSplit

boolean myVerticalSplit
/------/ | 1 | This is vertical split |------| | 2 | /------/ /-------/ | | | This is horihontal split | 1 | 2 | | | | /-------/


myHonorMinimumSize

boolean myHonorMinimumSize

myFirstDivider

ThreeComponentsSplitter.Divider myFirstDivider

myLastDivider

ThreeComponentsSplitter.Divider myLastDivider

myFirstComponent

javax.swing.JComponent myFirstComponent

myInnerComponent

javax.swing.JComponent myInnerComponent

myLastComponent

javax.swing.JComponent myLastComponent

myFirstSize

int myFirstSize

myLastSize

int myLastSize

myShowDividerControls

boolean myShowDividerControls

Class com.intellij.openapi.ui.ThreeComponentsSplitter.Divider extends javax.swing.JPanel implements Serializable

Serialized Fields

myDragging

boolean myDragging

myPoint

java.awt.Point myPoint

myIsFirst

boolean myIsFirst

Class com.intellij.openapi.ui.VerticalFlowLayout extends java.awt.FlowLayout implements Serializable

Serialized Fields

myVerticalFill

boolean myVerticalFill

myHorizontalFill

boolean myHorizontalFill

vGap

int vGap

hGap

int hGap

Package com.intellij.openapi.util

Class com.intellij.openapi.util.InvalidDataException extends java.lang.Exception implements Serializable

Class com.intellij.openapi.util.JDOMExternalizableStringList extends java.util.ArrayList<java.lang.String> implements Serializable

Class com.intellij.openapi.util.WriteExternalException extends java.lang.Exception implements Serializable


Package com.intellij.openapi.vcs

Class com.intellij.openapi.vcs.CompositeVcsException extends VcsException implements Serializable

Serialized Fields

mySubExceptions

java.util.List<E> mySubExceptions

Class com.intellij.openapi.vcs.VcsException extends java.lang.Exception implements Serializable

Serialized Fields

myVirtualFile

VirtualFile myVirtualFile

myMessages

java.util.Collection<E> myMessages

isWarning

boolean isWarning

Package com.intellij.openapi.vcs.actions

Class com.intellij.openapi.vcs.actions.VcsRevisionListCellRenderer extends ColoredListCellRenderer implements Serializable


Package com.intellij.openapi.vcs.ui

Class com.intellij.openapi.vcs.ui.CommitMessage extends javax.swing.JPanel implements Serializable

Serialized Fields

myCommentArea

javax.swing.JTextArea myCommentArea

myHistory

javax.swing.JButton myHistory

Class com.intellij.openapi.vcs.ui.FileTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

myFileNode

FileNode myFileNode

myIncluded

boolean myIncluded

myParent

FileTreeNode myParent

myComparator

com.intellij.openapi.vcs.ui.FileTreeNode.MyComparator myComparator

myProject

Project myProject

myExcludedObservable

com.intellij.openapi.vcs.ui.FileTreeNode.MyObservable myExcludedObservable

Package com.intellij.openapi.vfs

Class com.intellij.openapi.vfs.ModificationAttemptEvent extends java.util.EventObject implements Serializable

Serialized Fields

myFiles

VirtualFile[] myFiles

myConsumed

boolean myConsumed

Class com.intellij.openapi.vfs.ReadonlyStatusHandler.UnsuccessfulOperation extends java.lang.Exception implements Serializable

Class com.intellij.openapi.vfs.VirtualFileEvent extends java.util.EventObject implements Serializable

Serialized Fields

myFile

VirtualFile myFile

myParent

VirtualFile myParent

myRequestor

java.lang.Object myRequestor

myIsDirectory

boolean myIsDirectory

myFileName

java.lang.String myFileName

myOldModificationStamp

long myOldModificationStamp

myNewModificationStamp

long myNewModificationStamp

Class com.intellij.openapi.vfs.VirtualFileMoveEvent extends VirtualFileEvent implements Serializable

Serialized Fields

myOldParent

VirtualFile myOldParent

myNewParent

VirtualFile myNewParent

Class com.intellij.openapi.vfs.VirtualFilePropertyEvent extends VirtualFileEvent implements Serializable

Serialized Fields

myPropertyName

java.lang.String myPropertyName

myOldValue

java.lang.Object myOldValue

myNewValue

java.lang.Object myNewValue

Package com.intellij.pom.event

Class com.intellij.pom.event.PomModelEvent extends java.util.EventObject implements Serializable

Serialized Fields

myChangeSets

java.util.Map<K,V> myChangeSets

Package com.intellij.pom.tree

Class com.intellij.pom.tree.TreeAspectEvent extends PomModelEvent implements Serializable


Package com.intellij.psi

Class com.intellij.psi.PsiTreeChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

myManager

PsiManager myManager

myParent

PsiElement myParent

myOldParent

PsiElement myOldParent

myNewParent

PsiElement myNewParent

myChild

PsiElement myChild

myOldChild

PsiElement myOldChild

myNewChild

PsiElement myNewChild

myFile

PsiFile myFile

myOffset

int myOffset

myOldLength

int myOldLength

myElement

PsiElement myElement

myPropertyName

java.lang.String myPropertyName

myOldValue

java.lang.Object myOldValue

myNewValue

java.lang.Object myNewValue

Class com.intellij.psi.PsiTypeCodeFragment.IncorrectTypeException extends java.lang.Exception implements Serializable

Class com.intellij.psi.PsiTypeCodeFragment.NoTypeException extends PsiTypeCodeFragment.IncorrectTypeException implements Serializable

Class com.intellij.psi.PsiTypeCodeFragment.TypeSyntaxException extends PsiTypeCodeFragment.IncorrectTypeException implements Serializable


Package com.intellij.psi.impl.source

Class com.intellij.psi.impl.source.CharTableEntryHashingStrategy extends java.lang.Object implements Serializable


Package com.intellij.psi.search.scope.packageSet

Class com.intellij.psi.search.scope.packageSet.ParsingException extends java.lang.Exception implements Serializable


Package com.intellij.psi.util

Class com.intellij.psi.util.ConstantEvaluationOverflowException extends java.lang.RuntimeException implements Serializable

Serialized Fields

myOverflowingExpression

PsiElement myOverflowingExpression

Package com.intellij.ui

Class com.intellij.ui.AbstractFieldPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myComponent

javax.swing.JComponent myComponent

myChangeListener

java.lang.Runnable myChangeListener

myButtons

java.util.ArrayList<E> myButtons

myLabel

javax.swing.JLabel myLabel

myBrowseButtonActionListener

java.awt.event.ActionListener myBrowseButtonActionListener

myViewerDialogTitle

java.lang.String myViewerDialogTitle

myLabelText

java.lang.String myLabelText

myDoClickAction

ComponentWithBrowseButton.MyDoClickAction myDoClickAction

Class com.intellij.ui.ColoredListCellRenderer extends SimpleColoredComponent implements Serializable

Serialized Fields

mySelected

boolean mySelected

Class com.intellij.ui.ColoredTreeCellRenderer extends SimpleColoredComponent implements Serializable

Serialized Fields

mySelected

boolean mySelected
Defines whether the tree is selected or not


myFocused

boolean myFocused
Defines whether the tree has focus or not

Class com.intellij.ui.ColorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myActionCommand

java.lang.String myActionCommand

isFiringEvent

boolean isFiringEvent

myBoxSize

int myBoxSize

myCustomGridLayout

java.awt.GridLayout myCustomGridLayout

myFixedGridLayout

java.awt.GridLayout myFixedGridLayout

myFgFixedColorBoxes

com.intellij.ui.ColorPanel.ColorBox[] myFgFixedColorBoxes

myFgCustomColorBoxes

com.intellij.ui.ColorPanel.ColorBox[] myFgCustomColorBoxes

myFgSelectedColorBox

com.intellij.ui.ColorPanel.ColorBox myFgSelectedColorBox

Class com.intellij.ui.ComboBoxFieldPanel extends AbstractFieldPanel implements Serializable

Serialized Fields

myComboBox

javax.swing.JComboBox myComboBox

oldText

java.lang.String oldText

Class com.intellij.ui.ComboboxWithBrowseButton extends ComponentWithBrowseButton<javax.swing.JComboBox> implements Serializable

Class com.intellij.ui.CommandButtonGroup extends javax.swing.JPanel implements Serializable

Serialized Fields

myPreferredH

int myPreferredH

myPreferredW

int myPreferredW

myAxis

int myAxis

Class com.intellij.ui.EnableablePanel extends javax.swing.JPanel implements Serializable

Class com.intellij.ui.FieldPanel extends AbstractFieldPanel implements Serializable

Serialized Fields

myTextField

javax.swing.JTextField myTextField

Class com.intellij.ui.FilteringListModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

myOriginalModel

javax.swing.ListModel myOriginalModel

myCondition

Condition<T> myCondition

myListDataListener

javax.swing.event.ListDataListener myListDataListener

Class com.intellij.ui.JScrollPane2 extends javax.swing.JScrollPane implements Serializable

Class com.intellij.ui.OrderPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

CHECKBOX_COLUMN_NAME

java.lang.String CHECKBOX_COLUMN_NAME

myEntryClass

java.lang.Class<T> myEntryClass

myEntryTable

javax.swing.JTable myEntryTable

myListeners

java.util.List<E> myListeners

myEntryEditable

boolean myEntryEditable

myInsideMove

int myInsideMove

Class com.intellij.ui.PanelWithButtons extends javax.swing.JPanel implements Serializable

Class com.intellij.ui.RawCommandLineEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

myTextField

TextFieldWithBrowseButton myTextField

myDialodCaption

java.lang.String myDialodCaption

Class com.intellij.ui.ReorderableListController$3 extends java.lang.Object implements Serializable

Class com.intellij.ui.ReorderableListController$AddActionDescription$1 extends java.lang.Object implements Serializable

Class com.intellij.ui.ReorderableListController$CopyActionDescription$1 extends java.lang.Object implements Serializable

Class com.intellij.ui.ReorderableListController$RemoveActionDescription$1 extends java.lang.Object implements Serializable

Class com.intellij.ui.ReorderableListController$RemoveActionDescription$2 extends java.lang.Object implements Serializable

Class com.intellij.ui.RoundedLineBorder extends javax.swing.border.LineBorder implements Serializable

Serialized Fields

myArcSize

int myArcSize

Class com.intellij.ui.SimpleColoredComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

myFragments

java.util.ArrayList<E> myFragments

myAttributes

java.util.ArrayList<E> myAttributes

myIcon

javax.swing.Icon myIcon
Component's icon. It can be null.


myIpad

java.awt.Insets myIpad
Internal padding


myIconTextGap

int myIconTextGap
Gap between icon and text. It is used only if icon is defined.


myPaintFocusBorder

boolean myPaintFocusBorder
Defines whether the focus border around the text is painted or not. For example, text can have a border if the component represents a selected item in focused JList.


myFocusBorderAroundIcon

boolean myFocusBorderAroundIcon
Defines whether the focus border around the text extends to icon or not


myBorder

com.intellij.ui.SimpleColoredComponent.MyBorder myBorder
This is the border around the text. For example, text can have a border if the component represents a selected item in a focused JList. Border can be null.

Class com.intellij.ui.SimpleColoredRenderer extends SimpleColoredComponent implements Serializable

Serialized Fields

myCellState

TableCellState myCellState

Class com.intellij.ui.SortedListModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

myItems

java.util.List<E> myItems

myComparator

java.util.Comparator<T> myComparator

Class com.intellij.ui.TextFieldWithHistory extends javax.swing.JComboBox implements Serializable

Serialized Fields

myHistorySize

int myHistorySize

myModel

TextFieldWithHistory.MyModel myModel

Class com.intellij.ui.TextFieldWithHistory.MyModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

myFullList

java.util.List<E> myFullList

myCroppedList

java.util.List<E> myCroppedList

myCroppedListElementsPrefix

java.lang.String myCroppedListElementsPrefix

myLastCroppedListSize

int myLastCroppedListSize

mySelectedItem

java.lang.Object mySelectedItem

Package com.intellij.ui.components.labels

Class com.intellij.ui.components.labels.LinkLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

myUnderline

boolean myUnderline

myLinkListener

LinkListener myLinkListener

myLinkData

java.lang.Object myLinkData

myIsLinkActive

boolean myIsLinkActive

myVisitedLinksKey

java.lang.String myVisitedLinksKey

myIconWidth

int myIconWidth

myHoveringIcon

javax.swing.Icon myHoveringIcon

myInactiveIcon

javax.swing.Icon myInactiveIcon

myClickIsBeingProcessed

boolean myClickIsBeingProcessed

myPaintDefaultIcon

boolean myPaintDefaultIcon

DEFAULT_ICON_GAP

int DEFAULT_ICON_GAP

Package com.intellij.ui.components.panels

Class com.intellij.ui.components.panels.FlowLayoutWrapper extends NonOpaquePanel implements Serializable

Class com.intellij.ui.components.panels.HorizontalBox extends javax.swing.JPanel implements Serializable

Serialized Fields

myBox

javax.swing.Box myBox

Class com.intellij.ui.components.panels.NonOpaquePanel extends Wrapper implements Serializable

Class com.intellij.ui.components.panels.OpaquePanel extends javax.swing.JPanel implements Serializable

Class com.intellij.ui.components.panels.OpaqueWrapper extends Wrapper implements Serializable

Class com.intellij.ui.components.panels.VerticalBox extends javax.swing.Box implements Serializable

Class com.intellij.ui.components.panels.Wrapper extends javax.swing.JPanel implements Serializable


Package com.intellij.ui.content

Class com.intellij.ui.content.ContentManagerEvent extends java.util.EventObject implements Serializable

Serialized Fields

myContent

Content myContent

myIndex

int myIndex

myConsumed

boolean myConsumed

Package com.intellij.ui.dualView

Class com.intellij.ui.dualView.DualView extends javax.swing.JPanel implements Serializable

Serialized Fields

myCardLayout

java.awt.CardLayout myCardLayout

myTreeView

TreeTableView myTreeView

myCurrentView

javax.swing.JTable myCurrentView

myFlatView

TableView myFlatView

myTreeCellRenderer

javax.swing.tree.TreeCellRenderer myTreeCellRenderer

myRootVisible

boolean myRootVisible

myTableRefreshingIsLocked

boolean myTableRefreshingIsLocked

myCellWrapper

CellWrapper myCellWrapper

myFlatStorage

Storage.PropertiesComponentStorage myFlatStorage

myTreeStorage

Storage.PropertiesComponentStorage myTreeStorage

myPropertyChangeListener

java.beans.PropertyChangeListener myPropertyChangeListener

Class com.intellij.ui.dualView.TreeTableView extends TreeTable implements Serializable


Package com.intellij.ui.table

Class com.intellij.ui.table.BaseTableView extends Table implements Serializable

Class com.intellij.ui.table.TableHeaderRenderer extends javax.swing.JPanel implements Serializable

Serialized Fields

myModel

SortableColumnModel myModel

myLabel

javax.swing.JLabel myLabel

myIconPanel

javax.swing.JPanel myIconPanel

mySpace

javax.swing.JPanel mySpace

myIconLabel

javax.swing.JLabel myIconLabel

myBorder

javax.swing.border.Border myBorder

Class com.intellij.ui.table.TableView extends BaseTableView implements Serializable


Package com.intellij.usages.impl

Class com.intellij.usages.impl.UsageTargetNode extends com.intellij.usages.impl.Node implements Serializable

Serialized Fields

myTarget

UsageTarget myTarget

Class com.intellij.usages.impl.UsageViewTreeModelBuilder extends javax.swing.tree.DefaultTreeModel implements Serializable

Serialized Fields

myRootNode

com.intellij.usages.impl.UsageViewTreeModelBuilder.RootGroupNode myRootNode

myTargetsNode

javax.swing.tree.DefaultMutableTreeNode myTargetsNode

myTargets

UsageTarget[] myTargets

myTargetNodes

UsageTargetNode[] myTargetNodes

Package com.intellij.util

Class com.intellij.util.ImageLoader extends java.lang.Object implements Serializable

Class com.intellij.util.IncorrectOperationException extends java.lang.Exception implements Serializable

Serialized Fields

myMessage

java.lang.String myMessage