public class HistoryText
extends java.lang.Object
Constructor and Description |
---|
HistoryText(Composite parent,
int style,
IHistory<java.lang.String> history) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(int evenType,
Listener listener) |
void |
append(java.lang.String string) |
int |
getCharCount() |
CCombo |
getCombo() |
IHistory<java.lang.String> |
getHistory() |
int |
getLineCount() |
java.lang.String |
getLineDelimiter() |
int |
getLineHeight() |
java.lang.String |
getText() |
java.lang.String |
getText(boolean addHistory) |
protected void |
historyChanged() |
boolean |
isDropped() |
void |
removeListener(int evenType,
Listener listener) |
boolean |
setFocus() |
void |
setText(java.lang.String string) |
public IHistory<java.lang.String> getHistory()
public CCombo getCombo()
public void append(java.lang.String string)
public int getCharCount()
public int getLineCount()
public java.lang.String getLineDelimiter()
public int getLineHeight()
public java.lang.String getText(boolean addHistory)
public java.lang.String getText()
public void setText(java.lang.String string)
public boolean setFocus()
public boolean isDropped()
protected void historyChanged()
public void addListener(int evenType, Listener listener)
public void removeListener(int evenType, Listener listener)
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are 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