Package | Description |
---|---|
ilog.views.graphic |
Contains the predefined graphic objects of JViews.
|
ilog.views.objectinteractor |
Provides the predefined interactors for a graphic object.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvFilledLabel
A label with a colored background.
|
class |
IlvLabel
IlvLabel represents a simple graphic object that shows a single
line of text. |
class |
IlvText
IlvText represents a customizable multiline text label. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvText.Editor.copySelection(IlvTextInterface text,
int startIndex,
int endIndex)
Copies the region from the input text object to the clipboard.
|
protected void |
IlvText.Editor.deleteSelection(IlvTextInterface text,
int startIndex,
int endIndex)
Delete the region from the input text object.
|
protected void |
IlvText.Editor.replaceSelection(IlvTextInterface text,
int startIndex,
int endIndex,
AttributedString s)
Replace the region from the input text object.
|
protected void |
IlvText.Editor.replaceSelection(IlvTextInterface text,
int startIndex,
int endIndex,
String s)
Replace the region from the input text object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvTextEditor.copySelection(IlvTextInterface text,
int startIndex,
int endIndex)
Copies the region from the input text object to the clipboard.
|
protected void |
IlvTextEditor.deleteSelection(IlvTextInterface text,
int startIndex,
int endIndex)
Delete the region from the input text object.
|
protected void |
IlvTextEditor.replaceSelection(IlvTextInterface text,
int startIndex,
int endIndex,
AttributedString s)
Replace the region from the input text object.
|
protected void |
IlvTextEditor.replaceSelection(IlvTextInterface text,
int startIndex,
int endIndex,
String s)
Replace the region from the input text object.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.