Home
last modified time | relevance | path

Searched refs:PoListModify (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGuiRoot.java101 public ButtonShadow PoListModify; field in KdcGuiRoot
1905 PoListModify = new ButtonShadow(); in KdcGuiRoot()
1906 PoListModify.set("name", "PoListModify"); in KdcGuiRoot()
1907 gbpanel9.add(PoListModify); in KdcGuiRoot()
1908 PoListModify.set("GBConstraints", new GBConstraints("x=0;y=0")); in KdcGuiRoot()
1909 PoListModify.set("text", "Modify"); in KdcGuiRoot()
H A DKdcGui.java696 gui.PoListModify.set("text" /* NOI18N */, getString("Modify")); in initMainStrings()
2052 gui.PoListModify.set("enabled" /* NOI18N */, b); in poSelValid()
3331 o = gui.PoListModify.getBody(); in setupMainNormalListeners()
3784 o = gui.PoListModify.getBody(); in setupMainHelpListeners()
5310 gui.PoListModify.set("enabled" /* NOI18N */, off); in reactToPrivs()