ObjectInspectorModelImpl.java (ef39d40d) ObjectInspectorModelImpl.java (170fb961)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 85 unchanged lines hidden (view full) ---

94 return false;
95 }
96
97 /** returns minimum number of lines in the help text section.
98 @return 3
99 */
100 public int getMinHelpTextLines() {
101 return 3;
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 85 unchanged lines hidden (view full) ---

94 return false;
95 }
96
97 /** returns minimum number of lines in the help text section.
98 @return 3
99 */
100 public int getMinHelpTextLines() {
101 return 3;
102 };
102 }
103
104 /** returns maximum number of lines in the help text section.
105 @return 8
106 */
107 public int getMaxHelpTextLines() {
108 return 8;
103
104 /** returns maximum number of lines in the help text section.
105 @return 8
106 */
107 public int getMaxHelpTextLines() {
108 return 8;
109 };
109 }
110
111 /** returns whether or not the inspector's UI should be read-only
112 */
113 public boolean getIsReadOnly() {
114 return false;
115 }
116
117 /** sets the inspector's read-only state

--- 23 unchanged lines hidden ---
110
111 /** returns whether or not the inspector's UI should be read-only
112 */
113 public boolean getIsReadOnly() {
114 return false;
115 }
116
117 /** sets the inspector's read-only state

--- 23 unchanged lines hidden ---