Class CcmiEditorAppActivity

    • Constructor Detail

      • CcmiEditorAppActivity

        public CcmiEditorAppActivity()
    • Method Detail

      • onCreate

        public void onCreate(Bundle savedInstanceState)
        Called when the activity is first created.
        Overrides:
        onCreate in class AccessibleActivity
      • update

        public void update()
      • onItemClick

        public void onItemClick(<any> av,
                                View v,
                                int pos,
                                long id)
      • onItemLongClick

        public boolean onItemLongClick(<any> parent,
                                       View view,
                                       int position,
                                       long id)
        The activity listens to long clicks performed on the list view. When a user long clicks an item, a dialog is displayed accordingly. For example if the types of nodes and edges are listed when the user long clicks, then a dialog for insertion of a new node or edge is displayed.
      • onBackPressed

        public void onBackPressed()
        When the back button is pressed the activity will cursor back in the tree view, which means the parent of the currently displayed items will be displayed together with its siblings.
      • onActivityResult

        protected void onActivityResult(int requestCode,
                                        int resultCode,
                                        Intent data)