TextualDisplay.java (34dd1e25) TextualDisplay.java (fb0b81f5)
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

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

105 + xContext.getAccessibleDescription() + "\n";
106
107 showStates (xContext, sIndentation);
108 }
109
110
111
112
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

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

105 + xContext.getAccessibleDescription() + "\n";
106
107 showStates (xContext, sIndentation);
108 }
109
110
111
112
113 /** Show a list of all of the the given object's states. Use the
113 /** Show a list of all of the given object's states. Use the
114 NameConverter class to transform the numerical state ids into human
115 readable names.
116 @param xContext
117 The accessible context for which to show the state names.
118 */
119 private void showStates (XAccessibleContext xContext, String sIndentation)
120 {
121 // Get the state set object...

--- 98 unchanged lines hidden ---
114 NameConverter class to transform the numerical state ids into human
115 readable names.
116 @param xContext
117 The accessible context for which to show the state names.
118 */
119 private void showStates (XAccessibleContext xContext, String sIndentation)
120 {
121 // Get the state set object...

--- 98 unchanged lines hidden ---