Searched refs:getClientProperty (Results 1 - 25 of 113) sorted by relevance

12345

/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A DFullScreenHandler.java46 final Object value = window.getRootPane().getClientProperty(CLIENT_PROPERTY);
61 final Object value = window.getRootPane().getClientProperty(CLIENT_PROPERTY);
67 final Object value = window.getRootPane().getClientProperty(CLIENT_PROPERTY);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonUI.java74 final Object borderProp = b.getClientProperty(BUTTON_TYPE);
82 final Object segmentProp = b.getClientProperty(SEGMENTED_BUTTON_POSITION);
87 b.setBorder(AquaButtonExtendedTypes.getBorderForPosition(b, b.getClientProperty(BUTTON_TYPE), segmentProp));
145 final Object prop = b.getClientProperty(BUTTON_TYPE);
161 return button.getClientProperty(BUTTON_TYPE) != null;
206 final BasicButtonListener listener = (BasicButtonListener)b.getClientProperty(this);
219 final BasicButtonListener listener = (BasicButtonListener)b.getClientProperty(this);
224 final AquaButtonListener listener = (AquaButtonListener)b.getClientProperty(this);
312 final View v = (View)c.getClientProperty(BasicHTML.propertyKey);
432 final View v = (View)c.getClientProperty(BasicHTM
[all...]
H A DAquaTextFieldSearch.java86 return SEARCH_VARIANT_VALUE.equals(c.getClientProperty(VARIANT_KEY));
90 return (c.getClientProperty(FIND_POPUP_KEY) instanceof JPopupMenu);
125 return (text.getClientProperty(FIND_POPUP_KEY) == null) ?
193 final Object findPopup = c.getClientProperty(FIND_POPUP_KEY);
207 final Object findAction = c.getClientProperty(FIND_ACTION_KEY);
246 final Object prompt = text.getClientProperty(PROMPT_KEY);
256 final Object cancelAction = c.getClientProperty(CANCEL_ACTION_KEY);
H A DAquaLabelUI.java94 final Object colorProperty = label.getClientProperty(DISABLED_COLOR_KEY);
H A DClientPropertyApplicator.java58 final Object value = target.getClientProperty(propName);
H A DAquaMenuItemUI.java166 apply(menuItem, menuItem.getClientProperty(CLIENT_PROPERTY_KEY));
198 return "indeterminate".equals(menuItem.getClientProperty(CLIENT_PROPERTY_KEY));
H A DAquaTableHeaderUI.java76 tickle(target, value, target.getClientProperty("JTableHeader.sortDirection"));
81 tickle(target, target.getClientProperty("JTableHeader.selectedColumn"), value);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicToolTipUI.java143 View v = (View) c.getClientProperty(BasicHTML.propertyKey);
166 View v = (c != null) ? (View) c.getClientProperty("html") : null;
180 View v = (View) c.getClientProperty(BasicHTML.propertyKey);
189 View v = (View) c.getClientProperty(BasicHTML.propertyKey);
H A DBasicHTML.java56 Object base = c.getClientProperty(documentBaseKey);
102 View view = (View)c.getClientProperty(BasicHTML.propertyKey);
204 View oldValue = (View)c.getClientProperty(BasicHTML.propertyKey);
205 Boolean htmlDisabled = (Boolean) c.getClientProperty(htmlDisable);
H A DBasicEditorPaneUI.java187 getClientProperty(JEditorPane.HONOR_DISPLAY_PROPERTIES);
221 getClientProperty(JEditorPane.HONOR_DISPLAY_PROPERTIES);
223 Object w3cLengthUnitsObject = c.getClientProperty(JEditorPane.
H A DBasicButtonUI.java220 View v = (View) c.getClientProperty(BasicHTML.propertyKey);
367 View v = (View) c.getClientProperty(BasicHTML.propertyKey);
381 View v = (View) c.getClientProperty(BasicHTML.propertyKey);
420 if (c.getClientProperty(BasicHTML.propertyKey) != null) {
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsDesktopManager.java71 (f.getClientProperty("JInternalFrame.frameType") !=
H A DWindowsPopupMenuUI.java128 c.getClientProperty(BASICMENUITEMUI_MAX_TEXT_OFFSET);
216 if (c.getClientProperty(GUTTER_OFFSET_KEY) != null) {
H A DWindowsPopupMenuSeparatorUI.java58 ((JComponent) parent).getClientProperty(
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthEditorPaneUI.java69 c.getClientProperty(JEditorPane.HONOR_DISPLAY_PROPERTIES);
90 c.getClientProperty(JEditorPane.HONOR_DISPLAY_PROPERTIES);
H A DSynthArrowButton.java123 getClientProperty("JComponent.sizeVariant");
H A DSynthToolTipUI.java183 View v = (View)tip.getClientProperty(BasicHTML.propertyKey);
210 View v = (c != null) ? (View) c.getClientProperty("html") : null;
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJToolTip.java272 description = (String)getClientProperty(AccessibleContext.ACCESSIBLE_DESCRIPTION_PROPERTY);
H A DJLabel.java1084 name = (String)getClientProperty(AccessibleContext.ACCESSIBLE_NAME_PROPERTY);
1151 View view = (View)JLabel.this.getClientProperty("html");
1170 View view = (View) JLabel.this.getClientProperty("html");
1197 View view = (View) JLabel.this.getClientProperty("html");
1224 View view = (View) JLabel.this.getClientProperty("html");
1427 View view = (View) JLabel.this.getClientProperty("html");
1485 View view = (View) JLabel.this.getClientProperty("html");
H A DJLayeredPane.java203 getClientProperty(LAYER_PROPERTY)) != null))
310 if((i = (Integer)c.getClientProperty(LAYER_PROPERTY)) != null)
393 i = (Integer)((JComponent)c).getClientProperty(LAYER_PROPERTY);
H A DJPasswordField.java227 if (getClientProperty("JPasswordField.cutCopyAllowed") != Boolean.TRUE) {
243 if (getClientProperty("JPasswordField.cutCopyAllowed") != Boolean.TRUE) {
H A DDefaultListCellRenderer.java259 && getClientProperty(javax.swing.plaf.basic.BasicHTML.propertyKey) != null)) {
/openjdk7/jdk/src/macosx/classes/com/apple/eawt/event/
H A DGestureHandler.java45 final Object value = component.getClientProperty(CLIENT_PROPERTY);
60 final Object value = component.getClientProperty(CLIENT_PROPERTY);
185 final Object value = ((JComponent)c).getClientProperty(CLIENT_PROPERTY);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java319 prop = rootpane.getClientProperty(WINDOW_BRUSH_METAL_LOOK);
325 prop = rootpane.getClientProperty(WINDOW_DOC_MODAL_SHEET);
331 prop = rootpane.getClientProperty(WINDOW_STYLE);
335 if (target.isAlwaysOnTop() && rootpane.getClientProperty(WINDOW_HIDES_ON_DEACTIVATE) == null) {
344 prop = rootpane.getClientProperty(WINDOW_HIDES_ON_DEACTIVATE);
349 prop = rootpane.getClientProperty(WINDOW_CLOSEABLE);
354 prop = rootpane.getClientProperty(WINDOW_MINIMIZABLE);
359 prop = rootpane.getClientProperty(WINDOW_ZOOMABLE);
364 prop = rootpane.getClientProperty(WINDOW_FULLSCREENABLE);
369 prop = rootpane.getClientProperty(WINDOW_SHADO
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DVariableGridLayout.java55 Boolean b = (Boolean)c.getClientProperty("VariableGridLayout.fillRow");
60 Boolean b = (Boolean)c.getClientProperty("VariableGridLayout.fillColumn");

Completed in 87 milliseconds

12345