SYMBOL INDEX (1127 symbols across 140 files) FILE: src/main/java/org/codinjutsu/tools/nosql/ConfigurationDialog.java class ConfigurationDialog (line 28) | class ConfigurationDialog extends DialogWrapper { method ConfigurationDialog (line 34) | ConfigurationDialog(Component parent, method createCenterPanel (line 44) | @Nullable method doValidate (line 52) | @Nullable method doOKAction (line 58) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/DatabaseVendor.java type DatabaseVendor (line 23) | public enum DatabaseVendor { method DatabaseVendor (line 34) | DatabaseVendor(String name, String iconFilename, String defaultUrl, St... method toString (line 41) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/DatabaseVendorClientManager.java class DatabaseVendorClientManager (line 30) | public class DatabaseVendorClientManager { method DatabaseVendorClientManager (line 42) | public DatabaseVendorClientManager(Project project) { method getInstance (line 46) | public static DatabaseVendorClientManager getInstance(Project project) { method get (line 50) | public DatabaseClient get(DatabaseVendor databaseVendor) { method cleanUpServers (line 54) | public void cleanUpServers() { method registerServer (line 60) | public void registerServer(DatabaseServer databaseServer) { method loadServer (line 64) | public void loadServer(DatabaseServer databaseServer) { FILE: src/main/java/org/codinjutsu/tools/nosql/DatabaseVendorUIManager.java class DatabaseVendorUIManager (line 33) | public class DatabaseVendorUIManager { method DatabaseVendorUIManager (line 45) | public DatabaseVendorUIManager(Project project) { method getInstance (line 49) | public static DatabaseVendorUIManager getInstance(Project project) { method get (line 53) | public DatabaseUI get(DatabaseVendor databaseVendor) { method accept (line 57) | public boolean accept(VirtualFile file) { FILE: src/main/java/org/codinjutsu/tools/nosql/NoSqlComponent.java class NoSqlComponent (line 24) | public class NoSqlComponent extends AbstractProjectComponent { method NoSqlComponent (line 28) | public NoSqlComponent(Project project) { method getComponentName (line 33) | @NotNull method projectOpened (line 39) | public void projectOpened() { method projectClosed (line 43) | public void projectClosed() { FILE: src/main/java/org/codinjutsu/tools/nosql/NoSqlConfigurable.java class NoSqlConfigurable (line 55) | public class NoSqlConfigurable extends BaseConfigurable { method NoSqlConfigurable (line 73) | public NoSqlConfigurable(Project project) { method getDisplayName (line 87) | @Nls method getHelpTopic (line 93) | @Nullable method createComponent (line 99) | @Nullable method isModified (line 237) | public boolean isModified() { method apply (line 241) | @Override method isMongoShellPathModified (line 259) | private boolean isMongoShellPathModified() { method isRedisShellPathModified (line 263) | private boolean isRedisShellPathModified() { method areConfigurationsModified (line 267) | private boolean areConfigurationsModified() { method reset (line 283) | @Override method disposeUIResources (line 287) | @Override method stopEditing (line 296) | private void stopEditing() { class ShellPathPanel (line 306) | private class ShellPathPanel extends JPanel implements Disposable { method ShellPathPanel (line 312) | private ShellPathPanel(DatabaseVendor databaseVendor, String testPar... method createLabel (line 321) | private JLabel createLabel(String databaseVendorName) { method createTestButton (line 325) | private JButton createTestButton(final DatabaseVendor databaseVendor... method testPath (line 337) | private void testPath(final DatabaseVendor databaseVendor) { method checkShellPath (line 357) | public ProcessOutput checkShellPath(DatabaseVendor databaseVendor, S... method getShellPath (line 386) | public String getShellPath() { method isShellPathModified (line 395) | public boolean isShellPathModified(String shellPath) { method createShellPathField (line 399) | private LabeledComponent createShellPathF... method dispose (line 412) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/NoSqlConfiguration.java class NoSqlConfiguration (line 28) | @SuppressWarnings("unused") method getInstance (line 41) | public static NoSqlConfiguration getInstance(Project project) { method getState (line 46) | public NoSqlConfiguration getState() { method loadState (line 50) | public void loadState(NoSqlConfiguration noSqlConfiguration) { method setServerConfigurations (line 54) | public void setServerConfigurations(List serverCo... method getServerConfigurations (line 58) | public List getServerConfigurations() { method getShellPath (line 62) | public String getShellPath(DatabaseVendor databaseVendor) { method setShellPathByDatabaseVendor (line 66) | public void setShellPathByDatabaseVendor(Map s... method getShellPathByDatabaseVendor (line 70) | public Map getShellPathByDatabaseVendor() { method setShellPath (line 74) | public void setShellPath(DatabaseVendor databaseVendor, String shellPa... FILE: src/main/java/org/codinjutsu/tools/nosql/NoSqlExplorerPanel.java class NoSqlExplorerPanel (line 69) | public class NoSqlExplorerPanel extends JPanel implements Disposable { method NoSqlExplorerPanel (line 83) | public NoSqlExplorerPanel(Project project, DatabaseVendorClientManager... method reloadAllServerConfigurations (line 109) | public void reloadAllServerConfigurations() { method reloadServerConfiguration (line 136) | public void reloadServerConfiguration(final DefaultMutableTreeNode ser... method addDatabasesIfAny (line 179) | private void addDatabasesIfAny(DatabaseServer databaseServer, DefaultM... method getServerConfigurations (line 192) | private List getServerConfigurations() { method installActions (line 196) | public void installActions() { method expandAll (line 290) | private void expandAll() { method collapseAll (line 294) | private void collapseAll() { method dispose (line 298) | @Override method getSelectedServerNode (line 303) | public DefaultMutableTreeNode getSelectedServerNode() { method getSelectedDatabaseNode (line 323) | private DefaultMutableTreeNode getSelectedDatabaseNode() { method getSelectedCollectionNode (line 339) | private DefaultMutableTreeNode getSelectedCollectionNode() { method getConfiguration (line 350) | public ServerConfiguration getConfiguration() { method getSelectedRedisDatabase (line 360) | public RedisDatabase getSelectedRedisDatabase() { method getSelectedCouchaseDatabase (line 374) | public CouchbaseDatabase getSelectedCouchaseDatabase() { method getSelectedMongoDatabase (line 387) | public MongoDatabase getSelectedMongoDatabase() { method getSelectedCollection (line 402) | public MongoCollection getSelectedCollection() { method loadRecords (line 411) | public void loadRecords() { method createNoSqlObjectFile (line 415) | @NotNull method dropCollection (line 426) | public void dropCollection() {// TODO need to put in a customizer method dropDatabase (line 432) | public void dropDatabase() {// TODO need to put in a customizer method createTree (line 438) | private Tree createTree() { FILE: src/main/java/org/codinjutsu/tools/nosql/NoSqlServerTableModel.java class NoSqlServerTableModel (line 24) | class NoSqlServerTableModel extends AbstractTableModel implements ItemRe... method NoSqlServerTableModel (line 35) | public NoSqlServerTableModel(List mongoServerConf... method getColumnName (line 39) | public String getColumnName(int column) { method getColumnClass (line 43) | public Class getColumnClass(int column) { method getColumnCount (line 47) | public int getColumnCount() { method getRowCount (line 51) | public int getRowCount() { method isCellEditable (line 55) | @Override method getValueAt (line 60) | public Object getValueAt(int row, int column) { method setValueAt (line 81) | public void setValueAt(Object value, int row, int column) { method removeRow (line 106) | public void removeRow(int index) { FILE: src/main/java/org/codinjutsu/tools/nosql/NoSqlTreeRenderer.java class NoSqlTreeRenderer (line 32) | public class NoSqlTreeRenderer extends ColoredTreeCellRenderer { method customizeCellRenderer (line 37) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/NoSqlWindowManager.java class NoSqlWindowManager (line 32) | public class NoSqlWindowManager { method getInstance (line 42) | public static NoSqlWindowManager getInstance(Project project) { method NoSqlWindowManager (line 46) | public NoSqlWindowManager(Project project) { method unregisterMyself (line 59) | public void unregisterMyself() { method apply (line 64) | public void apply() { FILE: src/main/java/org/codinjutsu/tools/nosql/SelectDatabaseVendorDialog.java class SelectDatabaseVendorDialog (line 27) | public class SelectDatabaseVendorDialog extends DialogWrapper { method SelectDatabaseVendorDialog (line 33) | protected SelectDatabaseVendorDialog(Component parent) { method createCenterPanel (line 40) | @Nullable method init (line 46) | @Override method initCombobox (line 52) | private void initCombobox() { method getSelectedDatabaseVendor (line 67) | public DatabaseVendor getSelectedDatabaseVendor() { FILE: src/main/java/org/codinjutsu/tools/nosql/ServerConfiguration.java class ServerConfiguration (line 21) | public class ServerConfiguration implements Cloneable { method getDatabaseVendor (line 38) | public DatabaseVendor getDatabaseVendor() { method setDatabaseVendor (line 42) | public void setDatabaseVendor(DatabaseVendor databaseVendor) { method getServerUrl (line 46) | public String getServerUrl() { method setServerUrl (line 50) | public void setServerUrl(String serverUrl) { method setUserDatabase (line 54) | public void setUserDatabase(String userDatabase) { method getUserDatabase (line 58) | public String getUserDatabase() { method isConnectOnIdeStartup (line 62) | public boolean isConnectOnIdeStartup() { method setConnectOnIdeStartup (line 66) | public void setConnectOnIdeStartup(boolean connectOnIdeStartup) { method getLabel (line 70) | public String getLabel() { method setLabel (line 74) | public void setLabel(String label) { method getShellArgumentsLine (line 78) | public String getShellArgumentsLine() { method setShellArgumentsLine (line 82) | public void setShellArgumentsLine(String shellArgumentsLine) { method getShellWorkingDir (line 86) | public String getShellWorkingDir() { method setShellWorkingDir (line 90) | public void setShellWorkingDir(String shellWorkingDir) { method isSingleServer (line 94) | public boolean isSingleServer() { method setAuthenticationSettings (line 98) | public void setAuthenticationSettings(AuthenticationSettings authentic... method getAuthenticationSettings (line 103) | public AuthenticationSettings getAuthenticationSettings() { method clone (line 107) | public ServerConfiguration clone() { method equals (line 115) | @Override method hashCode (line 135) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/commons/DatabaseUI.java type DatabaseUI (line 24) | public interface DatabaseUI { method createAythenticationView (line 25) | AuthenticationView createAythenticationView(); method createResultPanel (line 27) | NoSqlResultView createResultPanel(Project project, NoSqlDatabaseObject... FILE: src/main/java/org/codinjutsu/tools/nosql/commons/logic/ConfigurationException.java class ConfigurationException (line 19) | public class ConfigurationException extends RuntimeException { method ConfigurationException (line 20) | public ConfigurationException(String message) { method ConfigurationException (line 24) | public ConfigurationException(Exception ex) { FILE: src/main/java/org/codinjutsu/tools/nosql/commons/logic/DatabaseClient.java type DatabaseClient (line 22) | public interface DatabaseClient { method connect (line 24) | void connect(ServerConfiguration serverConfiguration); method loadServer (line 26) | void loadServer(DatabaseServer databaseServer); method cleanUpServers (line 28) | void cleanUpServers(); method registerServer (line 30) | void registerServer(DatabaseServer databaseServer); method defaultConfiguration (line 32) | ServerConfiguration defaultConfiguration(); FILE: src/main/java/org/codinjutsu/tools/nosql/commons/model/AuthenticationSettings.java class AuthenticationSettings (line 22) | public class AuthenticationSettings { method getUsername (line 29) | public String getUsername() { method setUsername (line 33) | public void setUsername(String username) { method getPassword (line 37) | public String getPassword() { method setPassword (line 41) | public void setPassword(String password) { method getExtras (line 45) | public Map getExtras() { method setExtras (line 49) | public void setExtras(Map extras) { method equals (line 53) | @Override method hashCode (line 66) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/commons/model/Database.java class Database (line 19) | public class Database { method Database (line 22) | public Database(String name) { method getName (line 26) | public String getName() { FILE: src/main/java/org/codinjutsu/tools/nosql/commons/model/DatabaseServer.java class DatabaseServer (line 24) | public class DatabaseServer { type Status (line 26) | public enum Status { method DatabaseServer (line 36) | public DatabaseServer(ServerConfiguration configuration) { method getServerUrl (line 40) | public String getServerUrl() { method getLabel (line 44) | public String getLabel() { method setDatabases (line 48) | public void setDatabases(List databases) { method hasDatabases (line 52) | public boolean hasDatabases() { method getDatabases (line 56) | public List getDatabases() { method getStatus (line 60) | public Status getStatus() { method setStatus (line 64) | public void setStatus(Status status) { method getConfiguration (line 68) | public ServerConfiguration getConfiguration() { FILE: src/main/java/org/codinjutsu/tools/nosql/commons/style/StyleAttributesProvider.java class StyleAttributesProvider (line 25) | public class StyleAttributesProvider { method getIndexAttribute (line 41) | public static SimpleTextAttributes getIndexAttribute() { method getKeyValueAttribute (line 45) | public static SimpleTextAttributes getKeyValueAttribute() { method getNumberAttribute (line 49) | public static SimpleTextAttributes getNumberAttribute() { method getBooleanAttribute (line 53) | public static SimpleTextAttributes getBooleanAttribute() { method getStringAttribute (line 57) | public static SimpleTextAttributes getStringAttribute() { method getNullAttribute (line 61) | public static SimpleTextAttributes getNullAttribute() { method getObjectAttribute (line 65) | public static SimpleTextAttributes getObjectAttribute() { method getObjectIdAttribute (line 69) | public static SimpleTextAttributes getObjectIdAttribute() { FILE: src/main/java/org/codinjutsu/tools/nosql/commons/utils/DateUtils.java class DateUtils (line 23) | public class DateUtils { method utcDateTime (line 25) | public static DateFormat utcDateTime(Locale locale) { method utcTime (line 31) | public static DateFormat utcTime(Locale locale) { FILE: src/main/java/org/codinjutsu/tools/nosql/commons/utils/GuiUtils.java class GuiUtils (line 36) | public class GuiUtils { method loadIcon (line 40) | public static Icon loadIcon(String iconFilename) { method loadIcon (line 44) | public static Icon loadIcon(String iconFilename, String darkIconFilena... method getIconResource (line 54) | public static URL getIconResource(String iconFilename) { method installActionGroupInToolBar (line 58) | public static void installActionGroupInToolBar(DefaultActionGroup acti... method isUnderDarcula (line 67) | public static boolean isUnderDarcula() { method runInSwingThread (line 71) | public static void runInSwingThread(Runnable runnable) { method expand (line 76) | public static void expand(@NotNull JTree tree, @NotNull TreePath path,... method enlargeWidth (line 86) | public static Dimension enlargeWidth(Dimension preferredSize, double f... method showNotification (line 91) | public static void showNotification(final JComponent component, final ... FILE: src/main/java/org/codinjutsu/tools/nosql/commons/utils/StringUtils.java class StringUtils (line 19) | public class StringUtils { method abbreviateInCenter (line 23) | public static String abbreviateInCenter(String stringToAbbreviate, int... method parseNumber (line 33) | public static Number parseNumber(String number) { method explode (line 49) | public static String[] explode(String key, String separator) { FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/AuthenticationView.java type AuthenticationView (line 23) | public interface AuthenticationView { method getComponent (line 26) | JPanel getComponent(); method create (line 28) | AuthenticationSettings create(); method load (line 30) | void load(AuthenticationSettings settings); FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/ErrorPanel.java class ErrorPanel (line 29) | public class ErrorPanel extends JPanel { method ErrorPanel (line 31) | public ErrorPanel(final Exception ex) { FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/NoSqlResultView.java class NoSqlResultView (line 23) | public abstract class NoSqlResultView extends JPanel implements Dispo... method showResults (line 25) | public abstract void showResults(); method getResultPanel (line 27) | public abstract JPanel getResultPanel(); method getRecords (line 29) | public abstract R getRecords(); method executeQuery (line 31) | public abstract void executeQuery(); FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/NoSqlTreeNode.java class NoSqlTreeNode (line 23) | public class NoSqlTreeNode extends DefaultMutableTreeNode { method NoSqlTreeNode (line 25) | public NoSqlTreeNode(NodeDescriptor nodeDescriptor) { method getDescriptor (line 29) | public NodeDescriptor getDescriptor() { FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/ServerConfigurationPanel.java class ServerConfigurationPanel (line 39) | public class ServerConfigurationPanel extends JPanel { method ServerConfigurationPanel (line 61) | public ServerConfigurationPanel(Project project, method initListeners (line 99) | private void initListeners() { method loadConfigurationData (line 133) | public void loadConfigurationData(ServerConfiguration configuration) { method createServerConfigurationForTesting (line 144) | @NotNull method applyConfigurationData (line 154) | public void applyConfigurationData(ServerConfiguration configuration) { method validateInputs (line 167) | public ValidationInfo validateInputs() { method validateUrls (line 179) | private void validateUrls() { method getLabel (line 199) | private String getLabel() { method getServerUrls (line 207) | private String getServerUrls() { method getUserDatabase (line 215) | private String getUserDatabase() { method getShellArgumentsLine (line 224) | private String getShellArgumentsLine() { method getShellWorkingDir (line 233) | private String getShellWorkingDir() { method isAutoConnect (line 242) | private boolean isAutoConnect() { method createUIComponents (line 246) | private void createUIComponents() { FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/ServerConfigurationPanelFactory.java class ServerConfigurationPanelFactory (line 24) | public class ServerConfigurationPanelFactory { method ServerConfigurationPanelFactory (line 30) | public ServerConfigurationPanelFactory(Project project, method create (line 38) | public ServerConfigurationPanel create(DatabaseVendor databaseVendor) { FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/action/ExecuteQuery.java class ExecuteQuery (line 27) | public class ExecuteQuery extends AnAction { method ExecuteQuery (line 30) | public ExecuteQuery(G resultView) { method actionPerformed (line 37) | @Override method update (line 42) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/action/NoSqlDatabaseConsoleAction.java class NoSqlDatabaseConsoleAction (line 34) | public class NoSqlDatabaseConsoleAction extends AnAction implements Dumb... method NoSqlDatabaseConsoleAction (line 39) | public NoSqlDatabaseConsoleAction(NoSqlExplorerPanel noSqlExplorerPane... method update (line 45) | @Override method actionPerformed (line 70) | @Override method runShell (line 78) | private void runShell(Project project) { FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/action/OpenPluginSettingsAction.java class OpenPluginSettingsAction (line 28) | public class OpenPluginSettingsAction extends AnAction implements DumbAw... method OpenPluginSettingsAction (line 30) | public OpenPluginSettingsAction() { method actionPerformed (line 34) | @Override method showSettingsFor (line 39) | private static void showSettingsFor(Project project) { method getProject (line 43) | private static Project getProject(AnActionEvent event) { FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/action/RefreshServerAction.java class RefreshServerAction (line 30) | public class RefreshServerAction extends AnAction implements DumbAware { method RefreshServerAction (line 39) | public RefreshServerAction(NoSqlExplorerPanel noSqlExplorerPanel) { method actionPerformed (line 44) | @Override method update (line 49) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/action/ViewCollectionValuesAction.java class ViewCollectionValuesAction (line 27) | public class ViewCollectionValuesAction extends AnAction implements Dumb... method ViewCollectionValuesAction (line 33) | public ViewCollectionValuesAction(NoSqlExplorerPanel noSqlExplorerPane... method actionPerformed (line 38) | @Override method update (line 43) | public void update(AnActionEvent event) { FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/console/NoSqlConsoleView.java class NoSqlConsoleView (line 24) | public class NoSqlConsoleView extends LanguageConsoleImpl { method NoSqlConsoleView (line 25) | public NoSqlConsoleView(Project project, String title, ServerConfigura... FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/editor/NoSqlDatabaseDataEditor.java class NoSqlDatabaseDataEditor (line 34) | public class NoSqlDatabaseDataEditor extends UserDataHolderBase implemen... method NoSqlDatabaseDataEditor (line 40) | public NoSqlDatabaseDataEditor(NoSqlResultView noSqlResultView) { method getComponent (line 50) | @NotNull method getPreferredFocusedComponent (line 56) | @Nullable method getName (line 62) | @NotNull method dispose (line 68) | @Override method isDisposed (line 77) | public boolean isDisposed() { method getState (line 81) | @NotNull method setState (line 89) | @Override method isModified (line 94) | @Override method isValid (line 99) | @Override method selectNotify (line 104) | @Override method deselectNotify (line 109) | @Override method addPropertyChangeListener (line 114) | @Override method removePropertyChangeListener (line 119) | @Override method getBackgroundHighlighter (line 124) | @Nullable method getCurrentLocation (line 130) | @Nullable method getStructureViewBuilder (line 136) | @Nullable FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/editor/NoSqlDatabaseDataEditorProvider.java class NoSqlDatabaseDataEditorProvider (line 32) | public class NoSqlDatabaseDataEditorProvider implements FileEditorProvid... method accept (line 35) | @Override method createEditor (line 40) | @NotNull method disposeEditor (line 52) | @Override method initComponent (line 57) | @Override method disposeComponent (line 61) | @Override method readState (line 65) | @NotNull method writeState (line 71) | @Override method getEditorTypeId (line 75) | @NotNull method getPolicy (line 81) | @NotNull method getComponentName (line 87) | @NotNull FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/editor/NoSqlDatabaseFileSystem.java class NoSqlDatabaseFileSystem (line 31) | public class NoSqlDatabaseFileSystem extends VirtualFileSystem implement... method getInstance (line 35) | public static NoSqlDatabaseFileSystem getInstance() { method getComponentName (line 39) | @NotNull method getProtocol (line 45) | @NotNull method initComponent (line 51) | @Override method disposeComponent (line 56) | @Override method openEditor (line 61) | public void openEditor(final NoSqlDatabaseObjectFile databaseObjectFil... method findFileByPath (line 68) | @Nullable method refresh (line 74) | @Override method refreshAndFindFileByPath (line 79) | @Nullable method addVirtualFileListener (line 85) | @Override method removeVirtualFileListener (line 90) | @Override method deleteFile (line 95) | @Override method moveFile (line 100) | @Override method renameFile (line 105) | @Override method createChildFile (line 110) | @Override method createChildDirectory (line 115) | @NotNull method copyFile (line 121) | @Override method isReadOnly (line 126) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/editor/NoSqlDatabaseObjectFile.java class NoSqlDatabaseObjectFile (line 31) | public abstract class NoSqlDatabaseObjectFile extends VirtualFile { method NoSqlDatabaseObjectFile (line 38) | protected NoSqlDatabaseObjectFile(Project project, ServerConfiguration... method getName (line 45) | @NotNull method getFileSystem (line 51) | @NotNull method getPath (line 57) | @NotNull method isValid (line 63) | @Override method isWritable (line 68) | @Override method isDirectory (line 73) | @Override method getConfiguration (line 78) | public ServerConfiguration getConfiguration() { method getProject (line 82) | public Project getProject() { method getParent (line 87) | @Override method getChildren (line 92) | @Override method getOutputStream (line 97) | @NotNull method getModificationStamp (line 103) | @Override method contentsToByteArray (line 108) | @NotNull method getTimeStamp (line 114) | @Override method getLength (line 119) | @Override method refresh (line 124) | @Override method getInputStream (line 129) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/nodedescriptor/NodeDescriptor.java type NodeDescriptor (line 23) | public interface NodeDescriptor { method renderValue (line 27) | void renderValue(ColoredTableCellRenderer cellRenderer, boolean isNode... method renderNode (line 29) | void renderNode(ColoredTreeCellRenderer cellRenderer); method getFormattedKey (line 31) | String getFormattedKey(); method getFormattedValue (line 33) | String getFormattedValue(); method getValue (line 35) | Object getValue(); method setValue (line 37) | void setValue(Object value); FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/renderer/KeyCellRenderer.java class KeyCellRenderer (line 26) | public class KeyCellRenderer extends ColoredTreeCellRenderer { method customizeCellRenderer (line 28) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/renderer/ValueCellRenderer.java class ValueCellRenderer (line 27) | public class ValueCellRenderer extends ColoredTableCellRenderer { method customizeCellRenderer (line 29) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/table/CellEditor.java class CellEditor (line 25) | public class CellEditor extends DefaultCellEditor { method CellEditor (line 28) | public CellEditor() { method getTableCellEditorComponent (line 33) | @Override method getCellEditorValue (line 44) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/commons/view/table/DateTimePicker.java class DateTimePicker (line 41) | public class DateTimePicker extends JXDatePicker { method create (line 56) | public static DateTimePicker create() { method DateTimePicker (line 66) | private DateTimePicker() { method commitEdit (line 71) | public void commitEdit() throws ParseException { method cancelEdit (line 76) | public void cancelEdit() { method getLinkPanel (line 81) | @Override method getDate (line 91) | @Override method createTimePanel (line 96) | private JPanel createTimePanel() { method updateTextFieldFormat (line 108) | private void updateTextFieldFormat() { method commitTime (line 117) | private void commitTime() { method setTimeSpinners (line 136) | private void setTimeSpinners() { method setTimeFormat (line 143) | public void setTimeFormat(DateFormat timeFormat) { method applyUIStyle (line 148) | private void applyUIStyle() { method main (line 164) | public static void main(String[] args) { FILE: src/main/java/org/codinjutsu/tools/nosql/couchbase/CouchbaseUI.java class CouchbaseUI (line 29) | public class CouchbaseUI implements DatabaseUI { method createAythenticationView (line 30) | @Override method createResultPanel (line 35) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/couchbase/logic/CouchbaseClient.java class CouchbaseClient (line 53) | public class CouchbaseClient implements DatabaseClient { method getInstance (line 55) | public static CouchbaseClient getInstance(Project project) { method connect (line 59) | @Override method loadServer (line 82) | @Override method cleanUpServers (line 107) | @Override method registerServer (line 112) | @Override method defaultConfiguration (line 117) | @Override method loadRecords (line 126) | public CouchbaseResult loadRecords(ServerConfiguration configuration, ... FILE: src/main/java/org/codinjutsu/tools/nosql/couchbase/model/CouchbaseDatabase.java class CouchbaseDatabase (line 21) | public class CouchbaseDatabase extends Database { method CouchbaseDatabase (line 23) | public CouchbaseDatabase(String name) { FILE: src/main/java/org/codinjutsu/tools/nosql/couchbase/model/CouchbaseQuery.java class CouchbaseQuery (line 19) | public class CouchbaseQuery { method CouchbaseQuery (line 23) | public CouchbaseQuery(int limit) { method getLimit (line 27) | public int getLimit() { FILE: src/main/java/org/codinjutsu/tools/nosql/couchbase/model/CouchbaseResult.java class CouchbaseResult (line 24) | public class CouchbaseResult { method CouchbaseResult (line 29) | public CouchbaseResult(String name) { method add (line 33) | public void add(JsonObject jsonObject) { method addErrors (line 37) | public void addErrors(List errors) { method getName (line 41) | public String getName() { method getRecords (line 45) | public List getRecords() { method hasErrors (line 49) | public boolean hasErrors() { method getErrors (line 53) | public List getErrors() { FILE: src/main/java/org/codinjutsu/tools/nosql/couchbase/view/CouchbaseAuthenticationPanel.java class CouchbaseAuthenticationPanel (line 25) | public class CouchbaseAuthenticationPanel implements AuthenticationView { method CouchbaseAuthenticationPanel (line 31) | public CouchbaseAuthenticationPanel() { method getComponent (line 36) | @Override method create (line 41) | @Override method load (line 49) | @Override method getUsername (line 55) | private String getUsername() { method getPassword (line 63) | private String getPassword() { FILE: src/main/java/org/codinjutsu/tools/nosql/couchbase/view/CouchbasePanel.java class CouchbasePanel (line 57) | public class CouchbasePanel extends NoSqlResultView { method CouchbasePanel (line 75) | public CouchbasePanel(Project project, CouchbaseClient couchbaseClient... method loadAndDisplayResults (line 92) | private void loadAndDisplayResults(final int limit) throws Exception { method updateResultTableTree (line 100) | void updateResultTableTree(CouchbaseResult couchbaseResult) { method initToolbar (line 111) | private void initToolbar() { method addCommonsActions (line 127) | protected void addCommonsActions() { method getLimit (line 179) | private int getLimit() { method expandAll (line 183) | void expandAll() { method collapseAll (line 187) | void collapseAll() { method showResults (line 192) | @Override method getResultPanel (line 197) | @Override method getRecords (line 202) | @Override method executeQuery (line 207) | @Override method dispose (line 238) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/couchbase/view/CouchbaseTreeModel.java class CouchbaseTreeModel (line 29) | public class CouchbaseTreeModel extends DefaultTreeModel { method CouchbaseTreeModel (line 30) | public CouchbaseTreeModel(CouchbaseResult result) { method buildTree (line 34) | public static NoSqlTreeNode buildTree(CouchbaseResult couchbaseResult) { method processRecord (line 43) | private static void processRecord(NoSqlTreeNode parentNode, JsonObject... method processRecordListValues (line 57) | private static void processRecordListValues(NoSqlTreeNode parentNode, ... FILE: src/main/java/org/codinjutsu/tools/nosql/couchbase/view/editor/CouchbaseFakeFileType.java class CouchbaseFakeFileType (line 27) | public class CouchbaseFakeFileType extends FakeFileType { method getIcon (line 35) | @Override method isMyFileType (line 40) | @Override method getDefaultExtension (line 45) | @NotNull method getName (line 51) | @NotNull method getDescription (line 57) | @NotNull FILE: src/main/java/org/codinjutsu/tools/nosql/couchbase/view/editor/CouchbaseObjectFile.java class CouchbaseObjectFile (line 26) | public class CouchbaseObjectFile extends NoSqlDatabaseObjectFile { method CouchbaseObjectFile (line 29) | public CouchbaseObjectFile(Project project, ServerConfiguration config... method getFileType (line 34) | @NotNull method getDatabase (line 39) | public CouchbaseDatabase getDatabase() { FILE: src/main/java/org/codinjutsu/tools/nosql/couchbase/view/nodedescriptor/CouchbaseKeyValueDescriptor.java class CouchbaseKeyValueDescriptor (line 28) | public class CouchbaseKeyValueDescriptor implements NodeDescriptor { method createDescriptor (line 38) | public static CouchbaseKeyValueDescriptor createDescriptor(String key,... method CouchbaseKeyValueDescriptor (line 58) | private CouchbaseKeyValueDescriptor(String key, Object value, SimpleTe... method renderValue (line 65) | public void renderValue(ColoredTableCellRenderer cellRenderer, boolean... method renderNode (line 71) | public void renderNode(ColoredTreeCellRenderer cellRenderer) { method getFormattedKey (line 75) | public String getFormattedKey() { method getFormattedValue (line 79) | public String getFormattedValue() { method getKey (line 83) | public String getKey() { method getValue (line 87) | public Object getValue() { method setValue (line 91) | public void setValue(Object value) { method toString (line 95) | @Override method getValueAndAbbreviateIfNecessary (line 100) | protected String getValueAndAbbreviateIfNecessary() { class CouchbaseKeyNullValueDescriptor (line 108) | private static class CouchbaseKeyNullValueDescriptor extends Couchbase... method CouchbaseKeyNullValueDescriptor (line 110) | private CouchbaseKeyNullValueDescriptor(String key) { method getValueAndAbbreviateIfNecessary (line 114) | protected String getValueAndAbbreviateIfNecessary() { class CouchbaseKeyStringValueDescriptor (line 119) | private static class CouchbaseKeyStringValueDescriptor extends Couchba... method CouchbaseKeyStringValueDescriptor (line 124) | private CouchbaseKeyStringValueDescriptor(String key, String value) { method getValueAndAbbreviateIfNecessary (line 128) | @Override method toString (line 133) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/couchbase/view/nodedescriptor/CouchbaseResultDescriptor.java class CouchbaseResultDescriptor (line 23) | public class CouchbaseResultDescriptor implements NodeDescriptor { method CouchbaseResultDescriptor (line 27) | public CouchbaseResultDescriptor(String collectionName) { method CouchbaseResultDescriptor (line 31) | public CouchbaseResultDescriptor() { method renderValue (line 35) | public void renderValue(ColoredTableCellRenderer cellRenderer, boolean... method renderNode (line 38) | public void renderNode(ColoredTreeCellRenderer cellRenderer) { method getFormattedKey (line 42) | public String getFormattedKey() { method getFormattedValue (line 46) | @Override method getValue (line 51) | @Override method setValue (line 56) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/couchbase/view/nodedescriptor/CouchbaseValueDescriptor.java class CouchbaseValueDescriptor (line 26) | public class CouchbaseValueDescriptor implements NodeDescriptor { method createDescriptor (line 32) | public static CouchbaseValueDescriptor createDescriptor(int index, Obj... method CouchbaseValueDescriptor (line 40) | private CouchbaseValueDescriptor(int index, Object value, SimpleTextAt... method renderValue (line 46) | public void renderValue(ColoredTableCellRenderer cellRenderer, boolean... method renderNode (line 52) | public void renderNode(ColoredTreeCellRenderer cellRenderer) { method getFormattedKey (line 56) | public String getFormattedKey() { method getFormattedValue (line 60) | public String getFormattedValue() { method getValueAndAbbreviateIfNecessary (line 64) | protected String getValueAndAbbreviateIfNecessary() { method getValue (line 72) | public Object getValue() { method setValue (line 76) | public void setValue(Object value) { method toString (line 80) | @Override class CouchbaseStringValueDescriptor (line 85) | private static class CouchbaseStringValueDescriptor extends CouchbaseV... method CouchbaseStringValueDescriptor (line 87) | private CouchbaseStringValueDescriptor(int index, String value) { method getFormattedValue (line 91) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/MongoUI.java class MongoUI (line 29) | public class MongoUI implements DatabaseUI { method createAythenticationView (line 32) | @Override method createResultPanel (line 37) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/MongoUtils.java class MongoUtils (line 22) | public class MongoUtils { method MongoUtils (line 24) | private MongoUtils() { method buildMongoUrl (line 27) | public static String buildMongoUrl(ServerConfiguration serverConfigura... FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/logic/MongoClient.java class MongoClient (line 41) | public class MongoClient implements DatabaseClient { method getInstance (line 46) | public static MongoClient getInstance(Project project) { method connect (line 50) | public void connect(ServerConfiguration configuration) { method cleanUpServers (line 76) | public void cleanUpServers() { method registerServer (line 80) | public void registerServer(DatabaseServer databaseServer) { method defaultConfiguration (line 84) | @Override method getServers (line 92) | public List getServers() { method loadServer (line 96) | public void loadServer(DatabaseServer databaseServer) { method loadDatabaseCollections (line 103) | List loadDatabaseCollections(ServerConfiguration configurati... method createMongoDatabaseAndItsCollections (line 133) | private MongoDatabase createMongoDatabaseAndItsCollections(DB database) { method update (line 144) | public void update(ServerConfiguration configuration, MongoCollection ... method delete (line 163) | public void delete(ServerConfiguration configuration, MongoCollection ... method dropCollection (line 182) | public void dropCollection(ServerConfiguration configuration, MongoCol... method dropDatabase (line 201) | public void dropDatabase(ServerConfiguration configuration, MongoDatab... method loadCollectionValues (line 215) | public MongoResult loadCollectionValues(ServerConfiguration configurat... method findMongoDocument (line 240) | public DBObject findMongoDocument(ServerConfiguration configuration, M... method aggregate (line 259) | private MongoResult aggregate(MongoQueryOptions mongoQueryOptions, Mon... method find (line 269) | private MongoResult find(MongoQueryOptions mongoQueryOptions, MongoRes... method createMongoClient (line 297) | private com.mongodb.MongoClient createMongoClient(ServerConfiguration ... FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/logic/MongoClientURIBuilder.java class MongoClientURIBuilder (line 28) | public class MongoClientURIBuilder { method MongoClientURIBuilder (line 39) | private MongoClientURIBuilder() { method builder (line 42) | public static MongoClientURIBuilder builder() { method setServerAddresses (line 46) | public MongoClientURIBuilder setServerAddresses(String serverUrls) { method setCredential (line 51) | public MongoClientURIBuilder setCredential(String username, String pas... method build (line 58) | public String build() { method setAuthenticationMecanism (line 83) | public MongoClientURIBuilder setAuthenticationMecanism(@NotNull Authen... method sslEnabled (line 88) | public MongoClientURIBuilder sslEnabled() { method buildOptions (line 93) | private static String buildOptions(Map options) { FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/logic/MongoConnectionException.java class MongoConnectionException (line 19) | public class MongoConnectionException extends RuntimeException { method MongoConnectionException (line 20) | public MongoConnectionException(String message) { method MongoConnectionException (line 24) | public MongoConnectionException(Exception ex) { FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/logic/MongoExtraSettings.java class MongoExtraSettings (line 24) | public class MongoExtraSettings { method MongoExtraSettings (line 33) | public MongoExtraSettings() { method MongoExtraSettings (line 36) | public MongoExtraSettings(Map extras) { method getAuthenticationDatabase (line 40) | public String getAuthenticationDatabase() { method getAuthenticationMechanism (line 45) | public AuthenticationMechanism getAuthenticationMechanism() { method isSsl (line 50) | public boolean isSsl() { method setAuthenticationDatabase (line 55) | public void setAuthenticationDatabase(String authenticationDatabase) { method setAuthenticationMechanism (line 59) | public void setAuthenticationMechanism(AuthenticationMechanism authent... method setSsl (line 65) | public void setSsl(boolean isSsl) { method get (line 69) | public Map get() { FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/model/JsonDataType.java type JsonDataType (line 19) | public enum JsonDataType { method JsonDataType (line 31) | private JsonDataType(String type) { FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/model/MongoAggregateOperator.java type MongoAggregateOperator (line 19) | public enum MongoAggregateOperator { method MongoAggregateOperator (line 31) | private MongoAggregateOperator(String operator) { method getLabel (line 35) | public String getLabel() { method toString (line 40) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/model/MongoCollection.java class MongoCollection (line 21) | public class MongoCollection implements Comparable { method MongoCollection (line 26) | public MongoCollection(String name, String databaseName) { method getName (line 31) | public String getName() { method getDatabaseName (line 35) | public String getDatabaseName() { method compareTo (line 39) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/model/MongoDatabase.java class MongoDatabase (line 25) | public class MongoDatabase extends Database { method MongoDatabase (line 29) | public MongoDatabase(String name) { method getName (line 33) | public String getName() { method getCollections (line 37) | public Set getCollections() { method addCollection (line 41) | public void addCollection(MongoCollection mongoCollection) { FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/model/MongoQueryOptions.java class MongoQueryOptions (line 28) | public class MongoQueryOptions { method isAggregate (line 41) | public boolean isAggregate() { method getOperations (line 45) | public List getOperations() { method setOperations (line 49) | public void setOperations(String aggregateQuery) { method setFilter (line 55) | public void setFilter(String query) { method getFilter (line 61) | public DBObject getFilter() { method setProjection (line 65) | public void setProjection(String query) { method getProjection (line 72) | public DBObject getProjection() { method setSort (line 76) | public void setSort(String query) { method getSort (line 82) | public DBObject getSort() { method getResultLimit (line 86) | public int getResultLimit() { method setResultLimit (line 90) | public void setResultLimit(int resultLimit) { FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/model/MongoResult.java class MongoResult (line 24) | public class MongoResult { method MongoResult (line 29) | public MongoResult(String collectionName) { method add (line 33) | public void add(DBObject dbObject) { method getMongoObjects (line 37) | public List getMongoObjects() { method getCollectionName (line 41) | public String getCollectionName() { FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/model/OperatorValueConverter.java type OperatorValueConverter (line 22) | interface OperatorValueConverter { method convert (line 24) | T convert(String operatorValue); method convert (line 29) | @Override method convert (line 37) | @Override method convert (line 45) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/runner/MongoCommandLineState.java class MongoCommandLineState (line 34) | class MongoCommandLineState extends CommandLineState { method MongoCommandLineState (line 38) | public MongoCommandLineState(MongoRunConfiguration mongoRunConfigurati... method startProcess (line 43) | @NotNull method generateCommandLine (line 52) | private GeneralCommandLine generateCommandLine() { FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/runner/MongoRunConfiguration.java class MongoRunConfiguration (line 46) | class MongoRunConfiguration extends ModuleBasedConfiguration { method TextFieldWrapper (line 96) | private TextFieldWrapper(T component) { method getValue (line 100) | public abstract V getValue(); method reset (line 102) | public abstract void reset(); method isValueSet (line 104) | public boolean isValueSet() { method getComponent (line 108) | public T getComponent() { method validate (line 112) | public void validate() { class StringFieldWrapper (line 119) | private static class StringFieldWrapper extends TextFieldWrapper { method MongoPanel (line 67) | public MongoPanel(Project project, final MongoClient mongoClient, fina... method initToolBar (line 108) | private void initToolBar() { method createResultPanel (line 123) | private MongoResultPanel createResultPanel(Project project, MongoDocum... method installResultPanelActions (line 128) | void installResultPanelActions() { method getRecords (line 188) | public MongoCollection getRecords() { method showResults (line 193) | public void showResults() { method executeQuery (line 197) | public void executeQuery() { method validateQuery (line 241) | private void validateQuery() { method dispose (line 245) | @Override method getResultPanel (line 250) | public MongoResultPanel getResultPanel() { method openFindEditor (line 254) | public void openFindEditor() { method closeFindEditor (line 265) | public void closeFindEditor() { method focusOnEditor (line 270) | public void focusOnEditor() { method isFindEditorOpened (line 274) | public boolean isFindEditorOpened() { type MongoDocumentOperations (line 278) | interface MongoDocumentOperations { method getMongoDocument (line 279) | DBObject getMongoDocument(Object _id); method deleteMongoDocument (line 281) | void deleteMongoDocument(Object mongoDocument); method updateMongoDocument (line 283) | void updateMongoDocument(DBObject mongoDocument); FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/MongoResultPanel.java class MongoResultPanel (line 52) | public class MongoResultPanel extends JPanel implements Disposable { method MongoResultPanel (line 64) | public MongoResultPanel(Project project, MongoPanel.MongoDocumentOpera... method createMongoEditionPanel (line 83) | private MongoEditionPanel createMongoEditionPanel() { method updateResultTableTree (line 102) | public void updateResultTableTree(MongoResult mongoResult) { method buildPopupMenu (line 123) | void buildPopupMenu() { method editSelectedMongoDocument (line 134) | public void editSelectedMongoDocument() { method addMongoDocument (line 148) | public void addMongoDocument() { method getSelectedMongoDocument (line 153) | private DBObject getSelectedMongoDocument() { method isSelectedNodeId (line 172) | public boolean isSelectedNodeId() { method expandAll (line 192) | void expandAll() { method collapseAll (line 196) | void collapseAll() { method getSelectedNodeStringifiedValue (line 201) | public String getSelectedNodeStringifiedValue() { method hideEditionPanel (line 214) | private void hideEditionPanel() { method stringifyResult (line 218) | private String stringifyResult(DefaultMutableTreeNode selectedResultNo... method dispose (line 228) | @Override type ActionCallback (line 234) | public interface ActionCallback { method onOperationSuccess (line 236) | void onOperationSuccess(String message); method onOperationFailure (line 238) | void onOperationFailure(Exception exception); method onOperationCancelled (line 240) | void onOperationCancelled(String message); FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/QueryPanel.java class QueryPanel (line 51) | public class QueryPanel extends JPanel implements Disposable { method QueryPanel (line 70) | public QueryPanel(Project project) { method createAggregationPanel (line 90) | private OperatorPanel createAggregationPanel() { method createFilterPanel (line 94) | private OperatorPanel createFilterPanel() { method requestFocusOnEditor (line 98) | public void requestFocusOnEditor() {// Code from requestFocus of Edito... method getCurrentOperatorPanel (line 106) | public OperatorPanel getCurrentOperatorPanel() { method fillEditorSettings (line 111) | private static void fillEditorSettings(final EditorSettings editorSett... method attachHighlighter (line 125) | private void attachHighlighter(final EditorEx editor) { method createHighlighter (line 131) | private EditorHighlighter createHighlighter(EditorColorsScheme setting... method getQueryOptions (line 139) | public MongoQueryOptions getQueryOptions(String rowLimit) { method dispose (line 143) | @Override method toggleToAggregation (line 150) | public void toggleToAggregation() { method toggleToFind (line 154) | public void toggleToFind() { method validateQuery (line 158) | public void validateQuery() { class AggregatorPanel (line 162) | private class AggregatorPanel extends OperatorPanel { method AggregatorPanel (line 167) | private AggregatorPanel() { method validateQuery (line 183) | @Override method getQuery (line 198) | private String getQuery() { method buildQueryOptions (line 202) | @Override method getRequestFocusComponent (line 218) | @Override method dispose (line 223) | @Override class FilterPanel (line 230) | private class FilterPanel extends OperatorPanel { method FilterPanel (line 237) | private FilterPanel() { method getRequestFocusComponent (line 251) | @Override method validateQuery (line 256) | @Override method buildQueryOptions (line 263) | @Override method dispose (line 281) | @Override method validateEditorQuery (line 289) | private void validateEditorQuery(Editor editor) { method getQueryFrom (line 303) | private String getQueryFrom(Editor editor) { method createSubOperatorPanel (line 307) | private JPanel createSubOperatorPanel(String title, Editor subOperat... class OperatorPanel (line 322) | private abstract class OperatorPanel extends JPanel implements Disposa... method getRequestFocusComponent (line 324) | public abstract JComponent getRequestFocusComponent(); method validateQuery (line 326) | public abstract void validateQuery(); method buildQueryOptions (line 328) | public abstract MongoQueryOptions buildQueryOptions(String rowLimit); method notifyOnErrorForOperator (line 330) | void notifyOnErrorForOperator(JComponent component, Exception ex) { method createEditor (line 350) | protected Editor createEditor() { FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/action/AddMongoDocumentAction.java class AddMongoDocumentAction (line 27) | public class AddMongoDocumentAction extends AnAction implements DumbAware { method AddMongoDocumentAction (line 31) | public AddMongoDocumentAction(MongoResultPanel resultPanel) { method actionPerformed (line 37) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/action/CloseFindEditorAction.java class CloseFindEditorAction (line 26) | public class CloseFindEditorAction extends CloseTabToolbarAction { method CloseFindEditorAction (line 29) | public CloseFindEditorAction(MongoPanel mongoPanel) { method actionPerformed (line 35) | @Override method update (line 40) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/action/CopyResultAction.java class CopyResultAction (line 30) | public class CopyResultAction extends AnAction implements DumbAware { method CopyResultAction (line 34) | public CopyResultAction(MongoResultPanel mongoResultPanel) { method actionPerformed (line 41) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/action/DropCollectionAction.java class DropCollectionAction (line 27) | public class DropCollectionAction extends AnAction implements DumbAware { method DropCollectionAction (line 33) | public DropCollectionAction(NoSqlExplorerPanel noSqlExplorerPanel) { method actionPerformed (line 38) | @Override method update (line 48) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/action/DropDatabaseAction.java class DropDatabaseAction (line 30) | public class DropDatabaseAction extends AnAction implements DumbAware { method DropDatabaseAction (line 36) | public DropDatabaseAction(NoSqlExplorerPanel noSqlExplorerPanel) { method actionPerformed (line 41) | @Override method update (line 51) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/action/EditMongoDocumentAction.java class EditMongoDocumentAction (line 25) | public class EditMongoDocumentAction extends AnAction implements DumbAwa... method EditMongoDocumentAction (line 29) | public EditMongoDocumentAction(MongoResultPanel resultPanel) { method actionPerformed (line 34) | @Override method update (line 39) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/action/EnableAggregateAction.java class EnableAggregateAction (line 26) | public class EnableAggregateAction extends ToggleAction { method EnableAggregateAction (line 38) | public EnableAggregateAction(final QueryPanel queryPanel) { method isSelected (line 44) | @Override method setSelected (line 49) | @Override method update (line 59) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/action/OpenFindAction.java class OpenFindAction (line 27) | public class OpenFindAction extends AnAction implements DumbAware { method OpenFindAction (line 30) | public OpenFindAction(MongoPanel mongoPanel) { method actionPerformed (line 37) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/action/OperatorCompletionAction.java class OperatorCompletionAction (line 39) | public class OperatorCompletionAction extends AnAction implements Dispos... method OperatorCompletionAction (line 68) | public OperatorCompletionAction(Project project, Editor editor) { method actionPerformed (line 74) | @Override method dispose (line 99) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/action/edition/AddKeyAction.java class AddKeyAction (line 27) | public class AddKeyAction extends AnAction { method AddKeyAction (line 31) | public AddKeyAction(MongoEditionPanel mongoEditionPanel) { method actionPerformed (line 37) | @Override method update (line 49) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/action/edition/AddValueAction.java class AddValueAction (line 25) | public class AddValueAction extends AnAction { method AddValueAction (line 29) | public AddValueAction(MongoEditionPanel mongoEditionPanel) { method actionPerformed (line 34) | @Override method update (line 46) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/action/edition/DeleteKeyAction.java class DeleteKeyAction (line 26) | public class DeleteKeyAction extends AnAction { method DeleteKeyAction (line 30) | public DeleteKeyAction(MongoEditionPanel mongoEditionPanel) { method actionPerformed (line 36) | @Override method update (line 41) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/console/MongoConsoleRunner.java class MongoConsoleRunner (line 43) | public class MongoConsoleRunner extends AbstractConsoleRunnerWithHistory... method MongoConsoleRunner (line 50) | public MongoConsoleRunner(@NotNull Project project, ServerConfiguratio... method createConsoleView (line 57) | @Override method createProcess (line 68) | @Nullable method createProcessHandler (line 119) | @Override method createExecuteActionHandler (line 124) | @NotNull FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/editor/MongoFakeFileType.java class MongoFakeFileType (line 27) | public class MongoFakeFileType extends FakeFileType { method getIcon (line 34) | @Override method isMyFileType (line 39) | @Override method getDefaultExtension (line 44) | @NotNull method getName (line 50) | @NotNull method getDescription (line 56) | @NotNull FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/editor/MongoObjectFile.java class MongoObjectFile (line 26) | public class MongoObjectFile extends NoSqlDatabaseObjectFile { method MongoObjectFile (line 30) | public MongoObjectFile(Project project, ServerConfiguration configurat... method getFileType (line 36) | @NotNull method getCollection (line 42) | public MongoCollection getCollection() { FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/model/JsonTreeModel.java class JsonTreeModel (line 35) | public class JsonTreeModel extends DefaultTreeModel { method JsonTreeModel (line 38) | public JsonTreeModel(MongoResult mongoResult) { method buildJsonTree (line 43) | public static TreeNode buildJsonTree(MongoResult mongoResult) { method buildJsonTree (line 60) | public static TreeNode buildJsonTree(DBObject mongoObject) { method processDbObject (line 66) | public static void processDbObject(NoSqlTreeNode parentNode, DBObject ... method buildDBObject (line 90) | public static DBObject buildDBObject(NoSqlTreeNode rootNode) { method buildDBList (line 111) | private static DBObject buildDBList(NoSqlTreeNode parentNode) { method findObjectIdNode (line 131) | public static NoSqlTreeNode findObjectIdNode(NoSqlTreeNode treeNode) { method findDocument (line 154) | public static Object findDocument(NoSqlTreeNode startingNode) { FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/nodedescriptor/MongoKeyValueDescriptor.java class MongoKeyValueDescriptor (line 33) | public class MongoKeyValueDescriptor implements NodeDescriptor { method createDescriptor (line 42) | public static MongoKeyValueDescriptor createDescriptor(String key, Obj... method MongoKeyValueDescriptor (line 88) | private MongoKeyValueDescriptor(String key, Object value, SimpleTextAt... method renderValue (line 94) | public void renderValue(ColoredTableCellRenderer cellRenderer, boolean... method renderNode (line 100) | public void renderNode(ColoredTreeCellRenderer cellRenderer) { method getFormattedKey (line 104) | public String getFormattedKey() { method getFormattedValue (line 108) | public String getFormattedValue() { method getKey (line 112) | public String getKey() { method getValue (line 116) | public Object getValue() { method setValue (line 120) | public void setValue(Object value) { method toString (line 124) | @Override method getValueAndAbbreviateIfNecessary (line 129) | protected String getValueAndAbbreviateIfNecessary() { class MongoKeyNullValueDescriptor (line 137) | private static class MongoKeyNullValueDescriptor extends MongoKeyValue... method MongoKeyNullValueDescriptor (line 139) | private MongoKeyNullValueDescriptor(String key) { method getValueAndAbbreviateIfNecessary (line 143) | protected String getValueAndAbbreviateIfNecessary() { class MongoKeyStringValueDescriptor (line 148) | private static class MongoKeyStringValueDescriptor extends MongoKeyVal... method MongoKeyStringValueDescriptor (line 153) | private MongoKeyStringValueDescriptor(String key, String value) { method getValueAndAbbreviateIfNecessary (line 157) | @Override method toString (line 162) | @Override class MongoKeyDateValueDescriptor (line 168) | private static class MongoKeyDateValueDescriptor extends MongoKeyValue... method MongoKeyDateValueDescriptor (line 174) | private MongoKeyDateValueDescriptor(String key, Date value) { method getValueAndAbbreviateIfNecessary (line 178) | @Override method toString (line 183) | @Override method getFormattedDate (line 188) | private String getFormattedDate() { FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/nodedescriptor/MongoResultDescriptor.java class MongoResultDescriptor (line 23) | public class MongoResultDescriptor implements NodeDescriptor { method MongoResultDescriptor (line 27) | public MongoResultDescriptor(String collectionName) { method MongoResultDescriptor (line 31) | public MongoResultDescriptor() { method renderValue (line 35) | public void renderValue(ColoredTableCellRenderer cellRenderer, boolean... method renderNode (line 38) | public void renderNode(ColoredTreeCellRenderer cellRenderer) { method getFormattedKey (line 42) | public String getFormattedKey() { method getFormattedValue (line 46) | @Override method getValue (line 51) | @Override method setValue (line 56) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/nodedescriptor/MongoValueDescriptor.java class MongoValueDescriptor (line 32) | public class MongoValueDescriptor implements NodeDescriptor { method createDescriptor (line 38) | public static MongoValueDescriptor createDescriptor(int index, Object ... method MongoValueDescriptor (line 68) | private MongoValueDescriptor(int index, Object value, SimpleTextAttrib... method renderValue (line 74) | public void renderValue(ColoredTableCellRenderer cellRenderer, boolean... method renderNode (line 80) | public void renderNode(ColoredTreeCellRenderer cellRenderer) { method getFormattedKey (line 84) | public String getFormattedKey() { method getFormattedValue (line 88) | public String getFormattedValue() { method getValueAndAbbreviateIfNecessary (line 92) | protected String getValueAndAbbreviateIfNecessary() { method getValue (line 100) | public Object getValue() { method setValue (line 104) | public void setValue(Object value) { method toString (line 108) | @Override class MongoStringValueDescriptor (line 113) | private static class MongoStringValueDescriptor extends MongoValueDesc... method MongoStringValueDescriptor (line 115) | private MongoStringValueDescriptor(int index, String value) { method getFormattedValue (line 119) | @Override class MongoNullValueDescriptor (line 125) | private static class MongoNullValueDescriptor extends MongoValueDescri... method MongoNullValueDescriptor (line 127) | private MongoNullValueDescriptor(int index) { method getFormattedValue (line 131) | @Override method toString (line 136) | @Override class MongoDateValueDescriptor (line 142) | private static class MongoDateValueDescriptor extends MongoValueDescri... method MongoDateValueDescriptor (line 148) | private MongoDateValueDescriptor(int index, Date value) { method getValueAndAbbreviateIfNecessary (line 152) | @Override method toString (line 157) | @Override method getFormattedDate (line 162) | private String getFormattedDate() { FILE: src/main/java/org/codinjutsu/tools/nosql/mongo/view/table/MongoDatePickerCellEditor.java class MongoDatePickerCellEditor (line 27) | public class MongoDatePickerCellEditor extends DatePickerCellEditor { method MongoDatePickerCellEditor (line 29) | public MongoDatePickerCellEditor() { method addActionListener (line 36) | public void addActionListener(ActionListener actionListener) { FILE: src/main/java/org/codinjutsu/tools/nosql/redis/RedisUI.java class RedisUI (line 29) | public class RedisUI implements DatabaseUI { method createAythenticationView (line 30) | @Override method createResultPanel (line 35) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/redis/RedisUtils.java class RedisUtils (line 28) | public class RedisUtils { method stringifySortedSet (line 30) | public static String stringifySortedSet(Set sortedSet) { method stringifySet (line 39) | public static String stringifySet(Set set) { method stringifyTuple (line 44) | public static String stringifyTuple(Tuple tuple) { method buildUrl (line 48) | public static String buildUrl(ServerConfiguration serverConfiguration,... FILE: src/main/java/org/codinjutsu/tools/nosql/redis/logic/RedisClient.java class RedisClient (line 40) | public class RedisClient implements DatabaseClient { method getInstance (line 42) | public static RedisClient getInstance(Project project) { method connect (line 47) | @Override method loadServer (line 59) | @Override method cleanUpServers (line 76) | @Override method registerServer (line 81) | @Override method defaultConfiguration (line 86) | @Override method loadRecords (line 96) | public RedisResult loadRecords(ServerConfiguration serverConfiguration... method createJedis (line 126) | private Jedis createJedis(ServerConfiguration serverConfiguration) { FILE: src/main/java/org/codinjutsu/tools/nosql/redis/model/RedisDatabase.java class RedisDatabase (line 21) | public class RedisDatabase extends Database { method RedisDatabase (line 24) | public RedisDatabase(String name) { FILE: src/main/java/org/codinjutsu/tools/nosql/redis/model/RedisKeyType.java type RedisKeyType (line 21) | public enum RedisKeyType { method RedisKeyType (line 26) | RedisKeyType(String label) { method getKeyType (line 30) | public static RedisKeyType getKeyType(String type) { FILE: src/main/java/org/codinjutsu/tools/nosql/redis/model/RedisQuery.java class RedisQuery (line 19) | public class RedisQuery { method RedisQuery (line 23) | public RedisQuery(String filter) { method getFilter (line 27) | public String getFilter() { FILE: src/main/java/org/codinjutsu/tools/nosql/redis/model/RedisRecord.java class RedisRecord (line 19) | public class RedisRecord { method RedisRecord (line 24) | public RedisRecord(RedisKeyType keyType, String keyName, T keyValue) { method getKeyType (line 30) | public RedisKeyType getKeyType() { method getKey (line 34) | public String getKey() { method getValue (line 38) | public T getValue() { FILE: src/main/java/org/codinjutsu/tools/nosql/redis/model/RedisResult.java class RedisResult (line 26) | public class RedisResult { method addString (line 31) | public void addString(String key, String value) { method addList (line 35) | public void addList(String key, List values) { method addSet (line 39) | public void addSet(String key, Set values) { method addHash (line 43) | public void addHash(String key, Map values) { method addSortedSet (line 47) | public void addSortedSet(String key, Set values) { method getResults (line 51) | public List getResults() { FILE: src/main/java/org/codinjutsu/tools/nosql/redis/view/RedisAuthenticationPanel.java class RedisAuthenticationPanel (line 24) | public class RedisAuthenticationPanel implements AuthenticationView { method RedisAuthenticationPanel (line 29) | public RedisAuthenticationPanel() { method getComponent (line 33) | @Override method create (line 38) | @Override method load (line 45) | @Override method getPassword (line 50) | private String getPassword() { FILE: src/main/java/org/codinjutsu/tools/nosql/redis/view/RedisFragmentedKeyTreeModel.java class RedisFragmentedKeyTreeModel (line 34) | public class RedisFragmentedKeyTreeModel extends DefaultTreeModel { method RedisFragmentedKeyTreeModel (line 41) | public RedisFragmentedKeyTreeModel(NoSqlTreeNode root) { method setSeparator (line 46) | public void setSeparator(String separator) { method resetSeparator (line 52) | public void resetSeparator() { method getRoot (line 58) | @Override method reload (line 63) | @Override method getChildCount (line 71) | @Override method getChild (line 76) | @Override method getIndexOfChild (line 81) | @Override method addTreeModelListener (line 86) | @Override method removeTreeModelListener (line 92) | @Override method isLeaf (line 98) | @Override method getFragmentedKeyModel (line 103) | private DefaultTreeModel getFragmentedKeyModel() { method updateFilteredModel (line 111) | private void updateFilteredModel() { method fireSeparatorChanged (line 125) | private void fireSeparatorChanged() { method wrapNodes (line 129) | public static DefaultMutableTreeNode wrapNodes(DefaultMutableTreeNode ... method updateTree (line 149) | private static void updateTree(DefaultMutableTreeNode parentTargetNode... method findNodeByKey (line 168) | private static NoSqlTreeNode findNodeByKey(DefaultMutableTreeNode pare... method addChildren (line 187) | private static void addChildren(DefaultMutableTreeNode parentNode, Def... FILE: src/main/java/org/codinjutsu/tools/nosql/redis/view/RedisPanel.java class RedisPanel (line 55) | public class RedisPanel extends NoSqlResultView { method RedisPanel (line 76) | public RedisPanel(Project project, RedisClient redisClient, ServerConf... method loadAndDisplayResults (line 95) | private void loadAndDisplayResults(final String filter, final boolean ... method buildQueryToolBar (line 100) | protected void buildQueryToolBar() { method addCommonsActions (line 119) | protected void addCommonsActions() { method getFilter (line 173) | private String getFilter() { method expandAll (line 181) | void expandAll() { method collapseAll (line 185) | void collapseAll() { method updateResultTableTree (line 190) | public void updateResultTableTree(RedisResult redisResult, boolean gro... method showResults (line 205) | @Override method getResultPanel (line 210) | @Override method getRecords (line 215) | @Override method executeQuery (line 220) | @Override method dispose (line 260) | @Override method isGroupDataEnabled (line 265) | public boolean isGroupDataEnabled() { method toggleGroupData (line 269) | public void toggleGroupData(boolean enabled) { method getGroupSeparator (line 274) | public String getGroupSeparator() { method setGroupSeparator (line 278) | public void setGroupSeparator(String groupSeparator) { FILE: src/main/java/org/codinjutsu/tools/nosql/redis/view/RedisTreeModel.java class RedisTreeModel (line 31) | public class RedisTreeModel { method buildTree (line 32) | public static NoSqlTreeNode buildTree(RedisResult redisResult) { method processRecord (line 43) | private static void processRecord(NoSqlTreeNode rootNode, RedisRecord ... FILE: src/main/java/org/codinjutsu/tools/nosql/redis/view/action/EnableGroupingAction.java class EnableGroupingAction (line 24) | public class EnableGroupingAction extends ToggleAction { method EnableGroupingAction (line 31) | public EnableGroupingAction(RedisPanel redisPanel) { method isSelected (line 36) | @Override method setSelected (line 41) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/redis/view/action/SetSeparatorAction.java class SetSeparatorAction (line 30) | public class SetSeparatorAction extends AnAction { method SetSeparatorAction (line 37) | public SetSeparatorAction(RedisPanel redisPanel) { method actionPerformed (line 44) | @Override method update (line 66) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/redis/view/console/RedisConsoleRunner.java class RedisConsoleRunner (line 39) | public class RedisConsoleRunner extends AbstractConsoleRunnerWithHistory... method RedisConsoleRunner (line 46) | public RedisConsoleRunner(@NotNull Project project, ServerConfiguratio... method createConsoleView (line 53) | @Override method createProcess (line 64) | @Nullable method createProcessHandler (line 89) | @Override method createExecuteActionHandler (line 94) | @NotNull FILE: src/main/java/org/codinjutsu/tools/nosql/redis/view/editor/RedisFakeFileType.java class RedisFakeFileType (line 27) | public class RedisFakeFileType extends FakeFileType { method getIcon (line 33) | @Override method isMyFileType (line 38) | @Override method getDefaultExtension (line 43) | @NotNull method getName (line 49) | @NotNull method getDescription (line 55) | @NotNull FILE: src/main/java/org/codinjutsu/tools/nosql/redis/view/editor/RedisObjectFile.java class RedisObjectFile (line 26) | public class RedisObjectFile extends NoSqlDatabaseObjectFile { method RedisObjectFile (line 29) | public RedisObjectFile(Project project, ServerConfiguration configurat... method getFileType (line 34) | @NotNull method getDatabase (line 39) | public RedisDatabase getDatabase() { FILE: src/main/java/org/codinjutsu/tools/nosql/redis/view/nodedescriptor/FragmentedKeyNodeDescriptor.java class FragmentedKeyNodeDescriptor (line 26) | public class FragmentedKeyNodeDescriptor implements NodeDescriptor { method FragmentedKeyNodeDescriptor (line 31) | public FragmentedKeyNodeDescriptor(String keyFragment, SimpleTextAttri... method createDescriptor (line 36) | public static FragmentedKeyNodeDescriptor createDescriptor(String key) { method getKeyFragment (line 40) | public String getKeyFragment() { method renderValue (line 44) | @Override method renderNode (line 49) | @Override method getFormattedKey (line 55) | @Override method getFormattedValue (line 60) | @Override method getValue (line 65) | @Override method setValue (line 70) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/redis/view/nodedescriptor/RedisKeyValueDescriptor.java class RedisKeyValueDescriptor (line 35) | public class RedisKeyValueDescriptor implements NodeDescriptor { method createDescriptor (line 45) | public static RedisKeyValueDescriptor createDescriptor(RedisKeyType ke... method createDescriptor (line 49) | public static NodeDescriptor createDescriptor(String key, String value) { method RedisKeyValueDescriptor (line 53) | public RedisKeyValueDescriptor(RedisKeyType keyType, String key, Objec... method findIcon (line 61) | private Icon findIcon(Object object) { method renderValue (line 71) | @Override method renderNode (line 78) | public void renderNode(ColoredTreeCellRenderer cellRenderer) { method getFormattedKey (line 87) | @Override method getFormattedValue (line 92) | @Override method getValue (line 102) | @Override method setValue (line 107) | @Override method getKey (line 112) | public String getKey() { method getKeyType (line 116) | public RedisKeyType getKeyType() { method getValueAndAbbreviateIfNecessary (line 120) | protected String getValueAndAbbreviateIfNecessary(String stringifiedVa... FILE: src/main/java/org/codinjutsu/tools/nosql/redis/view/nodedescriptor/RedisResultDescriptor.java class RedisResultDescriptor (line 24) | public class RedisResultDescriptor implements NodeDescriptor { method renderValue (line 25) | @Override method renderNode (line 30) | @Override method getFormattedKey (line 35) | @Override method getFormattedValue (line 40) | @Override method getValue (line 45) | @Override method setValue (line 50) | @Override FILE: src/main/java/org/codinjutsu/tools/nosql/redis/view/nodedescriptor/RedisValueDescriptor.java class RedisValueDescriptor (line 26) | public class RedisValueDescriptor implements NodeDescriptor { method createDescriptor (line 32) | public static RedisValueDescriptor createDescriptor(int index, Object ... method createUnindexedDescriptor (line 36) | public static RedisValueDescriptor createUnindexedDescriptor(Object va... method RedisValueDescriptor (line 40) | private RedisValueDescriptor(int index, Object value, SimpleTextAttrib... method renderValue (line 47) | @Override method renderNode (line 54) | @Override method getFormattedKey (line 59) | @Override method getFormattedValue (line 64) | @Override method getValue (line 73) | @Override method setValue (line 78) | @Override class RedisUnindexedValueDescriptor (line 83) | private static class RedisUnindexedValueDescriptor extends RedisValueD... method RedisUnindexedValueDescriptor (line 85) | private RedisUnindexedValueDescriptor(Object value, SimpleTextAttrib... method getFormattedKey (line 89) | @Override FILE: src/test/java/org/codinjutsu/tools/nosql/commons/utils/DateUtilsTest.java class DateUtilsTest (line 28) | public class DateUtilsTest { method testUtcDateTime (line 30) | @Test method testUtcTime (line 45) | @Test FILE: src/test/java/org/codinjutsu/tools/nosql/commons/utils/StringUtilsTest.java class StringUtilsTest (line 23) | public class StringUtilsTest { method abbreviateInCenter (line 25) | @Test method parseNumber (line 32) | @Test FILE: src/test/java/org/codinjutsu/tools/nosql/commons/view/TableCellReader.java class TableCellReader (line 24) | public class TableCellReader extends BasicJTableCellReader { method valueAt (line 26) | @Override FILE: src/test/java/org/codinjutsu/tools/nosql/couchbase/CouchbaseClientTest.java class CouchbaseClientTest (line 38) | public class CouchbaseClientTest { method loadServers (line 39) | @Test method main (line 52) | public static void main(String[] args) { FILE: src/test/java/org/codinjutsu/tools/nosql/couchbase/view/CouchbasePanelTest.java class CouchbasePanelTest (line 41) | public class CouchbasePanelTest { method setUp (line 48) | @Before method tearDown (line 69) | @After method displayJsonObjects (line 74) | @Test method createResults (line 108) | private CouchbaseResult createResults() { FILE: src/test/java/org/codinjutsu/tools/nosql/couchbase/view/ServerConfigurationPanelTest.java class ServerConfigurationPanelTest (line 39) | public class ServerConfigurationPanelTest { method setUp (line 49) | @Before method tearDown (line 65) | @After method createCouchbaseConfiguration (line 70) | @Test method loadCouchbaseConfiguration (line 100) | @Test FILE: src/test/java/org/codinjutsu/tools/nosql/mongo/logic/MongoClientTest.java class MongoClientTest (line 39) | public class MongoClientTest { method loadCollectionsWithEmptyFilter (line 45) | @Test method loadCollectionsWithFilterAndProjection (line 54) | @Test method loadCollectionsWithFilterAndProjectionAndSortByPrice (line 66) | @Test method updateMongoDocument (line 79) | @Test method deleteMongoDocument (line 100) | @Test method loadCollectionsWithAggregateOperators (line 117) | @Test method setUp (line 131) | @Before method fillCollectionWithJsonData (line 145) | private static void fillCollectionWithJsonData(com.mongodb.client.Mong... FILE: src/test/java/org/codinjutsu/tools/nosql/mongo/logic/MongoClientURIBuilderTest.java class MongoClientURIBuilderTest (line 25) | public class MongoClientURIBuilderTest { method withoutAuthentication (line 27) | @Test method withSimpleAuthentication (line 36) | @Test method withSpecificAuthentication (line 46) | @Test method addSslOption (line 57) | @Test FILE: src/test/java/org/codinjutsu/tools/nosql/mongo/view/MongoEditionPanelTest.java class MongoEditionPanelTest (line 43) | public class MongoEditionPanelTest { method tearDown (line 51) | @After method setUp (line 56) | @Before method displayMongoDocumentInTheTreeTable (line 75) | @Test method editKeyWithStringValue (line 87) | @Test method cancelEdition (line 105) | @Test method addKeyWithSomeValue (line 118) | @Test method addValueInAList (line 139) | @Test class JsonTableCellReader (line 175) | private static class JsonTableCellReader extends BasicJTableCellReader { method valueAt (line 177) | @Override method buildDocument (line 190) | private DBObject buildDocument(String jsonFile) throws IOException { FILE: src/test/java/org/codinjutsu/tools/nosql/mongo/view/MongoResultPanelTest.java class MongoResultPanelTest (line 40) | public class MongoResultPanelTest { method tearDown (line 49) | @After method setUp (line 54) | @Before method displayTreeWithASimpleArray (line 71) | @Test method testDisplayTreeWithASimpleDocument (line 85) | @Test method testDisplayTreeWithAStructuredDocument (line 101) | @Test method testDisplayTreeWithAnArrayOfStructuredDocument (line 123) | @Test method testCopyMongoObjectNodeValue (line 156) | @Test method copyMongoResults (line 171) | @Test method createCollectionResults (line 210) | private MongoResult createCollectionResults(String data, String collec... FILE: src/test/java/org/codinjutsu/tools/nosql/mongo/view/ServerConfigurationPanelTest.java class ServerConfigurationPanelTest (line 39) | public class ServerConfigurationPanelTest { method setUp (line 49) | @Before method tearDown (line 65) | @After method createMongoConfiguration (line 70) | @Test method loadMongoConfiguration (line 108) | @Test method validateFormWithEmptyLabelShouldReturnAValidationInfo (line 139) | @Test method validateFormWithMissingMongoUrlShouldThrowAConfigurationException (line 144) | @Test method validateFormWithEmptyMongoUrlShouldReturnAValidationInfo (line 152) | @Test method validateFormWithBadMongoUrlShouldReturnAValidationInfo (line 161) | @Test method validateFormWithBadMongoPortShouldThrowAConfigurationException (line 171) | @Test method validateFormWithReplicatSet (line 183) | @Test method loadFormWithReplicatSet (line 195) | @Test FILE: src/test/java/org/codinjutsu/tools/nosql/mongo/view/model/JsonTreeModelTest.java class JsonTreeModelTest (line 30) | public class JsonTreeModelTest { method buildDBObjectFromSimpleTree (line 32) | @Test method buildDBObjectFromTreeWithSubNodes (line 50) | @Test method buildDBObjectFromTreeWithSubList (line 70) | @Test method getObjectIdFromANode (line 88) | @Test method findDocumentFromANode (line 102) | @Test FILE: src/test/java/org/codinjutsu/tools/nosql/redis/logic/RedisClientTest.java class RedisClientTest (line 30) | public class RedisClientTest { method loadWithEmptyFilter (line 34) | @Test method loadWithFilter (line 67) | @Test method setUp (line 91) | @Before method tearDown (line 99) | public void tearDown() throws Exception { FILE: src/test/java/org/codinjutsu/tools/nosql/redis/view/RedisPanelTest.java class RedisPanelTest (line 43) | public class RedisPanelTest { method tearDown (line 53) | @After method setUp (line 58) | @Before method displayTreeWithEachSupportedKeyType (line 74) | @Test method testDisplayTreeWithFragmentedKey (line 102) | @Test method createRedisResults (line 137) | private RedisResult createRedisResults() { FILE: src/test/java/org/codinjutsu/tools/nosql/redis/view/ServerConfigurationPanelTest.java class ServerConfigurationPanelTest (line 40) | public class ServerConfigurationPanelTest { method setUp (line 50) | @Before method tearDown (line 66) | @After method createRedisConfiguration (line 71) | @Test method loadRedisConfiguration (line 99) | @Test