public class IdeUICustomization
extends java.lang.Object
Constructor and Description |
---|
IdeUICustomization() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionText(java.lang.String actionId)
Allows to replace the text of the given action (only for the actions/groups that support this mechanism)
|
java.lang.String |
getCloseProjectActionText()
Deprecated.
use
projectMessage("action.close.project.text") instead |
static IdeUICustomization |
getInstance() |
java.lang.String |
getNonProjectFilesScopeTitle()
Deprecated.
use
projectMessage("scope.name.non.project.files") instead |
java.lang.String |
getProjectConceptName()
Deprecated.
it's hard to properly localize 'project' term in the middle of a sentence; if you need to use a 'project' term,
put the whole message to ProjectConceptBundle.properties and refer to it via
projectMessage(java.lang.String, java.lang.Object...) instead |
java.lang.String |
getProjectDisplayName()
Deprecated.
use
projectMessage("tab.title.project") instead |
java.lang.String |
getProjectViewSelectInTitle()
Deprecated.
use
projectMessage("select.in.item.project.view") instead |
java.lang.String |
getProjectViewTitle()
Returns the title of the Project view toolwindow.
|
java.lang.String |
getSelectAutopopupByCharsText() |
java.lang.String |
getVcsToolWindowName()
Returns the name of the Version Control tool window
|
java.lang.String |
projectMessage(java.lang.String key,
java.lang.Object... params)
Returns a message which mentions 'project' concept.
|
public static IdeUICustomization getInstance()
@Deprecated public java.lang.String getProjectConceptName()
projectMessage(java.lang.String, java.lang.Object...)
insteadpublic java.lang.String projectMessage(java.lang.String key, java.lang.Object... params)
@Deprecated public java.lang.String getProjectDisplayName()
projectMessage("tab.title.project")
instead@Deprecated public java.lang.String getCloseProjectActionText()
projectMessage("action.close.project.text")
insteadpublic java.lang.String getProjectViewTitle()
@Deprecated public java.lang.String getProjectViewSelectInTitle()
projectMessage("select.in.item.project.view")
instead@Deprecated public java.lang.String getNonProjectFilesScopeTitle()
projectMessage("scope.name.non.project.files")
insteadpublic java.lang.String getSelectAutopopupByCharsText()
public java.lang.String getActionText(java.lang.String actionId)
public java.lang.String getVcsToolWindowName()