Author: dgolovin
Date: 2009-03-03 20:13:06 -0500 (Tue, 03 Mar 2009)
New Revision: 13968
Added:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/widgets/NoTextBorderSettings.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-3574 settings without borders were added
Added:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/widgets/NoTextBorderSettings.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/widgets/NoTextBorderSettings.java
(rev 0)
+++
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/widgets/NoTextBorderSettings.java 2009-03-04
01:13:06 UTC (rev 13968)
@@ -0,0 +1,23 @@
+/*******************************************************************************
+ * Copyright (c) 2007 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at
http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+package org.jboss.tools.common.model.ui.widgets;
+
+/**
+ * @author eskimo
+ *
+ */
+public class NoTextBorderSettings extends DefaultSettings {
+
+ public NoTextBorderSettings() {
+ super();
+ put("Text.border", (Object)null);
+ }
+}
Property changes on:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/widgets/NoTextBorderSettings.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain