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
Method
Display
()
src/timeflow/model/Display.java:68
Method
DoubleBag
()
src/timeflow/util/DoubleBag.java:9
Method
DrawStyleSetter
(CalendarVisuals.DrawStyle style)
src/timeflow/views/CalendarView.java:119
Method
EditRecordPanel
(TFModel model, Act act)
src/timeflow/app/ui/EditRecordPanel.java:70
Method
EditSourceAction
(TimeflowApp app)
src/timeflow/app/actions/EditSourceAction.java:13
Method
EditValuePanel
(String name, Object startValue, Class type, boolean longField)
src/timeflow/app/ui/EditValuePanel.java:28
Method
FacetSubpanel
()
src/timeflow/app/ui/filter/FilterControlPanel.java:98
Method
Field
(String name, Class type)
src/timeflow/data/db/Field.java:10
Method
FieldFormatGuesser
()
src/timeflow/format/field/FieldFormatGuesser.java:9
Method
FieldMap
(String name, boolean important)
src/timeflow/app/ui/DateFieldPanel.java:96
Method
FieldPanel
(String fieldName, String[] sampleValues, Class typeGuess)
src/timeflow/app/ui/ImportDelimitedPanel.java:263
Method
FieldValueFilter
(Field field, Object value)
src/timeflow/data/db/filter/FieldValueFilter.java:10
Method
FieldValueSetFilter
(Field field)
src/timeflow/data/db/filter/FieldValueSetFilter.java:12
Method
FilterCategoryPanel
(final Field field, final ModelPanel parent)
src/timeflow/app/ui/filter/FilterCategoryPanel.java:19
Method
FilterControlPanel
(TFModel model, JMenu menuToSyncWith)
src/timeflow/app/ui/filter/FilterControlPanel.java:26
Method
FilterDatePanel
(final Field field, final Runnable action, final FilterControlPanel parent)
src/timeflow/app/ui/filter/FilterDatePanel.java:30
Method
FilterNumberPanel
(final Field field, final Runnable action, final FilterControlPanel parent)
src/timeflow/app/ui/filter/FilterNumberPanel.java:24
Method
FilterTitle
(final Field field, final ModelPanel parent, boolean dots)
src/timeflow/app/ui/filter/FilterTitle.java:17
Method
FitStyleSetter
(CalendarVisuals.FitStyle style)
src/timeflow/views/CalendarView.java:132
Method
GlobalDisplayPanel
(TFModel model, FilterControlPanel filterControls)
src/timeflow/app/ui/GlobalDisplayPanel.java:23
Method
Grid
(TimeUnit rowUnit, TimeUnit columnUnit, Interval interval)
src/timeflow/vis/calendar/Grid.java:26
Method
GridCell
(RoughTime time)
src/timeflow/vis/calendar/GridCell.java:16
Method
GroupVisualAct
(java.util.List<VisualAct> vacts, boolean mixed, Rectangle bounds)
src/timeflow/vis/GroupVisualAct.java:19
Method
HotLink
(String s, int x, int y, int w, int h)
src/timeflow/app/ui/LinkTabPane.java:195
Method
HtmlControls
(String text)
src/timeflow/views/HtmlControls.java:12
Method
HtmlFormat
()
src/timeflow/format/file/HtmlFormat.java:16
Method
ImportDelimitedPanel
(final TFModel model)
src/timeflow/app/ui/ImportDelimitedPanel.java:45
Method
ImportFromPasteAction
(TimeflowApp app)
src/timeflow/app/actions/ImportFromPasteAction.java:16
Method
IndexedAct
(ActDB db, int numFields)
src/timeflow/data/db/ArrayDB.java:202
Method
Interval
(long start, long end)
src/timeflow/data/time/Interval.java:9
Method
IntroView
(TFModel model)
src/timeflow/views/IntroView.java:36
Method
LayoutSetter
(TimelineVisuals.Layout layout)
src/timeflow/views/TimelineView.java:132
Method
LayoutSetter
(CalendarVisuals.Layout layout)
src/timeflow/views/CalendarView.java:106
Method
LinkTabPane
()
src/timeflow/app/ui/LinkTabPane.java:20
Method
LinkTop
()
src/timeflow/app/ui/LinkTabPane.java:82
Method
ListView
(TFModel model)
src/timeflow/views/ListView.java:40
Method
MassDeletePanel
(TFModel model, ActList keepers, String title)
src/timeflow/app/ui/MassDeletePanel.java:18
Method
MissingValueFilter
(Field field)
src/timeflow/data/db/filter/MissingValueFilter.java:10
Method
ModelPanel
(TFModel model)
src/timeflow/model/ModelPanel.java:9
Method
Mouseover
(Object thing, int x, int y, int w, int h)
src/timeflow/vis/Mouseover.java:10
Method
MouseoverLabel
(String label1, String label2, int x, int y, int w, int h)
src/timeflow/vis/MouseoverLabel.java:15
Method
NewDataAction
(TimeflowApp app)
src/timeflow/app/actions/NewDataAction.java:15
Method
NotFilter
(ActFilter f)
src/timeflow/data/db/filter/NotFilter.java:10
Method
NumberComparator
(Field field)
src/timeflow/data/db/ActComparator.java:104
Method
NumericRangeFilter
(Field field, double low, double high, boolean acceptNull)
src/timeflow/data/db/filter/NumericRangeFilter.java:12
Method
OrFilter
(ActFilter a, ActFilter b)
src/timeflow/data/db/filter/OrFilter.java:10
Method
Pad
(int w, int h)
src/timeflow/util/Pad.java:9
Method
QuitAction
(TimeflowApp app, TFModel model)
src/timeflow/app/actions/QuitAction.java:15
Method
RenameFieldAction
(TimeflowApp app)
src/timeflow/app/actions/RenameFieldAction.java:17
Method
ReorderFieldsAction
(TimeflowApp app)
src/timeflow/app/actions/ReorderFieldsAction.java:13
Method
ReorderFieldsPanel
(TFModel model)
src/timeflow/app/ui/ReorderFieldsPanel.java:17
Method
RoughTime
(TimeUnit units)
src/timeflow/data/time/RoughTime.java:12
Method
ScrollingCalendar
()
src/timeflow/views/CalendarView.java:218
Method
ScrollingTimeline
()
src/timeflow/views/TimelineView.java:227
Method
SearchPanel
(TFModel model, final FilterControlPanel f)
src/timeflow/app/ui/filter/SearchPanel.java:17
Method
SizeLegendPanel
(TFModel model)
src/timeflow/app/ui/SizeLegendPanel.java:16
Method
StatusPanel
(TFModel model, final FilterControlPanel filterControls)
src/timeflow/app/ui/StatusPanel.java:33
Method
StringComparator
(Field field)
src/timeflow/data/db/ActComparator.java:84
Method
StringMatchFilter
(ActDB db, boolean isRegex)
src/timeflow/data/db/filter/StringMatchFilter.java:16
Method
SummaryView
(TFModel model)
src/timeflow/views/SummaryView.java:30
Method
TFEvent
(Type type, Object origin)
src/timeflow/model/TFEvent.java:11
Method
TableView
(TFModel model)
src/timeflow/views/TableView.java:26
Method
TagVisualAct
(Act act)
src/timeflow/vis/TagVisualAct.java:13
Method
TimeAnimator
(Interval i2)
src/timeflow/views/TimelineView.java:193
Method
TimeComparator
(Field field)
src/timeflow/data/db/ActComparator.java:40
Method
TimeIntervalFilter
(long start, long end, boolean acceptNull, Field timeField)
src/timeflow/data/db/filter/TimeIntervalFilter.java:12
Method
TimeScale
()
src/timeflow/vis/TimeScale.java:12
Method
TimeUnit
()
src/timeflow/data/time/TimeUnit.java:27
Method
TimeflowAction
(TimeflowApp app, String text, ImageIcon icon, String desc)
src/timeflow/app/actions/TimeflowAction.java:15
Method
TimelinePanel
(TFModel model)
src/timeflow/views/TimelineView.java:271
Method
TimelineRenderer
(TimelineVisuals visuals)
src/timeflow/vis/timeline/TimelineRenderer.java:23
Method
TimelineSlider
(final TimelineVisuals visuals, final long minRange, final Runnable action)
src/timeflow/vis/timeline/TimelineSlider.java:36
Method
TimelineTableModel
(ActList acts)
src/timeflow/views/TableView.java:158
Method
TimelineTrack
(String label)
src/timeflow/vis/timeline/TimelineTrack.java:16
Method
TimelineView
(TFModel model)
src/timeflow/views/TimelineView.java:35
Method
TimelineVisuals
(TFModel model)
src/timeflow/vis/timeline/TimelineVisuals.java:39
Method
VisualAct
(Act act)
src/timeflow/vis/VisualAct.java:28
Method
VisualActMouseover
(int x, int y, int w, int h)
src/timeflow/vis/VisualAct.java:220
Method
VisualEncoder
(TFModel model)
src/timeflow/vis/VisualEncoder.java:15
Method
WaitingDialog
(String title, String message)
src/timeflow/app/ui/WaitingDialog.java:16
Method
WebDocAction
(TimeflowApp app)
src/timeflow/app/actions/WebDocAction.java:15
Method
_getControls
()
src/timeflow/views/ListView.java:77
Method
_getControls
()
src/timeflow/views/SummaryView.java:43
Method
_getControls
()
src/timeflow/views/DescriptionView.java:45
Method
_getControls
()
src/timeflow/views/IntroView.java:83
Method
_getControls
()
src/timeflow/views/TimelineView.java:30
Method
_getControls
()
src/timeflow/views/TableView.java:50
Method
_getControls
()
src/timeflow/views/BarGraphView.java:41
Method
_getControls
()
src/timeflow/views/CalendarView.java:29
Method
_note
(TFEvent e)
src/timeflow/views/DescriptionView.java:51
Method
_note
(TFEvent e)
src/timeflow/views/IntroView.java:95
Method
_note
(TFEvent e)
src/timeflow/views/TimelineView.java:165
Method
_note
(TFEvent e)
src/timeflow/views/BarGraphView.java:138
Method
_note
(TFEvent e)
src/timeflow/views/CalendarView.java:190
Method
_parse
(String s)
src/timeflow/format/field/FormatString.java:13
Method
_parse
(String s)
src/timeflow/format/field/FormatStringArray.java:15
Method
_parse
(String s)
src/timeflow/format/field/FormatDateTime.java:22
Method
_parse
(String s)
src/timeflow/format/field/FormatURL.java:15
Method
_parse
(String s)
src/timeflow/format/field/FormatDouble.java:13
Method
accept
(Act act)
src/timeflow/data/db/filter/ConstFilter.java:14
← previous
next →
501–600 of 984, ranked by callers