/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
implements ComponentFactory, KeyboardFocusManagerPeerProvider {
};
if (tk instanceof ComponentFactory) {
}
}
return tk;
}
/*
* Component peer objects.
*/
/* Lightweight implementation of Canvas and Panel */
}
}
/*
* Component peer objects - unsupported.
*/
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws InvalidDnDOperationException {
throw new InvalidDnDOperationException("Headless environment");
}
throws AWTException, HeadlessException {
throw new HeadlessException();
}
// See 6833019.
return kfmPeer;
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
public boolean isTraySupported() {
return false;
}
throws HeadlessException {
throw new HeadlessException();
}
/*
* Headless toolkit - unsupported.
*/
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
public int getScreenResolution()
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
public int getMenuShortcutKeyMask()
throws HeadlessException {
throw new HeadlessException();
}
throws UnsupportedOperationException {
throw new HeadlessException();
}
throws UnsupportedOperationException {
throw new HeadlessException();
}
throws IndexOutOfBoundsException, HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
public int getMaximumCursorColors()
throws HeadlessException {
throw new HeadlessException();
}
public <T extends DragGestureRecognizer> T
{
return null;
}
public int getScreenHeight()
throws HeadlessException {
throw new HeadlessException();
}
public int getScreenWidth()
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
protected boolean isDynamicLayoutSet()
throws HeadlessException {
throw new HeadlessException();
}
public boolean isDynamicLayoutActive()
throws HeadlessException {
throw new HeadlessException();
}
throws HeadlessException {
throw new HeadlessException();
}
/*
* Printing
*/
// Should never happen
throw new HeadlessException();
}
throw new NullPointerException("frame must not be null");
}
{
// Should never happen
throw new HeadlessException();
}
throw new NullPointerException("frame must not be null");
}
/*
* Headless toolkit - supported.
*/
public void sync() {
// Do nothing
}
public void beep() {
// Send alert character
}
/*
* Event Queue
*/
return SunToolkit.getSystemEventQueueImplPP();
}
/*
* Images.
*/
}
public boolean prepareImage(
}
}
}
}
}
}
}
}
/*
* Fonts
*/
if (componentFactory != null) {
}
return null;
}
}
return tk.getFontList();
}
/*
* Desktop properties
*/
}
}
/*
* Modality
*/
return false;
}
return false;
}
/*
* Always on top
*/
public boolean isAlwaysOnTopSupported() {
return false;
}
/*
* AWT Event listeners
*/
long eventMask) {
}
}
return tk.getAWTEventListeners();
}
}
public boolean isDesktopSupported() {
return false;
}
throws HeadlessException{
throw new HeadlessException();
}
throw new HeadlessException();
}
}