C D E G I K L M N O P R S V W 
All Classes All Packages

C

Channel - Enum in org.appformer.client.context
 
clear() - Method in class org.appformer.client.stateControl.registry.impl.DefaultRegistryImpl
 
clear() - Method in interface org.appformer.client.stateControl.registry.Registry
Clears the registry

D

DEFAULT - org.appformer.client.context.Channel
 
DEFAULT - org.appformer.client.context.OperatingSystem
 
DEFAULT - Static variable in class org.appformer.client.keyboardShortcuts.KeyboardShortcutsApiOpts
 
DefaultEditorContextProviderImpl - Class in org.appformer.client.context
 
DefaultEditorContextProviderImpl() - Constructor for class org.appformer.client.context.DefaultEditorContextProviderImpl
 
DefaultRegistry<C> - Interface in org.appformer.client.stateControl.registry
 
DefaultRegistryImpl<C> - Class in org.appformer.client.stateControl.registry.impl
The default generic implementation for the Registry type.
DefaultRegistryImpl() - Constructor for class org.appformer.client.stateControl.registry.impl.DefaultRegistryImpl
 
DESKTOP - org.appformer.client.context.Channel
 

E

EditorContextProvider - Interface in org.appformer.client.context
Provide access to EditorContext properties
EMBEDDED - org.appformer.client.context.Channel
 

G

getChannel() - Method in class org.appformer.client.context.DefaultEditorContextProviderImpl
 
getChannel() - Method in interface org.appformer.client.context.EditorContextProvider
Access the channel where the editor is running (e.g.
getHistory() - Method in class org.appformer.client.stateControl.registry.impl.DefaultRegistryImpl
 
getHistory() - Method in interface org.appformer.client.stateControl.registry.Registry
Returns a List containing all the items in the registry
getName() - Method in enum org.appformer.client.context.Channel
 
getName() - Method in enum org.appformer.client.context.OperatingSystem
 
getOperatingSystem() - Method in class org.appformer.client.context.DefaultEditorContextProviderImpl
 
getOperatingSystem() - Method in interface org.appformer.client.context.EditorContextProvider
Access the operating system where the editor is running (e.g.
getRepeat() - Method in class org.appformer.client.keyboardShortcuts.KeyboardShortcutsApiOpts
 
GITHUB - org.appformer.client.context.Channel
 

I

isEmpty() - Method in class org.appformer.client.stateControl.registry.impl.DefaultRegistryImpl
 
isEmpty() - Method in interface org.appformer.client.stateControl.registry.Registry
Determines if the registry is empty or not
isReadOnly() - Method in class org.appformer.client.context.DefaultEditorContextProviderImpl
 
isReadOnly() - Method in interface org.appformer.client.context.EditorContextProvider
Checks if the editor is in read only mode.

K

KeyboardShortcutsApiOpts - Class in org.appformer.client.keyboardShortcuts
 
KeyboardShortcutsApiOpts(KeyboardShortcutsApiOpts.Repeat) - Constructor for class org.appformer.client.keyboardShortcuts.KeyboardShortcutsApiOpts
 
KeyboardShortcutsApiOpts.Repeat - Enum in org.appformer.client.keyboardShortcuts
Repetition mode for Keyboard Shortcuts.

L

LINUX - org.appformer.client.context.OperatingSystem
 

M

MACOS - org.appformer.client.context.OperatingSystem
 

N

NO_REPEAT - org.appformer.client.keyboardShortcuts.KeyboardShortcutsApiOpts.Repeat
 
notifyRegistryChange() - Method in interface org.appformer.client.stateControl.registry.RegistryChangeListener
Method that will be executed when a change on the registry happens

O

ONLINE - org.appformer.client.context.Channel
 
OperatingSystem - Enum in org.appformer.client.context
 
org.appformer.client.context - package org.appformer.client.context
 
org.appformer.client.keyboardShortcuts - package org.appformer.client.keyboardShortcuts
 
org.appformer.client.stateControl.registry - package org.appformer.client.stateControl.registry
 
org.appformer.client.stateControl.registry.impl - package org.appformer.client.stateControl.registry.impl
 

P

peek() - Method in class org.appformer.client.stateControl.registry.impl.DefaultRegistryImpl
 
peek() - Method in interface org.appformer.client.stateControl.registry.Registry
Peeks the last added item.
pop() - Method in class org.appformer.client.stateControl.registry.impl.DefaultRegistryImpl
 
pop() - Method in interface org.appformer.client.stateControl.registry.Registry
Pops the last added item and removes it.

R

register(C) - Method in class org.appformer.client.stateControl.registry.impl.DefaultRegistryImpl
 
register(C) - Method in interface org.appformer.client.stateControl.registry.Registry
Registers an item into the registry
Registry<C> - Interface in org.appformer.client.stateControl.registry
Represents a basic items registry.
RegistryChangeListener - Interface in org.appformer.client.stateControl.registry
This functional interface represents the code that will be executed every time there's a change on a Registry
REPEAT - org.appformer.client.keyboardShortcuts.KeyboardShortcutsApiOpts.Repeat
 

S

setMaxSize(int) - Method in class org.appformer.client.stateControl.registry.impl.DefaultRegistryImpl
 
setMaxSize(int) - Method in interface org.appformer.client.stateControl.registry.Registry
Sets the max number of items that can be stored on the registry.
setRegistryChangeListener(RegistryChangeListener) - Method in class org.appformer.client.stateControl.registry.impl.DefaultRegistryImpl
 
setRegistryChangeListener(RegistryChangeListener) - Method in interface org.appformer.client.stateControl.registry.Registry
Sets a RegistryChangeListener to be called when the registry changes.

V

valueOf(String) - Static method in enum org.appformer.client.context.Channel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appformer.client.context.OperatingSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appformer.client.keyboardShortcuts.KeyboardShortcutsApiOpts.Repeat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.appformer.client.context.Channel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appformer.client.context.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appformer.client.keyboardShortcuts.KeyboardShortcutsApiOpts.Repeat
Returns an array containing the constants of this enum type, in the order they are declared.
VSCODE - org.appformer.client.context.Channel
 

W

WINDOWS - org.appformer.client.context.OperatingSystem
 
withName(String) - Static method in enum org.appformer.client.context.Channel
 
withName(String) - Static method in enum org.appformer.client.context.OperatingSystem
 
C D E G I K L M N O P R S V W 
All Classes All Packages