com.jidesoft.swing.WholeWordsSupport Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jide-oss Show documentation
Show all versions of jide-oss Show documentation
JIDE Common Layer (Professional Swing Components)
/*
* @(#)WholeWordsSupport.java 2/6/2013
*
* Copyright 2002 - 2013 JIDE Software Inc. All rights reserved.
*/
package com.jidesoft.swing;
/**
* An interface to support whole words.
*
* @since 3.5.2
*/
public interface WholeWordsSupport {
public boolean isWholeWords();
public void setWholeWords(boolean wholeWords);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy