Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlowingMedia/TimeFlow
/ functions
Functions
984 in github.com/FlowingMedia/TimeFlow
⨍
Functions
984
◇
Types & classes
173
↓ 1 callers
Method
noteNewSource
(Object origin)
src/timeflow/model/TFModel.java:126
↓ 1 callers
Method
numUnitsIn
(TimeUnit u)
src/timeflow/data/time/TimeUnit.java:84
↓ 1 callers
Method
ok
(Object o)
src/timeflow/data/db/filter/ValueFilter.java:4
↓ 1 callers
Method
ok
(Object o)
src/timeflow/data/db/filter/FieldValueSetFilter.java:23
↓ 1 callers
Method
ok
(Object o)
src/timeflow/data/db/filter/FieldValueFilter.java:16
↓ 1 callers
Method
onscreen
(boolean majorChange)
src/timeflow/views/ListView.java:103
↓ 1 callers
Method
onscreen
(boolean majorChangeHappened)
src/timeflow/views/AbstractView.java:55
↓ 1 callers
Method
paintOnTop
(Graphics2D g, int w, int h)
src/timeflow/views/AbstractVisualizationView.java:180
↓ 1 callers
Method
parseList
(String s)
src/timeflow/format/field/FormatStringArray.java:20
↓ 1 callers
Method
perform
(ActList acts, Field field)
src/timeflow/data/analysis/FieldAnalysis.java:9
↓ 1 callers
Method
popWindow
(TFModel model)
src/timeflow/app/ui/DateFieldPanel.java:157
↓ 1 callers
Method
readTime
(Object o)
src/timeflow/format/field/FormatDateTime.java:33
↓ 1 callers
Method
readTokensFromString
(String text, PrintStream messages)
src/timeflow/format/file/DelimitedFormat.java:72
↓ 1 callers
Method
recalculate
()
src/timeflow/views/SummaryView.java:164
↓ 1 callers
Method
redraw
(boolean fresh)
src/timeflow/views/CalendarView.java:147
↓ 1 callers
Method
roundUp
(long timestamp)
src/timeflow/data/time/TimeUnit.java:99
↓ 1 callers
Method
run
()
src/timeflow/views/TimelineView.java:52
↓ 1 callers
Method
scoreFormatMatch
(String s)
src/timeflow/format/field/FieldFormat.java:28
↓ 1 callers
Method
scrollToTop
()
src/timeflow/app/ui/ImportDelimitedPanel.java:88
↓ 1 callers
Method
select
(ActFilter filter)
src/timeflow/data/db/ActDB.java:26
↓ 1 callers
Method
select
(ActFilter filter)
src/timeflow/data/db/BasicDB.java:80
↓ 1 callers
Method
select
(ActFilter filter)
src/timeflow/data/db/ArrayDB.java:155
↓ 1 callers
Method
setBounds
(int x, int y, int w, int h)
src/timeflow/vis/calendar/CalendarVisuals.java:47
↓ 1 callers
Method
setBounds
(int x, int y, int w, int h)
src/timeflow/views/TimelineView.java:243
↓ 1 callers
Method
setCurrentFile
(File currentFile)
src/timeflow/app/AppState.java:50
↓ 1 callers
Method
setData
(double[] data)
src/timeflow/app/ui/filter/FilterNumberPanel.java:146
↓ 1 callers
Method
setData
(double[] data)
src/timeflow/app/ui/filter/FilterDatePanel.java:148
↓ 1 callers
Method
setDbFile
(String dbFile, boolean readOnly, Object origin)
src/timeflow/model/TFModel.java:81
↓ 1 callers
Method
setDrawStyle
(CalendarVisuals.DrawStyle style)
src/timeflow/views/CalendarView.java:162
↓ 1 callers
Method
setEnd
(RoughTime end)
src/timeflow/vis/VisualAct.java:205
↓ 1 callers
Method
setEndX
(int endX)
src/timeflow/vis/VisualAct.java:197
↓ 1 callers
Method
setFieldAlias
(Field field, String alias, Object origin)
src/timeflow/model/TFModel.java:247
↓ 1 callers
Method
setFilter
(ActFilter filter, Object origin)
src/timeflow/model/TFModel.java:170
↓ 1 callers
Method
setFitStyle
(CalendarVisuals.FitStyle style)
src/timeflow/views/CalendarView.java:170
↓ 1 callers
Method
setGrayFilter
(ValueFilter grayFilter, Object origin)
src/timeflow/model/TFModel.java:36
↓ 1 callers
Method
setHigh
(double high)
src/timeflow/vis/TimeScale.java:90
↓ 1 callers
Method
setHighFromText
()
src/timeflow/app/ui/filter/FilterNumberPanel.java:126
↓ 1 callers
Method
setHighFromText
()
src/timeflow/app/ui/filter/FilterDatePanel.java:128
↓ 1 callers
Method
setInterval
(Interval interval)
src/timeflow/vis/calendar/Grid.java:90
↓ 1 callers
Method
setInverted
(boolean inverted)
src/timeflow/app/ui/filter/FilterControlPanel.java:45
↓ 1 callers
Method
setLow
(double low)
src/timeflow/vis/TimeScale.java:82
↓ 1 callers
Method
setLowFromText
()
src/timeflow/app/ui/filter/FilterNumberPanel.java:105
↓ 1 callers
Method
setLowFromText
()
src/timeflow/app/ui/filter/FilterDatePanel.java:107
↓ 1 callers
Method
setName
(String name)
src/timeflow/data/db/Field.java:31
↓ 1 callers
Method
setNumberRange
(double low, double high)
src/timeflow/vis/TimeScale.java:24
↓ 1 callers
Method
setQuery
(String query)
src/timeflow/data/db/filter/StringMatchFilter.java:34
↓ 1 callers
Method
setRecSizesFromCurrent
(ActDB db)
src/timeflow/data/db/DBUtils.java:169
↓ 1 callers
Method
setSource
(String source)
src/timeflow/data/db/ActDB.java:11
↓ 1 callers
Method
setStart
(RoughTime start)
src/timeflow/vis/VisualAct.java:139
↓ 1 callers
Method
setTrack
(TimelineTrack track)
src/timeflow/vis/VisualAct.java:180
↓ 1 callers
Method
size
()
src/timeflow/vis/timeline/TimelineTrack.java:26
↓ 1 callers
Method
size
()
src/timeflow/util/Bag.java:99
↓ 1 callers
Method
spaceToTime
(double space)
src/timeflow/vis/TimeScale.java:61
↓ 1 callers
Method
submitValues
()
src/timeflow/app/ui/EditRecordPanel.java:117
↓ 1 callers
Method
timeLabel
()
src/timeflow/model/Display.java:194
↓ 1 callers
Method
unordered
()
src/timeflow/util/Bag.java:44
↓ 1 callers
Method
updateVisualEncoding
()
src/timeflow/vis/timeline/TimelineVisuals.java:236
↓ 1 callers
Method
updateVisuals
()
src/timeflow/vis/timeline/TimelineVisuals.java:200
↓ 1 callers
Method
updateVisuals
(boolean fresh)
src/timeflow/vis/calendar/CalendarVisuals.java:108
↓ 1 callers
Method
write
(ActList acts, BufferedWriter bw)
src/timeflow/format/file/TimeflowFormat.java:99
↓ 1 callers
Method
writeArray
(Object[] s)
src/timeflow/format/file/DelimitedFormat.java:189
Method
AboutWindow
(Frame owner, Display display)
src/timeflow/app/AboutWindow.java:16
Method
AbstractView
(TFModel model)
src/timeflow/views/AbstractView.java:17
Method
AbstractVisualizationView
(TFModel model)
src/timeflow/views/AbstractVisualizationView.java:31
Method
ActComparator
(Field field, String description)
src/timeflow/data/db/ActComparator.java:14
Method
ActList
(ActDB db)
src/timeflow/data/db/ActList.java:9
Method
ActTableRenderer
(ActList acts)
src/timeflow/views/TableView.java:102
Method
AddFieldAction
(TimeflowApp app)
src/timeflow/app/actions/AddFieldAction.java:15
Method
AddFieldPanel
()
src/timeflow/app/ui/AddFieldPanel.java:14
Method
AddRecordAction
(TimeflowApp app)
src/timeflow/app/actions/AddRecordAction.java:16
Method
AndFilter
()
src/timeflow/data/db/filter/AndFilter.java:10
Method
AppState
()
src/timeflow/app/AppState.java:13
Method
ArrayComparator
(Field field)
src/timeflow/data/db/ActComparator.java:64
Method
ArrayDB
(String[] fieldNames, Class[] types, String source)
src/timeflow/data/db/ArrayDB.java:39
Method
AxisRenderer
(TimelineVisuals visuals)
src/timeflow/vis/timeline/AxisRenderer.java:16
Method
AxisTicMarks
(TimeUnit unit, long start, long end)
src/timeflow/vis/timeline/AxisTicMarks.java:26
Method
BabyHistogram
(final Runnable changeAction)
src/timeflow/app/ui/filter/BabyHistogram.java:73
Method
Bag
()
src/timeflow/util/Bag.java:9
Method
BarData
(Object thing, double num)
src/timeflow/views/BarGraphView.java:161
Method
BarGraphView
(TFModel model)
src/timeflow/views/BarGraphView.java:26
Method
BasicAct
(ActDB db)
src/timeflow/data/db/BasicAct.java:14
Method
BasicDB
(String source)
src/timeflow/data/db/BasicDB.java:30
Method
CalendarPanel
(TFModel model)
src/timeflow/views/CalendarView.java:279
Method
CalendarView
(TFModel model)
src/timeflow/views/CalendarView.java:35
Method
CalendarVisuals
(TFModel model)
src/timeflow/vis/calendar/CalendarVisuals.java:27
Method
ColorLegendPanel
(TFModel model)
src/timeflow/app/ui/ColorLegendPanel.java:23
Method
ComponentCluster
(String name)
src/timeflow/app/ui/ComponentCluster.java:14
Method
ConstFilter
(boolean result)
src/timeflow/data/db/filter/ConstFilter.java:9
Method
CopySchemaAction
(TimeflowApp app)
src/timeflow/app/actions/CopySchemaAction.java:15
Method
Count
(int num)
src/timeflow/util/Bag.java:93
Method
Count
(double num)
src/timeflow/util/DoubleBag.java:86
Method
DateFieldAction
(TimeflowApp app)
src/timeflow/app/actions/DateFieldAction.java:15
Method
DateFieldPanel
(TFModel model, boolean hasButtons)
src/timeflow/app/ui/DateFieldPanel.java:26
Method
DateTimeParser
(String pattern, TimeUnit units)
src/timeflow/format/field/DateTimeParser.java:16
Method
DeleteFieldAction
(TimeflowApp app)
src/timeflow/app/actions/DeleteFieldAction.java:14
Method
DeleteSelectedAction
(TimeflowApp app)
src/timeflow/app/actions/DeleteSelectedAction.java:15
Method
DeleteUnselectedAction
(TimeflowApp app)
src/timeflow/app/actions/DeleteUnselectedAction.java:13
Method
DelimitedFormat
(char delimiter)
src/timeflow/format/file/DelimitedFormat.java:28
Method
DelimitedText
(char delimiter)
src/timeflow/format/file/DelimitedText.java:12
Method
DescriptionView
(TFModel model)
src/timeflow/views/DescriptionView.java:17
← previous
next →
401–500 of 984, ranked by callers