B C E G H I N O P R S T 
すべてのクラス すべてのパッケージ

B

BreakSupport - org.pomodoro4jのインタフェース
 
build() - クラス のメソッドorg.pomodoro4j.conf.ConfigurationBuilder
Builds the configuration object based on the parameters.

C

Configuration - org.pomodoro4j.confのインタフェース
 
ConfigurationBuilder - org.pomodoro4j.confのクラス
 
ConfigurationContext - org.pomodoro4j.confのクラス
 
ConfigurationContext() - クラス のコンストラクタorg.pomodoro4j.conf.ConfigurationContext
 

E

endBreak() - インタフェース のメソッドorg.pomodoro4j.BreakSupport
Ends the break.
endBreak() - クラス のメソッドorg.pomodoro4j.PomodoroBaseImpl
 
endBreakIfShould() - インタフェース のメソッドorg.pomodoro4j.BreakSupport
Ends the break if should end.
endBreakIfShould() - クラス のメソッドorg.pomodoro4j.PomodoroBaseImpl
 
equals(Object) - クラス のメソッドorg.pomodoro4j.conf.ConfigurationBuilder
 
equals(Object) - クラス のメソッドorg.pomodoro4j.conf.ConfigurationContext
 
equals(Object) - クラス のメソッドorg.pomodoro4j.PomodoroBaseImpl
 
equals(Object) - クラス のメソッドorg.pomodoro4j.PomodoroFactory
 

G

getBreakMinutes() - インタフェース のメソッドorg.pomodoro4j.conf.Configuration
Returns the break minutes.
getConcentrationMinutes() - インタフェース のメソッドorg.pomodoro4j.conf.Configuration
Returns the concentration minutes.
getCountUntilLongerBreak() - インタフェース のメソッドorg.pomodoro4j.conf.Configuration
Returns the count until longer break.
getInstance() - クラス のstaticメソッドorg.pomodoro4j.conf.ConfigurationContext
Returns the new insrance of ConfigurationFactory .
getInstance() - クラス のメソッドorg.pomodoro4j.PomodoroFactory
 
getLongerBreakMinutes() - インタフェース のメソッドorg.pomodoro4j.conf.Configuration
Returns the longer break minutes.
getMilliseconds() - インタフェース のメソッドorg.pomodoro4j.Pomodoro
Returns the time in milliseconds on the pomodoro timer.
getNanoseconds() - インタフェース のメソッドorg.pomodoro4j.Pomodoro
Returns the time in nanoseconds on the pomodoro timer.
getSplitMilliseconds() - インタフェース のメソッドorg.pomodoro4j.Pomodoro
Returns the split time in milliseconds on the stopwatch.
getSplitNanoseconds() - インタフェース のメソッドorg.pomodoro4j.Pomodoro
Returns the split time in nanoseconds on the stopwatch.
getStartMilliseconds() - インタフェース のメソッドorg.pomodoro4j.Pomodoro
Returns the time this pomodoro was started in milliseconds, between the current time and midnight, January 1, 1970 UTC.
getStartNanoseconds() - インタフェース のメソッドorg.pomodoro4j.Pomodoro
Returns the time this pomodoro was started in nanoseconds, between the current time and midnight, January 1, 1970 UTC.

H

hashCode() - クラス のメソッドorg.pomodoro4j.conf.ConfigurationBuilder
 
hashCode() - クラス のメソッドorg.pomodoro4j.conf.ConfigurationContext
 
hashCode() - クラス のメソッドorg.pomodoro4j.PomodoroBaseImpl
 
hashCode() - クラス のメソッドorg.pomodoro4j.PomodoroFactory
 

I

isBreaking() - インタフェース のメソッドorg.pomodoro4j.BreakSupport
Checkes if a break is ongoing.
isBreaking() - クラス のメソッドorg.pomodoro4j.PomodoroBaseImpl
 

N

newBuilder() - クラス のstaticメソッドorg.pomodoro4j.conf.ConfigurationBuilder
Returns the new instance of ConfigurationBuilder .
newInstance() - クラス のstaticメソッドorg.pomodoro4j.PomodoroFactory
Returns the new instance of PomodoroFactory .
newInstance(Configuration) - クラス のstaticメソッドorg.pomodoro4j.PomodoroFactory
Returns the new instance of PomodoroFactory based on the configuration passed as an argument.

O

org.pomodoro4j - パッケージ org.pomodoro4j
This package manages the processing of Pomodoro timer.
org.pomodoro4j.conf - パッケージ org.pomodoro4j.conf
This package manages the settings and configuration for executing Pomodoro.

P

performs() - インタフェース のメソッドorg.pomodoro4j.Pomodoro
Starts a pomodoro set and returns true for as long as this started pomodoro set is ongoing.
Pomodoro - org.pomodoro4jのインタフェース
 
PomodoroBase - org.pomodoro4jのインタフェース
 
PomodoroBaseImpl - org.pomodoro4jのクラス
 
PomodoroException - org.pomodoro4jの例外
 
PomodoroException() - 例外 のコンストラクタorg.pomodoro4j.PomodoroException
Constructs an PomodoroException with no detail message.
PomodoroException(String) - 例外 のコンストラクタorg.pomodoro4j.PomodoroException
Constructs an PomodoroException with the specified detail message.
PomodoroException(String, Throwable) - 例外 のコンストラクタorg.pomodoro4j.PomodoroException
Constructs a new exception with the specified detail message and cause.
PomodoroException(Throwable) - 例外 のコンストラクタorg.pomodoro4j.PomodoroException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
PomodoroFactory - org.pomodoro4jのクラス
 

R

reset() - インタフェース のメソッドorg.pomodoro4j.Pomodoro
Resets the pomodoro set.

S

setBreakMinutes(int) - インタフェース のメソッドorg.pomodoro4j.conf.Configuration
Sets the break minutes.
setBreakMinutes(int) - クラス のメソッドorg.pomodoro4j.conf.ConfigurationBuilder
Sets the break minutes.
setConcentrationMinutes(int) - インタフェース のメソッドorg.pomodoro4j.conf.Configuration
Sets the concentration minutes.
setConcentrationMinutes(int) - クラス のメソッドorg.pomodoro4j.conf.ConfigurationBuilder
Sets the concentration minutes.
setCountUntilLongerBreak(int) - インタフェース のメソッドorg.pomodoro4j.conf.Configuration
Sets the count until longer break.
setCountUntilLongerBreak(int) - クラス のメソッドorg.pomodoro4j.conf.ConfigurationBuilder
Sets the count until longer break.
setLongerBreakMinutes(int) - インタフェース のメソッドorg.pomodoro4j.conf.Configuration
Sets the longer break minutes.
setLongerBreakMinutes(int) - クラス のメソッドorg.pomodoro4j.conf.ConfigurationBuilder
Sets the longer break minutes.
shouldEndBreak() - インタフェース のメソッドorg.pomodoro4j.BreakSupport
Checkes if a break should be ended.
shouldEndBreak() - クラス のメソッドorg.pomodoro4j.PomodoroBaseImpl
 
shouldStartBreak() - インタフェース のメソッドorg.pomodoro4j.BreakSupport
Checkes if a break should be started.
shouldStartBreak() - クラス のメソッドorg.pomodoro4j.PomodoroBaseImpl
 
startBreak() - インタフェース のメソッドorg.pomodoro4j.BreakSupport
Starts the break.
startBreak() - クラス のメソッドorg.pomodoro4j.PomodoroBaseImpl
 
startBreakIfShould() - インタフェース のメソッドorg.pomodoro4j.BreakSupport
Starts the break if should start.
startBreakIfShould() - クラス のメソッドorg.pomodoro4j.PomodoroBaseImpl
 
stop() - インタフェース のメソッドorg.pomodoro4j.Pomodoro
Stops the pomodoro set.

T

toString() - クラス のメソッドorg.pomodoro4j.conf.ConfigurationBuilder
 
toString() - クラス のメソッドorg.pomodoro4j.conf.ConfigurationContext
 
toString() - クラス のメソッドorg.pomodoro4j.PomodoroBaseImpl
 
toString() - クラス のメソッドorg.pomodoro4j.PomodoroFactory
 
B C E G H I N O P R S T 
すべてのクラス すべてのパッケージ