Package | Description |
---|---|
kawapad | |
pulsar |
TODO Write this document.
|
quartz.lib.app | |
quartz.lib.app.process | |
quartz.lib.scheme | |
quartz.lib.scheme.http |
Modifier and Type | Class and Description |
---|---|
class |
Kawapad
(Tue, 09 Jul 2019 10:28:51 +0900)
Every scheme object must be initialized by
KawapadFrame#initScheme(Scheme)
KawapadFrame#initialize() must be called before use the object.
|
class |
KawapadFrame |
Modifier and Type | Method and Description |
---|---|
ApplicationComponent |
KawapadFrame.getParentApplicationComponent() |
ApplicationComponent |
Kawapad.getParentApplicationComponent() |
Modifier and Type | Method and Description |
---|---|
void |
KawapadFrame.setParentApplicationComponent(ApplicationComponent parentApplicationComponent) |
void |
Kawapad.setParentApplicationComponent(ApplicationComponent parentApplicationComponent) |
Modifier and Type | Class and Description |
---|---|
class |
Pulsar
Pulsar is a MIDI sequencer program which is controlled by a powerful computer
language which is called Scheme.
|
class |
PulsarFrame |
Modifier and Type | Method and Description |
---|---|
ApplicationComponent |
Pulsar.getParentApplicationComponent() |
ApplicationComponent |
PulsarFrame.getParentApplicationComponent() |
Modifier and Type | Method and Description |
---|---|
void |
Pulsar.setParentApplicationComponent(ApplicationComponent parentApplicationComponent) |
void |
PulsarFrame.setParentApplicationComponent(ApplicationComponent parentApplicationComponent) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationVessel |
Modifier and Type | Method and Description |
---|---|
<T extends ApplicationComponent> |
ApplicationVessel.add(T c) |
Modifier and Type | Method and Description |
---|---|
ApplicationComponent |
ApplicationComponent.getParentApplicationComponent() |
ApplicationComponent |
ApplicationVessel.getParentApplicationComponent() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationVessel.remove(ApplicationComponent c) |
void |
ApplicationComponent.setParentApplicationComponent(ApplicationComponent parent) |
void |
ApplicationVessel.setParentApplicationComponent(ApplicationComponent parentApplicationComponent) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationVessel.addAll(java.util.Collection<? extends ApplicationComponent> cs) |
Modifier and Type | Class and Description |
---|---|
class |
JavaProcess |
Modifier and Type | Method and Description |
---|---|
ApplicationComponent |
JavaProcess.getParentApplicationComponent() |
Modifier and Type | Method and Description |
---|---|
void |
JavaProcess.setParentApplicationComponent(ApplicationComponent parent) |
Modifier and Type | Class and Description |
---|---|
class |
SchemeEngine |
class |
SchemeEvaluator |
Modifier and Type | Method and Description |
---|---|
ApplicationComponent |
SchemeEvaluator.getParentApplicationComponent() |
ApplicationComponent |
SchemeEngine.getParentApplicationComponent() |
Modifier and Type | Method and Description |
---|---|
void |
SchemeEvaluator.setParentApplicationComponent(ApplicationComponent parentApplicationComponent) |
void |
SchemeEngine.setParentApplicationComponent(ApplicationComponent parentApplicationComponent) |
Modifier and Type | Class and Description |
---|---|
class |
SchemeHttp
This class uses
HttpServer class. |
Modifier and Type | Method and Description |
---|---|
ApplicationComponent |
SchemeHttp.getParentApplicationComponent() |
Modifier and Type | Method and Description |
---|---|
void |
SchemeHttp.setParentApplicationComponent(ApplicationComponent parentApplicationComponent) |