|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.openapi.vcs.versionBrowser.ChangeBrowserSettings
public class ChangeBrowserSettings
| Field Summary | |
|---|---|
java.lang.String |
CHANGE_AFTER
|
java.lang.String |
CHANGE_BEFORE
|
java.lang.String |
DATE_AFTER
|
java.lang.String |
DATE_BEFORE
|
float |
MAIN_SPLITTER_PROPORTION
|
float |
MESSAGES_SPLITTER_PROPORTION
|
boolean |
USE_CHANGE_AFTER_FILTER
|
boolean |
USE_CHANGE_BEFORE_FILTER
|
boolean |
USE_DATE_AFTER_FILTER
|
boolean |
USE_DATE_BEFORE_FILTER
|
| Constructor Summary | |
|---|---|
ChangeBrowserSettings()
|
|
| 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 ChangeBrowserSettings |
getSettings(Project project)
|
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 |
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 float MAIN_SPLITTER_PROPORTION
public float MESSAGES_SPLITTER_PROPORTION
public boolean USE_DATE_BEFORE_FILTER
public boolean USE_DATE_AFTER_FILTER
public boolean USE_CHANGE_BEFORE_FILTER
public boolean USE_CHANGE_AFTER_FILTER
public java.lang.String DATE_BEFORE
public java.lang.String DATE_AFTER
public java.lang.String CHANGE_BEFORE
public java.lang.String CHANGE_AFTER
| Constructor Detail |
|---|
public ChangeBrowserSettings()
| Method Detail |
|---|
public static ChangeBrowserSettings getSettings(Project project)
public 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 BaseComponent
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 JDOMExternalizableWriteExternalException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||