All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractClientProxyChannel |
Deprecated. |
| AbstractWebSocket |
Base class for additional implementations for the server as well as the client
|
| AbstractWrappedByteChannel |
|
| AC |
A constraint that holds the column or row constraints for the grid.
|
| AnimSpec |
|
| ArcGen |
|
| Attribute |
Class to wrap Attributes for DataFields, so we can have
double/integer/boolean attributes
|
| BarListDesc |
|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.
|
| Base64.OutputStream |
A Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.
|
| BBArrayList<T> |
A java.util.ArrayList providing the same method names as the BBjVector class.
|
| BBComponent |
|
| BBComponentWrapper |
|
| BBContainer |
|
| BBContainerWrapper |
|
| BBjNamespaceConstantsResolver |
|
| BBjSearchGizmo |
|
| BBjSearchGizmoDoc |
|
| BBMigPane |
Manages BBj graphical components with MigLayout
|
| BBTemplateProvider |
protected inner util class
|
| BCBinder |
|
| BinaryFrame |
Class to represent a binary frame
|
| BoundSize |
A size that contains minimum, preferred and maximum size of type UnitValue.
|
| BusinessComponent |
Interface to represent a BusinessComponent
|
| ByteBufferUtils |
Utility class for ByteBuffers
|
| CC |
A simple value holder for one component's constraint.
|
| Charsetfunctions |
|
| ClientHandshake |
The interface for a client handshake
|
| ClientHandshakeBuilder |
The interface for building a handshake for the client
|
| CloseableWrapper<T extends AutoCloseable> |
|
| CloseFrame |
Class to represent a close frame
|
| ColorShader |
|
| ColumnConfiguration |
Provides the attributes and methods needed to manage a particular column in a
spread sheet.
|
| ColumnConfigurationBuilder |
Builder pattern implementation for class ColumnConfiguration
|
| ColumnWidthCalculator |
Calculates the column width
|
| CommonDataTypeSeeder |
|
| ComponentsCharacterEscapes |
|
| ComponentWrapper |
A class that wraps the important parts of a Component.
|
| CompressionExtension |
Implementation for a compression extension specified by https://tools.ietf.org/html/rfc7692
|
| ConfigurationsBC |
Will handle a VKEYED config file that will store and provide configurations.
|
| Constants |
|
| ConstantsResolver |
|
| ConstraintParser |
Parses string constraints.
|
| ContainerWrapper |
A class that wraps a container that contains components.
|
| ContinuousFrame |
Class to represent a continuous frame
|
| ControlFrame |
Abstract class to represent control frames
|
| ConversionRuleSet |
|
| CrossEventDispatcher |
|
| CsvExport |
|
| CustomSSLWebSocketServerFactory |
WebSocketFactory that can be configured to only support specific protocols and cipher suites.
|
| DatabaseConfiguration |
|
| DataField |
The DataField class is an object container class which provides multiple cast
methods to retrieve the initially stored object in different formats / types.
|
| DataFieldComparator |
This is not a DataFieldComparator, it's a DataFieldComparator
|
| DataFieldConverter |
|
| DataFieldNotFoundException |
|
| DataFrame |
Abstract class to represent data frames
|
| DataRow |
A DataRow is a container object with key/value pairs.
|
| DataRowJsonMapper |
|
| DataRowMatcher |
|
| DataRowMatcherProvider |
|
| DataRowMultifieldComparator |
|
| DataRowQueryMatcher |
|
| DataRowRegexMatcher |
|
| DataRowWriter |
|
| DataTree |
|
| DefaultExtension |
Class which represents the normal websocket implementation specified by rfc6455.
|
| DefaultSSLWebSocketServerFactory |
|
| DefaultWebSocketServerFactory |
|
| DimConstraint |
A simple value holder for a constraint for one dimension.
|
| Draft |
Base class for everything of a websocket specification which is not common such as the way the handshake is read or frames are transfered.
|
| Draft_6455 |
Implementation for the RFC 6455 websocket protocol
This is the recommended class for your websocket connection
|
| Draft.CloseHandshakeType |
Enum which represents type of handshake is required for a close
|
| Draft.HandshakeState |
Enum which represents the states a handshake may be in
|
| ExpressionMatcher |
|
| Framedata |
The interface for the frame
|
| Framedata.Opcode |
Enum which contains the different valid opcodes
|
| FramedataImpl1 |
Abstract implementation of a frame
|
| Grid |
Holds components in a grid.
|
| HandshakeBuilder |
The interface for building a handshake
|
| Handshakedata |
The interface for the data of a handshake
|
| HandshakedataImpl1 |
Implementation of a handshake builder
|
| HandshakeImpl1Client |
Implementation for a client handshake
|
| HandshakeImpl1Server |
Implementation for a server handshake
|
| HtmlExport |
|
| IBCBound |
|
| IconColorizer |
|
| IConfigurationsBC |
This interface has to be implemented by BCs in order to work with the configurationW widget plugin.
|
| IConversionRule |
|
| IExtension |
Interface which specifies all required methods to develop a websocket extension.
|
| InCellGapProvider |
An interface to implement if you want to decide the gaps between two types of components within the same cell.
|
| IncompleteException |
Exception which indicates that the frame is not yet complete
|
| IncompleteHandshakeException |
exception which indicates that a incomplete handshake was recieved
|
| InvalidDataException |
exception which indicates that a invalid data was recieved
|
| InvalidFrameException |
exception which indicates that a invalid frame was recieved (CloseFrame.PROTOCOL_ERROR)
|
| InvalidHandshakeException |
exception which indicates that a invalid handshake was recieved (CloseFrame.PROTOCOL_ERROR)
|
| IProtocol |
Interface which specifies all required methods for a Sec-WebSocket-Protocol
|
| JarLoader |
This class implements a ClassLoader that allows the dynamic addition of JAR files
You can then obtain a reference to the class by cl.LoadClass and
use the newInstance() method of the class object to call the default constructor.
|
| JDBCDataSource |
|
| JLibDataFileHandler |
Imports the data of a Data File into a com.basiscomponents.db.ResultSet
object using the BASIS JLib.
|
| JLibResultSetImporter |
Imports the data of a Data File into a com.basiscomponents.db.ResultSet
object using the BASIS JLib.
|
| JRDataSourceAdapter |
JRDataSourceResultSet
represents a ResultSet as a JRDataSource
for processing with JasperReports
|
| KeyValuePair<K,V> |
| LayoutCallback |
A class to extend if you want to provide more control over where a component is placed or the size of it.
|
| LayoutUtil |
A utility class that has only static helper methods.
|
| LC |
Contains the constraints for an instance of the LC layout manager.
|
| LimitExedeedException |
exception which indicates that the message limited was exedeeded (CloseFrame.TOOBIG)
|
| LinkHandler |
|
| ListImporter |
Importer Class to import from a List to a Resultset
|
| MultipartPost |
|
| Node |
|
| NotSendableException |
exception which indicates the frame payload is not sendable
|
| PdfExport |
|
| PingFrame |
Class to represent a ping frame
|
| PlatformDefaults |
Currently handles Windows, Mac OS X, and GNOME spacing.
|
| PongFrame |
Class to represent a pong frame
|
| PropertyReader |
|
| Props |
|
| Protocol |
Class which represents the protocol used as Sec-WebSocket-Protocol
|
| ReportDetails |
|
| RestClient |
|
| ResultSet |
The ResultSet class is a container class for DataRow objects.
|
| ResultSetExporter |
|
| ResultSetImporter |
This class provides static methods to create a
com.basiscomponents.db.ResultSet object from different formats.
|
| ResultSetIterator |
Iterator for DataRows inside a ResultSet
|
| ResultSetJsonMapper |
|
| ResultSetListener |
|
| ServerHandshake |
Interface for the server handshake
|
| ServerHandshakeBuilder |
The interface for building a handshake for the server
|
| SheetConfiguration |
Encapsulates the configurable attributes for an XLSX export
|
| SimpleConstantsResolver |
The SimpleConstantResolver provides methods to define Constants([[CONSTANT_NAME]])
with values.
|
| SimpleDataRowMatcher |
|
| SocketChannelIOHelper |
|
| SqlBCGen |
|
| SqlConnectionHelper |
Helper Class to manage Connections to SQLServers in the SQLTableBC
Do not use this class outside of basiscomponents, because a lot might
change here in the future
|
| SQLHelper |
|
| SqlQueryBC |
|
| SQLResultSet |
|
| SQLResultSetMetaData |
|
| SqlTableBC |
SqlTableBC represents a table in a database.
|
| SqlTypeNames |
|
| SSLSocketChannel |
A class that represents an SSL/TLS peer, and can be extended to create a client or a server.
|
| SSLSocketChannel2 |
Implements the relevant portions of the SocketChannel interface with the SSLEngine wrapper.
|
| StatementHelper |
internal Helper Class, do not use, because it might be changed heavily in the
future
|
| StringBoolean |
|
| StringDate_Julian |
|
| StringDate_OEM |
|
| StringDate_YYYYMMDD |
|
| StringDateTimeGuesser |
|
| StringHelper |
|
| StringTime_HHMMSS |
|
| StringTime_HMS |
|
| StringTimestamp |
|
| StringYMD |
|
| TemplateParseException |
|
| TemplateParser |
|
| TextFrame |
Class to represent a text frames
|
| Theme |
|
| TracingConfiguration |
|
| TxtExport |
|
| UnitConverter |
|
| UnitValue |
|
| ValuesUtil |
|
| VersionInfo |
Provides static methods and member variables to retrieve the BBj build information and this project's
build information(time,date, etc...).
|
| WebSocket |
|
| WebSocket.READYSTATE |
Enum which represents the state a websocket may be in
|
| WebSocket.Role |
Enum which represents the states a websocket may be in
|
| WebSocketAdapter |
This class default implements all methods of the WebSocketListener that can be overridden optionally when advances functionalities is needed.
|
| WebSocketClient |
A subclass must implement at least onOpen, onClose, and onMessage to be
useful.
|
| WebSocketFactory |
|
| WebSocketImpl |
Represents one end (client or server) of a single WebSocketImpl connection.
|
| WebSocketListener |
Implemented by WebSocketClient and WebSocketServer.
|
| WebsocketNotConnectedException |
exception which indicates the websocket is not yet connected (READYSTATE.OPEN)
|
| WebSocketServer |
WebSocketServer is an abstract class that only takes care of the
HTTP handshake portion of WebSockets.
|
| WebSocketServerFactory |
Interface to encapsulate the required methods for a websocket factory
|
| WrappedByteChannel |
|
| WsServer |
A simple WebSocketServer implementation.
|
| XlsxExport |
|
| XmlExport |
|