Searched refs:getText (Results 1 - 9 of 9) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DLine.java97 return this.getText().equals(((Line) other).getText());
105 return getText().hashCode();
113 final Object getText() method in class:Line
H A DTrunkNode.java182 for (int it = 0; it < getText().length; it++)
184 original.add(new Line(this, getText()[it]));
H A DLines.java148 Object o = l.getText();
H A DArchive.java768 if (!n.getVersion().isGhost() && n.getText() != null)
1114 deltaText = Diff.diff(text, head.getText()).toRCSString(RCS_NEWLINE);
H A DNode.java852 public final Object[] getText() method in class:Node
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSummary.java37 public String getText() { return text; } method in class:Summary.Fragment
/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java773 if (!filePath.equals(logFilePathField.getText())) {
775 new Attribute("FileLogPath", logFilePathField.getText());
778 filePath = logFilePathField.getText();
794 if (!publishURL.equals(this.publishHostField.getText())) {
796 new Attribute("PublishServerURL", publishHostField.getText());
799 publishURL = publishHostField.getText();
801 if (!configurationFile.equals(configFileField.getText())) {
803 new Attribute("ConfigurationFile", configFileField.getText());
806 configurationFile = configFileField.getText();
855 config.setSourceRoot(this.sourceRootField.getText());
[all...]
H A DSettingsFrame.java83 //properties.setProperty(SettingsPersistence.USERNAMEKEY, userTextField.getText());
87 properties.setProperty(Constants.JMX_URL, agentURLField.getText());
88 properties.setProperty(SettingsPersistence.INDEXTIMEOUTKEY, indexingTimeoutField.getText());
89 properties.setProperty(SettingsPersistence.CONNECTIONTIMEOUTKEY, connTimeoutField.getText());
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 42 milliseconds