Searched refs:DISPLAY_REMOVE_ALL (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java84 public static final int DISPLAY_REMOVE_ALL = 0x001; field in class:AddRemovePanel
101 this(DISPLAY_REMOVE_ALL | DISPLAY_ADD_ALL, theClass);
209 if ((displayOptions & DISPLAY_REMOVE_ALL) != 0)
282 if ((displayOptions & DISPLAY_REMOVE_ALL) != 0)
H A DDoubleAddRemovePanel.java96 public static final int DISPLAY_REMOVE_ALL = 0x001; field in class:DoubleAddRemovePanel
113 this(DISPLAY_REMOVE_ALL | DISPLAY_ADD_ALL, theClass);
235 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
296 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
381 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
416 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
443 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java83 public static final int DISPLAY_REMOVE_ALL = 0x001; field in class:AddRemovePanel
100 this(DISPLAY_REMOVE_ALL | DISPLAY_ADD_ALL, theClass);
208 if ((displayOptions & DISPLAY_REMOVE_ALL) != 0)
281 if ((displayOptions & DISPLAY_REMOVE_ALL) != 0)
H A DDoubleAddRemovePanel.java95 public static final int DISPLAY_REMOVE_ALL = 0x001; field in class:DoubleAddRemovePanel
112 this(DISPLAY_REMOVE_ALL | DISPLAY_ADD_ALL, theClass);
234 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
295 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
380 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
415 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
442 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java84 public static final int DISPLAY_REMOVE_ALL = 0x001; field in class:AddRemovePanel
101 this(DISPLAY_REMOVE_ALL | DISPLAY_ADD_ALL, theClass);
209 if ((displayOptions & DISPLAY_REMOVE_ALL) != 0)
282 if ((displayOptions & DISPLAY_REMOVE_ALL) != 0)
H A DDoubleAddRemovePanel.java96 public static final int DISPLAY_REMOVE_ALL = 0x001; field in class:DoubleAddRemovePanel
113 this(DISPLAY_REMOVE_ALL | DISPLAY_ADD_ALL, theClass);
235 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
296 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
381 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
416 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
443 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java83 public static final int DISPLAY_REMOVE_ALL = 0x001; field in class:AddRemovePanel
100 this(DISPLAY_REMOVE_ALL | DISPLAY_ADD_ALL, theClass);
208 if ((displayOptions & DISPLAY_REMOVE_ALL) != 0)
281 if ((displayOptions & DISPLAY_REMOVE_ALL) != 0)
H A DDoubleAddRemovePanel.java95 public static final int DISPLAY_REMOVE_ALL = 0x001; field in class:DoubleAddRemovePanel
112 this(DISPLAY_REMOVE_ALL | DISPLAY_ADD_ALL, theClass);
234 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
295 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
380 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
415 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
442 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java84 public static final int DISPLAY_REMOVE_ALL = 0x001; field in class:AddRemovePanel
101 this(DISPLAY_REMOVE_ALL | DISPLAY_ADD_ALL, theClass);
209 if ((displayOptions & DISPLAY_REMOVE_ALL) != 0)
282 if ((displayOptions & DISPLAY_REMOVE_ALL) != 0)
H A DDoubleAddRemovePanel.java96 public static final int DISPLAY_REMOVE_ALL = 0x001; field in class:DoubleAddRemovePanel
113 this(DISPLAY_REMOVE_ALL | DISPLAY_ADD_ALL, theClass);
235 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
296 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
381 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
416 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
443 if ((displayOptions &= DISPLAY_REMOVE_ALL) != 0)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java84 public static final int DISPLAY_REMOVE_ALL = 0x001; field in class:AddRemovePanel
101 this(DISPLAY_REMOVE_ALL | DISPLAY_ADD_ALL, theClass);
201 if ((displayOptions & DISPLAY_REMOVE_ALL) != 0)
268 if ((displayOptions & DISPLAY_REMOVE_ALL) != 0)
H A DDoubleAddRemovePanel.java95 public static final int DISPLAY_REMOVE_ALL = 0x001; field in class:DoubleAddRemovePanel
112 this(DISPLAY_REMOVE_ALL | DISPLAY_ADD_ALL, theClass);
226 displayOptions &= DISPLAY_REMOVE_ALL;
287 displayOptions &= DISPLAY_REMOVE_ALL;
366 displayOptions &= DISPLAY_REMOVE_ALL;
401 displayOptions &= DISPLAY_REMOVE_ALL;
430 displayOptions &= DISPLAY_REMOVE_ALL;

Completed in 32 milliseconds