Searched defs:getName (Results 176 - 200 of 861) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DUnixNumericUserPrincipal.java101 public String getName() { method in class:UnixNumericUserPrincipal
163 if (this.getName().equals(that.getName()))
H A DUnixPrincipal.java83 public String getName() { method in class:UnixPrincipal
128 if (this.getName().equals(that.getName()))
H A DUserPrincipal.java81 return name.equals(((UserPrincipal)object).getName());
100 public String getName() { method in class:UserPrincipal
H A DX500Principal.java108 public String getName() { method in class:X500Principal
109 return thisX500Name.getName();
145 X500Name thatX500Name = new X500Name(that.getName());
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaField.java61 public String getName() { method in class:JavaField
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/
H A DSelectBytecodesAction.java51 public String getName() { method in class:SelectBytecodesAction
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/
H A DDiffGraphAction.java47 public String getName() { method in class:DiffGraphAction
H A DImportAction.java65 return f.getName().toLowerCase().endsWith(".xml") || f.isDirectory();
95 final ProgressHandle handle = ProgressHandleFactory.createHandle("Opening file " + file.getName());
153 public String getName() { method in class:ImportAction
H A DRemoveAction.java52 public String getName() { method in class:RemoveAction
H A DRemoveAllAction.java43 public String getName() { method in class:RemoveAllAction
H A DSaveAllAction.java47 public String getName() { method in class:SaveAllAction
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DInputBytecode.java53 public String getName() { method in class:InputBytecode
H A DProperty.java44 this(p.getName(), p.getValue());
56 public String getName() { method in class:Property
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/services/
H A DGroupOrganizer.java36 public String getName(); method in interface:GroupOrganizer
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DFilter.java38 public String getName(); method in interface:Filter
H A DSplitFilter.java48 public String getName() { method in class:SplitFilter
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/
H A DMoveFilterDownAction.java56 public String getName() { method in class:MoveFilterDownAction
H A DMoveFilterUpAction.java55 public String getName() { method in class:MoveFilterUpAction
H A DNewFilterAction.java46 public String getName() { method in class:NewFilterAction
H A DRemoveFilterAction.java66 public String getName() { method in class:RemoveFilterAction
H A DRemoveFilterSettingsAction.java42 public String getName() { method in class:RemoveFilterSettingsAction
H A DSaveFilterSettingsAction.java42 public String getName() { method in class:SaveFilterSettingsAction
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DExpandPredecessorsAction.java43 public String getName() { method in class:ExpandPredecessorsAction
H A DExpandSuccessorsAction.java43 public String getName() { method in class:ExpandSuccessorsAction
H A DExportAction.java83 if (!file.getName().contains(".")) {
100 public String getName() { method in class:ExportAction

Completed in 91 milliseconds

1234567891011>>