Example usage for com.intellij.openapi.ui TextComponentAccessor TEXT_FIELD_WITH_STORED_HISTORY_WHOLE_TEXT

List of usage examples for com.intellij.openapi.ui TextComponentAccessor TEXT_FIELD_WITH_STORED_HISTORY_WHOLE_TEXT

Introduction

In this page you can find the example usage for com.intellij.openapi.ui TextComponentAccessor TEXT_FIELD_WITH_STORED_HISTORY_WHOLE_TEXT.

Prototype

TextComponentAccessor TEXT_FIELD_WITH_STORED_HISTORY_WHOLE_TEXT

To view the source code for com.intellij.openapi.ui TextComponentAccessor TEXT_FIELD_WITH_STORED_HISTORY_WHOLE_TEXT.

Click Source Link

Document

The accessor that gets and changes whole text

Usage

From source file:com.google.idea.blaze.base.ui.FileSelectorWithStoredHistory.java

License:Open Source License

private FileSelectorWithStoredHistory(TextFieldWithStoredHistory textField, String title) {
    super(textField, null);

    addBrowseFolderListener(title, "", null, BrowseFilesListener.SINGLE_FILE_DESCRIPTOR,
            TextComponentAccessor.TEXT_FIELD_WITH_STORED_HISTORY_WHOLE_TEXT);
}