SYMBOL INDEX (285 symbols across 57 files) FILE: src/mobi/hsz/idea/latex/LatexApplicationComponent.java class LatexApplicationComponent (line 37) | public class LatexApplicationComponent implements ApplicationComponent { method getInstance (line 49) | @NotNull method initComponent (line 55) | @Override method disposeComponent (line 66) | @Override method getComponentName (line 75) | @NotNull method isUpdated (line 86) | public boolean isUpdated() { method isUpdateNotificationShown (line 95) | public boolean isUpdateNotificationShown() { method setUpdateNotificationShown (line 104) | public void setUpdateNotificationShown(boolean shown) { FILE: src/mobi/hsz/idea/latex/LatexBundle.java class LatexBundle (line 39) | public class LatexBundle { method LatexBundle (line 57) | private LatexBundle() { method message (line 67) | public static String message(@PropertyKey(resourceBundle = BUNDLE_NAME... method messageOrDefault (line 79) | public static String messageOrDefault(@PropertyKey(resourceBundle = BU... FILE: src/mobi/hsz/idea/latex/LatexUpdateComponent.java class LatexUpdateComponent (line 41) | public class LatexUpdateComponent extends AbstractProjectComponent { method LatexUpdateComponent (line 46) | protected LatexUpdateComponent(Project project) { method initComponent (line 51) | @Override method disposeComponent (line 57) | @Override method getComponentName (line 66) | @NotNull method projectOpened (line 73) | @Override method projectClosed (line 89) | @Override FILE: src/mobi/hsz/idea/latex/actions/CreateLatexFileAction.java class CreateLatexFileAction (line 44) | public class CreateLatexFileAction extends CreateFromTemplateAction extend... method DialogEditorAction (line 46) | public DialogEditorAction(@NotNull Type type, @NotNull String name, @N... method actionPerformed (line 50) | @Override method getDialog (line 58) | @NotNull method getContent (line 61) | @NotNull method getDialogAction (line 64) | @NotNull FILE: src/mobi/hsz/idea/latex/actions/editor/base/EditorAction.java class EditorAction (line 55) | public abstract class EditorAction extends AnAction implements DumbAware { type Type (line 60) | public enum Type { method EditorAction (line 79) | EditorAction(@NotNull Type type, @NotNull String name, @NotNull Icon i... method actionPerformed (line 90) | @Override method actionPerformed (line 111) | protected void actionPerformed(@NotNull AnActionEvent event, @NotNull ... method update (line 114) | @Override method update (line 135) | protected void update(AnActionEvent event, @NotNull Project project, @... method getActiveEditor (line 144) | @Nullable method getEditor (line 163) | @Nullable method getCurrentElement (line 181) | @Nullable method isMatching (line 202) | public boolean isMatching(@NotNull PsiElement element) { method getMatchedElement (line 212) | @Nullable method runWriteAction (line 229) | final protected void runWriteAction(@NotNull final Project project, @N... method getType (line 241) | @NotNull method getName (line 249) | @NotNull FILE: src/mobi/hsz/idea/latex/actions/editor/base/EditorActionsFactory.java class EditorActionsFactory (line 37) | public final class EditorActionsFactory { method create (line 44) | @Nullable FILE: src/mobi/hsz/idea/latex/actions/editor/base/InsertEditorAction.java class InsertEditorAction (line 42) | public abstract class InsertEditorAction extends EditorAction implements... method InsertEditorAction (line 45) | public InsertEditorAction(@NotNull Type type, @NotNull String name, @N... method actionPerformed (line 49) | @Override method getText (line 70) | @NotNull FILE: src/mobi/hsz/idea/latex/actions/editor/base/WrapEditorAction.java class WrapEditorAction (line 45) | public abstract class WrapEditorAction extends EditorAction implements T... method WrapEditorAction (line 50) | public WrapEditorAction(@NotNull Type type, @NotNull String name, @Not... method actionPerformed (line 62) | @Override method update (line 83) | @Override method wrap (line 96) | private void wrap(@NotNull TextEditor editor) { method unwrap (line 120) | private void unwrap(@NotNull final TextEditor editor, @NotNull final P... method getLeftText (line 144) | @NotNull method getRightText (line 152) | @NotNull FILE: src/mobi/hsz/idea/latex/codeStyle/LatexCodeStyleMainPanel.java class LatexCodeStyleMainPanel (line 37) | public class LatexCodeStyleMainPanel extends TabbedLanguageCodeStylePanel { method LatexCodeStyleMainPanel (line 39) | protected LatexCodeStyleMainPanel(CodeStyleSettings currentSettings, C... method initTabs (line 43) | @Override FILE: src/mobi/hsz/idea/latex/codeStyle/LatexCodeStyleSettings.java class LatexCodeStyleSettings (line 37) | public class LatexCodeStyleSettings extends CustomCodeStyleSettings { method LatexCodeStyleSettings (line 39) | protected LatexCodeStyleSettings(@NotNull CodeStyleSettings container) { FILE: src/mobi/hsz/idea/latex/codeStyle/LatexCodeStyleSettingsProvider.java class LatexCodeStyleSettingsProvider (line 43) | public class LatexCodeStyleSettingsProvider extends CodeStyleSettingsPro... method createSettingsPage (line 45) | @NotNull method getConfigurableDisplayName (line 61) | @Nullable method createCustomSettings (line 67) | @Nullable FILE: src/mobi/hsz/idea/latex/codeStyle/LatexLanguageCodeStyleSettingsProvider.java class LatexLanguageCodeStyleSettingsProvider (line 42) | public class LatexLanguageCodeStyleSettingsProvider extends LanguageCode... method getLanguage (line 44) | @NotNull method getDefaultCommonSettings (line 50) | @Override method getCodeSample (line 60) | @Override method getIndentOptionsEditor (line 72) | @Override FILE: src/mobi/hsz/idea/latex/editor/LatexEditorActionsLoaderComponent.java class LatexEditorActionsLoaderComponent (line 46) | public class LatexEditorActionsLoaderComponent extends AbstractProjectCo... method LatexEditorActionsLoaderComponent (line 49) | public LatexEditorActionsLoaderComponent(@NotNull final Project projec... method getComponentName (line 58) | @Override method initComponent (line 66) | @Override class LatexEditorManagerListener (line 72) | private static class LatexEditorManagerListener extends FileEditorMana... method fileOpened (line 79) | @Override FILE: src/mobi/hsz/idea/latex/editor/LatexEditorActionsWrapper.java class LatexEditorActionsWrapper (line 43) | class LatexEditorActionsWrapper implements Disposable { method LatexEditorActionsWrapper (line 47) | LatexEditorActionsWrapper(@NotNull FileEditor fileEditor) { method getComponent (line 74) | @NotNull method dispose (line 79) | @Override FILE: src/mobi/hsz/idea/latex/file/LatexFileType.java class LatexFileType (line 41) | public class LatexFileType extends LanguageFileType { method LatexFileType (line 47) | private LatexFileType() { method getName (line 56) | @NotNull method getDescription (line 67) | @NotNull method getDefaultExtension (line 78) | @NotNull method getIcon (line 89) | @Nullable FILE: src/mobi/hsz/idea/latex/file/LatexFileTypeFactory.java class LatexFileTypeFactory (line 38) | public class LatexFileTypeFactory extends FileTypeFactory { method createFileTypes (line 45) | @Override FILE: src/mobi/hsz/idea/latex/folding/LatexFoldingBuilder.java class LatexFoldingBuilder (line 49) | public class LatexFoldingBuilder implements FoldingBuilder { method visitSection (line 56) | @Override method buildFoldRegions (line 84) | @NotNull method getPlaceholderText (line 99) | @Nullable method isCollapsedByDefault (line 111) | @Override FILE: src/mobi/hsz/idea/latex/highlighter/LatexColorSettingsPage.java class LatexColorSettingsPage (line 48) | public class LatexColorSettingsPage implements ColorSettingsPage { method getIcon (line 78) | @Nullable method getHighlighter (line 90) | @NotNull method getDemoText (line 101) | @NotNull method getAdditionalHighlightingTagToDescriptorMap (line 113) | @Nullable method getAttributeDescriptors (line 127) | @NotNull method getColorDescriptors (line 140) | @NotNull method getDisplayName (line 151) | @NotNull method loadSampleLatex (line 165) | private static String loadSampleLatex() { FILE: src/mobi/hsz/idea/latex/highlighter/LatexHighlighter.java class LatexHighlighter (line 47) | class LatexHighlighter extends SyntaxHighlighterBase { method LatexHighlighter (line 67) | LatexHighlighter(@Nullable Project project, @Nullable VirtualFile virt... method getHighlightingLexer (line 77) | @NotNull method getTokenHighlights (line 89) | @NotNull FILE: src/mobi/hsz/idea/latex/highlighter/LatexHighlighterColors.java class LatexHighlighterColors (line 36) | class LatexHighlighterColors { FILE: src/mobi/hsz/idea/latex/highlighter/LatexHighlighterFactory.java class LatexHighlighterFactory (line 40) | public class LatexHighlighterFactory extends SyntaxHighlighterFactory { method getSyntaxHighlighter (line 53) | @NotNull FILE: src/mobi/hsz/idea/latex/inspections/LatexSpellcheckingStrategy.java class LatexSpellcheckingStrategy (line 40) | public class LatexSpellcheckingStrategy extends SpellcheckingStrategy { method isMyContext (line 48) | @Override method getTokenizer (line 59) | @NotNull FILE: src/mobi/hsz/idea/latex/lang/LatexBraceMatcher.java class LatexBraceMatcher (line 41) | public class LatexBraceMatcher implements PairedBraceMatcher { method getPairs (line 56) | @Override method isPairedBracesAllowedBeforeType (line 69) | @Override method getCodeConstructStart (line 82) | @Override FILE: src/mobi/hsz/idea/latex/lang/LatexCommenter.java class LatexCommenter (line 37) | public class LatexCommenter implements Commenter { method getLineCommentPrefix (line 45) | @Nullable method getBlockCommentPrefix (line 57) | @Nullable method getBlockCommentSuffix (line 69) | @Nullable method getCommentedBlockCommentPrefix (line 81) | @Nullable method getCommentedBlockCommentSuffix (line 93) | @Nullable FILE: src/mobi/hsz/idea/latex/lang/LatexLanguage.java class LatexLanguage (line 36) | public class LatexLanguage extends Language { method LatexLanguage (line 54) | private LatexLanguage() { FILE: src/mobi/hsz/idea/latex/lang/LatexParserDefinition.java class LatexParserDefinition (line 51) | public class LatexParserDefinition implements ParserDefinition { method createLexer (line 82) | @NotNull method createParser (line 94) | @Override method getFileNodeType (line 104) | @Override method getWhitespaceTokens (line 119) | @NotNull method getCommentTokens (line 132) | @NotNull method getArgumentTokens (line 143) | @NotNull method getInstructionTokens (line 153) | @NotNull method getBracketTokens (line 163) | @NotNull method getStringLiteralElements (line 174) | @NotNull method createElement (line 188) | @NotNull method createFile (line 200) | @Override method spaceExistanceTypeBetweenTokens (line 214) | @Override FILE: src/mobi/hsz/idea/latex/lexer/LatexLexerAdapter.java class LatexLexerAdapter (line 38) | public class LatexLexerAdapter extends FlexAdapter { method LatexLexerAdapter (line 41) | public LatexLexerAdapter(Project project) { method LatexLexerAdapter (line 46) | public LatexLexerAdapter(Project project, @Nullable VirtualFile virtua... FILE: src/mobi/hsz/idea/latex/parser/LatexParserUtil.java class LatexParserUtil (line 9) | public class LatexParserUtil extends GeneratedParserUtilBase { FILE: src/mobi/hsz/idea/latex/psi/LatexArgumentElement.java type LatexArgumentElement (line 30) | public interface LatexArgumentElement extends PsiElement { method getValue (line 32) | @Nullable FILE: src/mobi/hsz/idea/latex/psi/LatexElementImpl.java class LatexElementImpl (line 39) | public class LatexElementImpl extends ASTWrapperPsiElement { method LatexElementImpl (line 41) | public LatexElementImpl(ASTNode node) { method getReferences (line 50) | @NotNull FILE: src/mobi/hsz/idea/latex/psi/LatexElementType.java class LatexElementType (line 38) | public class LatexElementType extends IElementType { method LatexElementType (line 41) | public LatexElementType(@NotNull @NonNls String debugName) { FILE: src/mobi/hsz/idea/latex/psi/LatexFile.java class LatexFile (line 40) | public class LatexFile extends PsiFileBase { method LatexFile (line 46) | public LatexFile(@NotNull FileViewProvider viewProvider) { method getFileType (line 56) | @NotNull method toString (line 67) | @Override FILE: src/mobi/hsz/idea/latex/psi/LatexTokenType.java class LatexTokenType (line 39) | public class LatexTokenType extends IElementType { method LatexTokenType (line 45) | LatexTokenType(@NotNull @NonNls String debugName) { method toString (line 55) | @Override FILE: src/mobi/hsz/idea/latex/psi/impl/LatexArgumentExtImpl.java class LatexArgumentExtImpl (line 39) | public abstract class LatexArgumentExtImpl extends LatexElementImpl impl... method LatexArgumentExtImpl (line 41) | LatexArgumentExtImpl(ASTNode node) { method getValue (line 50) | @Override FILE: src/mobi/hsz/idea/latex/psi/impl/LatexInstructionExtImpl.java class LatexInstructionExtImpl (line 49) | public abstract class LatexInstructionExtImpl extends LatexElementImpl i... method LatexInstructionExtImpl (line 55) | LatexInstructionExtImpl(ASTNode node) { method getIdentifier (line 60) | @NotNull method getArgumentList (line 70) | @Override method getArgument (line 81) | @Nullable FILE: src/mobi/hsz/idea/latex/psi/impl/LatexSectionExtImpl.java class LatexSectionExtImpl (line 39) | public abstract class LatexSectionExtImpl extends LatexElementImpl imple... method LatexSectionExtImpl (line 41) | LatexSectionExtImpl(ASTNode node) { method getBeginInstruction (line 50) | @Nullable method getEndInstruction (line 60) | @Nullable FILE: src/mobi/hsz/idea/latex/reference/LatexReferenceContributor.java class LatexReferenceContributor (line 47) | public class LatexReferenceContributor extends PsiReferenceContributor { method registerReferenceProviders (line 54) | @Override class LatexReferenceProvider (line 60) | private static class LatexReferenceProvider extends PsiReferenceProvid... method getReferencesByElement (line 70) | @NotNull FILE: src/mobi/hsz/idea/latex/settings/LatexSettings.java class LatexSettings (line 45) | @State( type KEY (line 51) | public enum KEY { method KEY (line 56) | KEY(@NotNull String key) { method toString (line 60) | @Override method getInstance (line 77) | public static LatexSettings getInstance() { method getState (line 87) | @Nullable method loadState (line 102) | @Override method getVersion (line 113) | public String getVersion() { method setVersion (line 122) | public void setVersion(@NotNull String version) { method addListener (line 132) | @Override method removeListener (line 142) | @Override method notifyOnChange (line 154) | private void notifyOnChange(KEY key, Object oldValue, Object newValue) { type Listener (line 163) | public interface Listener { method onChange (line 164) | void onChange(@NotNull KEY key, Object value); FILE: src/mobi/hsz/idea/latex/ui/ImageEditorActionDialog.java class ImageEditorActionDialog (line 37) | public class ImageEditorActionDialog extends DialogWrapper { method ImageEditorActionDialog (line 44) | public ImageEditorActionDialog(@NotNull Project project) { method createCenterPanel (line 52) | @Nullable method getPath (line 58) | @NotNull method getCaption (line 63) | @NotNull method getLabel (line 68) | @NotNull FILE: src/mobi/hsz/idea/latex/ui/MatrixEditorActionDialog.java class MatrixEditorActionDialog (line 35) | public class MatrixEditorActionDialog extends DialogWrapper { type Bracket (line 37) | public enum Bracket { method Bracket (line 42) | Bracket(char value) { method getValue (line 46) | public char getValue() { method toString (line 50) | @Override method MatrixEditorActionDialog (line 61) | public MatrixEditorActionDialog(@NotNull Project project) { method createCenterPanel (line 72) | @Nullable method getRows (line 78) | public int getRows() { method getColumns (line 82) | public int getColumns() { method getBracket (line 86) | @NotNull FILE: src/mobi/hsz/idea/latex/ui/TableEditorActionDialog.java class TableEditorActionDialog (line 35) | public class TableEditorActionDialog extends DialogWrapper { type Alignment (line 37) | public enum Alignment { method Alignment (line 42) | Alignment(char value) { method getValue (line 46) | public char getValue() { method toString (line 50) | @Override type Border (line 56) | public enum Border { method isNone (line 59) | public boolean isNone() { method isTable (line 63) | public boolean isTable() { method isCell (line 67) | public boolean isCell() { method toString (line 71) | @Override method TableEditorActionDialog (line 83) | public TableEditorActionDialog(@NotNull Project project) { method createCenterPanel (line 95) | @Nullable method getRows (line 101) | public int getRows() { method getColumns (line 105) | public int getColumns() { method getAlignment (line 109) | @NotNull method getBorder (line 114) | @NotNull FILE: src/mobi/hsz/idea/latex/util/Icons.java class Icons (line 37) | public class Icons { class Editor (line 41) | public static class Editor { FILE: src/mobi/hsz/idea/latex/util/Listenable.java type Listenable (line 35) | public interface Listenable { method addListener (line 41) | void addListener(@NotNull T listener); method removeListener (line 48) | void removeListener(@NotNull T listener); FILE: src/mobi/hsz/idea/latex/util/Resources.java class Resources (line 41) | public class Resources { method Resources (line 44) | private Resources() { method getResource (line 52) | @NotNull method getResourceContent (line 65) | @NotNull method convertStreamToString (line 76) | @NotNull FILE: src/mobi/hsz/idea/latex/util/Utils.java class Utils (line 39) | public class Utils { method Utils (line 41) | private Utils() { method getPlugin (line 49) | public static IdeaPluginDescriptor getPlugin() { method getMajorVersion (line 58) | public static String getMajorVersion() { method getMinorVersion (line 67) | public static String getMinorVersion() { method getVersion (line 76) | public static String getVersion() {