Package | Description |
---|---|
csheets.ext |
Provides an extension mechanism for the application.
|
csheets.ext.assertion |
Provides support for user-specified and system-generated assertions.
|
csheets.ext.assertion.ui |
Provides UI components for displaying and providing editing of assertions.
|
csheets.ext.comments |
Provides an extension to support comments on cells.
|
csheets.ext.comments.ui |
Provides the UI of an extension to support comments on cells.
|
csheets.ext.database | |
csheets.ext.database.ui | |
csheets.ext.deptree |
Provides customized JTree components for displaying dependencies between cells.
|
csheets.ext.share |
An extension to share cells throw network.
|
csheets.ext.share.ui |
The package of the Sharing Extension UI.
|
csheets.ext.simple |
Provides an example of how to build a simple extension.
|
csheets.ext.simple.ui |
Provides the UI for the simple extension.
|
csheets.ext.style |
Provides support for cell style, i.e. font, format, alignment, color and border.
|
csheets.ext.style.ui |
Provides UI components for setting cell style.
|
csheets.ext.test |
Provides support for test cases and test case parameters.
|
csheets.ext.test.ui |
Provides specialized JTable components for displaying and providing editing of
test cases and test case parameters.
|
csheets.ui.ctrl |
Provides controllers and actions for the user interface.
|
csheets.ui.ext |
Provides an extension mechanism for the application's user interface.
|
Modifier and Type | Method and Description |
---|---|
UIExtension |
Extension.getUIExtension(UIController uiController)
Returns the user interface extension of this extension.
|
Modifier and Type | Method and Description |
---|---|
UIExtension |
AssertionExtension.getUIExtension(UIController uiController)
Returns a user interface extension for assertions.
|
Modifier and Type | Class and Description |
---|---|
class |
AssertionUIExtension
The user interface extension for assertions.
|
Modifier and Type | Method and Description |
---|---|
UIExtension |
CommentsExtension.getUIExtension(UIController uiController)
Returns the user interface extension of this extension
|
Modifier and Type | Class and Description |
---|---|
class |
UIExtensionComments
This class implements the UI interface extension for the comments extension.
|
Modifier and Type | Method and Description |
---|---|
UIExtension |
DatabaseExtension.getUIExtension(UIController uiController)
returns the GUI for this extension
|
Modifier and Type | Class and Description |
---|---|
class |
UIDatabaseExtension
UI extension that offers database options (export, import and update)
|
Modifier and Type | Class and Description |
---|---|
class |
DependencyTreeUIExtension
The user interface extension for dependency trees.
|
Modifier and Type | Method and Description |
---|---|
UIExtension |
DependencyTreeExtension.getUIExtension(UIController uiController)
Returns a user interface extension for dependency trees.
|
Modifier and Type | Method and Description |
---|---|
UIExtension |
SharingExtension.getUIExtension(UIController uiController) |
Modifier and Type | Class and Description |
---|---|
class |
UISharingExtension
This class implements the UI interface extension for the sharing extension.
|
Modifier and Type | Method and Description |
---|---|
UIExtension |
ExtensionExample.getUIExtension(UIController uiController)
Returns the user interface extension of this extension (an instance of the class
UIExtensionExample ). |
Modifier and Type | Class and Description |
---|---|
class |
UIExtensionExample
This class implements the UI interface extension for the simple extension.
|
Modifier and Type | Method and Description |
---|---|
UIExtension |
StyleExtension.getUIExtension(UIController uiController)
Returns a user interface extension for style.
|
Modifier and Type | Class and Description |
---|---|
class |
StyleUIExtension
The user interface extension for style.
|
Modifier and Type | Method and Description |
---|---|
UIExtension |
TestExtension.getUIExtension(UIController uiController)
Returns a user interface extension for testing.
|
Modifier and Type | Class and Description |
---|---|
class |
TestUIExtension
The user interface extension for tests.
|
Modifier and Type | Method and Description |
---|---|
UIExtension[] |
UIController.getExtensions()
Returns the user interface extensions that have been loaded.
|
Constructor and Description |
---|
CellDecoratorAction(UIExtension extension)
Creates a new cell decorator action.
|
ComponentAction(UIExtension extension,
JComponent component,
String componentKey)
Creates a new component action.
|
SideBarAction(UIExtension extension,
JComponent component)
Creates a new side bar action.
|
TableDecoratorAction(UIExtension extension)
Creates a new table decorator action.
|