Skip to content

Commit

Permalink
Merge pull request #5984 from mbien/smo-augmented-index
Browse files Browse the repository at this point in the history
use SMO service for class name and SHA1 queries.
  • Loading branch information
mbien authored May 29, 2023
2 parents 836fea4 + 950911d commit 69716a2
Show file tree
Hide file tree
Showing 12 changed files with 651 additions and 151 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
# specific language governing permissions and limitations
# under the License.

LBL_Class_Name=Class Name
LBL_Class_Name=Class Name or Package:
LBL_Matching_artifacts=Matching Artifacts
SearchDependencyUI.cbSearchLocal.text=local search
SearchDependencyUI.lblSelected.text=
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,16 @@
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="1" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="1" attributes="0">
<Component id="lblSelected" alignment="0" min="-2" pref="430" max="-2" attributes="0"/>
<Component id="treeView" alignment="0" pref="430" max="32767" attributes="0"/>
<Component id="txtClassName" alignment="1" pref="430" max="32767" attributes="0"/>
<Component id="lblMatchingArtifacts" alignment="0" pref="430" max="32767" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="treeView" alignment="0" max="32767" attributes="0"/>
<Component id="lblMatchingArtifacts" alignment="0" max="32767" attributes="0"/>
<Component id="lblClassName" alignment="0" pref="430" max="32767" attributes="0"/>
<Component id="txtClassName" alignment="0" max="32767" attributes="0"/>
<Group type="102" alignment="0" attributes="0">
<Component id="lblSelected" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="cbSearchLocal" min="-2" max="-2" attributes="0"/>
</Group>
</Group>
<EmptySpace max="-2" attributes="0"/>
</Group>
Expand All @@ -59,10 +63,14 @@
<Component id="txtClassName" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" max="-2" attributes="0"/>
<Component id="lblMatchingArtifacts" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" max="-2" attributes="0"/>
<Component id="treeView" pref="214" max="32767" attributes="0"/>
<EmptySpace min="-2" max="-2" attributes="0"/>
<Component id="lblSelected" min="-2" pref="14" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="treeView" pref="284" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="cbSearchLocal" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="lblSelected" alignment="3" max="32767" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
Expand Down Expand Up @@ -100,7 +108,26 @@
</Property>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="lblSelected">
<Component class="javax.swing.JCheckBox" name="cbSearchLocal">
<Properties>
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
<ResourceString bundle="org/netbeans/modules/maven/hints/ui/Bundle.properties" key="SearchDependencyUI.cbSearchLocal.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
</Property>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cbSearchLocalActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JTextField" name="lblSelected">
<Properties>
<Property name="editable" type="boolean" value="false"/>
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
<ResourceString bundle="org/netbeans/modules/maven/hints/ui/Bundle.properties" key="SearchDependencyUI.lblSelected.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
</Property>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="null"/>
</Property>
</Properties>
</Component>
</SubComponents>
</Form>
Loading

0 comments on commit 69716a2

Please sign in to comment.