|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.openapi.vcs.fileView.FileViewConfiguration
public class FileViewConfiguration
author: lesya
| Field Summary | |
|---|---|
boolean |
CUSTOMIZE_VIEW
|
java.lang.String |
SELECTED_COLUMNS
|
java.lang.String |
SELECTED_STATUSES
|
boolean |
SHOW_FILE_HISTORY_AS_TREE
|
boolean |
SHOW_FILTERS
|
| Constructor Summary | |
|---|---|
FileViewConfiguration()
|
|
| Method Summary | |
|---|---|
void |
disposeComponent()
Component should dispose system resources or perform another cleanup in this method. |
java.lang.String |
getComponentName()
Unique name of this component. |
static FileViewConfiguration |
getInstance(Project project)
|
java.util.Collection |
getSelectedColumns(NamedComponent[] allColumns)
|
java.util.Collection |
getSelectedStatuses(NamedComponent[] allItems)
|
void |
initComponent()
Component should do initialization and communication with another components in this method. |
void |
projectClosed()
Invoked when the project corresponding to this component instance is closed. |
void |
projectOpened()
Invoked when the project corresponding to this component instance is opened. |
void |
readExternal(org.jdom.Element element)
|
void |
saveSelectedColumns(java.util.Collection shownColumns)
|
void |
saveSelectedStatuses(java.util.Collection statuses)
|
void |
writeExternal(org.jdom.Element element)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String SELECTED_STATUSES
public java.lang.String SELECTED_COLUMNS
public boolean SHOW_FILTERS
public boolean CUSTOMIZE_VIEW
public boolean SHOW_FILE_HISTORY_AS_TREE
| Constructor Detail |
|---|
public FileViewConfiguration()
| Method Detail |
|---|
public static FileViewConfiguration getInstance(Project project)
public void readExternal(org.jdom.Element element)
throws InvalidDataException
readExternal in interface JDOMExternalizableInvalidDataException
public void writeExternal(org.jdom.Element element)
throws WriteExternalException
writeExternal in interface JDOMExternalizableWriteExternalExceptionpublic void projectOpened()
ProjectComponentNote that components may be created for even unopened projects and this method can be never invoked for a particular component instance (for example for default project).
projectOpened in interface ProjectComponentpublic void projectClosed()
ProjectComponentNote that components may be created for even unopened projects and this method can be never invoked for a particular component instance (for example for default project).
projectClosed in interface ProjectComponentpublic java.lang.String getComponentName()
BaseComponent
getComponentName in interface BaseComponentpublic void initComponent()
BaseComponent
initComponent in interface BaseComponentpublic void disposeComponent()
BaseComponent
disposeComponent in interface BaseComponentpublic java.util.Collection getSelectedStatuses(NamedComponent[] allItems)
public java.util.Collection getSelectedColumns(NamedComponent[] allColumns)
public void saveSelectedStatuses(java.util.Collection statuses)
public void saveSelectedColumns(java.util.Collection shownColumns)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||