Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

S

s_valid - Variable in class com.jackmeng.halcyoninae.cosmos.components.waveform.WaveForm
 
samples - Variable in class com.jackmeng.halcyoninae.cosmos.components.waveform.WaveForm
 
save() - Method in class com.jackmeng.halcyoninae.halcyon.utils.PropertiesManager
Save with no comments parameter
save(String) - Method in class com.jackmeng.halcyoninae.halcyon.utils.PropertiesManager
Saves the properties file with comments.
savedPlayLists - Variable in class com.jackmeng.halcyoninae.halcyon.utils.MoosicCache
 
scheduleRedraw() - Method in class com.jackmeng.halcyoninae.cosmos.components.minimizeplayer.MiniContentPane
 
searchFor(String) - Static method in class com.jackmeng.halcyoninae.cosmos.util.ThemeBundles
Search for a theme by its canonical name.
second - Variable in class com.jackmeng.locale.Pair
 
seekTo(long) - Method in interface com.jackmeng.halcyoninae.tailwind.Audio
Similar to Audio.setPosition(long) but will provide additional safety checks to make sure the time being seeked to is not out of reach.
seekTo(long) - Method in class com.jackmeng.halcyoninae.tailwind.Tailwind
This method provides a safety check upon the given time to seek.
SelectApplicableFolders - Class in com.jackmeng.halcyoninae.cosmos.components
This dialog class constructs a simple JFileChooser that alerts any listeners of a file being selected.
SelectApplicableFolders() - Constructor for class com.jackmeng.halcyoninae.cosmos.components.SelectApplicableFolders
Constructs a new a dialog
SelectApplicableFolders.FolderSelectedListener - Interface in com.jackmeng.halcyoninae.cosmos.components
This interface represents the standard listener for when a file is selected from the dialog.
set(String) - Method in class com.jackmeng.halcyoninae.cosmos.components.bottompane.filelist.LikeList
Adss a track to the liked list listing.
set(String) - Method in class com.jackmeng.halcyoninae.halcyon.runtime.Discordo
 
set(String, String, String) - Method in class com.jackmeng.halcyoninae.halcyon.utils.PropertiesManager
Sets the value of the key in the properties file.
setAssets(File) - Method in class com.jackmeng.halcyoninae.cosmos.components.toppane.layout.InfoViewTP
This method is pinged whenever the information regarding the current audio file needs updating.
setAttribute(String) - Method in class com.jackmeng.halcyoninae.cosmos.components.AttributableButton
 
setAttribute(String) - Method in class com.jackmeng.halcyoninae.cosmos.components.AttributableImg
 
setAutoPlay(boolean) - Method in class com.jackmeng.halcyoninae.tailwind.TailwindPlaylist
 
setBalance(float) - Method in interface com.jackmeng.halcyoninae.tailwind.Audio
Sets the balance of the stream
setBalance(float) - Method in class com.jackmeng.halcyoninae.tailwind.Tailwind
 
setBorder(Border) - Method in class com.jackmeng.halcyoninae.cosmos.components.minimizeplayer.MiniLabel
 
setControls(Line, Map<String, Control>) - Method in class com.jackmeng.halcyoninae.tailwind.Tailwind
 
setDefaultLocale(String) - Method in class com.jackmeng.halcyoninae.cosmos.util.IconHandler
 
setDefaultProperties(Map<String, String>) - Method in class com.jackmeng.halcyoninae.halcyon.utils.PropertiesManager
UNSAFE: Resets the default properties to something else.
setDot(NavigationFilter.FilterBypass, int, Position.Bias) - Method in class com.jackmeng.halcyoninae.cosmos.components.NavFilterText
 
setDynamicAllocation(boolean) - Method in class com.jackmeng.halcyoninae.tailwind.Tailwind
 
setFile(String) - Method in class com.jackmeng.halcyoninae.halcyon.runtime.Player
Resets the audio to a different track.
setFolderSelectedListener(SelectApplicableFolders.FolderSelectedListener) - Method in class com.jackmeng.halcyoninae.cosmos.components.SelectApplicableFolders
This sets the current Dialog's folder listener to the one in the parameter.
setFont(Font) - Method in class com.jackmeng.halcyoninae.cosmos.components.minimizeplayer.MiniLabel
 
setForceCloseOnOpen(boolean) - Method in class com.jackmeng.halcyoninae.tailwind.Tailwind
 
setFramePosition(long) - Method in class com.jackmeng.halcyoninae.tailwind.Tailwind
 
setGain(float) - Method in interface com.jackmeng.halcyoninae.tailwind.Audio
Sets the gain of the stream
setGain(float) - Method in class com.jackmeng.halcyoninae.tailwind.Tailwind
 
setGain(float) - Method in class com.jackmeng.halcyoninae.tailwind.TailwindPlaylist
 
setListener(TabButton.RemoveTabListener) - Method in class com.jackmeng.halcyoninae.cosmos.components.TabButton
 
setLoop(boolean) - Method in class com.jackmeng.halcyoninae.tailwind.TailwindPlaylist
 
setLooping(boolean) - Method in class com.jackmeng.halcyoninae.halcyon.runtime.Player
 
setMiniPlayerListener(MiniPlayerListener) - Method in class com.jackmeng.halcyoninae.cosmos.components.minimizeplayer.MiniPlayer
Only one listener is allowed per miniplayer.
setMute(boolean) - Method in interface com.jackmeng.halcyoninae.tailwind.Audio
 
setMute(boolean) - Method in class com.jackmeng.halcyoninae.tailwind.Tailwind
 
setPan(float) - Method in class com.jackmeng.halcyoninae.tailwind.Tailwind
 
setPipelineMethod(TailwindPipelineMethod) - Method in class com.jackmeng.halcyoninae.tailwind.Tailwind
 
setPosition(long) - Method in interface com.jackmeng.halcyoninae.tailwind.Audio
 
setPosition(long) - Method in class com.jackmeng.halcyoninae.tailwind.Tailwind
 
setShuffling(boolean) - Method in class com.jackmeng.halcyoninae.halcyon.runtime.Player
 
setTask(Runnable) - Method in interface com.jackmeng.locale.Job
This method does not gurantee that the job will immediately do any of the following: quit the current task, add this task to the queue, start this task if there are none running, and/or quit the last job and pick up this.
setTask(Callable<?>) - Method in interface com.jackmeng.locale.Job
Similar to Job.setTask(Runnable) but the user may wish to use a standard Callable implementation.
setTimeText(String) - Method in class com.jackmeng.halcyoninae.cosmos.components.toppane.layout.buttoncontrol.TimeControlSubTP
 
Settings - Class in com.jackmeng.halcyoninae.cosmos.components.bottompane.bbloc.buttons
A representation of a deprecated SettingsView class which used to be in the bottom tabs view pane.
Settings() - Constructor for class com.jackmeng.halcyoninae.cosmos.components.bottompane.bbloc.buttons.Settings
 
SETTINGS_BUTTON_DEFAULT_ICON - Static variable in interface com.jackmeng.halcyoninae.halcyon.runtime.constant.Manager
 
SETTINGS_BUTTON_PRESSED_ICON - Static variable in interface com.jackmeng.halcyoninae.halcyon.runtime.constant.Manager
 
SETTINGS_BUTTON_TOOLTIP - Static variable in interface com.jackmeng.halcyoninae.halcyon.runtime.constant.Manager
 
SETTINGS_DEFAULT_TAB_NAME - Static variable in interface com.jackmeng.halcyoninae.halcyon.runtime.constant.Manager
 
SETTINGS_MIN_HEIGHT - Static variable in interface com.jackmeng.halcyoninae.halcyon.runtime.constant.Manager
 
SETTINGS_MIN_WIDTH - Static variable in interface com.jackmeng.halcyoninae.halcyon.runtime.constant.Manager
 
SettingsPane - Class in com.jackmeng.halcyoninae.cosmos.components.settings
Literally reads the properties from ResourceFolder's property manager and determine what to do.
SettingsPane() - Constructor for class com.jackmeng.halcyoninae.cosmos.components.settings.SettingsPane
 
SettingsTabs - Interface in com.jackmeng.halcyoninae.cosmos.components.settings
 
SettingsUtil - Class in com.jackmeng.halcyoninae.cosmos.components.settings
 
SettingsUtil() - Constructor for class com.jackmeng.halcyoninae.cosmos.components.settings.SettingsUtil
 
Setup - Class in com.jackmeng.halcyoninae.setup
This class runs a setup routine everytime the main program is run.
Setup() - Constructor for class com.jackmeng.halcyoninae.setup.Setup
 
SETUP_EXISTS - Static variable in class com.jackmeng.halcyoninae.setup.Setup
 
SetupListener - Interface in com.jackmeng.halcyoninae.setup
A setup listener to do things when a setup event is called.
SetupStatus - Enum Class in com.jackmeng.halcyoninae.setup
Represents the possible status of the setup routine process.
SetupStatus() - Constructor for enum class com.jackmeng.halcyoninae.setup.SetupStatus
 
setVisibility(boolean) - Method in class com.jackmeng.halcyoninae.cosmos.components.waveform.WaveForm
 
setVolume(float) - Method in class com.jackmeng.halcyoninae.halcyon.runtime.Player
 
SHUFFLE - Enum constant in enum class com.jackmeng.halcyoninae.cosmos.components.bottompane.filelist.TabTree.TabTreeSortMethod
 
shuffleButton - Variable in class com.jackmeng.halcyoninae.cosmos.components.toppane.layout.ButtonControlTP
 
signpow(double, double) - Static method in class com.jackmeng.halcyoninae.cloudspin.math
 
SIZE - Enum constant in enum class com.jackmeng.halcyoninae.cosmos.components.bottompane.filelist.TabTree.TabTreeSortMethod
 
slider - Variable in class com.jackmeng.halcyoninae.cosmos.components.AlignSliderWithBar
 
SLIDERS_BUTTON_DEFAULT_ICON - Static variable in interface com.jackmeng.halcyoninae.halcyon.runtime.constant.Manager
 
SLIDERS_DEFAULT_TAB_NAME - Static variable in interface com.jackmeng.halcyoninae.halcyon.runtime.constant.Manager
 
SLIDERS_TAB_ICON - Static variable in interface com.jackmeng.halcyoninae.halcyon.runtime.constant.Manager
 
SlidersControl - Class in com.jackmeng.halcyoninae.cosmos.components.bottompane.bbloc.buttons
A BBloc button that opens a dialog for the user to manipulate certain things about the audio stream.
SlidersControl() - Constructor for class com.jackmeng.halcyoninae.cosmos.components.bottompane.bbloc.buttons.SlidersControl
 
SlidersDialog - Class in com.jackmeng.halcyoninae.cosmos.components
 
SlidersDialog() - Constructor for class com.jackmeng.halcyoninae.cosmos.components.SlidersDialog
 
SmallInvokable - Class in com.jackmeng.locale
 
SmallInvokable() - Constructor for class com.jackmeng.locale.SmallInvokable
 
SND - Enum constant in enum class com.jackmeng.halcyoninae.tailwind.FileFormat
Audio Interchange File Format(.snd)
WARNING: The format is not supported on all systems!
sort(TabTree) - Static method in class com.jackmeng.halcyoninae.halcyon.utils.Wrapper
Attempts to sort a standard TabTree implementation.
sort(TabTree.TabTreeSortMethod) - Method in class com.jackmeng.halcyoninae.cosmos.components.bottompane.filelist.FileList
 
sort(TabTree.TabTreeSortMethod) - Method in interface com.jackmeng.halcyoninae.cosmos.components.bottompane.filelist.TabTree
Sorts the Tree by some method of mostly (A-Z) alphabetical.
SPEED - Enum constant in enum class com.jackmeng.halcyoninae.cloudspin.SpeedStyle
 
SpeedStyle - Enum Class in com.jackmeng.halcyoninae.cloudspin
 
SpeedStyle() - Constructor for enum class com.jackmeng.halcyoninae.cloudspin.SpeedStyle
 
stability() - Element in annotation interface com.jackmeng.locale.Localized
Stability is a factor for a third party programmer to decide to either risk it and use this localized component or not.
STABLE_MATRIX_SRC_IN - Static variable in class com.jackmeng.halcyoninae.cloudspin.lib.GradientImg
 
StandardPipeLine() - Constructor for class com.jackmeng.halcyoninae.tailwind.Tailwind.StandardPipeLine
 
start - Variable in class com.jackmeng.halcyoninae.halcyon.utils.TConstr
 
start() - Method in class com.jackmeng.halcyoninae.halcyon.runtime.Discordo
Starts the dispatch of the RPC
START_CENTER - Static variable in class com.jackmeng.halcyoninae.cosmos.components.waveform.utils.BarForm
 
STARTS_WITH - Enum constant in enum class com.jackmeng.halcyoninae.halcyon.utils.Property.PropertyFilterType
 
STATE - Variable in class com.jackmeng.halcyoninae.halcyon.runtime.Discordo
 
stateChanged(ChangeEvent) - Method in class com.jackmeng.halcyoninae.cosmos.components.AlignSliderWithBar
 
stateChanged(ChangeEvent) - Method in class com.jackmeng.halcyoninae.cosmos.components.toppane.layout.ButtonControlTP
 
statusUpdate(TailwindEvent.TailwindStatus) - Method in class com.jackmeng.halcyoninae.cosmos.components.SlidersDialog
 
statusUpdate(TailwindEvent.TailwindStatus) - Method in class com.jackmeng.halcyoninae.cosmos.components.toppane.layout.ButtonControlTP
 
statusUpdate(TailwindEvent.TailwindStatus) - Method in class com.jackmeng.halcyoninae.cosmos.Cosmos
 
statusUpdate(TailwindEvent.TailwindStatus) - Method in class com.jackmeng.halcyoninae.tailwind.TailwindClock
 
statusUpdate(TailwindEvent.TailwindStatus) - Method in record class com.jackmeng.halcyoninae.tailwind.TailwindDefaultListener
 
statusUpdate(TailwindEvent.TailwindStatus) - Method in interface com.jackmeng.halcyoninae.tailwind.TailwindListener.StatusUpdateListener
 
statusUpdate(TailwindEvent.TailwindStatus) - Method in class com.jackmeng.halcyoninae.tailwind.TailwindListenerCLI
 
statusUpdate(TailwindEvent.TailwindStatus) - Method in class com.jackmeng.halcyoninae.tailwind.TailwindPlaylist
 
statusUpdateListeners - Variable in class com.jackmeng.halcyoninae.tailwind.TailwindEventManager
 
StdBlurLayer - Class in com.jackmeng.halcyoninae.cloudspin.lib
 
StdBlurLayer(int, RenderingHints, int) - Constructor for class com.jackmeng.halcyoninae.cloudspin.lib.StdBlurLayer
 
StdJob - Class in com.jackmeng.locale
 
StdJob() - Constructor for class com.jackmeng.locale.StdJob
 
step - Variable in class com.jackmeng.halcyoninae.halcyon.utils.NumericRangeValidator
 
stop() - Method in interface com.jackmeng.halcyoninae.tailwind.Audio
Stops the stream
stop() - Method in class com.jackmeng.halcyoninae.tailwind.Tailwind
 
StraightTextDialog - Class in com.jackmeng.halcyoninae.cosmos.components
 
StraightTextDialog(String) - Constructor for class com.jackmeng.halcyoninae.cosmos.components.StraightTextDialog
 
stream - Variable in class com.jackmeng.halcyoninae.tailwind.FlacIn
 
stream - Variable in class com.jackmeng.halcyoninae.tailwind.VorbisIn
 
StrictValidator - Class in com.jackmeng.halcyoninae.halcyon.utils
 
StrictValidator(String...) - Constructor for class com.jackmeng.halcyoninae.halcyon.utils.StrictValidator
 
StringManager - Interface in com.jackmeng.halcyoninae.halcyon.runtime.constant
A simple interface that maintains strings for the program.
strip(String, int) - Static method in class com.jackmeng.halcyoninae.halcyon.utils.TextParser
Returns a string that has been stripped based on the desired length.
StubAudioInfo - Class in com.jackmeng.halcyoninae.tailwind
Represents a faked AudioInfo object.
StubAudioInfo(File) - Constructor for class com.jackmeng.halcyoninae.tailwind.StubAudioInfo
 
StubAudioInfo(String) - Constructor for class com.jackmeng.halcyoninae.tailwind.StubAudioInfo
 
sys_properties() - Method in class com.jackmeng.locale.CommandPrompt
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form