Uses of Class
ca.phon.session.TierViewItem
Packages that use TierViewItem
Package
Description
-
Uses of TierViewItem in ca.phon.app.session
Methods in ca.phon.app.session that return types with arguments of type TierViewItemMethod parameters in ca.phon.app.session with type arguments of type TierViewItemModifier and TypeMethodDescriptionvoid
SessionExportSettings.setTierView
(List<TierViewItem> tierView) -
Uses of TierViewItem in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return TierViewItemModifier and TypeMethodDescriptionEditorEventType.TierLockChangedData.tierViewItem()
Returns the value of thetierViewItem
record component.Methods in ca.phon.app.session.editor that return types with arguments of type TierViewItemModifier and TypeMethodDescriptionEditorEventType.TierViewChangedData.newTierView()
Returns the value of thenewTierView
record component.EditorEventType.TierViewChangedData.oldTierView()
Returns the value of theoldTierView
record component.Constructors in ca.phon.app.session.editor with parameters of type TierViewItemModifierConstructorDescriptionTierLockChangedData
(TierViewItem tierViewItem, boolean locked) Creates an instance of aTierLockChangedData
record class.Constructor parameters in ca.phon.app.session.editor with type arguments of type TierViewItemModifierConstructorDescriptionTierViewChangedData
(List<TierViewItem> oldTierView, List<TierViewItem> newTierView) Creates an instance of aTierViewChangedData
record class. -
Uses of TierViewItem in ca.phon.app.session.editor.undo
Constructors in ca.phon.app.session.editor.undo with parameters of type TierViewItemModifierConstructorDescriptionAddTierEdit
(SessionEditor editor, TierDescription tierDesc, TierViewItem tvi) AddTierEdit
(SessionEditor editor, TierDescription tierDesc, TierViewItem tvi, int index) RemoveTierEdit
(SessionEditor editor, TierDescription tierDesc, TierViewItem tvi) TierViewItemEdit
(SessionEditor editor, TierViewItem oldItem, TierViewItem newItem) Constructor parameters in ca.phon.app.session.editor.undo with type arguments of type TierViewItemModifierConstructorDescriptionTierViewEdit
(SessionEditor editor, List<TierViewItem> oldView, List<TierViewItem> newView) -
Uses of TierViewItem in ca.phon.app.session.editor.view.tier_management
Methods in ca.phon.app.session.editor.view.tier_management that return TierViewItemModifier and TypeMethodDescriptionTierInfoEditor.createTierViewItem()
TierOrderingTableModel.getTierView()
Methods in ca.phon.app.session.editor.view.tier_management with parameters of type TierViewItemModifier and TypeMethodDescriptionvoid
TierOrderingTableModel.setTierView
(TierViewItem[] tierView) Method parameters in ca.phon.app.session.editor.view.tier_management with type arguments of type TierViewItemModifier and TypeMethodDescriptionvoid
TierOrderingEditorView.onDecreaseFontSize
(PhonActionEvent<TierViewItem> pae) void
TierOrderingEditorView.onIncreaseFontSize
(PhonActionEvent<TierViewItem> pae) void
TierOrderingEditorView.onSelectFont
(PhonActionEvent<TierViewItem> pae) void
TierOrderingEditorView.onSelectSuggestedFont
(PhonActionEvent<Tuple<TierViewItem, Integer>> pae) void
TierOrderingEditorView.onToggleStyle
(PhonActionEvent<Tuple<TierViewItem, Integer>> pae) void
TierOrderingTableModel.setTierView
(List<TierViewItem> tierView) Constructor parameters in ca.phon.app.session.editor.view.tier_management with type arguments of type TierViewItemModifierConstructorDescriptionTierOrderingTableModel
(Session session, List<TierViewItem> tierView) Constructor -
Uses of TierViewItem in ca.phon.app.session.editor.view.tier_management.actions
Constructors in ca.phon.app.session.editor.view.tier_management.actions with parameters of type TierViewItemModifierConstructorDescriptionEditTierAction
(SessionEditor editor, TierOrderingEditorView view, TierViewItem item) MoveTierAction
(SessionEditor editor, TierOrderingEditorView view, TierViewItem item, int direction) RemoveTierAction
(SessionEditor editor, TierOrderingEditorView view, TierDescription td, TierViewItem tvi) ResetTierFontAction
(SessionEditor editor, TierOrderingEditorView view, TierViewItem item) ToggleTierLockAction
(SessionEditor editor, TierOrderingEditorView view, TierViewItem item) ToggleTierVisibleAction
(SessionEditor editor, TierOrderingEditorView view, TierViewItem tierViewItem) -
Uses of TierViewItem in ca.phon.session
Methods in ca.phon.session that return TierViewItemModifier and TypeMethodDescriptionSessionFactory.createTierViewItem
(TierViewItemSPI tierViewItemImpl) SessionFactory.createTierViewItem
(String name) Create a tier display and ordering objectSessionFactory.createTierViewItem
(String name, boolean visible) Create a tier display and ordering objectSessionFactory.createTierViewItem
(String name, boolean visible, boolean locked) Create a tier display and ordering objectSessionFactory.createTierViewItem
(String name, boolean visible, String font) Create a tier display and ordering objectSessionFactory.createTierViewItem
(String name, boolean visible, String font, boolean locked) Create a tier display and ordering objectMethods in ca.phon.session that return types with arguments of type TierViewItemModifier and TypeMethodDescriptionSessionFactory.createDefaultTierView
(Session session) Get the default tier view for a given sesion.Session.getTierView()
Method parameters in ca.phon.session with type arguments of type TierViewItem -
Uses of TierViewItem in ca.phon.session.impl
Methods in ca.phon.session.impl that return types with arguments of type TierViewItemMethod parameters in ca.phon.session.impl with type arguments of type TierViewItem -
Uses of TierViewItem in ca.phon.session.spi
Methods in ca.phon.session.spi that return types with arguments of type TierViewItemMethod parameters in ca.phon.session.spi with type arguments of type TierViewItem