Method getClientProperty(Object key)
Return type:
java.lang.Object
Member of:
javax.swing.JComponent
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
if ("new".equals(getClientProperty("xml-edit-mode"))) { // NOI18N
2
if ("new".equals(getClientProperty("xml-edit-mode"))) { // NOI18N
3
return ((Boolean) ((JComponent) c).getClientProperty("isLocked")).booleanValue();
4
String tsql = (tab == null ? "" : (String) tab.getClientProperty("raw-sql"));
5
CougaarUI cui = (CougaarUI)ifs[i].getClientProperty("CougaarUI");
6
PropertyView view = (PropertyView)source.getClientProperty("PropertyView");
7
(MouseListener)upArrow.getClientProperty("UPLISTENER"));
8
View v = (View)b.getClientProperty("html");
9
Object value = scrollPane.getClientProperty(Options.IS_ETCHED_KEY);
10
bg = (CompiereColor)c.getClientProperty(CompierePLAF.BACKGROUND);
11
View v = (View) c.getClientProperty(BasicHTML.propertyKey);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.